Started GET "/" for 127.0.0.1 at 2022-09-08 23:05:19 +0800 ActiveRecord::ConnectionNotEstablished (FATAL: password authentication failed for user "postgres" ): activerecord (6.1.6.1) lib/active_record/connection_adapters/postgresql_adapter.rb:83:in `rescue in new_client' activerecord (6.1.6.1) lib/active_record/connection_adapters/postgresql_adapter.rb:77:in `new_client' activerecord (6.1.6.1) lib/active_record/connection_adapters/postgresql_adapter.rb:37:in `postgresql_connection' activerecord (6.1.6.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:882:in `public_send' activerecord (6.1.6.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:882:in `new_connection' activerecord (6.1.6.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:926:in `checkout_new_connection' activerecord (6.1.6.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:905:in `try_to_checkout_new_connection' activerecord (6.1.6.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:866:in `acquire_connection' activerecord (6.1.6.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:588:in `checkout' activerecord (6.1.6.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:428:in `connection' activerecord (6.1.6.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:1128:in `retrieve_connection' activerecord (6.1.6.1) lib/active_record/connection_handling.rb:327:in `retrieve_connection' activerecord (6.1.6.1) lib/active_record/connection_handling.rb:283:in `connection' activerecord (6.1.6.1) lib/active_record/migration.rb:611:in `connection' activerecord (6.1.6.1) lib/active_record/migration.rb:606:in `build_watcher' activerecord (6.1.6.1) lib/active_record/migration.rb:588:in `block in call' activerecord (6.1.6.1) lib/active_record/migration.rb:587:in `synchronize' activerecord (6.1.6.1) lib/active_record/migration.rb:587:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.6.1) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.6.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.6.1) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.6.1) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.6.1) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.6.1) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.6.1) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.6.1) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.6.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.6.1) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' Started GET "/" for 127.0.0.1 at 2022-09-08 23:09:37 +0800  (11.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC CACHE (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::PendingMigrationError ( Migrations are pending. To resolve this issue, run: bin/rails db:migrate RAILS_ENV=development You have 3 pending migrations: 20220731134030_add_callback_state_to_censor_bear_logs.censor_bear.rb 20220809091038_add_censor_type_to_mod_logs.censor_bear.rb 20220814075752_add_image_force_safe_to_comments.rb ): activerecord (6.1.6.1) lib/active_record/migration.rb:625:in `check_pending!' activerecord (6.1.6.1) lib/active_record/migration.rb:590:in `block (2 levels) in call' activesupport (6.1.6.1) lib/active_support/file_update_checker.rb:83:in `execute' activerecord (6.1.6.1) lib/active_record/migration.rb:595:in `block in call' activerecord (6.1.6.1) lib/active_record/migration.rb:587:in `synchronize' activerecord (6.1.6.1) lib/active_record/migration.rb:587:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.6.1) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.6.1) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.6.1) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.6.1) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.6.1) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.6.1) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.6.1) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.6.1) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.6.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.6.1) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.6.1) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' Started POST "/rails/actions" for 127.0.0.1 at 2022-09-08 23:09:41 +0800  (2.4ms) SELECT pg_try_advisory_lock(2862914760079662540)  (2.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to AddCallbackStateToCensorBearLogs (20220731134030) TRANSACTION (1.4ms) BEGIN  (28.4ms) ALTER TABLE "censor_bear_logs" ADD "aliyun_callback_state" character varying DEFAULT 'ignore' ActiveRecord::SchemaMigration Create (4.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220731134030"]] TRANSACTION (4.8ms) COMMIT Migrating to AddCensorTypeToModLogs (20220809091038) TRANSACTION (1.9ms) BEGIN  (2.2ms) ALTER TABLE "censor_bear_mod_logs" ADD "censor_type" character varying  (2.5ms) ALTER TABLE "censor_bear_mod_logs" ADD "censor_attribute_type" character varying ActiveRecord::SchemaMigration Create (2.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220809091038"]] TRANSACTION (3.8ms) COMMIT Migrating to AddImageForceSafeToComments (20220814075752) TRANSACTION (2.5ms) BEGIN  (7.7ms) ALTER TABLE "comments" ADD "force_image_safe_url" boolean DEFAULT FALSE ActiveRecord::SchemaMigration Create (2.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220814075752"]] TRANSACTION (4.7ms) COMMIT ActiveRecord::InternalMetadata Load (7.8ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]]  (2.4ms) SELECT pg_advisory_unlock(2862914760079662540)  (2.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/" for 127.0.0.1 at 2022-09-08 23:09:41 +0800  (2.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 5.6ms | Allocations: 831) Rendered layout layouts/application.html.erb (Duration: 267.6ms | Allocations: 56028) Completed 200 OK in 289ms (Views: 274.0ms | ActiveRecord: 0.0ms | Allocations: 58997) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-08 23:09:44 +0800 Processing by CensorBear::ModLogsController#index as HTML Completed 401 Unauthorized in 12ms (ActiveRecord: 0.0ms | Allocations: 1676) Started GET "/users/sign_in" for 127.0.0.1 at 2022-09-08 23:09:44 +0800 Processing by Devise::SessionsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 2.8ms | Allocations: 659) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application (Duration: 22.2ms | Allocations: 3985) Rendered layout layouts/application.html.erb (Duration: 26.2ms | Allocations: 5652) Completed 200 OK in 65ms (Views: 31.1ms | ActiveRecord: 9.5ms | Allocations: 12910) Started GET "/comments/new" for 127.0.0.1 at 2022-09-08 23:12:56 +0800 Processing by CommentsController#new as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 378) SyntaxError (/Users/caicheng02/judou/mint-engine/censor_bear/test/dummy/app/models/comment.rb:10: syntax error, unexpected ':', expecting `end' fetch_urls_func: :fetch_images, ^ ): app/models/comment.rb:10: syntax error, unexpected ':', expecting `end' app/models/comment.rb:10: syntax error, unexpected ':', expecting `end' app/controllers/comments_controller.rb:15:in `new' Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-08 23:13:06 +0800 Processing by CensorBear::ModLogsController#index as HTML Completed 401 Unauthorized in 2ms (ActiveRecord: 0.0ms | Allocations: 447) Started GET "/users/sign_in" for 127.0.0.1 at 2022-09-08 23:13:06 +0800 Processing by Devise::SessionsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.4ms | Allocations: 142) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application (Duration: 42.6ms | Allocations: 1344) Rendered layout layouts/application.html.erb (Duration: 46.7ms | Allocations: 2943) Completed 200 OK in 50ms (Views: 47.8ms | ActiveRecord: 0.0ms | Allocations: 3893) Started GET "/users/sign_up" for 127.0.0.1 at 2022-09-08 23:13:12 +0800 Processing by Devise::RegistrationsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/registrations/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_error_messages.html.erb (Duration: 1.0ms | Allocations: 188) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.3ms | Allocations: 134) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/registrations/new.html.erb within layouts/application (Duration: 6.9ms | Allocations: 2317) Rendered layout layouts/application.html.erb (Duration: 9.9ms | Allocations: 3978) Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.0ms | Allocations: 5922) Started POST "/users" for 127.0.0.1 at 2022-09-08 23:13:32 +0800 Processing by Devise::RegistrationsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"email"=>"foobar@v2up.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} TRANSACTION (2.1ms) BEGIN User Exists? (24.5ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "foobar@v2up.com"], ["LIMIT", 1]] TRANSACTION (1.6ms) ROLLBACK Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/registrations/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_error_messages.html.erb (Duration: 0.8ms | Allocations: 623) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.1ms | Allocations: 83) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/registrations/new.html.erb within layouts/application (Duration: 3.5ms | Allocations: 2525) Rendered layout layouts/application.html.erb (Duration: 5.6ms | Allocations: 4128) Completed 200 OK in 810ms (Views: 6.2ms | ActiveRecord: 28.2ms | Allocations: 11024) Started GET "/users/sign_in" for 127.0.0.1 at 2022-09-08 23:13:40 +0800 Processing by Devise::SessionsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.2ms | Allocations: 141) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application (Duration: 2.1ms | Allocations: 1295) Rendered layout layouts/application.html.erb (Duration: 4.4ms | Allocations: 2792) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms | Allocations: 3752) Started POST "/users/sign_in" for 127.0.0.1 at 2022-09-08 23:13:46 +0800 Processing by Devise::SessionsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"email"=>"foobar@v2up.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "foobar@v2up.com"], ["LIMIT", 1]] Redirected to http://localhost:3000/censor_bear/ Completed 302 Found in 282ms (ActiveRecord: 2.0ms | Allocations: 3970) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-08 23:13:47 +0800 Processing by CensorBear::ModLogsController#index as HTML User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (17.2ms) SELECT COUNT(*) FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 [["aasm_state", "pending"]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/mod_logs/index.html.haml within layouts/censor_bear/application CensorBear::ModLog Load (1.5ms) SELECT "censor_bear_mod_logs".* FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 ORDER BY "censor_bear_mod_logs"."id" DESC LIMIT $2 OFFSET $3 [["aasm_state", "pending"], ["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/mod_logs/index.html.haml within layouts/censor_bear/application (Duration: 32.2ms | Allocations: 26233) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 [["aasm_state", "pending"]] Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 99.1ms | Allocations: 51687) Completed 200 OK in 159ms (Views: 100.0ms | ActiveRecord: 31.6ms | Allocations: 60577) Started GET "/comments/new" for 127.0.0.1 at 2022-09-08 23:16:02 +0800 Processing by CommentsController#new as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms | Allocations: 487) SyntaxError (/Users/caicheng02/judou/mint-engine/censor_bear/test/dummy/app/models/comment.rb:10: syntax error, unexpected ':', expecting `end' fetch_urls_func: :fetch_images, ^ ): app/models/comment.rb:10: syntax error, unexpected ':', expecting `end' app/models/comment.rb:10: syntax error, unexpected ':', expecting `end' app/controllers/comments_controller.rb:15:in `new' Started GET "/comments/new" for 127.0.0.1 at 2022-09-08 23:16:25 +0800 Processing by CommentsController#new as HTML Rendering layout layouts/application.html.erb Rendering comments/new.html.erb within layouts/application Rendered comments/_form.html.erb (Duration: 3.3ms | Allocations: 1583) Rendered comments/new.html.erb within layouts/application (Duration: 4.6ms | Allocations: 1972) Rendered layout layouts/application.html.erb (Duration: 7.1ms | Allocations: 3655) Completed 200 OK in 38ms (Views: 8.9ms | ActiveRecord: 10.9ms | Allocations: 9924) Started GET "/" for 127.0.0.1 at 2022-09-09 17:02:09 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 236) Rendered layout layouts/application.html.erb (Duration: 6.7ms | Allocations: 2264) Completed 200 OK in 10ms (Views: 8.5ms | Allocations: 3019) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-09 17:02:11 +0800 Processing by CensorBear::ModLogsController#index as HTML User Load (9.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (10.5ms) SELECT COUNT(*) FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 [["aasm_state", "pending"]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/mod_logs/index.html.haml within layouts/censor_bear/application CensorBear::ModLog Load (3.3ms) SELECT "censor_bear_mod_logs".* FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 ORDER BY "censor_bear_mod_logs"."id" DESC LIMIT $2 OFFSET $3 [["aasm_state", "pending"], ["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/mod_logs/index.html.haml within layouts/censor_bear/application (Duration: 12.4ms | Allocations: 2716) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 [["aasm_state", "pending"]] Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 22.7ms | Allocations: 8151) Completed 200 OK in 191ms (Views: 20.9ms | ActiveRecord: 115.4ms | Allocations: 22718) Started GET "/" for 127.0.0.1 at 2022-09-11 21:25:07 +0800  (12.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 3.3ms | Allocations: 1086) Rendered layout layouts/application.html.erb (Duration: 203.1ms | Allocations: 57683) Completed 200 OK in 220ms (Views: 211.6ms | ActiveRecord: 0.0ms | Allocations: 61650) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-11 21:25:24 +0800 Processing by CensorBear::ModLogsController#index as HTML User Load (20.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (24.5ms) SELECT COUNT(*) FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 [["aasm_state", "pending"]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/mod_logs/index.html.haml within layouts/censor_bear/application CensorBear::ModLog Load (2.4ms) SELECT "censor_bear_mod_logs".* FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 ORDER BY "censor_bear_mod_logs"."id" DESC LIMIT $2 OFFSET $3 [["aasm_state", "pending"], ["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/mod_logs/index.html.haml within layouts/censor_bear/application (Duration: 37.2ms | Allocations: 26495) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 [["aasm_state", "pending"]] Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 106.1ms | Allocations: 52044) Completed 200 OK in 285ms (Views: 106.3ms | ActiveRecord: 121.3ms | Allocations: 68199) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-11 21:53:58 +0800 Processing by CensorBear::ModLogsController#index as HTML User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (5.6ms) SELECT COUNT(*) FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 [["aasm_state", "pending"]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/mod_logs/index.html.haml within layouts/censor_bear/application CensorBear::ModLog Load (1.5ms) SELECT "censor_bear_mod_logs".* FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 ORDER BY "censor_bear_mod_logs"."id" DESC LIMIT $2 OFFSET $3 [["aasm_state", "pending"], ["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/mod_logs/index.html.haml within layouts/censor_bear/application (Duration: 11.9ms | Allocations: 2723) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 [["aasm_state", "pending"]] Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 23.7ms | Allocations: 8141) Completed 200 OK in 118ms (Views: 23.6ms | ActiveRecord: 32.3ms | Allocations: 22369) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-11 22:41:11 +0800 Processing by CensorBear::ModLogsController#index as HTML User Load (14.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (15.0ms) SELECT COUNT(*) FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 [["aasm_state", "pending"]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/mod_logs/index.html.haml within layouts/censor_bear/application CensorBear::ModLog Load (3.7ms) SELECT "censor_bear_mod_logs".* FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 ORDER BY "censor_bear_mod_logs"."id" DESC LIMIT $2 OFFSET $3 [["aasm_state", "pending"], ["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/mod_logs/index.html.haml within layouts/censor_bear/application (Duration: 24.2ms | Allocations: 2120) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_mod_logs" WHERE "censor_bear_mod_logs"."aasm_state" = $1 [["aasm_state", "pending"]] Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 75.8ms | Allocations: 7276) Completed 200 OK in 266ms (Views: 77.0ms | ActiveRecord: 87.9ms | Allocations: 12931)  (13.2ms) SELECT pg_try_advisory_lock(2862914760079662540)  (17.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateCensorBearStopWords (20220914120419) TRANSACTION (4.5ms) BEGIN  (100.7ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) TRANSACTION (3.0ms) ROLLBACK  (3.5ms) SELECT pg_advisory_unlock(2862914760079662540)  (4.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (7.9ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (2.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (2.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (3.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (5029.3ms) DROP DATABASE IF EXISTS "censor_bear_development"  (7.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (5.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (2.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (1.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (954.5ms) DROP DATABASE IF EXISTS "censor_bear_development"  (898.8ms) DROP DATABASE IF EXISTS "censor_bear_test"  (3786.6ms) CREATE DATABASE "censor_bear_development" ENCODING = 'utf8'  (3137.3ms) CREATE DATABASE "censor_bear_test" ENCODING = 'utf8' SQL (16.8ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (2.9ms) DROP TABLE IF EXISTS "censor_bear_logs" CASCADE  (170.5ms) CREATE TABLE "censor_bear_logs" ("id" bigserial primary key, "original_content" text, "scenario" character varying, "action" character varying, "stage" character varying, "filtered_content" text, "mod_words" character varying[] DEFAULT '{}', "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "ip" character varying, "user_id" bigint, "labels" character varying[] DEFAULT '{}', "response" json, "aliyun_callback_state" character varying DEFAULT 'ignore')  (2.2ms) DROP TABLE IF EXISTS "censor_bear_mod_logs" CASCADE  (57.9ms) CREATE TABLE "censor_bear_mod_logs" ("id" bigserial primary key, "record_id" bigint, "record_type" character varying, "content" text, "reason" character varying, "mod_words" character varying[] DEFAULT '{}', "user_id" bigint, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "labels" character varying[] DEFAULT '{}', "aasm_state" character varying, "censor_type" character varying, "censor_attribute_type" character varying)  (15.9ms) CREATE INDEX "index_censor_bear_mod_logs_on_record_type_and_record_id" ON "censor_bear_mod_logs" ("record_type", "record_id")  (1.9ms) DROP TABLE IF EXISTS "censor_bear_stop_words" CASCADE  (54.2ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (21.2ms) CREATE UNIQUE INDEX "index_censor_bear_stop_words_on_key" ON "censor_bear_stop_words" ("key")  (2.3ms) DROP TABLE IF EXISTS "comments" CASCADE  (42.2ms) CREATE TABLE "comments" ("id" bigserial primary key, "content" text, "user_id" bigint, "is_approved" boolean DEFAULT TRUE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "force_image_safe_url" boolean DEFAULT FALSE)  (1.7ms) DROP TABLE IF EXISTS "users" CASCADE  (56.3ms) CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "is_baned" boolean DEFAULT FALSE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (12.8ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (16.2ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (52.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (7.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (8.4ms) INSERT INTO "schema_migrations" (version) VALUES (20220814075752)  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES (20211127173946), (20211129164557);   (41.8ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::InternalMetadata Load (8.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN ActiveRecord::InternalMetadata Create (7.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2022-09-14 12:11:27.128593"], ["updated_at", "2022-09-14 12:11:27.128593"]] TRANSACTION (3.1ms) COMMIT ActiveRecord::InternalMetadata Load (4.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (2.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "schema_sha1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN ActiveRecord::InternalMetadata Create (2.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "schema_sha1"], ["value", "69f85c8e34b049ca63ffb5741c5674375f6726de"], ["created_at", "2022-09-14 12:11:27.159505"], ["updated_at", "2022-09-14 12:11:27.159505"]] TRANSACTION (2.7ms) COMMIT SQL (8.9ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (5.0ms) DROP TABLE IF EXISTS "censor_bear_logs" CASCADE  (177.4ms) CREATE TABLE "censor_bear_logs" ("id" bigserial primary key, "original_content" text, "scenario" character varying, "action" character varying, "stage" character varying, "filtered_content" text, "mod_words" character varying[] DEFAULT '{}', "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "ip" character varying, "user_id" bigint, "labels" character varying[] DEFAULT '{}', "response" json, "aliyun_callback_state" character varying DEFAULT 'ignore')  (2.8ms) DROP TABLE IF EXISTS "censor_bear_mod_logs" CASCADE  (64.2ms) CREATE TABLE "censor_bear_mod_logs" ("id" bigserial primary key, "record_id" bigint, "record_type" character varying, "content" text, "reason" character varying, "mod_words" character varying[] DEFAULT '{}', "user_id" bigint, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "labels" character varying[] DEFAULT '{}', "aasm_state" character varying, "censor_type" character varying, "censor_attribute_type" character varying)  (12.9ms) CREATE INDEX "index_censor_bear_mod_logs_on_record_type_and_record_id" ON "censor_bear_mod_logs" ("record_type", "record_id")  (2.3ms) DROP TABLE IF EXISTS "censor_bear_stop_words" CASCADE  (59.6ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (14.1ms) CREATE UNIQUE INDEX "index_censor_bear_stop_words_on_key" ON "censor_bear_stop_words" ("key")  (2.0ms) DROP TABLE IF EXISTS "comments" CASCADE  (59.0ms) CREATE TABLE "comments" ("id" bigserial primary key, "content" text, "user_id" bigint, "is_approved" boolean DEFAULT TRUE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "force_image_safe_url" boolean DEFAULT FALSE)  (3.0ms) DROP TABLE IF EXISTS "users" CASCADE  (45.1ms) CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "is_baned" boolean DEFAULT FALSE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (23.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (27.8ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (38.9ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (9.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (10.7ms) INSERT INTO "schema_migrations" (version) VALUES (20220814075752)  (4.6ms) INSERT INTO "schema_migrations" (version) VALUES (20211127173946), (20211129164557);   (41.1ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::InternalMetadata Load (5.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN ActiveRecord::InternalMetadata Create (6.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2022-09-14 12:11:28.168705"], ["updated_at", "2022-09-14 12:11:28.168705"]] TRANSACTION (2.7ms) COMMIT ActiveRecord::InternalMetadata Load (7.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN ActiveRecord::InternalMetadata Update (2.8ms) UPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3 [["value", "test"], ["updated_at", "2022-09-14 12:11:28.195101"], ["key", "environment"]] TRANSACTION (4.6ms) COMMIT ActiveRecord::InternalMetadata Load (3.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "schema_sha1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN ActiveRecord::InternalMetadata Create (3.8ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "schema_sha1"], ["value", "69f85c8e34b049ca63ffb5741c5674375f6726de"], ["created_at", "2022-09-14 12:11:28.214181"], ["updated_at", "2022-09-14 12:11:28.214181"]] TRANSACTION (3.0ms) COMMIT  (10.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (5.3ms) SELECT pg_try_advisory_lock(2862914760079662540)  (6.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateCensorBearStopWords (20220914120419) TRANSACTION (2.4ms) BEGIN  (59.6ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) TRANSACTION (2.6ms) ROLLBACK  (4.7ms) SELECT pg_advisory_unlock(2862914760079662540)  (2596.4ms) CREATE DATABASE "censor_bear_development" ENCODING = 'utf8'  (2.4ms) CREATE DATABASE "censor_bear_test" ENCODING = 'utf8'  (146.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (32.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (2.6ms) SELECT pg_try_advisory_lock(2862914760079662540)  (4.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to DeviseCreateUsers (20211127173946) TRANSACTION (3.8ms) BEGIN  (67.6ms) CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "is_baned" boolean DEFAULT FALSE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (12.6ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (24.9ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") ActiveRecord::SchemaMigration Create (11.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20211127173946"]] TRANSACTION (6.4ms) COMMIT Migrating to CreateComments (20211129164557) TRANSACTION (2.1ms) BEGIN  (46.4ms) CREATE TABLE "comments" ("id" bigserial primary key, "content" text, "user_id" bigint, "is_approved" boolean DEFAULT TRUE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::SchemaMigration Create (2.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20211129164557"]] TRANSACTION (9.2ms) COMMIT Migrating to AddImageForceSafeToComments (20220814075752) TRANSACTION (3.1ms) BEGIN  (4.0ms) ALTER TABLE "comments" ADD "force_image_safe_url" boolean DEFAULT FALSE ActiveRecord::SchemaMigration Create (2.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220814075752"]] TRANSACTION (2.7ms) COMMIT Migrating to CreateCensorBearStopWords (20220914120419) TRANSACTION (1.8ms) BEGIN  (45.0ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (25.1ms) CREATE UNIQUE INDEX "index_censor_bear_stop_words_on_key" ON "censor_bear_stop_words" ("key") ActiveRecord::SchemaMigration Create (3.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914120419"]] TRANSACTION (6.0ms) COMMIT Migrating to CreateCensorBearLogs (20220914120420) TRANSACTION (3.8ms) BEGIN  (54.0ms) CREATE TABLE "censor_bear_logs" ("id" bigserial primary key, "original_content" text, "scenario" character varying, "action" character varying, "stage" character varying, "filtered_content" text, "mod_words" character varying[] DEFAULT '{}', "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::SchemaMigration Create (4.0ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914120420"]] TRANSACTION (10.2ms) COMMIT Migrating to CreateCensorBearModLogs (20220914120421) TRANSACTION (4.2ms) BEGIN  (112.8ms) CREATE TABLE "censor_bear_mod_logs" ("id" bigserial primary key, "record_id" bigint, "record_type" character varying, "content" text, "reason" character varying, "mod_words" character varying[] DEFAULT '{}', "user_id" bigint, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (12.7ms) CREATE INDEX "index_censor_bear_mod_logs_on_record_type_and_record_id" ON "censor_bear_mod_logs" USING btree ("record_type", "record_id") ActiveRecord::SchemaMigration Create (2.2ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914120421"]] TRANSACTION (3.2ms) COMMIT Migrating to AddIpToCensorBearLogs (20220914120422) TRANSACTION (1.7ms) BEGIN  (2.2ms) ALTER TABLE "censor_bear_logs" ADD "ip" character varying  (2.7ms) ALTER TABLE "censor_bear_logs" ADD "user_id" bigint ActiveRecord::SchemaMigration Create (2.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914120422"]] TRANSACTION (5.6ms) COMMIT Migrating to AddLabelsToCensorBearLogs (20220914120423) TRANSACTION (3.2ms) BEGIN  (5.0ms) ALTER TABLE "censor_bear_logs" ADD "labels" character varying[] DEFAULT '{}'  (3.1ms) ALTER TABLE "censor_bear_mod_logs" ADD "labels" character varying[] DEFAULT '{}' ActiveRecord::SchemaMigration Create (5.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914120423"]] TRANSACTION (8.3ms) COMMIT Migrating to AddResponseToCensorBearLogs (20220914120424) TRANSACTION (4.5ms) BEGIN  (4.2ms) ALTER TABLE "censor_bear_logs" ADD "response" json ActiveRecord::SchemaMigration Create (2.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914120424"]] TRANSACTION (4.0ms) COMMIT Migrating to AddAasmStateToCensorBearModLogs (20220914120425) TRANSACTION (2.2ms) BEGIN  (2.3ms) ALTER TABLE "censor_bear_mod_logs" ADD "aasm_state" character varying ActiveRecord::SchemaMigration Create (2.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914120425"]] TRANSACTION (3.7ms) COMMIT Migrating to AddCallbackStateToCensorBearLogs (20220914120426) TRANSACTION (2.1ms) BEGIN  (2.0ms) ALTER TABLE "censor_bear_logs" ADD "aliyun_callback_state" character varying DEFAULT 'ignore' ActiveRecord::SchemaMigration Create (2.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914120426"]] TRANSACTION (5.8ms) COMMIT Migrating to AddCensorTypeToModLogs (20220914120427) TRANSACTION (3.5ms) BEGIN  (3.6ms) ALTER TABLE "censor_bear_mod_logs" ADD "censor_type" character varying  (3.6ms) ALTER TABLE "censor_bear_mod_logs" ADD "censor_attribute_type" character varying ActiveRecord::SchemaMigration Create (3.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914120427"]] TRANSACTION (6.0ms) COMMIT Migrating to CreateCensorBearReviewLogs (20220914120428)  (5.6ms) SELECT pg_advisory_unlock(2862914760079662540)  (1.2ms) SELECT pg_try_advisory_lock(2862914760079662540)  (9.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateCensorBearReviewLogs (20220914120428)  (1.6ms) SELECT pg_advisory_unlock(2862914760079662540)  (1.9ms) SELECT pg_try_advisory_lock(2862914760079662540)  (10.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (5.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN ActiveRecord::InternalMetadata Create (8.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2022-09-14 12:22:14.154840"], ["updated_at", "2022-09-14 12:22:14.154840"]] TRANSACTION (3.3ms) COMMIT  (2.0ms) SELECT pg_advisory_unlock(2862914760079662540)  (9.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (3281.7ms) CREATE DATABASE "censor_bear_development" ENCODING = 'utf8'  (3.6ms) CREATE DATABASE "censor_bear_test" ENCODING = 'utf8'  (118.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (52.0ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (3.3ms) SELECT pg_try_advisory_lock(2862914760079662540)  (5.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to DeviseCreateUsers (20211127173946) TRANSACTION (2.6ms) BEGIN  (85.3ms) CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "is_baned" boolean DEFAULT FALSE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (18.0ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (18.5ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token") ActiveRecord::SchemaMigration Create (10.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20211127173946"]] TRANSACTION (6.6ms) COMMIT Migrating to CreateComments (20211129164557) TRANSACTION (5.3ms) BEGIN  (51.0ms) CREATE TABLE "comments" ("id" bigserial primary key, "content" text, "user_id" bigint, "is_approved" boolean DEFAULT TRUE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::SchemaMigration Create (4.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20211129164557"]] TRANSACTION (3.8ms) COMMIT Migrating to AddImageForceSafeToComments (20220814075752) TRANSACTION (2.0ms) BEGIN  (4.5ms) ALTER TABLE "comments" ADD "force_image_safe_url" boolean DEFAULT FALSE ActiveRecord::SchemaMigration Create (3.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220814075752"]] TRANSACTION (7.3ms) COMMIT Migrating to CreateCensorBearStopWords (20220914122222) TRANSACTION (3.4ms) BEGIN  (62.7ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (37.2ms) CREATE UNIQUE INDEX "index_censor_bear_stop_words_on_key" ON "censor_bear_stop_words" ("key") ActiveRecord::SchemaMigration Create (4.1ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914122222"]] TRANSACTION (7.1ms) COMMIT Migrating to CreateCensorBearLogs (20220914122223) TRANSACTION (4.2ms) BEGIN  (77.9ms) CREATE TABLE "censor_bear_logs" ("id" bigserial primary key, "original_content" text, "scenario" character varying, "action" character varying, "stage" character varying, "filtered_content" text, "mod_words" character varying[] DEFAULT '{}', "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::SchemaMigration Create (2.5ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914122223"]] TRANSACTION (4.5ms) COMMIT Migrating to CreateCensorBearModLogs (20220914122224) TRANSACTION (1.8ms) BEGIN  (65.2ms) CREATE TABLE "censor_bear_mod_logs" ("id" bigserial primary key, "record_id" bigint, "record_type" character varying, "content" text, "reason" character varying, "mod_words" character varying[] DEFAULT '{}', "user_id" bigint, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (17.1ms) CREATE INDEX "index_censor_bear_mod_logs_on_record_type_and_record_id" ON "censor_bear_mod_logs" USING btree ("record_type", "record_id") ActiveRecord::SchemaMigration Create (2.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914122224"]] TRANSACTION (4.1ms) COMMIT Migrating to AddIpToCensorBearLogs (20220914122225) TRANSACTION (2.3ms) BEGIN  (4.2ms) ALTER TABLE "censor_bear_logs" ADD "ip" character varying  (2.0ms) ALTER TABLE "censor_bear_logs" ADD "user_id" bigint ActiveRecord::SchemaMigration Create (2.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914122225"]] TRANSACTION (3.4ms) COMMIT Migrating to AddLabelsToCensorBearLogs (20220914122226) TRANSACTION (2.8ms) BEGIN  (5.6ms) ALTER TABLE "censor_bear_logs" ADD "labels" character varying[] DEFAULT '{}'  (3.4ms) ALTER TABLE "censor_bear_mod_logs" ADD "labels" character varying[] DEFAULT '{}' ActiveRecord::SchemaMigration Create (2.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914122226"]] TRANSACTION (5.9ms) COMMIT Migrating to AddResponseToCensorBearLogs (20220914122227) TRANSACTION (1.9ms) BEGIN  (5.7ms) ALTER TABLE "censor_bear_logs" ADD "response" json ActiveRecord::SchemaMigration Create (3.7ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914122227"]] TRANSACTION (5.2ms) COMMIT Migrating to AddAasmStateToCensorBearModLogs (20220914122228) TRANSACTION (2.6ms) BEGIN  (3.1ms) ALTER TABLE "censor_bear_mod_logs" ADD "aasm_state" character varying ActiveRecord::SchemaMigration Create (3.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914122228"]] TRANSACTION (4.3ms) COMMIT Migrating to AddCallbackStateToCensorBearLogs (20220914122229) TRANSACTION (1.8ms) BEGIN  (1.8ms) ALTER TABLE "censor_bear_logs" ADD "aliyun_callback_state" character varying DEFAULT 'ignore' ActiveRecord::SchemaMigration Create (1.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914122229"]] TRANSACTION (5.4ms) COMMIT Migrating to AddCensorTypeToModLogs (20220914122230) TRANSACTION (3.1ms) BEGIN  (3.9ms) ALTER TABLE "censor_bear_mod_logs" ADD "censor_type" character varying  (2.9ms) ALTER TABLE "censor_bear_mod_logs" ADD "censor_attribute_type" character varying ActiveRecord::SchemaMigration Create (1.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914122230"]] TRANSACTION (2.6ms) COMMIT Migrating to CreateCensorBearReviewLogs (20220914122231) TRANSACTION (1.9ms) BEGIN  (65.1ms) CREATE TABLE "censor_bear_review_logs" ("id" bigserial primary key, "data_id" character varying, "record_id" bigint, "record_type" character varying, "type" character varying, "service" character varying, "raw_data" jsonb, "user_id" bigint, "ip_address" character varying, "operator_id" bigint, "url" character varying, "image_id" character varying, "original" text, "filtered" text, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::SchemaMigration Create (2.8ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) RETURNING "version" [["version", "20220914122231"]] TRANSACTION (4.3ms) COMMIT ActiveRecord::InternalMetadata Load (6.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN ActiveRecord::InternalMetadata Create (11.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2022-09-14 12:23:50.240069"], ["updated_at", "2022-09-14 12:23:50.240069"]] TRANSACTION (3.3ms) COMMIT  (4.4ms) SELECT pg_advisory_unlock(2862914760079662540)  (9.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC TRANSACTION (3.0ms) BEGIN CensorBear::ReviewLog Exists? (5.5ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK TRANSACTION (2.6ms) BEGIN CensorBear::ReviewLog Exists? (2.7ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (2.3ms) ROLLBACK TRANSACTION (2.3ms) BEGIN CensorBear::ReviewLog Exists? (4.9ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (1.7ms) ROLLBACK TRANSACTION (3.7ms) BEGIN CensorBear::ReviewLog Exists? (3.8ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (2.5ms) ROLLBACK TRANSACTION (2.2ms) BEGIN CensorBear::ReviewLog Exists? (2.5ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (1.8ms) ROLLBACK TRANSACTION (3.2ms) BEGIN CensorBear::ReviewLog Exists? (7.5ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] CensorBear::ReviewLogs::Text Create (9.4ms) INSERT INTO "censor_bear_review_logs" ("type", "service", "raw_data", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["type", "CensorBear::ReviewLogs::Text"], ["service", "aliyun"], ["raw_data", "{\"code\":200,\"data\":[{\"code\":200,\"content\":\"习近平同志\",\"filteredContent\":\"***同志\",\"msg\":\"OK\",\"results\":[{\"details\":[{\"contexts\":[{\"context\":\"习近平\",\"positions\":[{\"endPos\":3,\"startPos\":0}]}],\"label\":\"politics\"}],\"label\":\"politics\",\"rate\":99.91,\"scene\":\"antispam\",\"suggestion\":\"block\"}],\"taskId\":\"txt1iMNSyM4Lz5BxKb1p6prb-1wPL@A\"}],\"msg\":\"OK\",\"requestId\":\"C4C6CFF0-1468-53DC-B746-7DADAF499153\"}"], ["created_at", "2022-09-14 12:34:43.273151"], ["updated_at", "2022-09-14 12:34:43.273151"]] TRANSACTION (4.3ms) COMMIT TRANSACTION (2.5ms) BEGIN CensorBear::ReviewLog Exists? (7.5ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (13.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN CensorBear::ReviewLog Exists? (9.0ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (10.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN CensorBear::ReviewLog Exists? (6.3ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (2.2ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN CensorBear::ReviewLog Exists? (2.1ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (2.2ms) ROLLBACK User Load (16.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN CensorBear::ReviewLog Exists? (4.5ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (1.7ms) ROLLBACK User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] Comment Load (9.3ms) SELECT "comments".* FROM "comments" ORDER BY "comments"."id" DESC LIMIT $1 [["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Exists? (23.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "foobar"], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK TRANSACTION (2.8ms) BEGIN User Exists? (3.6ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "foobar"], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK TRANSACTION (1.9ms) BEGIN User Exists? (2.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "foobar"], ["LIMIT", 1]] TRANSACTION (1.7ms) ROLLBACK TRANSACTION (2.9ms) BEGIN User Exists? (2.2ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "foobar@test.com"], ["LIMIT", 1]] User Create (19.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "foobar@test.com"], ["encrypted_password", "$2a$12$AZ14smCRwZvK0zepG6SrOej0XRLWqkWTnD7yDd7x7zgGCGAi8uw.S"], ["created_at", "2022-09-14 13:25:53.073692"], ["updated_at", "2022-09-14 13:25:53.073692"]] TRANSACTION (16.1ms) COMMIT User Load (11.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT $1 [["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN Comment Create (11.6ms) INSERT INTO "comments" ("content", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "习近平通知"], ["user_id", 1], ["created_at", "2022-09-14 13:26:02.731283"], ["updated_at", "2022-09-14 13:26:02.731283"]] TRANSACTION (7.1ms) COMMIT Comment Load (5.7ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN CensorBear::ReviewLog Exists? (6.9ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" = $1 AND "censor_bear_review_logs"."record_type" = $2 LIMIT $3 [["record_id", 1], ["record_type", "Comment"], ["LIMIT", 1]] CensorBear::ReviewLogs::Text Create (9.9ms) INSERT INTO "censor_bear_review_logs" ("data_id", "record_id", "record_type", "type", "service", "raw_data", "user_id", "ip_address", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["data_id", "Comment-1-1-127.0.0.1"], ["record_id", 1], ["record_type", "Comment"], ["type", "CensorBear::ReviewLogs::Text"], ["service", "aliyun"], ["raw_data", "{\"code\":200,\"data\":[{\"code\":200,\"content\":\"习近平同志\",\"dataId\":\"Comment-1-1-127.0.0.1\",\"filteredContent\":\"***同志\",\"msg\":\"OK\",\"results\":[{\"details\":[{\"contexts\":[{\"context\":\"习近平\",\"positions\":[{\"endPos\":3,\"startPos\":0}]}],\"label\":\"politics\"}],\"label\":\"politics\",\"rate\":99.91,\"scene\":\"antispam\",\"suggestion\":\"block\"}],\"taskId\":\"txt3eGKdgLjbjY62DvZrklS3n-1wPMJV\"}],\"msg\":\"OK\",\"requestId\":\"11781A42-FB3B-50EE-B8BE-9EDBE488249E\"}"], ["user_id", 1], ["ip_address", "127.0.0.1"], ["created_at", "2022-09-14 13:26:22.347298"], ["updated_at", "2022-09-14 13:26:22.347298"]] TRANSACTION (15.1ms) COMMIT CensorBear::ReviewLog Load (2.9ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::ReviewLog Load (2.7ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."id" DESC LIMIT $1 [["LIMIT", 1]] Started GET "/" for 127.0.0.1 at 2022-09-15 16:37:53 +0800  (17.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC NameError (uninitialized constant CensorBear::NotPassedException Did you mean? CensorBear::NotPassedError): app/controllers/application_controller.rb:2:in `' app/controllers/application_controller.rb:1:in `' app/controllers/home_controller.rb:1:in `' Started GET "/" for 127.0.0.1 at 2022-09-15 16:38:32 +0800  (7.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 4.5ms | Allocations: 1079) Rendered layout layouts/application.html.erb (Duration: 36.4ms | Allocations: 13467) Completed 200 OK in 55ms (Views: 43.6ms | ActiveRecord: 0.0ms | Allocations: 17431) CensorBear::StopWord Load (20.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (32.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') CensorBear::StopWord Load (10.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') CensorBear::StopWord Load (8.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') CensorBear::StopWord Load (9.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') CensorBear::StopWord Load (9.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') User Load (18.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') CensorBear::StopWord Load (9.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') TRANSACTION (2.5ms) BEGIN CensorBear::ReviewLog Exists? (9.9ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') TRANSACTION (2.7ms) BEGIN CensorBear::ReviewLog Exists? (3.7ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (3.6ms) ROLLBACK CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') TRANSACTION (2.8ms) BEGIN CensorBear::ReviewLog Exists? (6.3ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') TRANSACTION (3.2ms) BEGIN CensorBear::ReviewLog Exists? (6.4ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (1.8ms) ROLLBACK User Load (13.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') TRANSACTION (3.8ms) BEGIN CensorBear::ReviewLog Exists? (3.2ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (5.3ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') TRANSACTION (3.3ms) BEGIN CensorBear::ReviewLog Exists? (3.7ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" IS NULL AND "censor_bear_review_logs"."record_type" IS NULL LIMIT $1 [["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') TRANSACTION (2.4ms) BEGIN CensorBear::ReviewLog Exists? (5.4ms) SELECT 1 AS one FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."record_id" = $1 AND "censor_bear_review_logs"."record_type" = $2 LIMIT $3 [["record_id", 1], ["record_type", "User"], ["LIMIT", 1]] CensorBear::ReviewLogs::Text Create (60.8ms) INSERT INTO "censor_bear_review_logs" ("record_id", "record_type", "type", "service", "raw_data", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["record_id", 1], ["record_type", "User"], ["type", "CensorBear::ReviewLogs::Text"], ["service", "stop_words"], ["raw_data", "{\"scene\":\"ugc\",\"actions\":[\"replace\"],\"hit_words\":[\"习近平\"],\"review_words\":[],\"ban_words\":[]}"], ["created_at", "2022-09-15 11:49:20.539131"], ["updated_at", "2022-09-15 11:49:20.539131"]] TRANSACTION (18.4ms) COMMIT User Load (7.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') TRANSACTION (4.5ms) BEGIN CensorBear::ReviewLogs::Text Create (23.1ms) INSERT INTO "censor_bear_review_logs" ("record_id", "record_type", "type", "service", "raw_data", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["record_id", 1], ["record_type", "User"], ["type", "CensorBear::ReviewLogs::Text"], ["service", "stop_words"], ["raw_data", "{\"scene\":\"ugc\",\"actions\":[\"replace\"],\"hit_words\":[\"习近平\"],\"review_words\":[],\"ban_words\":[]}"], ["created_at", "2022-09-15 11:55:47.113657"], ["updated_at", "2022-09-15 11:55:47.113657"]] TRANSACTION (13.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') TRANSACTION (11.2ms) BEGIN CensorBear::ReviewLogs::Text Create (4.3ms) INSERT INTO "censor_bear_review_logs" ("record_id", "record_type", "type", "service", "raw_data", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["record_id", 1], ["record_type", "User"], ["type", "CensorBear::ReviewLogs::Text"], ["service", "stop_words"], ["raw_data", "{\"scene\":\"ugc\",\"actions\":[\"replace\"],\"hit_words\":[\"习近平\"],\"review_words\":[],\"ban_words\":[]}"], ["created_at", "2022-09-15 11:55:51.621710"], ["updated_at", "2022-09-15 11:55:51.621710"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') TRANSACTION (2.6ms) BEGIN CensorBear::ReviewLogs::Text Create (10.7ms) INSERT INTO "censor_bear_review_logs" ("record_id", "record_type", "type", "service", "raw_data", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["record_id", 1], ["record_type", "User"], ["type", "CensorBear::ReviewLogs::Text"], ["service", "stop_words"], ["raw_data", "{\"scene\":\"ugc\",\"actions\":[\"replace\"],\"hit_words\":[\"习近平\"],\"review_words\":[],\"ban_words\":[]}"], ["created_at", "2022-09-15 11:56:01.415433"], ["updated_at", "2022-09-15 11:56:01.415433"]] TRANSACTION (3.2ms) COMMIT User Load (10.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') TRANSACTION (3.1ms) BEGIN CensorBear::ReviewLogs::Text Create (7.7ms) INSERT INTO "censor_bear_review_logs" ("record_id", "record_type", "type", "service", "raw_data", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["record_id", 1], ["record_type", "User"], ["type", "CensorBear::ReviewLogs::Text"], ["service", "stop_words"], ["raw_data", "{\"scene\":\"ugc\",\"actions\":[\"replace\"],\"hit_words\":[\"习近平\"],\"review_words\":[],\"ban_words\":[]}"], ["created_at", "2022-09-15 11:57:04.966771"], ["updated_at", "2022-09-15 11:57:04.966771"]] TRANSACTION (8.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') TRANSACTION (4.7ms) BEGIN CensorBear::ReviewLogs::Text Create (7.2ms) INSERT INTO "censor_bear_review_logs" ("record_id", "record_type", "type", "service", "raw_data", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["record_id", 1], ["record_type", "User"], ["type", "CensorBear::ReviewLogs::Text"], ["service", "stop_words"], ["raw_data", "{\"scene\":\"ugc\",\"actions\":[\"replace\"],\"hit_words\":[\"习近平\"],\"review_words\":[],\"ban_words\":[]}"], ["created_at", "2022-09-15 11:57:09.370528"], ["updated_at", "2022-09-15 11:57:09.370528"]] TRANSACTION (7.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') TRANSACTION (5.7ms) BEGIN CensorBear::ReviewLogs::Text Create (3.0ms) INSERT INTO "censor_bear_review_logs" ("record_id", "record_type", "type", "service", "raw_data", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["record_id", 1], ["record_type", "User"], ["type", "CensorBear::ReviewLogs::Text"], ["service", "stop_words"], ["raw_data", "{\"scene\":\"username\",\"actions\":[\"banned\"],\"hit_words\":[\"习近平\"],\"review_words\":[],\"ban_words\":[\"习近平\"]}"], ["created_at", "2022-09-15 11:57:37.408679"], ["updated_at", "2022-09-15 11:57:37.408679"]] TRANSACTION (6.4ms) COMMIT User Load (9.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (username != 'IGNORE') CensorBear::StopWord Load (10.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') TRANSACTION (2.3ms) BEGIN CensorBear::ReviewLogs::Text Create (7.0ms) INSERT INTO "censor_bear_review_logs" ("type", "service", "raw_data", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["type", "CensorBear::ReviewLogs::Text"], ["service", "stop_words"], ["raw_data", "{\"scene\":\"ugc\",\"actions\":[\"replace\"],\"hit_words\":[\"习近平\"],\"review_words\":[],\"ban_words\":[]}"], ["created_at", "2022-09-15 12:01:35.452202"], ["updated_at", "2022-09-15 12:01:35.452202"]] TRANSACTION (3.9ms) COMMIT CensorBear::ReviewLog Load (4.6ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."id" DESC LIMIT $1 [["LIMIT", 1]] User Load (8.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') TRANSACTION (2.5ms) BEGIN CensorBear::ReviewLogs::Text Create (2.8ms) INSERT INTO "censor_bear_review_logs" ("type", "service", "raw_data", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["type", "CensorBear::ReviewLogs::Text"], ["service", "stop_words"], ["raw_data", "{\"scene\":\"ugc\",\"actions\":[\"replace\"],\"hit_words\":[\"习近平\"],\"review_words\":[],\"ban_words\":[]}"], ["created_at", "2022-09-15 12:02:08.707335"], ["updated_at", "2022-09-15 12:02:08.707335"]] TRANSACTION (5.5ms) COMMIT CensorBear::ReviewLog Load (3.9ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::ReviewLog Load (2.6ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."id" DESC LIMIT $1 [["LIMIT", 1]] User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') TRANSACTION (2.5ms) BEGIN CensorBear::ReviewLogs::Text Create (3.8ms) INSERT INTO "censor_bear_review_logs" ("type", "service", "raw_data", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["type", "CensorBear::ReviewLogs::Text"], ["service", "stop_words"], ["raw_data", "{\"scene\":\"ugc\",\"actions\":[\"replace\"],\"hit_words\":[\"习近平\"],\"review_words\":[],\"ban_words\":[]}"], ["user_id", 1], ["created_at", "2022-09-15 12:02:24.433036"], ["updated_at", "2022-09-15 12:02:24.433036"]] TRANSACTION (4.2ms) COMMIT CensorBear::ReviewLog Load (2.3ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."id" DESC LIMIT $1 [["LIMIT", 1]] Started GET "/" for 127.0.0.1 at 2022-09-19 16:03:01 +0800  (85.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 5.9ms | Allocations: 1088) Rendered layout layouts/application.html.erb (Duration: 347.6ms | Allocations: 37674) Completed 200 OK in 364ms (Views: 355.9ms | ActiveRecord: 0.0ms | Allocations: 41503) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-19 16:03:04 +0800 Processing by CensorBear::StopWordsController#index as HTML Completed 401 Unauthorized in 7ms (ActiveRecord: 0.0ms | Allocations: 1657) Started GET "/users/sign_in" for 127.0.0.1 at 2022-09-19 16:03:05 +0800 Processing by Devise::SessionsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 2.3ms | Allocations: 662) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application (Duration: 27.2ms | Allocations: 4031) Rendered layout layouts/application.html.erb (Duration: 32.0ms | Allocations: 5700) Completed 200 OK in 96ms (Views: 38.9ms | ActiveRecord: 32.6ms | Allocations: 13653) Started GET "/users/sign_up" for 127.0.0.1 at 2022-09-19 16:03:08 +0800 Processing by Devise::RegistrationsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/registrations/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_error_messages.html.erb (Duration: 0.9ms | Allocations: 189) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.3ms | Allocations: 134) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/registrations/new.html.erb within layouts/application (Duration: 5.6ms | Allocations: 2318) Rendered layout layouts/application.html.erb (Duration: 8.1ms | Allocations: 3980) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.0ms | Allocations: 5903) Started POST "/users" for 127.0.0.1 at 2022-09-19 16:03:17 +0800 Processing by Devise::RegistrationsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"email"=>"foobar@v2up.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} TRANSACTION (1.8ms) BEGIN User Exists? (15.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "foobar@v2up.com"], ["LIMIT", 1]] User Create (16.9ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "foobar@v2up.com"], ["encrypted_password", "$2a$12$7gPcIPWPQLGyb.8JQ3zAT.d8QK.ZYvP6A.KbCmfIwuy/6AAO5ClHG"], ["created_at", "2022-09-19 08:03:18.106372"], ["updated_at", "2022-09-19 08:03:18.106372"]] TRANSACTION (6.6ms) COMMIT Redirected to http://localhost:3000/censor_bear/ Completed 302 Found in 357ms (ActiveRecord: 40.2ms | Allocations: 9293) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-19 16:03:18 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]]  (41.8ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 13.6ms | Allocations: 14098) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 68.7ms | Allocations: 28000)  (14.4ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 117.9ms | Allocations: 45540) Completed 200 OK in 201ms (Views: 89.2ms | ActiveRecord: 84.9ms | Allocations: 52620) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-19 16:03:22 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]]  (5.4ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application CensorBear::ReviewLog Load (4.0ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 8.1ms | Allocations: 219) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 30) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 16) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 22) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 16) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 65.2ms | Allocations: 16935) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 84.4ms | Allocations: 22318) Completed 200 OK in 108ms (Views: 78.3ms | ActiveRecord: 18.7ms | Allocations: 26169) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-19 16:03:32 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]]  (3.0ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.1ms | Allocations: 737) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 10.4ms | Allocations: 2886)  (3.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 21.1ms | Allocations: 8131) Completed 200 OK in 39ms (Views: 15.9ms | ActiveRecord: 13.2ms | Allocations: 10909) Started GET "/censor_bear/stop_words/new" for 127.0.0.1 at 2022-09-19 16:03:36 +0800 Processing by CensorBear::StopWordsController#new as HTML User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/new.html.haml within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_form.html.haml (Duration: 10.1ms | Allocations: 8902) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/new.html.haml within layouts/censor_bear/application (Duration: 17.2ms | Allocations: 11831)  (3.5ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 27.0ms | Allocations: 17134) Completed 200 OK in 41ms (Views: 24.2ms | ActiveRecord: 7.7ms | Allocations: 19273) Started POST "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-19 16:05:26 +0800 Processing by CensorBear::StopWordsController#create as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "stop_word"=>{"key"=>"彭丽媛", "username"=>"mod", "nickname"=>"banned", "signature"=>"ignore", "dialog"=>"ignore", "replacement"=>"***"}, "commit"=>"确认"} User Load (18.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/new.html.haml within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_form.html.haml (Duration: 6.9ms | Allocations: 2662) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/new.html.haml within layouts/censor_bear/application (Duration: 9.4ms | Allocations: 3223)  (6.3ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 26.6ms | Allocations: 8524) Completed 200 OK in 65ms (Views: 21.9ms | ActiveRecord: 24.4ms | Allocations: 12645) Started POST "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-19 16:05:33 +0800 Processing by CensorBear::StopWordsController#create as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "stop_word"=>{"key"=>"彭丽媛", "username"=>"mod", "nickname"=>"banned", "signature"=>"ignore", "dialog"=>"ignore", "replacement"=>"***"}, "commit"=>"确认"} User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/new.html.haml within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_form.html.haml (Duration: 4.6ms | Allocations: 2534) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/new.html.haml within layouts/censor_bear/application (Duration: 5.4ms | Allocations: 2767)  (3.1ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 19.6ms | Allocations: 8058) Completed 200 OK in 32ms (Views: 17.3ms | ActiveRecord: 6.6ms | Allocations: 10274) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-19 16:05:35 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]]  (2.6ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.8ms | Allocations: 737) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 9.2ms | Allocations: 2883)  (5.2ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 36.6ms | Allocations: 8104) Completed 200 OK in 51ms (Views: 29.6ms | ActiveRecord: 13.4ms | Allocations: 10848) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-19 16:05:37 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (11.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]]  (10.2ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application CensorBear::ReviewLog Load (3.1ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.2ms | Allocations: 18) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 16) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 16) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.2ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 16) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 10.7ms | Allocations: 2289) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 22.0ms | Allocations: 7642) Completed 200 OK in 61ms (Views: 19.5ms | ActiveRecord: 24.6ms | Allocations: 10276) Started GET "/censor_bear/debugger" for 127.0.0.1 at 2022-09-19 16:05:38 +0800 Processing by CensorBear::HomeController#debugger as HTML User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/home/debugger.html.haml within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/home/debugger.html.haml within layouts/censor_bear/application (Duration: 5.5ms | Allocations: 3898)  (7.9ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 25.2ms | Allocations: 9238) Completed 200 OK in 43ms (Views: 19.9ms | ActiveRecord: 12.5ms | Allocations: 12122) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-19 16:05:49 +0800 Processing by CensorBear::StopWordsController#index as HTML Completed 401 Unauthorized in 2ms (ActiveRecord: 0.0ms | Allocations: 225) Started GET "/users/sign_in" for 127.0.0.1 at 2022-09-19 16:05:49 +0800 Processing by Devise::SessionsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.5ms | Allocations: 141) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application (Duration: 25.4ms | Allocations: 1333) Rendered layout layouts/application.html.erb (Duration: 41.6ms | Allocations: 2843) Completed 200 OK in 72ms (Views: 42.9ms | ActiveRecord: 0.0ms | Allocations: 3636) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-19 16:05:49 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]]  (4.4ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 2.5ms | Allocations: 737) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 12.1ms | Allocations: 2883)  (4.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 25.6ms | Allocations: 8115) Completed 200 OK in 46ms (Views: 18.4ms | ActiveRecord: 16.3ms | Allocations: 10772) Started GET "/" for 127.0.0.1 at 2022-09-19 16:05:54 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 154) Rendered layout layouts/application.html.erb (Duration: 7.5ms | Allocations: 2010) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.0ms | Allocations: 2371) Started GET "/comments/new" for 127.0.0.1 at 2022-09-19 16:05:56 +0800 Processing by CommentsController#new as HTML Rendering layout layouts/application.html.erb Rendering comments/new.html.erb within layouts/application Rendered comments/_form.html.erb (Duration: 12.7ms | Allocations: 1544) Rendered comments/new.html.erb within layouts/application (Duration: 25.3ms | Allocations: 1925) Rendered layout layouts/application.html.erb (Duration: 29.2ms | Allocations: 3595) Completed 200 OK in 70ms (Views: 34.2ms | ActiveRecord: 12.5ms | Allocations: 8706) Started POST "/comments" for 127.0.0.1 at 2022-09-19 16:05:59 +0800 Processing by CommentsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "comment"=>{"content"=>"顶顶顶顶"}, "commit"=>"Create Comment"} User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:29:in `create' TRANSACTION (2.3ms) BEGIN ↳ app/controllers/comments_controller.rb:31:in `create' Comment Create (17.4ms) INSERT INTO "comments" ("content", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "顶顶顶顶"], ["user_id", 2], ["created_at", "2022-09-19 08:05:59.769875"], ["updated_at", "2022-09-19 08:05:59.769875"]] ↳ app/controllers/comments_controller.rb:31:in `create' TRANSACTION (3.8ms) COMMIT ↳ app/controllers/comments_controller.rb:31:in `create' Redirected to http://localhost:3000/comments/2 Completed 302 Found in 41ms (ActiveRecord: 26.5ms | Allocations: 3423) Started GET "/comments/2" for 127.0.0.1 at 2022-09-19 16:05:59 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"2"} Comment Load (2.9ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:64:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 10.6ms | Allocations: 545) Rendered layout layouts/application.html.erb (Duration: 16.9ms | Allocations: 2062) Completed 200 OK in 30ms (Views: 17.8ms | ActiveRecord: 2.9ms | Allocations: 3231) Started GET "/comments/2" for 127.0.0.1 at 2022-09-19 16:06:01 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"2"} Comment Load (3.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:64:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 0.9ms | Allocations: 361) Rendered layout layouts/application.html.erb (Duration: 5.3ms | Allocations: 1869) Completed 200 OK in 15ms (Views: 6.1ms | ActiveRecord: 3.1ms | Allocations: 2658) Started GET "/" for 127.0.0.1 at 2022-09-19 16:14:48 +0800  (10.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 4.8ms | Allocations: 1088) Rendered layout layouts/application.html.erb (Duration: 48.6ms | Allocations: 13823) Completed 200 OK in 168ms (Views: 85.8ms | ActiveRecord: 0.0ms | Allocations: 17650) Started GET "/comments/new" for 127.0.0.1 at 2022-09-19 16:14:49 +0800 Processing by CommentsController#new as HTML Rendering layout layouts/application.html.erb Rendering comments/new.html.erb within layouts/application Rendered comments/_form.html.erb (Duration: 23.2ms | Allocations: 6571) Rendered comments/new.html.erb within layouts/application (Duration: 26.0ms | Allocations: 6989) Rendered layout layouts/application.html.erb (Duration: 29.3ms | Allocations: 8661) Completed 200 OK in 102ms (Views: 33.0ms | ActiveRecord: 28.4ms | Allocations: 15028) Started POST "/comments" for 127.0.0.1 at 2022-09-19 16:14:55 +0800 Processing by CommentsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "comment"=>{"content"=>"习近平王八蛋"}, "commit"=>"Create Comment"} User Load (11.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:25:in `create' Completed 500 Internal Server Error in 69ms (ActiveRecord: 25.0ms | Allocations: 7922) ArgumentError (wrong number of arguments (given 3, expected 2)): app/controllers/comments_controller.rb:25:in `create' Started POST "/comments" for 127.0.0.1 at 2022-09-19 16:15:25 +0800 Processing by CommentsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "comment"=>{"content"=>"习近平王八蛋"}, "commit"=>"Create Comment"} CensorBear::StopWord Load (9.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') ↳ app/controllers/comments_controller.rb:25:in `create' User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:28:in `create' TRANSACTION (2.8ms) BEGIN ↳ app/controllers/comments_controller.rb:30:in `create' Comment Create (10.2ms) INSERT INTO "comments" ("content", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "***王八蛋"], ["user_id", 2], ["created_at", "2022-09-19 08:15:25.987041"], ["updated_at", "2022-09-19 08:15:25.987041"]] ↳ app/controllers/comments_controller.rb:30:in `create' TRANSACTION (6.7ms) COMMIT ↳ app/controllers/comments_controller.rb:30:in `create' Completed 500 Internal Server Error in 180ms (ActiveRecord: 73.1ms | Allocations: 21928) NameError (uninitialized constant CommentsController::TextDataId): app/controllers/comments_controller.rb:31:in `create' Started POST "/comments" for 127.0.0.1 at 2022-09-19 16:15:29 +0800 Processing by CommentsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "comment"=>{"content"=>"习近平王八蛋"}, "commit"=>"Create Comment"} CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') ↳ app/controllers/comments_controller.rb:25:in `create' User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:28:in `create' TRANSACTION (2.1ms) BEGIN ↳ app/controllers/comments_controller.rb:30:in `create' Comment Create (2.6ms) INSERT INTO "comments" ("content", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "***王八蛋"], ["user_id", 2], ["created_at", "2022-09-19 08:15:29.838842"], ["updated_at", "2022-09-19 08:15:29.838842"]] ↳ app/controllers/comments_controller.rb:30:in `create' TRANSACTION (4.0ms) COMMIT ↳ app/controllers/comments_controller.rb:30:in `create' Completed 500 Internal Server Error in 35ms (ActiveRecord: 16.7ms | Allocations: 5365) NameError (uninitialized constant CommentsController::TextDataId): app/controllers/comments_controller.rb:31:in `create' Started POST "/comments" for 127.0.0.1 at 2022-09-19 16:15:55 +0800 Processing by CommentsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "comment"=>{"content"=>"习近平王八蛋"}, "commit"=>"Create Comment"} CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') ↳ app/controllers/comments_controller.rb:25:in `create' User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:28:in `create' TRANSACTION (3.4ms) BEGIN ↳ app/controllers/comments_controller.rb:30:in `create' Comment Create (3.1ms) INSERT INTO "comments" ("content", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "***王八蛋"], ["user_id", 2], ["created_at", "2022-09-19 08:15:55.549683"], ["updated_at", "2022-09-19 08:15:55.549683"]] ↳ app/controllers/comments_controller.rb:30:in `create' TRANSACTION (3.4ms) COMMIT ↳ app/controllers/comments_controller.rb:30:in `create' Completed 500 Internal Server Error in 129ms (ActiveRecord: 64.6ms | Allocations: 21188) NameError (undefined local variable or method `comment' for # Did you mean? @comment): app/controllers/comments_controller.rb:32:in `create' Started POST "/comments" for 127.0.0.1 at 2022-09-19 16:16:01 +0800 Processing by CommentsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "comment"=>{"content"=>"习近平王八蛋"}, "commit"=>"Create Comment"} CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') ↳ app/controllers/comments_controller.rb:25:in `create' User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:28:in `create' TRANSACTION (4.6ms) BEGIN ↳ app/controllers/comments_controller.rb:30:in `create' Comment Create (3.3ms) INSERT INTO "comments" ("content", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "***王八蛋"], ["user_id", 2], ["created_at", "2022-09-19 08:16:01.972846"], ["updated_at", "2022-09-19 08:16:01.972846"]] ↳ app/controllers/comments_controller.rb:30:in `create' TRANSACTION (10.4ms) COMMIT ↳ app/controllers/comments_controller.rb:30:in `create' Completed 500 Internal Server Error in 189ms (ActiveRecord: 72.4ms | Allocations: 18655) NoMethodError (undefined method `sca' for # Did you mean? scan): app/controllers/comments_controller.rb:32:in `create' Started POST "/comments" for 127.0.0.1 at 2022-09-19 16:16:08 +0800 Processing by CommentsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "comment"=>{"content"=>"习近平王八蛋"}, "commit"=>"Create Comment"} CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') ↳ app/controllers/comments_controller.rb:25:in `create' User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:28:in `create' TRANSACTION (2.5ms) BEGIN ↳ app/controllers/comments_controller.rb:30:in `create' Comment Create (3.6ms) INSERT INTO "comments" ("content", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "***王八蛋"], ["user_id", 2], ["created_at", "2022-09-19 08:16:08.727052"], ["updated_at", "2022-09-19 08:16:08.727052"]] ↳ app/controllers/comments_controller.rb:30:in `create' TRANSACTION (3.2ms) COMMIT ↳ app/controllers/comments_controller.rb:30:in `create' Comment Load (10.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:32:in `create' TRANSACTION (2.1ms) BEGIN ↳ app/controllers/comments_controller.rb:32:in `create' CensorBear::ReviewLogs::Text Create (14.1ms) INSERT INTO "censor_bear_review_logs" ("data_id", "record_id", "record_type", "type", "service", "raw_data", "user_id", "ip_address", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["data_id", "Comment-7-2-127.0.0.1"], ["record_id", 7], ["record_type", "Comment"], ["type", "CensorBear::ReviewLogs::Text"], ["service", "aliyun"], ["raw_data", "{\"code\":200,\"data\":[{\"code\":200,\"content\":\"***王八蛋\",\"dataId\":\"Comment-7-2-127.0.0.1\",\"filteredContent\":\"*****蛋\",\"msg\":\"OK\",\"results\":[{\"details\":[{\"contexts\":[{\"context\":\"王八\",\"positions\":[{\"endPos\":5,\"startPos\":3}]}],\"label\":\"abuse\"}],\"label\":\"abuse\",\"rate\":99.91,\"scene\":\"antispam\",\"suggestion\":\"block\"}],\"taskId\":\"txt29id3YR@QPL4ZDq7eZ3qJm-1wRjhJ\"}],\"msg\":\"OK\",\"requestId\":\"AB7169DD-0152-5902-B9C9-8059D740CCF8\"}"], ["user_id", 2], ["ip_address", "127.0.0.1"], ["created_at", "2022-09-19 08:16:08.960792"], ["updated_at", "2022-09-19 08:16:08.960792"]] ↳ app/controllers/comments_controller.rb:32:in `create' TRANSACTION (14.6ms) COMMIT ↳ app/controllers/comments_controller.rb:32:in `create' Comment Update (11.0ms) UPDATE "comments" SET "is_approved" = $1 WHERE "comments"."id" = $2 [["is_approved", false], ["id", 7]] ↳ app/controllers/comments_controller.rb:35:in `create' Redirected to http://localhost:3000/comments/7 Completed 302 Found in 387ms (ActiveRecord: 109.4ms | Allocations: 45390) Started GET "/comments/7" for 127.0.0.1 at 2022-09-19 16:16:09 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"7"} Comment Load (2.4ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 2.4ms | Allocations: 673) Rendered layout layouts/application.html.erb (Duration: 7.1ms | Allocations: 2366) Completed 200 OK in 16ms (Views: 8.6ms | ActiveRecord: 2.4ms | Allocations: 3743) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-19 16:16:17 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]]  (2.7ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application CensorBear::ReviewLog Load (2.4ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 1.0ms | Allocations: 199) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.2ms | Allocations: 30) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 16) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 16) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 22) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.2ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.2ms | Allocations: 21) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 16) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 36.5ms | Allocations: 3697) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 60.9ms | Allocations: 14447) Completed 200 OK in 84ms (Views: 63.5ms | ActiveRecord: 7.8ms | Allocations: 19788) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-19 16:16:18 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]]  (2.7ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application CensorBear::ReviewLog Load (2.5ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 31) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 16) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.2ms | Allocations: 16) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 16) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 20) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 0.1ms | Allocations: 16) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 8.9ms | Allocations: 2421) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 18.5ms | Allocations: 7776) Completed 200 OK in 33ms (Views: 16.7ms | ActiveRecord: 7.9ms | Allocations: 10446)  (7.5ms) SELECT COUNT(*) FROM "censor_bear_review_logs" CensorBear::ReviewLog Load (2.2ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."id" DESC LIMIT $1 [["LIMIT", 1]] Started GET "/comments/7" for 127.0.0.1 at 2022-09-19 16:17:12 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"7"} Comment Load (14.6ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 0.8ms | Allocations: 431) Rendered layout layouts/application.html.erb (Duration: 5.7ms | Allocations: 1954) Completed 200 OK in 32ms (Views: 6.5ms | ActiveRecord: 14.6ms | Allocations: 2833) Started GET "/comments/7" for 127.0.0.1 at 2022-09-19 16:17:13 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"7"} Comment Load (2.8ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 0.6ms | Allocations: 361) Rendered layout layouts/application.html.erb (Duration: 3.6ms | Allocations: 1869) Completed 200 OK in 12ms (Views: 4.3ms | ActiveRecord: 2.8ms | Allocations: 2656) Started GET "/comments/7" for 127.0.0.1 at 2022-09-19 17:12:17 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"7"} Comment Load (8.4ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 7], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 1.6ms | Allocations: 482) Rendered layout layouts/application.html.erb (Duration: 6.3ms | Allocations: 2161) Completed 200 OK in 122ms (Views: 9.1ms | ActiveRecord: 57.2ms | Allocations: 9993) Started GET "/" for 127.0.0.1 at 2022-09-28 21:22:15 +0800  (10.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 5.2ms | Allocations: 1086) Rendered layout layouts/application.html.erb (Duration: 642.4ms | Allocations: 81202) Completed 200 OK in 657ms (Views: 648.6ms | ActiveRecord: 0.0ms | Allocations: 85025) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-28 21:22:18 +0800 Processing by CensorBear::StopWordsController#index as HTML Completed 401 Unauthorized in 10ms (ActiveRecord: 0.0ms | Allocations: 1619) Started GET "/users/sign_in" for 127.0.0.1 at 2022-09-28 21:22:19 +0800 Processing by Devise::SessionsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 2.2ms | Allocations: 662) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application (Duration: 20.4ms | Allocations: 4028) Rendered layout layouts/application.html.erb (Duration: 25.7ms | Allocations: 5704) Completed 200 OK in 99ms (Views: 29.3ms | ActiveRecord: 41.1ms | Allocations: 13648) Started GET "/users/sign_up" for 127.0.0.1 at 2022-09-28 21:22:22 +0800 Processing by Devise::RegistrationsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/registrations/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_error_messages.html.erb (Duration: 0.9ms | Allocations: 189) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.4ms | Allocations: 134) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/registrations/new.html.erb within layouts/application (Duration: 6.5ms | Allocations: 2318) Rendered layout layouts/application.html.erb (Duration: 9.6ms | Allocations: 3988) Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.0ms | Allocations: 5900) Started POST "/users" for 127.0.0.1 at 2022-09-28 21:22:29 +0800 Processing by Devise::RegistrationsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"email"=>"foobar@v2up.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} TRANSACTION (3.7ms) BEGIN User Exists? (19.3ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "foobar@v2up.com"], ["LIMIT", 1]] TRANSACTION (1.9ms) ROLLBACK Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/registrations/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_error_messages.html.erb (Duration: 0.9ms | Allocations: 623) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.1ms | Allocations: 83) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/registrations/new.html.erb within layouts/application (Duration: 3.3ms | Allocations: 2526) Rendered layout layouts/application.html.erb (Duration: 7.2ms | Allocations: 4139) Completed 200 OK in 333ms (Views: 7.8ms | ActiveRecord: 24.8ms | Allocations: 12264) Started GET "/users/sign_in" for 127.0.0.1 at 2022-09-28 21:22:34 +0800 Processing by Devise::SessionsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.2ms | Allocations: 141) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application (Duration: 1.9ms | Allocations: 1298) Rendered layout layouts/application.html.erb (Duration: 4.1ms | Allocations: 2804) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms | Allocations: 3744) Started POST "/users/sign_in" for 127.0.0.1 at 2022-09-28 21:22:40 +0800 Processing by Devise::SessionsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"email"=>"foobar@v2up.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "foobar@v2up.com"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Update (2.9ms) UPDATE "users" SET "remember_created_at" = $1, "updated_at" = $2 WHERE "users"."id" = $3 [["remember_created_at", "2022-09-28 13:22:40.918630"], ["updated_at", "2022-09-28 13:22:40.919022"], ["id", 2]] TRANSACTION (9.7ms) COMMIT Redirected to http://localhost:3000/censor_bear/ Completed 302 Found in 335ms (ActiveRecord: 18.6ms | Allocations: 7211) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-28 21:22:40 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]]  (21.9ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 15.6ms | Allocations: 19087) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 76.8ms | Allocations: 40355)  (18.6ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 320.8ms | Allocations: 74542) Completed 200 OK in 386ms (Views: 297.4ms | ActiveRecord: 61.2ms | Allocations: 81321) Started GET "/censor_bear/review_logs/statistics" for 127.0.0.1 at 2022-09-28 21:22:44 +0800 Processing by CensorBear::ReviewLogsController#statistics as HTML User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]]  (7.1ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."operator_id" AS censor_bear_review_logs_operator_id FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."operator_id" User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT $1 [["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application (Duration: 11.6ms | Allocations: 2701) Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 11.9ms | Allocations: 2774) Completed 500 Internal Server Error in 64ms (ActiveRecord: 14.1ms | Allocations: 8320) ActionView::Template::Error (undefined method `aasm_state_eq' for Ransack::Search>:Ransack::Search): 16:
17: <%= f.label :aasm_state_eq, "审核状态:", class: "text-right inline-block font-bold mr-4 w-[120px]" %> 18: 19: <%= f.collection_select :aasm_state_eq, 20: [["待审核", "pending"], 21: ["通过", "passed"], 22: ["拒绝", "rejected"], ransack (3.2.1) lib/ransack/search.rb:109:in `method_missing' ransack (3.2.1) lib/ransack/helpers/form_builder.rb:14:in `value' actionview (6.1.7) lib/action_view/helpers/tags/collection_select.rb:18:in `block in render' actionview (6.1.7) lib/action_view/helpers/tags/collection_select.rb:18:in `fetch' actionview (6.1.7) lib/action_view/helpers/tags/collection_select.rb:18:in `render' actionview (6.1.7) lib/action_view/helpers/form_options_helper.rb:203:in `collection_select' actionview (6.1.7) lib/action_view/helpers/form_options_helper.rb:835:in `collection_select' /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb:19 actionview (6.1.7) lib/action_view/helpers/capture_helper.rb:45:in `block in capture' actionview (6.1.7) lib/action_view/helpers/capture_helper.rb:209:in `with_output_buffer' haml (5.2.2) lib/haml/helpers/action_view_xss_mods.rb:7:in `with_output_buffer_with_haml_xss' actionview (6.1.7) lib/action_view/helpers/capture_helper.rb:45:in `capture' haml (5.2.2) lib/haml/helpers/action_view_mods.rb:48:in `capture_with_haml' actionview (6.1.7) lib/action_view/helpers/form_helper.rb:450:in `form_for' haml (5.2.2) lib/haml/helpers/action_view_xss_mods.rb:30:in `form_for_with_haml_xss' ransack (3.2.1) lib/ransack/helpers/form_helper.rb:34:in `search_form_for' /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb:3 actionview (6.1.7) lib/action_view/base.rb:247:in `public_send' actionview (6.1.7) lib/action_view/base.rb:247:in `_run' actionview (6.1.7) lib/action_view/template.rb:154:in `block in render' activesupport (6.1.7) lib/active_support/notifications.rb:205:in `instrument' actionview (6.1.7) lib/action_view/template.rb:345:in `instrument_render_template' actionview (6.1.7) lib/action_view/template.rb:152:in `render' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:61:in `block (2 levels) in render_template' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:56:in `block in render_template' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:71:in `block in render_with_layout' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:70:in `render_with_layout' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:55:in `render_template' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:11:in `render' actionview (6.1.7) lib/action_view/renderer/renderer.rb:61:in `render_template_to_object' actionview (6.1.7) lib/action_view/renderer/renderer.rb:29:in `render_to_object' actionview (6.1.7) lib/action_view/rendering.rb:117:in `block in _render_template' actionview (6.1.7) lib/action_view/base.rb:273:in `in_rendering_context' actionview (6.1.7) lib/action_view/rendering.rb:116:in `_render_template' actionpack (6.1.7) lib/action_controller/metal/streaming.rb:218:in `_render_template' actionview (6.1.7) lib/action_view/rendering.rb:103:in `render_to_body' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (6.1.7) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (6.1.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/3.0.0/benchmark.rb:308:in `realtime' activesupport (6.1.7) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:86:in `cleanup_view_runtime' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (6.1.7) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' :90:in `tap' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (6.1.7) lib/abstract_controller/base.rb:228:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (6.1.7) lib/active_support/callbacks.rb:117:in `block in run_callbacks' actiontext (6.1.7) lib/action_text/rendering.rb:20:in `with_renderer' actiontext (6.1.7) lib/action_text/engine.rb:59:in `block (4 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `instance_exec' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `block in run_callbacks' activesupport (6.1.7) lib/active_support/callbacks.rb:137:in `run_callbacks' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:33:in `process_action' actionpack (6.1.7) lib/action_controller/metal/params_wrapper.rb:249:in `process_action' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action' actionpack (6.1.7) lib/abstract_controller/base.rb:165:in `process' actionview (6.1.7) lib/action_view/rendering.rb:39:in `process' actionpack (6.1.7) lib/action_controller/metal.rb:190:in `dispatch' actionpack (6.1.7) lib/action_controller/metal.rb:254:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:33:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' railties (6.1.7) lib/rails/railtie.rb:207:in `public_send' railties (6.1.7) lib/rails/railtie.rb:207:in `method_missing' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:20:in `block in ' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' warden (1.2.9) lib/warden/manager.rb:36:in `block in call' warden (1.2.9) lib/warden/manager.rb:34:in `catch' warden (1.2.9) lib/warden/manager.rb:34:in `call' rack (2.2.4) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.2.4) lib/rack/etag.rb:27:in `call' rack (2.2.4) lib/rack/conditional_get.rb:27:in `call' rack (2.2.4) lib/rack/head.rb:12:in `call' actionpack (6.1.7) lib/action_dispatch/http/permissions_policy.rb:22:in `call' actionpack (6.1.7) lib/action_dispatch/http/content_security_policy.rb:19:in `call' rack (2.2.4) lib/rack/session/abstract/id.rb:266:in `context' rack (2.2.4) lib/rack/session/abstract/id.rb:260:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/cookies.rb:689:in `call' activerecord (6.1.7) lib/active_record/migration.rb:601:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.7) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.7) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.7) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.7) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.7) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-28 21:22:54 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]]  (6.1ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.9ms | Allocations: 664) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 11.4ms | Allocations: 2554)  (3.9ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 29.7ms | Allocations: 9882) Completed 200 OK in 56ms (Views: 22.9ms | ActiveRecord: 18.7ms | Allocations: 12739) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-28 21:22:57 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]]  (7.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 15.4ms | Allocations: 2489) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 17.8ms | Allocations: 3164) Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 18.1ms | Allocations: 3224) Completed 500 Internal Server Error in 50ms (ActiveRecord: 13.9ms | Allocations: 6108) ActionView::Template::Error (undefined method `aasm_state_eq' for Ransack::Search>:Ransack::Search): 14:
15: <%= f.label :aasm_state_eq, "审核状态:", class: "text-right inline-block font-bold mr-4 w-[120px]" %> 16: 17: <%= f.collection_select :aasm_state_eq, 18: [["待审核", "pending"], 19: ["通过", "passed"], 20: ["拒绝", "rejected"], ransack (3.2.1) lib/ransack/search.rb:109:in `method_missing' ransack (3.2.1) lib/ransack/helpers/form_builder.rb:14:in `value' actionview (6.1.7) lib/action_view/helpers/tags/collection_select.rb:18:in `block in render' actionview (6.1.7) lib/action_view/helpers/tags/collection_select.rb:18:in `fetch' actionview (6.1.7) lib/action_view/helpers/tags/collection_select.rb:18:in `render' actionview (6.1.7) lib/action_view/helpers/form_options_helper.rb:203:in `collection_select' actionview (6.1.7) lib/action_view/helpers/form_options_helper.rb:835:in `collection_select' /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb:17 actionview (6.1.7) lib/action_view/helpers/capture_helper.rb:45:in `block in capture' actionview (6.1.7) lib/action_view/helpers/capture_helper.rb:209:in `with_output_buffer' haml (5.2.2) lib/haml/helpers/action_view_xss_mods.rb:7:in `with_output_buffer_with_haml_xss' actionview (6.1.7) lib/action_view/helpers/capture_helper.rb:45:in `capture' haml (5.2.2) lib/haml/helpers/action_view_mods.rb:48:in `capture_with_haml' actionview (6.1.7) lib/action_view/helpers/form_helper.rb:450:in `form_for' haml (5.2.2) lib/haml/helpers/action_view_xss_mods.rb:30:in `form_for_with_haml_xss' ransack (3.2.1) lib/ransack/helpers/form_helper.rb:34:in `search_form_for' /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb:1 actionview (6.1.7) lib/action_view/base.rb:247:in `public_send' actionview (6.1.7) lib/action_view/base.rb:247:in `_run' actionview (6.1.7) lib/action_view/template.rb:154:in `block in render' activesupport (6.1.7) lib/active_support/notifications.rb:205:in `instrument' actionview (6.1.7) lib/action_view/template.rb:345:in `instrument_render_template' actionview (6.1.7) lib/action_view/template.rb:152:in `render' actionview (6.1.7) lib/action_view/renderer/partial_renderer.rb:285:in `block in render_partial_template' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionview (6.1.7) lib/action_view/renderer/partial_renderer.rb:280:in `render_partial_template' actionview (6.1.7) lib/action_view/renderer/partial_renderer.rb:271:in `render' actionview (6.1.7) lib/action_view/renderer/renderer.rb:81:in `render_partial_to_object' actionview (6.1.7) lib/action_view/renderer/renderer.rb:53:in `render_partial' actionview (6.1.7) lib/action_view/helpers/rendering_helper.rb:45:in `render' haml (5.2.2) lib/haml/helpers/action_view_mods.rb:15:in `render' /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb:9 actionview (6.1.7) lib/action_view/base.rb:247:in `public_send' actionview (6.1.7) lib/action_view/base.rb:247:in `_run' actionview (6.1.7) lib/action_view/template.rb:154:in `block in render' activesupport (6.1.7) lib/active_support/notifications.rb:205:in `instrument' actionview (6.1.7) lib/action_view/template.rb:345:in `instrument_render_template' actionview (6.1.7) lib/action_view/template.rb:152:in `render' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:61:in `block (2 levels) in render_template' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:56:in `block in render_template' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:71:in `block in render_with_layout' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:70:in `render_with_layout' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:55:in `render_template' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:11:in `render' actionview (6.1.7) lib/action_view/renderer/renderer.rb:61:in `render_template_to_object' actionview (6.1.7) lib/action_view/renderer/renderer.rb:29:in `render_to_object' actionview (6.1.7) lib/action_view/rendering.rb:117:in `block in _render_template' actionview (6.1.7) lib/action_view/base.rb:273:in `in_rendering_context' actionview (6.1.7) lib/action_view/rendering.rb:116:in `_render_template' actionpack (6.1.7) lib/action_controller/metal/streaming.rb:218:in `_render_template' actionview (6.1.7) lib/action_view/rendering.rb:103:in `render_to_body' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (6.1.7) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (6.1.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/3.0.0/benchmark.rb:308:in `realtime' activesupport (6.1.7) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:86:in `cleanup_view_runtime' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (6.1.7) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' :90:in `tap' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (6.1.7) lib/abstract_controller/base.rb:228:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (6.1.7) lib/active_support/callbacks.rb:117:in `block in run_callbacks' actiontext (6.1.7) lib/action_text/rendering.rb:20:in `with_renderer' actiontext (6.1.7) lib/action_text/engine.rb:59:in `block (4 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `instance_exec' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `block in run_callbacks' activesupport (6.1.7) lib/active_support/callbacks.rb:137:in `run_callbacks' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:33:in `process_action' actionpack (6.1.7) lib/action_controller/metal/params_wrapper.rb:249:in `process_action' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action' actionpack (6.1.7) lib/abstract_controller/base.rb:165:in `process' actionview (6.1.7) lib/action_view/rendering.rb:39:in `process' actionpack (6.1.7) lib/action_controller/metal.rb:190:in `dispatch' actionpack (6.1.7) lib/action_controller/metal.rb:254:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:33:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' railties (6.1.7) lib/rails/railtie.rb:207:in `public_send' railties (6.1.7) lib/rails/railtie.rb:207:in `method_missing' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:20:in `block in ' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' warden (1.2.9) lib/warden/manager.rb:36:in `block in call' warden (1.2.9) lib/warden/manager.rb:34:in `catch' warden (1.2.9) lib/warden/manager.rb:34:in `call' rack (2.2.4) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.2.4) lib/rack/etag.rb:27:in `call' rack (2.2.4) lib/rack/conditional_get.rb:27:in `call' rack (2.2.4) lib/rack/head.rb:12:in `call' actionpack (6.1.7) lib/action_dispatch/http/permissions_policy.rb:22:in `call' actionpack (6.1.7) lib/action_dispatch/http/content_security_policy.rb:19:in `call' rack (2.2.4) lib/rack/session/abstract/id.rb:266:in `context' rack (2.2.4) lib/rack/session/abstract/id.rb:260:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/cookies.rb:689:in `call' activerecord (6.1.7) lib/active_record/migration.rb:601:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.7) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.7) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.7) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.7) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.7) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread'  (6.6ms) SELECT pg_try_advisory_lock(2862914760079662540)  (27.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateCensorBearStopWords (20211126133758) TRANSACTION (3.1ms) BEGIN  (116.9ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) TRANSACTION (2.2ms) ROLLBACK  (2.3ms) SELECT pg_advisory_unlock(2862914760079662540)  (1.9ms) SELECT pg_try_advisory_lock(2862914760079662540)  (6.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateCensorBearStopWords (20211126133758) TRANSACTION (2.4ms) BEGIN  (36.7ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) TRANSACTION (1.5ms) ROLLBACK  (3.4ms) SELECT pg_advisory_unlock(2862914760079662540)  (6.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (9.9ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (1.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (2.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.0ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (5050.9ms) DROP DATABASE IF EXISTS "censor_bear_development"  (1.5ms) SELECT pg_try_advisory_lock(2862914760079662540)  (5.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateCensorBearStopWords (20211126133758) TRANSACTION (2.2ms) BEGIN  (42.6ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) TRANSACTION (2.4ms) ROLLBACK  (3.1ms) SELECT pg_advisory_unlock(2862914760079662540)  (8.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (6.6ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (2.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.3ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (2.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (5029.9ms) DROP DATABASE IF EXISTS "censor_bear_development"  (8.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (4.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (2.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (1.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (994.3ms) DROP DATABASE IF EXISTS "censor_bear_development"  (868.0ms) DROP DATABASE IF EXISTS "censor_bear_test"  (3974.3ms) CREATE DATABASE "censor_bear_development" ENCODING = 'utf8'  (4017.2ms) CREATE DATABASE "censor_bear_test" ENCODING = 'utf8' SQL (9.0ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (3.3ms) DROP TABLE IF EXISTS "censor_bear_review_logs" CASCADE  (172.6ms) CREATE TABLE "censor_bear_review_logs" ("id" bigserial primary key, "data_id" character varying, "record_id" bigint, "record_type" character varying, "type" character varying, "service" character varying, "raw_data" jsonb, "user_id" bigint, "ip_address" character varying, "operator_id" bigint, "url" character varying, "image_id" character varying, "original" text, "filtered" text, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "aasm_state" character varying, "reason" character varying, "censor_operated_at" timestamp)  (14.9ms) CREATE INDEX "index_censor_bear_review_logs_on_aasm_state" ON "censor_bear_review_logs" ("aasm_state")  (15.4ms) CREATE INDEX "index_censor_bear_review_logs_on_censor_operated_at" ON "censor_bear_review_logs" ("censor_operated_at")  (12.2ms) CREATE INDEX "index_censor_bear_review_logs_on_created_at" ON "censor_bear_review_logs" ("created_at")  (19.4ms) CREATE INDEX "index_censor_bear_review_logs_on_operator_id" ON "censor_bear_review_logs" ("operator_id")  (3.5ms) DROP TABLE IF EXISTS "censor_bear_stop_words" CASCADE  (50.4ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (13.2ms) CREATE UNIQUE INDEX "index_censor_bear_stop_words_on_key" ON "censor_bear_stop_words" ("key")  (1.9ms) DROP TABLE IF EXISTS "comments" CASCADE  (63.2ms) CREATE TABLE "comments" ("id" bigserial primary key, "content" text, "user_id" bigint, "is_approved" boolean DEFAULT TRUE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "force_image_safe_url" boolean DEFAULT FALSE)  (2.6ms) DROP TABLE IF EXISTS "users" CASCADE  (50.8ms) CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "is_baned" boolean DEFAULT FALSE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (21.9ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (15.0ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (30.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (8.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (10.9ms) INSERT INTO "schema_migrations" (version) VALUES (20220925145906)  (4.7ms) INSERT INTO "schema_migrations" (version) VALUES (20211126133758), (20211127173946), (20211129164557), (20220814075752), (20220914112252), (20220921022018), (20220923061549);   (38.0ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::InternalMetadata Load (4.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN ActiveRecord::InternalMetadata Create (7.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2022-09-28 13:26:31.487621"], ["updated_at", "2022-09-28 13:26:31.487621"]] TRANSACTION (4.1ms) COMMIT ActiveRecord::InternalMetadata Load (9.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (3.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "schema_sha1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN ActiveRecord::InternalMetadata Create (3.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "schema_sha1"], ["value", "0e1909be9e83f07f61d26773730715b8220fb35b"], ["created_at", "2022-09-28 13:26:31.527454"], ["updated_at", "2022-09-28 13:26:31.527454"]] TRANSACTION (3.7ms) COMMIT SQL (7.4ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (1.8ms) DROP TABLE IF EXISTS "censor_bear_review_logs" CASCADE  (162.5ms) CREATE TABLE "censor_bear_review_logs" ("id" bigserial primary key, "data_id" character varying, "record_id" bigint, "record_type" character varying, "type" character varying, "service" character varying, "raw_data" jsonb, "user_id" bigint, "ip_address" character varying, "operator_id" bigint, "url" character varying, "image_id" character varying, "original" text, "filtered" text, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "aasm_state" character varying, "reason" character varying, "censor_operated_at" timestamp)  (16.2ms) CREATE INDEX "index_censor_bear_review_logs_on_aasm_state" ON "censor_bear_review_logs" ("aasm_state")  (14.4ms) CREATE INDEX "index_censor_bear_review_logs_on_censor_operated_at" ON "censor_bear_review_logs" ("censor_operated_at")  (19.5ms) CREATE INDEX "index_censor_bear_review_logs_on_created_at" ON "censor_bear_review_logs" ("created_at")  (20.5ms) CREATE INDEX "index_censor_bear_review_logs_on_operator_id" ON "censor_bear_review_logs" ("operator_id")  (3.1ms) DROP TABLE IF EXISTS "censor_bear_stop_words" CASCADE  (46.1ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (17.5ms) CREATE UNIQUE INDEX "index_censor_bear_stop_words_on_key" ON "censor_bear_stop_words" ("key")  (3.2ms) DROP TABLE IF EXISTS "comments" CASCADE  (62.2ms) CREATE TABLE "comments" ("id" bigserial primary key, "content" text, "user_id" bigint, "is_approved" boolean DEFAULT TRUE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "force_image_safe_url" boolean DEFAULT FALSE)  (2.4ms) DROP TABLE IF EXISTS "users" CASCADE  (83.6ms) CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "is_baned" boolean DEFAULT FALSE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (17.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (16.9ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (46.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (7.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (7.8ms) INSERT INTO "schema_migrations" (version) VALUES (20220925145906)  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES (20211126133758), (20211127173946), (20211129164557), (20220814075752), (20220914112252), (20220921022018), (20220923061549);   (58.9ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::InternalMetadata Load (7.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN ActiveRecord::InternalMetadata Create (7.0ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2022-09-28 13:26:32.569885"], ["updated_at", "2022-09-28 13:26:32.569885"]] TRANSACTION (3.5ms) COMMIT ActiveRecord::InternalMetadata Load (6.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN ActiveRecord::InternalMetadata Update (3.9ms) UPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3 [["value", "test"], ["updated_at", "2022-09-28 13:26:32.597345"], ["key", "environment"]] TRANSACTION (5.6ms) COMMIT ActiveRecord::InternalMetadata Load (4.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "schema_sha1"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN ActiveRecord::InternalMetadata Create (4.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "schema_sha1"], ["value", "0e1909be9e83f07f61d26773730715b8220fb35b"], ["created_at", "2022-09-28 13:26:32.621470"], ["updated_at", "2022-09-28 13:26:32.621470"]] TRANSACTION (6.1ms) COMMIT  (11.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.3ms) SELECT pg_try_advisory_lock(2862914760079662540)  (5.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateCensorBearStopWords (20220928132722) TRANSACTION (3.8ms) BEGIN  (46.7ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) TRANSACTION (2.6ms) ROLLBACK  (4.2ms) SELECT pg_advisory_unlock(2862914760079662540) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-28 21:29:07 +0800  (5.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by CensorBear::ReviewLogsController#index as HTML User Load (17.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 2], ["LIMIT", 1]] Completed 401 Unauthorized in 84ms (ActiveRecord: 42.5ms | Allocations: 7573) Started GET "/users/sign_in" for 127.0.0.1 at 2022-09-28 21:29:07 +0800 Processing by Devise::SessionsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 1.6ms | Allocations: 673) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application (Duration: 12.8ms | Allocations: 4317) Rendered layout layouts/application.html.erb (Duration: 46.0ms | Allocations: 16547) Completed 200 OK in 70ms (Views: 55.8ms | ActiveRecord: 0.0ms | Allocations: 24956) Started GET "/" for 127.0.0.1 at 2022-09-28 21:29:37 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 1.6ms | Allocations: 422) Rendered layout layouts/application.html.erb (Duration: 5.0ms | Allocations: 2472) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms | Allocations: 3760) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-28 21:29:38 +0800 Processing by CensorBear::StopWordsController#index as HTML Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms | Allocations: 563) Started GET "/users/sign_in" for 127.0.0.1 at 2022-09-28 21:29:38 +0800 Processing by Devise::SessionsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.6ms | Allocations: 143) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application (Duration: 14.4ms | Allocations: 1365) Rendered layout layouts/application.html.erb (Duration: 18.2ms | Allocations: 2966) Completed 200 OK in 42ms (Views: 21.5ms | ActiveRecord: 0.0ms | Allocations: 3893) Started POST "/users/sign_in" for 127.0.0.1 at 2022-09-28 21:29:46 +0800 Processing by Devise::SessionsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"email"=>"foobar@v2up.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "foobar@v2up.com"], ["LIMIT", 1]] Completed 401 Unauthorized in 17ms (ActiveRecord: 3.9ms | Allocations: 2017) Processing by Devise::SessionsController#new as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"email"=>"foobar@v2up.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Log in"} Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.3ms | Allocations: 143) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application (Duration: 2.8ms | Allocations: 1416) Rendered layout layouts/application.html.erb (Duration: 6.1ms | Allocations: 3015) Completed 200 OK in 284ms (Views: 7.3ms | ActiveRecord: 0.0ms | Allocations: 4599) Started GET "/users/password/new" for 127.0.0.1 at 2022-09-28 21:29:48 +0800 Processing by Devise::PasswordsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/passwords/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_error_messages.html.erb (Duration: 0.7ms | Allocations: 190) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.4ms | Allocations: 191) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/passwords/new.html.erb within layouts/application (Duration: 3.9ms | Allocations: 1756) Rendered layout layouts/application.html.erb (Duration: 6.4ms | Allocations: 3425) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms | Allocations: 5297) Started GET "/users/sign_up" for 127.0.0.1 at 2022-09-28 21:29:51 +0800 Processing by Devise::RegistrationsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/registrations/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_error_messages.html.erb (Duration: 0.0ms | Allocations: 13) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.2ms | Allocations: 101) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/registrations/new.html.erb within layouts/application (Duration: 3.4ms | Allocations: 1894) Rendered layout layouts/application.html.erb (Duration: 5.6ms | Allocations: 3564) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.0ms | Allocations: 5466) Started POST "/users" for 127.0.0.1 at 2022-09-28 21:30:00 +0800 Processing by Devise::RegistrationsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"email"=>"foobar@v2up.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} TRANSACTION (2.2ms) BEGIN User Exists? (1.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "foobar@v2up.com"], ["LIMIT", 1]] User Create (11.1ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "foobar@v2up.com"], ["encrypted_password", "$2a$12$yY.AUfz8O5b4IGKEGZsPruWa11GOMWszRKduFa66FyerCDgs1vnQC"], ["created_at", "2022-09-28 13:30:00.482562"], ["updated_at", "2022-09-28 13:30:00.482562"]] TRANSACTION (6.1ms) COMMIT Redirected to http://localhost:3000/censor_bear/ Completed 302 Found in 307ms (ActiveRecord: 21.3ms | Allocations: 7574) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-28 21:30:00 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (8.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (13.1ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 53.2ms | Allocations: 16240)  (8.7ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 101.0ms | Allocations: 36799) Completed 200 OK in 144ms (Views: 87.5ms | ActiveRecord: 40.3ms | Allocations: 43663) Started GET "/censor_bear/review_logs/statistics" for 127.0.0.1 at 2022-09-28 21:30:02 +0800 Processing by CensorBear::ReviewLogsController#statistics as HTML User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (2.7ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."operator_id" AS censor_bear_review_logs_operator_id FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."operator_id" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application  (2.9ms) SELECT COUNT(*) AS count_all, DATE_TRUNC('day', "censor_bear_review_logs"."created_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date AS date_trunc_day_censor_bear_review_logs_created_at_timestamptz_a FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."created_at" IS NOT NULL) GROUP BY DATE_TRUNC('day', "censor_bear_review_logs"."created_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date  (2.1ms) SELECT COUNT(*) AS count_all, DATE_TRUNC('day', "censor_bear_review_logs"."censor_operated_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date AS date_trunc_day_censor_bear_review_logs_censor_operated_at_times FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."censor_operated_at" IS NOT NULL) GROUP BY DATE_TRUNC('day', "censor_bear_review_logs"."censor_operated_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date  (2.8ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."aasm_state" AS censor_bear_review_logs_aasm_state FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."aasm_state"  (3.4ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."type" AS censor_bear_review_logs_type FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."type"  (3.0ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."record_type" AS censor_bear_review_logs_record_type FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."record_type" Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application (Duration: 37.3ms | Allocations: 9834)  (3.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 54.3ms | Allocations: 17243) Completed 200 OK in 73ms (Views: 39.4ms | ActiveRecord: 21.7ms | Allocations: 21570) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-28 21:30:49 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (7.8ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 11.1ms | Allocations: 1747)  (2.2ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 23.7ms | Allocations: 8945) Completed 200 OK in 57ms (Views: 16.2ms | ActiveRecord: 23.1ms | Allocations: 11658) Started GET "/censor_bear/review_logs/statistics" for 127.0.0.1 at 2022-09-28 21:30:51 +0800 Processing by CensorBear::ReviewLogsController#statistics as HTML User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (2.6ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."operator_id" AS censor_bear_review_logs_operator_id FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."operator_id" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application  (2.6ms) SELECT COUNT(*) AS count_all, DATE_TRUNC('day', "censor_bear_review_logs"."created_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date AS date_trunc_day_censor_bear_review_logs_created_at_timestamptz_a FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."created_at" IS NOT NULL) GROUP BY DATE_TRUNC('day', "censor_bear_review_logs"."created_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date  (3.1ms) SELECT COUNT(*) AS count_all, DATE_TRUNC('day', "censor_bear_review_logs"."censor_operated_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date AS date_trunc_day_censor_bear_review_logs_censor_operated_at_times FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."censor_operated_at" IS NOT NULL) GROUP BY DATE_TRUNC('day', "censor_bear_review_logs"."censor_operated_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date  (2.9ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."aasm_state" AS censor_bear_review_logs_aasm_state FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."aasm_state"  (3.2ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."type" AS censor_bear_review_logs_type FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."type"  (3.4ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."record_type" AS censor_bear_review_logs_record_type FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."record_type" Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application (Duration: 28.9ms | Allocations: 7685)  (3.8ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 55.3ms | Allocations: 14903) Completed 200 OK in 69ms (Views: 38.7ms | ActiveRecord: 23.5ms | Allocations: 17506) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-28 21:30:52 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.9ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 7.9ms | Allocations: 2378) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 10.5ms | Allocations: 3081) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 22.5ms | Allocations: 10222) Completed 200 OK in 39ms (Views: 23.3ms | ActiveRecord: 6.5ms | Allocations: 13105) Started GET "/" for 127.0.0.1 at 2022-09-28 21:31:04 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 0.3ms | Allocations: 152) Rendered layout layouts/application.html.erb (Duration: 3.6ms | Allocations: 2008) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms | Allocations: 2338) Started GET "/" for 127.0.0.1 at 2022-09-28 21:31:04 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 151) Rendered layout layouts/application.html.erb (Duration: 4.6ms | Allocations: 1966) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms | Allocations: 2293) Started GET "/comments/new" for 127.0.0.1 at 2022-09-28 21:31:06 +0800 Processing by CommentsController#new as HTML Rendering layout layouts/application.html.erb Rendering comments/new.html.erb within layouts/application Rendered comments/_form.html.erb (Duration: 12.3ms | Allocations: 1602) Rendered comments/new.html.erb within layouts/application (Duration: 14.9ms | Allocations: 1987) Rendered layout layouts/application.html.erb (Duration: 20.0ms | Allocations: 3665) Completed 200 OK in 81ms (Views: 24.3ms | ActiveRecord: 22.3ms | Allocations: 8860) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-28 21:31:11 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (14.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (6.9ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (9.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 15.3ms | Allocations: 1746)  (6.3ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 53.9ms | Allocations: 8949) Completed 200 OK in 101ms (Views: 38.9ms | ActiveRecord: 37.4ms | Allocations: 11696) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-28 21:31:13 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.8ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 8.6ms | Allocations: 1700)  (3.2ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 33.9ms | Allocations: 8908) Completed 200 OK in 56ms (Views: 27.2ms | ActiveRecord: 15.7ms | Allocations: 11466) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-28 21:31:15 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (2.3ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 5.0ms | Allocations: 1701)  (3.1ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 17.2ms | Allocations: 8930) Completed 200 OK in 30ms (Views: 12.8ms | ActiveRecord: 10.1ms | Allocations: 11471) Started GET "/censor_bear/stop_words/new" for 127.0.0.1 at 2022-09-28 21:31:16 +0800 Processing by CensorBear::StopWordsController#new as HTML User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/new.html.haml within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_form.html.haml (Duration: 19.7ms | Allocations: 16180) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/new.html.haml within layouts/censor_bear/application (Duration: 28.0ms | Allocations: 19911)  (2.7ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 40.4ms | Allocations: 27084) Completed 200 OK in 68ms (Views: 38.4ms | ActiveRecord: 10.0ms | Allocations: 33377) Started POST "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-28 21:31:29 +0800 Processing by CensorBear::StopWordsController#create as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "stop_word"=>{"key"=>"习近平", "username"=>"mod", "nickname"=>"banned", "signature"=>"banned", "dialog"=>"banned", "replacement"=>"***"}, "commit"=>"确认"} User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/new.html.haml within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_form.html.haml (Duration: 4.8ms | Allocations: 2567) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/new.html.haml within layouts/censor_bear/application (Duration: 6.2ms | Allocations: 3036)  (3.1ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 19.9ms | Allocations: 10396) Completed 200 OK in 42ms (Views: 18.8ms | ActiveRecord: 5.2ms | Allocations: 14263) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-28 21:33:02 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (8.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (7.1ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (17.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 26.5ms | Allocations: 1732)  (2.5ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 53.8ms | Allocations: 8944) Completed 200 OK in 89ms (Views: 35.0ms | ActiveRecord: 35.3ms | Allocations: 11642) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-28 21:33:03 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (2.7ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 6.9ms | Allocations: 1700)  (3.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 18.7ms | Allocations: 8886) Completed 200 OK in 37ms (Views: 14.0ms | ActiveRecord: 12.3ms | Allocations: 11429) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-28 21:33:05 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (8.6ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (18.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 26.9ms | Allocations: 1700)  (8.2ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 108.0ms | Allocations: 8886) Completed 200 OK in 131ms (Views: 82.8ms | ActiveRecord: 38.4ms | Allocations: 11435) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-28 21:33:06 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (2.6ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 5.8ms | Allocations: 1700)  (3.1ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 20.1ms | Allocations: 8886) Completed 200 OK in 32ms (Views: 15.1ms | ActiveRecord: 10.5ms | Allocations: 11441) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-28 21:33:07 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (2.1ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 28.8ms | Allocations: 1700)  (4.3ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 46.7ms | Allocations: 8930) Completed 200 OK in 59ms (Views: 40.7ms | ActiveRecord: 11.3ms | Allocations: 11488) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-28 21:33:07 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (1.8ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 7.0ms | Allocations: 1701)  (4.4ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 24.3ms | Allocations: 8930) Completed 200 OK in 37ms (Views: 17.7ms | ActiveRecord: 11.5ms | Allocations: 11477) Started GET "/" for 127.0.0.1 at 2022-09-29 14:16:23 +0800  (12.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 3.9ms | Allocations: 1086) Rendered layout layouts/application.html.erb (Duration: 44.1ms | Allocations: 13976) Completed 200 OK in 58ms (Views: 49.9ms | ActiveRecord: 0.0ms | Allocations: 17801) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-29 14:16:27 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (32.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (13.6ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 34.1ms | Allocations: 16468)  (16.5ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 93.6ms | Allocations: 36984) Completed 200 OK in 231ms (Views: 75.0ms | ActiveRecord: 106.6ms | Allocations: 50890) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 14:16:37 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (7.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (5.5ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 44.4ms | Allocations: 22401) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 46.4ms | Allocations: 23160) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 53.9ms | Allocations: 30598) Completed 200 OK in 88ms (Views: 56.7ms | ActiveRecord: 13.4ms | Allocations: 35019) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-29 14:18:45 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (2.9ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 5.6ms | Allocations: 1774)  (6.3ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 173.0ms | Allocations: 8992) Completed 200 OK in 188ms (Views: 165.5ms | ActiveRecord: 13.6ms | Allocations: 11741) Started GET "/censor_bear/stop_words/new" for 127.0.0.1 at 2022-09-29 14:18:50 +0800 Processing by CensorBear::StopWordsController#new as HTML User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/new.html.haml within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_form.html.haml (Duration: 14.8ms | Allocations: 17754) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/new.html.haml within layouts/censor_bear/application (Duration: 20.6ms | Allocations: 21502)  (3.8ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 36.1ms | Allocations: 28706) Completed 200 OK in 72ms (Views: 33.3ms | ActiveRecord: 10.2ms | Allocations: 35112) Started POST "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-29 14:19:14 +0800 Processing by CensorBear::StopWordsController#create as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "stop_word"=>{"key"=>"习近平", "ugc"=>"review", "username"=>"banned", "nickname"=>"banned", "signature"=>"banned", "dialog"=>"banned", "replacement"=>"***"}, "commit"=>"确认"} User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 500 Internal Server Error in 19288ms (ActiveRecord: 4.1ms | Allocations: 66817) SystemExit (exit): (byebug):1:in `exit' (byebug):1:in `create' Started GET "/censor_bear/stop_words/new" for 127.0.0.1 at 2022-09-29 14:20:21 +0800 Processing by CensorBear::StopWordsController#new as HTML User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/new.html.haml within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_form.html.haml (Duration: 92.3ms | Allocations: 573089) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/new.html.haml within layouts/censor_bear/application (Duration: 107.2ms | Allocations: 643126)  (5.7ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 551.1ms | Allocations: 3062001) Completed 200 OK in 1007ms (Views: 564.0ms | ActiveRecord: 35.4ms | Allocations: 6263402) Started POST "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-29 14:20:35 +0800 Processing by CensorBear::StopWordsController#create as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "stop_word"=>{"key"=>"习近平", "ugc"=>"review", "username"=>"ignore", "nickname"=>"ignore", "signature"=>"ignore", "dialog"=>"ignore", "replacement"=>"***"}, "commit"=>"确认"} User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN CensorBear::StopWord Create (15.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "习近平"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "***"], ["created_at", "2022-09-29 06:20:35.373027"], ["updated_at", "2022-09-29 06:20:35.373027"]] TRANSACTION (30.8ms) COMMIT Redirected to http://localhost:3000/censor_bear/stop_words/1 Completed 302 Found in 253ms (ActiveRecord: 53.8ms | Allocations: 1585598) Started GET "/censor_bear/stop_words/1" for 127.0.0.1 at 2022-09-29 14:20:35 +0800 Processing by CensorBear::StopWordsController#show as TURBO_STREAM Parameters: {"id"=>"1"} User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/show.html.haml within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 629.5ms | Allocations: 5751795) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/show.html.haml within layouts/censor_bear/application (Duration: 737.4ms | Allocations: 6725154)  (3.4ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 917.5ms | Allocations: 8387654) Completed 200 OK in 1050ms (Views: 927.5ms | ActiveRecord: 12.4ms | Allocations: 9314170) Started GET "/censor_bear" for 127.0.0.1 at 2022-09-29 14:20:48 +0800 Processing by CensorBear::StopWordsController#index as HTML Completed 401 Unauthorized in 32ms (ActiveRecord: 0.0ms | Allocations: 65672) Started GET "/users/sign_in" for 127.0.0.1 at 2022-09-29 14:20:49 +0800 Started GET "/censor_bear" for 127.0.0.1 at 2022-09-29 14:20:49 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (9.6ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application Processing by Devise::SessionsController#new as HTML CensorBear::StopWord Load (26.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 62.8ms | Allocations: 267282) Rendering layout layouts/application.html.erb Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 336.8ms | Allocations: 1273297) Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 15.8ms | Allocations: 137137) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application (Duration: 152.0ms | Allocations: 742420) Rendered layout layouts/application.html.erb (Duration: 281.7ms | Allocations: 1545497) Completed 200 OK in 623ms (Views: 495.7ms | ActiveRecord: 0.0ms | Allocations: 2971257)  (4.6ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 923.7ms | Allocations: 4549321) Completed 200 OK in 1201ms (Views: 958.0ms | ActiveRecord: 44.8ms | Allocations: 5438927) Started GET "/" for 127.0.0.1 at 2022-09-29 14:20:51 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 14.3ms | Allocations: 75044) Rendered layout layouts/application.html.erb (Duration: 73.6ms | Allocations: 498788) Completed 200 OK in 110ms (Views: 100.1ms | ActiveRecord: 0.0ms | Allocations: 649145) Started GET "/comments/new" for 127.0.0.1 at 2022-09-29 14:20:53 +0800 Processing by CommentsController#new as HTML Rendering layout layouts/application.html.erb Rendering comments/new.html.erb within layouts/application Rendered comments/_form.html.erb (Duration: 55.6ms | Allocations: 387848) Rendered comments/new.html.erb within layouts/application (Duration: 71.5ms | Allocations: 473274) Rendered layout layouts/application.html.erb (Duration: 238.5ms | Allocations: 858691) Completed 200 OK in 424ms (Views: 261.1ms | ActiveRecord: 12.1ms | Allocations: 2158272) Started POST "/comments" for 127.0.0.1 at 2022-09-29 14:21:02 +0800 Processing by CommentsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "comment"=>{"content"=>"习近平,王大胆。"}, "commit"=>"Create Comment"} CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') ↳ app/controllers/comments_controller.rb:25:in `create' User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:28:in `create' TRANSACTION (3.2ms) BEGIN ↳ app/controllers/comments_controller.rb:30:in `create' Comment Create (43.1ms) INSERT INTO "comments" ("content", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "习近平,王大胆。"], ["user_id", 1], ["created_at", "2022-09-29 06:21:03.119568"], ["updated_at", "2022-09-29 06:21:03.119568"]] ↳ app/controllers/comments_controller.rb:30:in `create' TRANSACTION (6.2ms) COMMIT ↳ app/controllers/comments_controller.rb:30:in `create' Comment Load (5.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:32:in `create' TRANSACTION (3.2ms) BEGIN ↳ app/controllers/comments_controller.rb:32:in `create' CensorBear::ReviewLogs::Text Create (15.3ms) INSERT INTO "censor_bear_review_logs" ("data_id", "record_id", "record_type", "type", "service", "raw_data", "user_id", "ip_address", "created_at", "updated_at", "aasm_state", "censor_operated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["data_id", "Comment-1-1-127.0.0.1"], ["record_id", 1], ["record_type", "Comment"], ["type", "CensorBear::ReviewLogs::Text"], ["service", "aliyun"], ["raw_data", "{\"code\":200,\"data\":[{\"code\":200,\"content\":\"习近平,王大胆。\",\"dataId\":\"Comment-1-1-127.0.0.1\",\"filteredContent\":\"***,王大胆。\",\"msg\":\"OK\",\"results\":[{\"details\":[{\"contexts\":[{\"context\":\"习近平\",\"positions\":[{\"endPos\":3,\"startPos\":0}]}],\"label\":\"politics\"}],\"label\":\"politics\",\"rate\":99.91,\"scene\":\"antispam\",\"suggestion\":\"block\"}],\"taskId\":\"txt2SsZQyXXXa54pBXrouaOEV-1wUvDX\"}],\"msg\":\"OK\",\"requestId\":\"9AD9B8DD-F3CD-5A87-8045-1B53A16122CA\"}"], ["user_id", 1], ["ip_address", "127.0.0.1"], ["created_at", "2022-09-29 06:21:04.178607"], ["updated_at", "2022-09-29 06:21:04.178607"], ["aasm_state", "pending"], ["censor_operated_at", "2022-09-29 06:21:04.177492"]] ↳ app/controllers/comments_controller.rb:32:in `create' TRANSACTION (7.0ms) COMMIT ↳ app/controllers/comments_controller.rb:32:in `create' Comment Update (6.2ms) UPDATE "comments" SET "is_approved" = $1 WHERE "comments"."id" = $2 [["is_approved", false], ["id", 1]] ↳ app/controllers/comments_controller.rb:35:in `create' Redirected to http://localhost:3000/comments/1 Completed 302 Found in 1312ms (ActiveRecord: 102.5ms | Allocations: 8409123) Started GET "/comments/1" for 127.0.0.1 at 2022-09-29 14:21:04 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"1"} Comment Load (3.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 16.7ms | Allocations: 110993) Rendered layout layouts/application.html.erb (Duration: 69.2ms | Allocations: 494100) Completed 200 OK in 118ms (Views: 79.9ms | ActiveRecord: 3.2ms | Allocations: 880000) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-29 14:21:08 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (8.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.9ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 31.2ms | Allocations: 275122) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 107.0ms | Allocations: 891001)  (10.3ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 325.8ms | Allocations: 2552385) Completed 200 OK in 473ms (Views: 325.3ms | ActiveRecord: 26.3ms | Allocations: 3365416) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-29 14:21:10 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.3ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 27.3ms | Allocations: 275069) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 102.3ms | Allocations: 890875)  (3.6ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 316.9ms | Allocations: 2552207) Completed 200 OK in 439ms (Views: 325.8ms | ActiveRecord: 13.2ms | Allocations: 3362992) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 14:21:13 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 93.9ms | Allocations: 770683) CensorBear::ReviewLog Load (4.0ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Comment Load (3.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 7.1ms | Allocations: 41704) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 77.3ms | Allocations: 646292) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 191.5ms | Allocations: 1564495) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 365.4ms | Allocations: 2912254) CACHE (0.7ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 557.8ms | Allocations: 4557193) Completed 200 OK in 676ms (Views: 564.2ms | ActiveRecord: 16.0ms | Allocations: 5393913) Started GET "/comments/1" for 127.0.0.1 at 2022-09-29 14:21:17 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"1"} Comment Load (5.6ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 13.8ms | Allocations: 88931) Rendered layout layouts/application.html.erb (Duration: 68.7ms | Allocations: 471204) Completed 200 OK in 157ms (Views: 85.3ms | ActiveRecord: 5.6ms | Allocations: 757564) Started POST "/censor_bear/review_logs/1/raw_data" for 127.0.0.1 at 2022-09-29 14:21:28 +0800 Processing by CensorBear::ReviewLogsController#raw_data as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "id"=>"1"} User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::ReviewLog Load (4.0ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/raw_data.turbo_stream.erb Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/raw_data.turbo_stream.erb (Duration: 10.9ms | Allocations: 51098) Completed 200 OK in 172ms (Views: 51.3ms | ActiveRecord: 7.3ms | Allocations: 1305927) Started PUT "/censor_bear/review_logs/1/remove" for 127.0.0.1 at 2022-09-29 14:21:41 +0800 Processing by CensorBear::ReviewLogsController#remove as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "id"=>"1"} User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::ReviewLog Load (2.9ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN Comment Load (3.3ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::ReviewLogs::Text Update (4.5ms) UPDATE "censor_bear_review_logs" SET "operator_id" = $1, "updated_at" = $2 WHERE "censor_bear_review_logs"."id" = $3 [["operator_id", 1], ["updated_at", "2022-09-29 06:21:41.488735"], ["id", 1]] CensorBear::ReviewLogs::Text Update (3.2ms) UPDATE "censor_bear_review_logs" SET "updated_at" = $1, "aasm_state" = $2, "censor_operated_at" = $3 WHERE "censor_bear_review_logs"."id" = $4 [["updated_at", "2022-09-29 06:21:41.570025"], ["aasm_state", "removed"], ["censor_operated_at", "2022-09-29 06:21:41.566872"], ["id", 1]] TRANSACTION (4.5ms) COMMIT Rendered comments/_text_censor.html.erb (Duration: 1.7ms | Allocations: 19205) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 61.5ms | Allocations: 398725) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 81.8ms | Allocations: 581237) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_row.html.erb (Duration: 89.3ms | Allocations: 639055) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/shared/_message.html.erb (Duration: 3.6ms | Allocations: 23734) Completed 200 OK in 509ms (Views: 1.8ms | ActiveRecord: 26.3ms | Allocations: 3913938) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 14:21:44 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (4.7ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 84.6ms | Allocations: 683567) CensorBear::ReviewLog Load (3.1ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Comment Load (3.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 1.5ms | Allocations: 19204) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 38.8ms | Allocations: 396549) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 173.3ms | Allocations: 1475084) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 316.0ms | Allocations: 2611786) CACHE (0.4ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 510.4ms | Allocations: 4256526) Completed 200 OK in 685ms (Views: 506.5ms | ActiveRecord: 20.4ms | Allocations: 5065267) Started PUT "/censor_bear/review_logs/1/remove" for 127.0.0.1 at 2022-09-29 14:21:46 +0800 Processing by CensorBear::ReviewLogsController#remove as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "id"=>"1"} User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::ReviewLog Load (2.9ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 500 Internal Server Error in 133ms (ActiveRecord: 10.0ms | Allocations: 900572) AASM::InvalidTransition (Event 'remove' cannot transition from 'removed'.): aasm (5.3.0) lib/aasm/aasm.rb:202:in `aasm_failed' aasm (5.3.0) lib/aasm/aasm.rb:112:in `aasm_fire_event' aasm (5.3.0) lib/aasm/persistence/orm.rb:132:in `block in aasm_fire_event' aasm (5.3.0) lib/aasm/persistence/active_record_persistence.rb:105:in `block in aasm_transaction' activerecord (6.1.7) lib/active_record/connection_adapters/abstract/database_statements.rb:320:in `block in transaction' activerecord (6.1.7) lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction' activesupport (6.1.7) lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize' activesupport (6.1.7) lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt' activesupport (6.1.7) lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize' activesupport (6.1.7) lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt' activesupport (6.1.7) lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize' activerecord (6.1.7) lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction' activerecord (6.1.7) lib/active_record/connection_adapters/abstract/database_statements.rb:320:in `transaction' activerecord (6.1.7) lib/active_record/transactions.rb:209:in `transaction' aasm (5.3.0) lib/aasm/persistence/active_record_persistence.rb:103:in `aasm_transaction' aasm (5.3.0) lib/aasm/persistence/orm.rb:131:in `aasm_fire_event' aasm (5.3.0) lib/aasm/base.rb:126:in `block in event' /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/review_logs_controller.rb:53:in `remove' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (6.1.7) lib/abstract_controller/base.rb:228:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (6.1.7) lib/active_support/callbacks.rb:117:in `block in run_callbacks' actiontext (6.1.7) lib/action_text/rendering.rb:20:in `with_renderer' actiontext (6.1.7) lib/action_text/engine.rb:59:in `block (4 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `instance_exec' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `block in run_callbacks' activesupport (6.1.7) lib/active_support/callbacks.rb:137:in `run_callbacks' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:33:in `process_action' actionpack (6.1.7) lib/action_controller/metal/params_wrapper.rb:249:in `process_action' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action' actionpack (6.1.7) lib/abstract_controller/base.rb:165:in `process' actionview (6.1.7) lib/action_view/rendering.rb:39:in `process' actionpack (6.1.7) lib/action_controller/metal.rb:190:in `dispatch' actionpack (6.1.7) lib/action_controller/metal.rb:254:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:33:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' railties (6.1.7) lib/rails/railtie.rb:207:in `public_send' railties (6.1.7) lib/rails/railtie.rb:207:in `method_missing' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:20:in `block in ' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' warden (1.2.9) lib/warden/manager.rb:36:in `block in call' warden (1.2.9) lib/warden/manager.rb:34:in `catch' warden (1.2.9) lib/warden/manager.rb:34:in `call' rack (2.2.4) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.2.4) lib/rack/etag.rb:27:in `call' rack (2.2.4) lib/rack/conditional_get.rb:40:in `call' rack (2.2.4) lib/rack/head.rb:12:in `call' actionpack (6.1.7) lib/action_dispatch/http/permissions_policy.rb:22:in `call' actionpack (6.1.7) lib/action_dispatch/http/content_security_policy.rb:19:in `call' rack (2.2.4) lib/rack/session/abstract/id.rb:266:in `context' rack (2.2.4) lib/rack/session/abstract/id.rb:260:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/cookies.rb:689:in `call' activerecord (6.1.7) lib/active_record/migration.rb:601:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.7) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.7) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.7) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.7) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.7) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 14:22:36 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (4.3ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 121.8ms | Allocations: 770888) CensorBear::ReviewLog Load (3.7ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Comment Load (2.7ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 2.5ms | Allocations: 19208) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 53.2ms | Allocations: 397666) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 563.4ms | Allocations: 2674880) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 1359.4ms | Allocations: 7942355) CACHE (0.4ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 1565.1ms | Allocations: 9588713) Completed 200 OK in 2021ms (Views: 1560.6ms | ActiveRecord: 60.4ms | Allocations: 12765411) Started GET "/comments" for 127.0.0.1 at 2022-09-29 14:23:37 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (6.3ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:14 Rendered comments/index.html.erb within layouts/application (Duration: 35.9ms | Allocations: 249931) Rendered layout layouts/application.html.erb (Duration: 123.6ms | Allocations: 632377) Completed 200 OK in 199ms (Views: 131.1ms | ActiveRecord: 9.7ms | Allocations: 1199205) Started GET "/comments" for 127.0.0.1 at 2022-09-29 14:23:41 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (3.9ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:14 Rendered comments/index.html.erb within layouts/application (Duration: 37.1ms | Allocations: 227286) Rendered layout layouts/application.html.erb (Duration: 83.3ms | Allocations: 609557) Completed 200 OK in 116ms (Views: 96.9ms | ActiveRecord: 3.9ms | Allocations: 778739) Started GET "/comments" for 127.0.0.1 at 2022-09-29 14:23:43 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (3.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:14 Rendered comments/index.html.erb within layouts/application (Duration: 52.8ms | Allocations: 227299) Rendered layout layouts/application.html.erb (Duration: 103.1ms | Allocations: 609570) Completed 200 OK in 148ms (Views: 132.5ms | ActiveRecord: 3.0ms | Allocations: 779405) Started GET "/comments/new" for 127.0.0.1 at 2022-09-29 14:23:45 +0800 Processing by CommentsController#new as HTML Rendering layout layouts/application.html.erb Rendering comments/new.html.erb within layouts/application Rendered comments/_form.html.erb (Duration: 50.9ms | Allocations: 332898) Rendered comments/new.html.erb within layouts/application (Duration: 56.5ms | Allocations: 379863) Rendered layout layouts/application.html.erb (Duration: 100.0ms | Allocations: 765113) Completed 200 OK in 227ms (Views: 111.7ms | ActiveRecord: 10.7ms | Allocations: 1608940) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-29 14:23:54 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (9.7ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 38.6ms | Allocations: 331735) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 267.7ms | Allocations: 2003947)  (11.1ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 669.1ms | Allocations: 4653205) Completed 200 OK in 1059ms (Views: 668.0ms | ActiveRecord: 56.5ms | Allocations: 7304836) Started GET "/censor_bear/stop_words/1/edit" for 127.0.0.1 at 2022-09-29 14:23:59 +0800 Processing by CensorBear::StopWordsController#edit as HTML Parameters: {"id"=>"1"} User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/edit.html.haml Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_form.html.haml (Duration: 73.9ms | Allocations: 609302) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/edit.html.haml (Duration: 296.9ms | Allocations: 2172599) Completed 200 OK in 438ms (Views: 306.0ms | ActiveRecord: 8.9ms | Allocations: 3059204) Started PATCH "/censor_bear/stop_words/1" for 127.0.0.1 at 2022-09-29 14:24:04 +0800 Processing by CensorBear::StopWordsController#update as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "stop_word"=>{"key"=>"习近平", "ugc"=>"replace", "username"=>"ignore", "nickname"=>"ignore", "signature"=>"ignore", "dialog"=>"ignore", "replacement"=>"***"}, "commit"=>"确认", "id"=>"1"} User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Update (3.1ms) UPDATE "censor_bear_stop_words" SET "ugc" = $1, "updated_at" = $2 WHERE "censor_bear_stop_words"."id" = $3 [["ugc", "replace"], ["updated_at", "2022-09-29 06:24:04.314496"], ["id", 1]] TRANSACTION (4.9ms) COMMIT Redirected to http://localhost:3000/censor_bear/stop_words/1 Completed 302 Found in 306ms (ActiveRecord: 23.1ms | Allocations: 2241871) Started GET "/censor_bear/stop_words/1" for 127.0.0.1 at 2022-09-29 14:24:04 +0800 Processing by CensorBear::StopWordsController#show as TURBO_STREAM Parameters: {"id"=>"1"} User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/show.html.haml Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 32.9ms | Allocations: 287553) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/show.html.haml (Duration: 38.4ms | Allocations: 334381) Completed 200 OK in 148ms (Views: 53.3ms | ActiveRecord: 6.4ms | Allocations: 1091793) Started POST "/comments" for 127.0.0.1 at 2022-09-29 14:24:12 +0800 Processing by CommentsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "comment"=>{"content"=>"习近平王八蛋。"}, "commit"=>"Create Comment"} CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') ↳ app/controllers/comments_controller.rb:25:in `create' User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:28:in `create' TRANSACTION (4.1ms) BEGIN ↳ app/controllers/comments_controller.rb:30:in `create' Comment Create (4.2ms) INSERT INTO "comments" ("content", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "***王八蛋。"], ["user_id", 1], ["created_at", "2022-09-29 06:24:12.854485"], ["updated_at", "2022-09-29 06:24:12.854485"]] ↳ app/controllers/comments_controller.rb:30:in `create' TRANSACTION (4.0ms) COMMIT ↳ app/controllers/comments_controller.rb:30:in `create' Comment Load (3.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:32:in `create' TRANSACTION (2.9ms) BEGIN ↳ app/controllers/comments_controller.rb:32:in `create' CensorBear::ReviewLogs::Text Create (6.6ms) INSERT INTO "censor_bear_review_logs" ("data_id", "record_id", "record_type", "type", "service", "raw_data", "user_id", "ip_address", "created_at", "updated_at", "aasm_state", "censor_operated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["data_id", "Comment-2-1-127.0.0.1"], ["record_id", 2], ["record_type", "Comment"], ["type", "CensorBear::ReviewLogs::Text"], ["service", "aliyun"], ["raw_data", "{\"code\":200,\"data\":[{\"code\":200,\"content\":\"***王八蛋。\",\"dataId\":\"Comment-2-1-127.0.0.1\",\"filteredContent\":\"*****蛋。\",\"msg\":\"OK\",\"results\":[{\"details\":[{\"contexts\":[{\"context\":\"王八\",\"positions\":[{\"endPos\":5,\"startPos\":3}]}],\"label\":\"abuse\"}],\"label\":\"abuse\",\"rate\":99.91,\"scene\":\"antispam\",\"suggestion\":\"block\"}],\"taskId\":\"txt22mRfkE@kwB7UYpqzpOqG9-1wUvGQ\"}],\"msg\":\"OK\",\"requestId\":\"2F956F11-260C-5008-BE0A-11B7234BE717\"}"], ["user_id", 1], ["ip_address", "127.0.0.1"], ["created_at", "2022-09-29 06:24:13.704736"], ["updated_at", "2022-09-29 06:24:13.704736"], ["aasm_state", "pending"], ["censor_operated_at", "2022-09-29 06:24:13.703972"]] ↳ app/controllers/comments_controller.rb:32:in `create' TRANSACTION (5.0ms) COMMIT ↳ app/controllers/comments_controller.rb:32:in `create' Comment Update (8.2ms) UPDATE "comments" SET "is_approved" = $1 WHERE "comments"."id" = $2 [["is_approved", false], ["id", 2]] ↳ app/controllers/comments_controller.rb:35:in `create' Redirected to http://localhost:3000/comments/2 Completed 302 Found in 1100ms (ActiveRecord: 52.9ms | Allocations: 7092415) Started GET "/comments/2" for 127.0.0.1 at 2022-09-29 14:24:13 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"2"} Comment Load (3.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 9.5ms | Allocations: 90693) Rendered layout layouts/application.html.erb (Duration: 60.3ms | Allocations: 473799) Completed 200 OK in 120ms (Views: 72.2ms | ActiveRecord: 3.5ms | Allocations: 836256) Started GET "/comments" for 127.0.0.1 at 2022-09-29 14:24:16 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (5.6ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:14 Rendered comments/index.html.erb within layouts/application (Duration: 42.6ms | Allocations: 227299) Rendered layout layouts/application.html.erb (Duration: 96.6ms | Allocations: 609570) Completed 200 OK in 116ms (Views: 99.3ms | ActiveRecord: 5.6ms | Allocations: 778714) Started GET "/comments" for 127.0.0.1 at 2022-09-29 14:24:18 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (3.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:14 Rendered comments/index.html.erb within layouts/application (Duration: 47.2ms | Allocations: 227303) Rendered layout layouts/application.html.erb (Duration: 192.3ms | Allocations: 609578) Completed 200 OK in 240ms (Views: 204.0ms | ActiveRecord: 3.5ms | Allocations: 780751) Started GET "/censor_bear/review_logs/statistics" for 127.0.0.1 at 2022-09-29 14:25:05 +0800 Processing by CensorBear::ReviewLogsController#statistics as HTML User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (4.1ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."operator_id" AS censor_bear_review_logs_operator_id FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."operator_id" User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT $1 [["LIMIT", 1]] User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application  (5.6ms) SELECT COUNT(*) AS count_all, DATE_TRUNC('day', "censor_bear_review_logs"."created_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date AS date_trunc_day_censor_bear_review_logs_created_at_timestamptz_a FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."created_at" IS NOT NULL) GROUP BY DATE_TRUNC('day', "censor_bear_review_logs"."created_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date  (5.2ms) SELECT COUNT(*) AS count_all, DATE_TRUNC('day', "censor_bear_review_logs"."censor_operated_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date AS date_trunc_day_censor_bear_review_logs_censor_operated_at_times FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."censor_operated_at" IS NOT NULL) GROUP BY DATE_TRUNC('day', "censor_bear_review_logs"."censor_operated_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date  (4.2ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."aasm_state" AS censor_bear_review_logs_aasm_state FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."aasm_state"  (3.4ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."type" AS censor_bear_review_logs_type FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."type"  (4.6ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."record_type" AS censor_bear_review_logs_record_type FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."record_type" Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application (Duration: 403.7ms | Allocations: 2669185)  (3.7ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 605.7ms | Allocations: 4333746) Completed 200 OK in 870ms (Views: 592.9ms | ActiveRecord: 44.2ms | Allocations: 5871880) Started GET "/censor_bear/review_logs/statistics?q%5Btype_eq%5D=CensorBear%3A%3AReviewLogs%3A%3AImage&q%5Brecord_type_eq%5D=&q%5Baasm_state_eq%5D=&q%5Bcreated_at_gteq%5D=&q%5Bcreated_at_lteq_end_of_day%5D=&q%5Bcensor_operated_at_gteq%5D=&q%5Bcensor_operated_at_lteq_end_of_day%5D=&q%5Boperator_email_eq%5D=&commit=Search" for 127.0.0.1 at 2022-09-29 14:25:22 +0800 Processing by CensorBear::ReviewLogsController#statistics as HTML Parameters: {"q"=>{"type_eq"=>"CensorBear::ReviewLogs::Image", "record_type_eq"=>"", "aasm_state_eq"=>"", "created_at_gteq"=>"", "created_at_lteq_end_of_day"=>"", "censor_operated_at_gteq"=>"", "censor_operated_at_lteq_end_of_day"=>"", "operator_email_eq"=>""}, "commit"=>"Search"} User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.7ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."operator_id" AS censor_bear_review_logs_operator_id FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."type" = 'CensorBear::ReviewLogs::Image' AND "censor_bear_review_logs"."created_at" >= '2022-08-29 06:25:23.067239') GROUP BY "censor_bear_review_logs"."operator_id" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application  (3.7ms) SELECT COUNT(*) AS count_all, DATE_TRUNC('day', "censor_bear_review_logs"."created_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date AS date_trunc_day_censor_bear_review_logs_created_at_timestamptz_a FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."type" = 'CensorBear::ReviewLogs::Image' AND "censor_bear_review_logs"."created_at" >= '2022-08-29 06:25:23.067239') AND ("censor_bear_review_logs"."created_at" IS NOT NULL) GROUP BY DATE_TRUNC('day', "censor_bear_review_logs"."created_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date  (4.5ms) SELECT COUNT(*) AS count_all, DATE_TRUNC('day', "censor_bear_review_logs"."censor_operated_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date AS date_trunc_day_censor_bear_review_logs_censor_operated_at_times FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."type" = 'CensorBear::ReviewLogs::Image' AND "censor_bear_review_logs"."created_at" >= '2022-08-29 06:25:23.067239') AND ("censor_bear_review_logs"."censor_operated_at" IS NOT NULL) GROUP BY DATE_TRUNC('day', "censor_bear_review_logs"."censor_operated_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date  (3.2ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."aasm_state" AS censor_bear_review_logs_aasm_state FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."type" = 'CensorBear::ReviewLogs::Image' AND "censor_bear_review_logs"."created_at" >= '2022-08-29 06:25:23.067239') GROUP BY "censor_bear_review_logs"."aasm_state"  (3.9ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."type" AS censor_bear_review_logs_type FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."type" = 'CensorBear::ReviewLogs::Image' AND "censor_bear_review_logs"."created_at" >= '2022-08-29 06:25:23.067239') GROUP BY "censor_bear_review_logs"."type"  (3.2ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."record_type" AS censor_bear_review_logs_record_type FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."type" = 'CensorBear::ReviewLogs::Image' AND "censor_bear_review_logs"."created_at" >= '2022-08-29 06:25:23.067239') GROUP BY "censor_bear_review_logs"."record_type" Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application (Duration: 360.4ms | Allocations: 2647652)  (4.2ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 570.7ms | Allocations: 4314073) Completed 200 OK in 754ms (Views: 564.8ms | ActiveRecord: 30.5ms | Allocations: 5450644) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 14:25:29 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.4ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 76.7ms | Allocations: 738781) CensorBear::ReviewLog Load (4.4ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Comment Load (3.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 1.5ms | Allocations: 19204) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 66.8ms | Allocations: 622187) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 164.6ms | Allocations: 1389067) Comment Load (3.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 1.6ms | Allocations: 19205) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 49.0ms | Allocations: 398233) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 185.4ms | Allocations: 1477951) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 512.0ms | Allocations: 4203542) CACHE (0.4ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 712.5ms | Allocations: 5850510) Completed 200 OK in 822ms (Views: 711.1ms | ActiveRecord: 21.8ms | Allocations: 6658500) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-29 14:27:56 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.7ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 44.5ms | Allocations: 332563) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 322.7ms | Allocations: 2007343)  (5.5ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 662.4ms | Allocations: 4657705) Completed 200 OK in 1013ms (Views: 653.8ms | ActiveRecord: 50.5ms | Allocations: 7384258) Started GET "/censor_bear/debugger" for 127.0.0.1 at 2022-09-29 14:28:01 +0800 Processing by CensorBear::HomeController#debugger as HTML User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/home/debugger.html.haml within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/home/debugger.html.haml within layouts/censor_bear/application (Duration: 265.9ms | Allocations: 2366678)  (3.1ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 489.4ms | Allocations: 4031677) Completed 200 OK in 582ms (Views: 512.0ms | ActiveRecord: 5.8ms | Allocations: 4711888) Started GET "/" for 127.0.0.1 at 2022-09-29 14:28:09 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 12.9ms | Allocations: 75863) Rendered layout layouts/application.html.erb (Duration: 57.0ms | Allocations: 497849) Completed 200 OK in 80ms (Views: 73.8ms | ActiveRecord: 0.0ms | Allocations: 650535) Started GET "/" for 127.0.0.1 at 2022-09-29 14:28:09 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 9.2ms | Allocations: 75651) Rendered layout layouts/application.html.erb (Duration: 64.4ms | Allocations: 497410) Completed 200 OK in 79ms (Views: 73.5ms | ActiveRecord: 0.0ms | Allocations: 631071) Started GET "/censor_bear/debugger" for 127.0.0.1 at 2022-09-29 14:28:14 +0800 Processing by CensorBear::HomeController#debugger as HTML User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/home/debugger.html.haml within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/home/debugger.html.haml within layouts/censor_bear/application (Duration: 33.9ms | Allocations: 273513)  (10.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 362.1ms | Allocations: 1938258) Completed 200 OK in 446ms (Views: 365.7ms | ActiveRecord: 15.0ms | Allocations: 2479977) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 14:28:29 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (4.8ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 90.0ms | Allocations: 771367) CensorBear::ReviewLog Load (3.6ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Comment Load (5.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 1.9ms | Allocations: 19207) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 68.4ms | Allocations: 623604) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 328.2ms | Allocations: 2404666) Comment Load (2.8ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 2.7ms | Allocations: 19205) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 63.3ms | Allocations: 399061) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 200.6ms | Allocations: 1478715) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 1193.5ms | Allocations: 9213566) CACHE (0.8ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 1416.0ms | Allocations: 10861774) Completed 200 OK in 1533ms (Views: 1394.6ms | ActiveRecord: 44.9ms | Allocations: 11698441) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 14:31:10 +0800 Processing by CensorBear::ReviewLogsController#index as HTML Started GET "/review_logs/index" for 127.0.0.1 at 2022-09-29 14:31:13 +0800 User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (4.8ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 93.2ms | Allocations: 818324) CensorBear::ReviewLog Load (3.2ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Comment Load (4.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 7.9ms | Allocations: 41693) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 74.1ms | Allocations: 651783) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 328.9ms | Allocations: 2585864) Comment Load (5.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 3.3ms | Allocations: 19205) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 41.2ms | Allocations: 399889) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 188.6ms | Allocations: 1482350) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 1287.8ms | Allocations: 9605139) CACHE (0.4ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 3400.1ms | Allocations: 26731462) Completed 500 Internal Server Error in 3889ms (ActiveRecord: 62.0ms | Allocations: 30167224) ActionView::Template::Error (undefined local variable or method `debugger_path' for # Did you mean? debugger): 17: %li= link_to "审查(#{CensorBear::ReviewLog.all.count})", review_logs_path 18: %li= link_to "审查统计", statistics_review_logs_path 19: %li= link_to "敏感词", stop_words_path 20: %li= link_to "调试", debugger_path 21: %li= link_to "控制台", main_app.send(CensorBear.config.main_app_root_path_method.to_sym) 22: %li= current_user.email 23: %div /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml:20 actionview (6.1.7) lib/action_view/base.rb:247:in `public_send' actionview (6.1.7) lib/action_view/base.rb:247:in `_run' actionview (6.1.7) lib/action_view/template.rb:154:in `block in render' activesupport (6.1.7) lib/active_support/notifications.rb:205:in `instrument' actionview (6.1.7) lib/action_view/template.rb:345:in `instrument_render_template' actionview (6.1.7) lib/action_view/template.rb:152:in `render' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:72:in `block in render_with_layout' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:70:in `render_with_layout' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:55:in `render_template' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:11:in `render' actionview (6.1.7) lib/action_view/renderer/renderer.rb:61:in `render_template_to_object' actionview (6.1.7) lib/action_view/renderer/renderer.rb:29:in `render_to_object' actionview (6.1.7) lib/action_view/rendering.rb:117:in `block in _render_template' actionview (6.1.7) lib/action_view/base.rb:273:in `in_rendering_context' actionview (6.1.7) lib/action_view/rendering.rb:116:in `_render_template' actionpack (6.1.7) lib/action_controller/metal/streaming.rb:218:in `_render_template' actionview (6.1.7) lib/action_view/rendering.rb:103:in `render_to_body' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (6.1.7) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (6.1.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/3.0.0/benchmark.rb:308:in `realtime' activesupport (6.1.7) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:86:in `cleanup_view_runtime' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (6.1.7) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' :90:in `tap' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (6.1.7) lib/abstract_controller/base.rb:228:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (6.1.7) lib/active_support/callbacks.rb:117:in `block in run_callbacks' actiontext (6.1.7) lib/action_text/rendering.rb:20:in `with_renderer' actiontext (6.1.7) lib/action_text/engine.rb:59:in `block (4 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `instance_exec' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `block in run_callbacks' activesupport (6.1.7) lib/active_support/callbacks.rb:137:in `run_callbacks' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:33:in `process_action' actionpack (6.1.7) lib/action_controller/metal/params_wrapper.rb:249:in `process_action' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action' actionpack (6.1.7) lib/abstract_controller/base.rb:165:in `process' actionview (6.1.7) lib/action_view/rendering.rb:39:in `process' actionpack (6.1.7) lib/action_controller/metal.rb:190:in `dispatch' actionpack (6.1.7) lib/action_controller/metal.rb:254:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:33:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' railties (6.1.7) lib/rails/railtie.rb:207:in `public_send' railties (6.1.7) lib/rails/railtie.rb:207:in `method_missing' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:20:in `block in ' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' warden (1.2.9) lib/warden/manager.rb:36:in `block in call' warden (1.2.9) lib/warden/manager.rb:34:in `catch' warden (1.2.9) lib/warden/manager.rb:34:in `call' rack (2.2.4) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.2.4) lib/rack/etag.rb:27:in `call' rack (2.2.4) lib/rack/conditional_get.rb:27:in `call' rack (2.2.4) lib/rack/head.rb:12:in `call' actionpack (6.1.7) lib/action_dispatch/http/permissions_policy.rb:22:in `call' actionpack (6.1.7) lib/action_dispatch/http/content_security_policy.rb:19:in `call' rack (2.2.4) lib/rack/session/abstract/id.rb:266:in `context' rack (2.2.4) lib/rack/session/abstract/id.rb:260:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/cookies.rb:689:in `call' activerecord (6.1.7) lib/active_record/migration.rb:601:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.7) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.7) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.7) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.7) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.7) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' ActionController::RoutingError (No route matches [GET] "/review_logs/index"): Started GET "/censor/review_logs/index" for 127.0.0.1 at 2022-09-29 14:31:29 +0800 ActionController::RoutingError (No route matches [GET] "/censor/review_logs/index"): Started GET "/censor/review_logs/index" for 127.0.0.1 at 2022-09-29 14:32:01 +0800 ActionController::RoutingError (No route matches [GET] "/censor/review_logs/index"): Started GET "/censor/review_logs/index" for 127.0.0.1 at 2022-09-29 14:32:15 +0800 ActionController::RoutingError (No route matches [GET] "/censor/review_logs/index"): Started GET "/review_logs/index" for 127.0.0.1 at 2022-09-29 14:32:20 +0800 ActionController::RoutingError (No route matches [GET] "/review_logs/index"): Started GET "/review_logs/index" for 127.0.0.1 at 2022-09-29 14:32:32 +0800 ActionController::RoutingError (No route matches [GET] "/review_logs/index"): Started GET "/censor/review_logs/index" for 127.0.0.1 at 2022-09-29 14:32:35 +0800 Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 14:32:37 +0800 ActionController::RoutingError (No route matches [GET] "/censor/review_logs/index"): Processing by CensorBear::ReviewLogsController#index as HTML Started GET "/" for 127.0.0.1 at 2022-09-29 14:32:38 +0800 User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.7ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 158.5ms | Allocations: 819165) CensorBear::ReviewLog Load (3.6ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Comment Load (11.7ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendered home/index.html.erb within layouts/application (Duration: 60.3ms | Allocations: 527338) Rendered comments/_text_censor.html.erb (Duration: 20.1ms | Allocations: 163545) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 83.4ms | Allocations: 659648) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 359.5ms | Allocations: 2992320) Comment Load (11.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered layout layouts/application.html.erb (Duration: 475.3ms | Allocations: 3579414) User Load (27.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 200 OK in 588ms (Views: 552.9ms | ActiveRecord: 0.0ms | Allocations: 4438907) Rendered comments/_text_censor.html.erb (Duration: 1.9ms | Allocations: 18651) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 191.5ms | Allocations: 426129) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 469.2ms | Allocations: 1905875) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 1666.2ms | Allocations: 10765211) CACHE (0.7ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 2517.7ms | Allocations: 15080308) Completed 200 OK in 3508ms (Views: 2485.2ms | ActiveRecord: 114.6ms | Allocations: 22786302) Started GET "/welcome" for 127.0.0.1 at 2022-09-29 14:33:26 +0800 ActionController::RoutingError (No route matches [GET] "/welcome"): Started GET "/censor/welcome" for 127.0.0.1 at 2022-09-29 14:33:37 +0800 ActionController::RoutingError (No route matches [GET] "/censor/welcome"): Started GET "/censor/welcome" for 127.0.0.1 at 2022-09-29 14:34:03 +0800 ActionController::RoutingError (No route matches [GET] "/censor/welcome"): Started GET "/rails/info/routes?path=nsor_bear/hom" for 127.0.0.1 at 2022-09-29 14:34:05 +0800 Processing by Rails::InfoController#routes as */* Parameters: {"path"=>"nsor_bear/hom"} Completed 200 OK in 149ms (Views: 3.9ms | ActiveRecord: 0.0ms | Allocations: 878272) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-29 14:34:10 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (4.6ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 745.1ms | Allocations: 5865781) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 1483.4ms | Allocations: 10723619)  (4.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 2179.9ms | Allocations: 16036196) Completed 200 OK in 2607ms (Views: 2204.5ms | ActiveRecord: 50.2ms | Allocations: 18944445) Started GET "/censor_bear/nsor_bear/hom" for 127.0.0.1 at 2022-09-29 14:34:16 +0800 ActionController::RoutingError (No route matches [GET] "/censor_bear/nsor_bear/hom"): Started GET "/censor_bear/welcome" for 127.0.0.1 at 2022-09-29 14:34:21 +0800 Processing by CensorBear::HomeController#index as HTML User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/home/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/home/index.html.erb within layouts/censor_bear/application (Duration: 3.1ms | Allocations: 20031)  (3.6ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 208.4ms | Allocations: 1670063) Completed 200 OK in 303ms (Views: 238.1ms | ActiveRecord: 7.4ms | Allocations: 2352747) Started GET "/censor_bear/welcome" for 127.0.0.1 at 2022-09-29 14:35:08 +0800 ActionController::RoutingError (No route matches [GET] "/censor_bear/welcome"): Started GET "/censor_bear" for 127.0.0.1 at 2022-09-29 14:35:44 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.7ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 876.5ms | Allocations: 5863546) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 1497.1ms | Allocations: 10722188)  (3.2ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 2204.9ms | Allocations: 16036440) Completed 200 OK in 2602ms (Views: 2221.0ms | ActiveRecord: 44.6ms | Allocations: 18953594) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-29 14:35:52 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.5ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 48.4ms | Allocations: 283433) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 131.0ms | Allocations: 910423)  (3.8ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 330.2ms | Allocations: 2554664) Completed 200 OK in 450ms (Views: 334.1ms | ActiveRecord: 15.5ms | Allocations: 3366300) Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 14:35:57 +0800 Processing by CensorBear::StopWordsController#import as HTML User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 25.3ms | Allocations: 177280)  (3.3ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 217.9ms | Allocations: 1823231) Completed 200 OK in 395ms (Views: 227.3ms | ActiveRecord: 8.2ms | Allocations: 2418837) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-29 14:38:55 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.1ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 30.2ms | Allocations: 283406) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 117.2ms | Allocations: 910376)  (3.4ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 325.6ms | Allocations: 2555989) Completed 200 OK in 460ms (Views: 331.8ms | ActiveRecord: 13.3ms | Allocations: 3366282) Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 14:38:58 +0800 Processing by CensorBear::StopWordsController#import as HTML User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 20.3ms | Allocations: 150368)  (4.4ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 256.0ms | Allocations: 1793881) Completed 200 OK in 364ms (Views: 274.2ms | ActiveRecord: 9.2ms | Allocations: 2338333) Started POST "/censor_bear/stop_words/import_confirm" for 127.0.0.1 at 2022-09-29 14:39:04 +0800 Processing by CensorBear::StopWordsController#import_confirm as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "file"=>#, @original_filename="stop-words 2.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"stop-words 2.txt\"\r\nContent-Type: text/plain\r\n">, "commit"=>"Save "} User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "08xz"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "08\xE5\xAE\xAA"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (18.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "0\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.0ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "16\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.2ms) ROLLBACK User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "17da"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "18\xE5\xB2\x81\xE4\xBB\xA5\xE4\xB8\x8B\xE5\x8B\xBF\xE5\x85\xA5\xE7\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "18\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "198964"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "1989\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "1\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "20\xE5\x92\x8C\xE8\xB0\x90\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.3ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "21\xE4\xB8\x96\xE7\xBA\xAA\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9F\xBA\xE9\x87\x91\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.1ms) ROLLBACK User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "28\xE5\x8F\xB7\xE7\xA6\x8F\xE5\xBB\xBA\xE4\xB8\xA5\xE6\x99\x93\xE7\x8E\xB23\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "2o\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "2\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.7ms) ROLLBACK User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "322\xE6\x94\xBB\xE5\x8F\xB0\xE4\xBD\x9C\xE6\x88\x98\xE8\xAE\xA1\xE5\x88\x92"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "38\xE9\x9B\x86\xE5\x9B\xA2\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (7.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "3D\xE8\xBD\xAE\xE7\x9B\x98"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "3P"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.6ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "3\xE7\xBA\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.6ms) ROLLBACK User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "3\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xE6\x9C\x88"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xE7\xBA\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xE9\xA3\x8E"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "52\xE5\xBC\x82\xE6\x80\xA7\xE7\xA4\xBE\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.0ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "5\xE6\x9C\x8835"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "5\xE6\xAF\x9B\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.6ms) ROLLBACK User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "5\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.6ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "6.4"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "628\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "64\xE5\xA4\xA7\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "64\xE6\x83\xA8\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "64\xE6\x97\xB6\xE6\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "64\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "6\xE4\xBD\x8Dqq"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "6\xE5\x90\x88\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "6\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (7.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "7.31"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.4ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "70\xE5\xA4\xA9\xE5\xA4\xA7\xE4\xBA\x8B\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.3ms) ROLLBACK User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "75\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.2ms) ROLLBACK User Load (24.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "7\xE5\xA4\xA7\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (12.1ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-29 14:39:13 +0800 TRANSACTION (8.0ms) ROLLBACK User Load (8.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "7\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.9ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "800\xE5\x85\x83"], ["LIMIT", 1]] Processing by CensorBear::StopWordsController#index as HTML TRANSACTION (18.7ms) BEGIN User Load (8.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.9ms) ROLLBACK User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "8341\xE9\x83\xA8\xE9\x98\x9F"], ["LIMIT", 1]] TRANSACTION (10.1ms) BEGIN User Load (15.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (54.7ms) ROLLBACK User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (13.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "89-64cdjp"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (38.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (34.5ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application TRANSACTION (42.5ms) ROLLBACK CensorBear::StopWord Load (47.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 29.0ms | Allocations: 283421) User Load (63.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 146.5ms | Allocations: 1204935) CensorBear::StopWord Load (7.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "89\xE5\xAD\xA6\xE6\xBD\xAE\xE5\xA4\xA7\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (8.6ms) ROLLBACK User Load (23.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "89\xE5\xAD\xA6\xE6\xBD\xAE\xE8\xA1\x80\xE8\x85\xA5\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (7.4ms) ROLLBACK User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (57.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "89\xE5\xB9\xB4\xE6\x98\xA5\xE5\xA4\x8F\xE4\xB9\x8B\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (149.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (84.7ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 1079.5ms | Allocations: 6788697) TRANSACTION (54.2ms) ROLLBACK Completed 200 OK in 1779ms (Views: 963.7ms | ActiveRecord: 426.2ms | Allocations: 11715530) User Load (16.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (43.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "8\xE7\x9A\x84\xE5\xB9\xB3\xE6\x96\xB9\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (16.0ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "8\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (17.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.6ms) ROLLBACK User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "99bb"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.1ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9ping"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.6ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.9ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9\xE8\xAF\x84"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (11.0ms) ROLLBACK User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9\xE9\xA3\x8E"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.8ms) ROLLBACK User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (8.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "______"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (7.0ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "a4u"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.6ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "a4y"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "abo"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.9ms) ROLLBACK User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "adrenaline"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.5ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "adult"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "amateur"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "anal"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.6ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "androst"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (15.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "app"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "AV"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "AV\xE5\xA5\xB3\xE4\xBC\x98"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "a\xE6\x89\x81"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.8ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "A\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "A\xE7\x89\x87\xE5\x9F\xBA\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.2ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "A\xE7\x89\x87\xE6\x92\xAD\xE6\x94\xBE\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baixiong"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baixiongyuedu"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baodong"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baoluan"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baozha"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bao\xE7\x82\xB8"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ba\xE8\xAF\xBE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.8ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bbc\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.3ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "BB\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.1ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "BB\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bdsm"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "benzodiazepines"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bian"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bigcock"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bjork"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.3ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bl"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.4ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "boycott"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.1ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cannabis"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.6ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cao"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cao\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cdm"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.8ms) ROLLBACK User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chairmanmao"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.3ms) ROLLBACK User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chinesedemocracy"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.1ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chinesenewsnet"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.6ms) ROLLBACK User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chinlierl"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chinmz"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.0ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cmfu"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (7.0ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cnd"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cocain"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "communistparty"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "creders"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cx666958"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "czyqvq"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dajiyuan"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.6ms) ROLLBACK User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dalai"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dan"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dang"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "da\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "da\xE9\x80\x89"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "Deng Jiagui"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dfdz"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.0ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "diacetylmorphine"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "diamorphine"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dizhi"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "di\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "djiyun"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dl\xE5\x96\x87\xE5\x98\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dpp"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.6ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dpp\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (10.2ms) ROLLBACK User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dsb"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "duli"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (26.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (7.4ms) ROLLBACK User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "Dx999xxx"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (8.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.3ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "editor"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (14.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "erythropoietin"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fa lun"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "falu"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.0ms) ROLLBACK User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "falun"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.6ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "Falundafa"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.2ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "falungong"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fa\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.5ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fenlie"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "FFX\xE6\xB0\xA3\xE6\xA7\x8D\xE9\x8A\xB7\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "flg"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "flu"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.9ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "flun"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (7.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.0ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "flundf"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fl\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "FL\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.0ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freebl"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freebl1994"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.3ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freechin"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freedom"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freenet"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freesex"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fuck"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.5ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "f\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.9ms) ROLLBACK User Load (16.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gay\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (7.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "GCD"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gc\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (7.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.1ms) ROLLBACK User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gfw"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.7ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gongchandang"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (13.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gong\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gong\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gong\xE8\xB5\x84"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gong\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.4ms) ROLLBACK User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "googleblogger"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.3ms) ROLLBACK User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gv"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE5\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "G\xE7\x82\xB9\xE9\xAB\x98\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE7\x94\xA2"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "H"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "h1n1"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hardcore"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.2ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "heroin"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.0ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hh\xE8\x82\x89\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.0ms) ROLLBACK User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hjt"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hmtd"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hongzhi"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.4ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hrichin"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "http:"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.0ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "https:"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.1ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hujintao"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.6ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hunet"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (18.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "h\xE5\x8A\xA8\xE6\xBC\xAB"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "h\xE5\x8A\xA8\xE7\x94\xBB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "h\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (9.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.0ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "H\xE6\xBC\xAB\xE7\x94\xBB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ignews"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.6ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "incest"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.5ms) ROLLBACK User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "in\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "itch"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.5ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ivvggg"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.6ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "JABI"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jieyan"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jie\xE4\xB8\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jingdongriji"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.8ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jing\xE5\x9D\x90"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.9ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jinping"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.2ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jiuping"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "JJ"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jq\xE7\x9A\x84\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jzm"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.7ms) ROLLBACK User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "KC\xE5\x98\x89\xE5\xB9\xB4\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.4ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "KC\xE6\x8F\x90\xE7\xA4\xBA"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "KC\xE7\x9F\xAD\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "KC\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ketamine"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "kwkw9955"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "k\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89qq"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.6ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (22.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE8\xA3\xBD\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "lasa"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "la\xE8\x90\xA8"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "lihongzhi"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "mayingjiu"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.9ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "MD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.0ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "mdma"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "minghui"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.6ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "minghuinews"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.3ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "min\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.3ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "mking"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "MM\xE9\xA6\x99\xE5\x94\x87\xE7\x8E\x89\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "morphine"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (8.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.1ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "M\xE5\x86\x9B\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "nai"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "narcotic"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.1ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "nive"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "nmb"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "nmis"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "np"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "OOXX"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.5ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "oxun"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.5ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "oyxl439"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.5ms) ROLLBACK User Load (7.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "pecehll"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "Peng Liyuan"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "plyoy"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.0ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "porn"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "PP"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "pper64"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (9.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "PS"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "PS\xEF\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "px\xE9\xA1\xB9\xE7\x9B\xAE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.6ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qiangbao"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qianyue"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.0ms) ROLLBACK User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qidian"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qing"], ["LIMIT", 1]] TRANSACTION (18.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.3ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qingzhen"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq \xE4\xBE\x9B\xE5\xBA\x94\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.5ms) ROLLBACK User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE4\xB9\xA6\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE4\xB9\xB0\xE9\x94\x80\xE5\x94\xAE\xE8\x99\x8E\xE5\xA4\xB4\xE7\x8C\x8E\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE4\xBE\x9B\xE5\xBA\x94K\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE4\xBE\x9B\xE5\xBA\x94\xE5\x86\xB0\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x81\x87\xE5\xAD\xA6\xE4\xBD\x8D\xE8\xAF\x81\xE4\xB9\xA6\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.9ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.7ms) ROLLBACK User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x81\x87\xE9\x92\x9E\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.1ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x88\xB6\xE4\xBD\x9CK\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x88\xB6\xE4\xBD\x9C\xE5\x86\xB0\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x8A\xA8\xE6\xBC\xAB"], ["LIMIT", 1]] TRANSACTION (10.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (9.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x8D\x9645MM\xE7\x8B\x97\xE7\xB2\xAE"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x9654\xE5\xBC\x8F64\xE5\xBC\x8F"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.3ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96CFX\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAA\xE6\xA8\xA1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE5\x81\xA5\xE5\x8D\xAB\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE5\xB7\xA6\xE8\xBD\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.8ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE7\x8C\x8E\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE7\x93\xA6\xE6\x96\xAF\xE6\x89\x8B\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.3ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE7\xA7\x83\xE9\xB9\xB0\xE6\xB1\xBD\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE8\x99\x8E\xE5\xA4\xB4\xE5\x8F\x8C\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE8\xBF\x9B\xE5\x8F\xA3\xE6\xB1\xBD\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE9\x87\x91\xE9\x92\x9F\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (53.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.8ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE9\x93\x85\xE5\xBC\xB9\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (8.1ms) BEGIN User Load (12.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.7ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE9\x98\xB2\xE8\xBA\xAB\xE6\xAD\xA6\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (14.2ms) ROLLBACK User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE8\xAE\xA2\xE8\xB4\xAD\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE9\x94\x80\xE5\x94\xAEK\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (57.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE9\x98\x85\xE8\xAF\xBB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.5ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "quan qin"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qvod"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qvod\xE6\x88\x90\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "q\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.6ms) ROLLBACK User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "r18"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.5ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "renmingo"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "renmino"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "renquan"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.3ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ri\xE7\xBB\x93"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (9.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "rou\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sb"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (7.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.8ms) ROLLBACK User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "secom"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sex"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sexinsex"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sfewe"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.5ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shangfang"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.1ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shit"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.1ms) ROLLBACK User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (14.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shu"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (8.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shua"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shubl"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "simple"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "SIM\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.2ms) ROLLBACK User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "SM"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.6ms) ROLLBACK User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sm\xE5\xA5\xB3\xE7\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.1ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "SM\xE7\x94\xA8\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (47.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.9ms) ROLLBACK User Load (16.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sp"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "spyflexispy\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "spyflexispy\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.7ms) ROLLBACK User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "strychnine"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.6ms) ROLLBACK User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "suicide"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.4ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "svdc"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "taidu"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.1ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "taiwan"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tamoxifen"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.1ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "taobao"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.0ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tao\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tao\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tao\xE6\xB7\x98bao\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "testosterone"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tibet"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tietlk"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.3ms) ROLLBACK User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tip"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.2ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "titor"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.3ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tmd"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt \xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT \xE7\x82\xB8\xE5\xBC\xB9\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.4ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE5\x93\xAA\xE9\x87\x8C\xE4\xB9\xB0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE7\x82\xB8\xE8\x8D\xAF\xE6\x88\x90\xE5\x88\x86"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.4ms) ROLLBACK User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tokyohot"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tringle"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tringleoy"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tuidang"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "twdl"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "txt\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "t\xE7\x89\x8C\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.9ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "UltrSurf"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "unixox"], ["LIMIT", 1]] TRANSACTION (8.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (8.4ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "UP8\xE6\x96\xB0\xE5\x8A\xBF\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.4ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "UP\xE6\x96\xB0\xE5\x8A\xBF\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ustiet"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "vochinese"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.4ms) ROLLBACK User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wang"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "WAR197"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wengan"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "weng\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.4ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "WG 702\xE5\xB7\xA6\xE8\xBD\xAE\xE9\x92\xA2\xE7\x8F\xA0\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wikipedia"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.5ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wngce"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.3ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wstiji"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (7.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "XIAAV\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (8.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xiao77"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.4ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xiao\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xiao\xE8\xAF\xB4\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.5ms) ROLLBACK User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xidada"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.5ms) ROLLBACK User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xijinping"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xing"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xing\xE4\xBC\xB4\xE4\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xing\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.3ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xinsheng"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.6ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xizang"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xi\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.4ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xjp"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.3ms) ROLLBACK User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xuechao"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "XXOO"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "X\xE5\xA4\x9C\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "X\xE5\xAE\xA0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "x\xE6\xB0\x91\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "x\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (77.5ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.3ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "X\xEF\xB9\x8FX"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yangjia"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yang\xE4\xBD\xB3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yilulu135"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.6ms) ROLLBACK User Load (8.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yin"], ["LIMIT", 1]] TRANSACTION (19.0ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yin\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.8ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "youtube"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "youxing"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.0ms) ROLLBACK User Load (12.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "you\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yuce"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yuming"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "y\xE4\xBD\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zangdu"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.1ms) ROLLBACK User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zang\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zedong"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (13.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zemin"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (14.9ms) ROLLBACK User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ze\xE6\x9D\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ze\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.4ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zf\xE5\xA4\xA7\xE6\xA5\xBC"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zh307338875"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhadan"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.0ms) ROLLBACK User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhayao"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zha\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.2ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zha\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (7.0ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhengfu"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.3ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhengjin"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhengjinwng"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.0ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhenshnren"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (9.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhunflun"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zi\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ZP9MF9"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.7ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zz\xE7\x82\xB8\xE5\xBC\xB9\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (10.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "z\xE6\x9D\xB1"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "~~"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.6ms) ROLLBACK User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xC2\xB7\xE5\xA4\x84\xE7\x94\xB7\xC2\xB7"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.4ms) ROLLBACK User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x94\xE2\x80\x94"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x94\xE2\x80\x94\xE2\x80\x94\xE2\x80\x94"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (75.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.0ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9C\xE2\x80\x9C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9C\xE2\x80\x9D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9C\xE4\xB8\xAD\xE8\x97\x8F\xE5\x92\x8C\xE8\xB0\x88\xE2\x80\x9D"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9C\xE6\x81\xA2\xE5\xA4\x8D\xE4\xB8\xAD\xE8\x97\x8F\xE6\x8E\xA5\xE8\xB0\x88\xE2\x80\x9D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.4ms) ROLLBACK User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9D\xE2\x80\x9D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\xA6\xE2\x80\xA6\xE2\x80\xA6\xE2\x80\xA6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\xA6\xE2\x80\xA6\xEF\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x8A\x99o\xE2\x8A\x99"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x8A\x99\xEF\xB9\x8F\xE2\x8A\x99"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.1ms) ROLLBACK User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x95\xAD\xE2\x88\xA9\xE2\x95\xAE\xEF\xBC\x88\xEF\xB8\xB6\xEF\xB8\xBF\xEF\xB8\xB6\xEF\xBC\x89\xE2\x95\xAD\xE2\x88\xA9\xE2\x95\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x81\xE3\x80\x81"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xE2\x80\x9C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xE3\x80\x81"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xE3\x80\x82"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xE3\x80\x82\xE3\x80\x82"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xEF\xBC\x81"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xEF\xBC\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.0ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xB8\x89\xE5\xAE\xAB\xE5\x85\xAD\xE9\x99\xA2\xE4\xB8\x83\xE5\x8D\x81\xE4\xBA\x8C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xB8\x8A\xE5\xBA\x8A\xE4\xB8\x8D\xE8\xAF\xB4\xE7\x88\xB1\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xB8\x8A\xE5\xBA\x8A\xE6\xB1\x82\xE6\xAC\xA2\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x91\xE4\xB8\xBB\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xBA\x89\xE9\xB8\xA3\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (8.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x8A\xA8\xE5\x90\x91\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x8C\x85\xE5\x85\xBB\xE6\x83\x85\xE5\xA6\x87\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.4ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x90\x8C\xE5\xB1\x85\xE4\xB8\x87\xE5\xB2\x81\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.9ms) ROLLBACK User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x91\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE5\x90\x8C\xE8\x83\x9E\xE4\xB9\xA6\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.5ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x91\xBB\xE5\x90\x9F\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.3ms) ROLLBACK User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x9C\xB0\xE7\x8B\xB1\xE5\x8F\xAC\xE5\x94\xA4\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA4\x9C\xE8\xAF\xB1\xE5\xA8\x98\xE5\xAD\x90\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (70.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (10.8ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA4\xA9\xE7\x94\x9F\xE6\x88\x91\xE6\x9D\x90\xE5\xBF\x85\xE6\x9C\x89\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE5\xAE\xA0\xE6\xB0\xB4\xE8\x8A\x99\xE8\x93\x89\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.9ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE8\x89\xB3\xE4\xBA\xBA\xE7\x94\x9F\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.3ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE8\x89\xB3\xE6\xB1\x9F\xE6\xB9\x96\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xAC\x89\xE6\xB8\xB8\xE8\x8A\xB1\xE4\xB8\x9B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xAF\x92\xE6\xBD\xAD\xE9\xB9\xA4\xE5\xBD\xB1\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.9ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x81\xB6\xE5\xA5\xB3\xE6\x88\x8F\xE5\xA4\xAB\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x83\x85\xE6\xAC\xB2\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x88\x91\xE5\x92\x8C\xE5\x83\xB5\xE5\xB0\xB8\xE6\x9C\x89\xE4\xB8\xAA\xE7\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x88\x91\xE7\x9A\x84\xE7\xBC\xA0\xE7\xBB\xB5\xE5\xBE\x80\xE4\xBA\x8B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (7.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x98\xA5\xE6\xAC\xB2\xE6\x89\x8B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.3ms) ROLLBACK User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x9D\x80\xE4\xBD\x9B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x9D\x80\xE5\x8A\xAB\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\xA2\xA6\xE5\xB9\xBB\xE9\x80\x86\xE7\x8E\x89\xE7\x8E\x8B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\xAC\xB2\xE5\x8C\xBB\xE5\xA4\xA9\xE4\xB8\x8B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\xB5\x81\xE6\xB0\x93\xE7\x87\x95\xE7\x9A\x84\xE6\x97\xA5\xE8\xAE\xB0\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.3ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\xB7\xB1\xE5\xBA\xA6\xE9\x80\x8F\xE8\xA7\x86\xE8\x97\x8F\xE4\xBA\xBA\xE8\x87\xAA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE7\x88\xB1\xE4\xB8\x8A\xE5\xB0\x91\xE5\xA6\x87\xE5\xB0\x8F\xE9\x95\x87\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE7\x88\xB8\xE7\x88\xB8\xE7\x9A\x84\xE6\x96\xB0\xE5\xA8\x98\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE7\x8E\xB0\xE4\xBB\xA3\xE9\x80\x8D\xE9\x81\xA5\xE5\xBD\x95\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE7\xBB\x9D\xE8\x89\xB2\xE6\xB7\xAB\xE5\xA6\x83\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.4ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\x87\xB3\xE5\xB0\x8A\xE7\x8B\xBC\xE5\xA8\x81\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\x89\xB2\xE4\xB9\x8B\xE6\x88\x92\xE5\x9B\x9B\xE5\x90\x88\xE9\x99\xA2\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\x90\xA7\xE5\xBA\x9C\xE4\xB9\x8B\xE8\xB4\xA5\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\x97\x8F\xE4\xBA\xBA\xE8\x87\xAA\xE7\x84\x9A\xE6\xA1\xA3\xE6\xA1\x88\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE5\x86\x85\xE9\x83\xA8\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE5\x91\xBD\xE8\xBF\x90\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.6ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (13.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE7\x8E\xB0\xE5\x9C\xA8\xE2\x80\x94\xE9\x81\xA5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.0ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE8\x87\xAA\xE7\x84\x9A\xEF\xBC\x9A\xE4\xB8\x96"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.5ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE9\x97\xAE\xE9\xA2\x98\xE6\x95\xB4\xE7\x90\x861\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE9\xAB\x98\xE5\xBA\xA6\xE8\x87\xAA\xE6\xB2\xBB\xE5\xA4\x87"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.8ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xB5\x9E\xE6\x99\xAE\xE7\x9A\x84\xE5\x8B\x87\xE6\xB0\x94\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xB5\xA4\xE8\x89\xB2\xE7\x9A\x84\xE6\x8A\xA4\xE8\xBA\xAB\xE7\xAC\xA6\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (12.5ms) ROLLBACK User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xB6\x85\xE7\xBA\xA7\xE5\x85\xAC\xE5\xAD\x90\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (8.7ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.4ms) ROLLBACK User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xBE\xBE\xE5\x85\xB0\xE8\x90\xA8\xE6\x8B\x89\xE6\x97\xA5\xE4\xB8\x8E\xE5\xA4\x9C"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xBF\x9C\xE7\xA6\xBB\xE6\x81\x90\xE6\x83\xA7\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\x80\xBC\xE7\xBE\x8A\xE4\xB8\xBA\xE7\x8B\xBC\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.6ms) ROLLBACK User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\x81\x8D\xE5\x9C\xB0\xE6\xA1\x83\xE8\x8A\xB1\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.4ms) ROLLBACK User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\x87\x8D\xE7\x94\x9F\xE4\xB9\x8B\xE4\xB9\xB1\xE4\xB8\x96\xE7\xA7\x8D\xE9\xA9\xACY"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\x9B\xAA\xE5\x9F\x9F\xE7\x83\x88\xE7\x84\xB0\xC2\xB7\xE8\x97\x8F\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\xA3\x8E\xE6\xB5\x81\xE5\xB2\x81\xE6\x9C\x88\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (7.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.1ms) ROLLBACK User Load (23.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\xA3\x8E\xE6\xB5\x81\xE9\x80\xB8\xE9\xA3\x9E\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\xA3\x9E\xE6\x9C\xBA\xE5\xA4\xB1\xE4\xBA\x8B\xE5\x90\x8E\xE7\x9A\x84\xE4\xBA\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\xAD\x85\xE5\xA4\x9C\xE5\xB8\x9D\xE5\x9B\xBD\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.5ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80e\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80ye\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xB8\x9D\xE4\xB8\x8D\xE6\x8C\x82"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (9.4ms) ROLLBACK User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xB8\xAA\xE9\xA3\x8E\xE9\x9F\xB5\xE5\xA5\xB3\xE4\xBA\xBA\xE7\x9A\x84\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (7.7ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.5ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xB8\xAD\xE4\xB8\x80\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.2ms) ROLLBACK User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xBA\x8C\xE5\x85\xAD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.3ms) ROLLBACK User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE4\xB8\x93\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE4\xB8\x93\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) ROLLBACK User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE6\x89\xA7\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.6ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE7\x8B\xAC\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (13.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE7\xA7\x81\xE5\x88\xA9"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\xA5\xE8\x85\x90\xE9\x97\xA8\xE6\xB7\xB1\xE4\xBC\xBC\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x8D\xA1\xE5\xA4\x9A\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x8F\x97\xE5\xA4\x9A\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.0ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x80\xA7\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85\xE6\xBF\x80\xE6\x83\x85\xE6\x88\x90\xE4\xBA\xBA\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.2ms) ROLLBACK User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x94\xBE\xE7\xBA\xB5"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.3ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (7.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xB0\x8F\xE6\x92\xAE\xE5\x88\xAB"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (9.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.1ms) ROLLBACK User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE6\x97\xA0\xE7\xA0\x81\xE5\x90\x88\xE9\x9B\x86"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.3ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE8\xBF\x85\xE9\x9B\xB7\xE4\xB8\x8B\xE8\xBD\xBD\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9F\xB1\xE6\x93\x8E\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.5ms) ROLLBACK User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\xB0\xA7\xE5\x8C\x96\xE4\xBA\x8C\xE6\xB0\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\xB0\xA7\xE5\x8C\x96\xE6\xB1\x9E"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.6ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\xB0\xAF\xE4\xB8\x99\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.9ms) ROLLBACK User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\xB0\xAF\xE4\xB9\x99\xE9\x86\x9B"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE7\xA0\x81\xE4\xB8\xAD\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.7ms) ROLLBACK User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.7ms) ROLLBACK User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE7\xB5\xB2\xE4\xB8\x8D\xE6\x8E\x9B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE8\x82\x96"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.2ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE8\x88\xAC\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.3ms) ROLLBACK User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE9\x80\x9A\xE5\x81\xA5\xE5\xBA\xB7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.5ms) ROLLBACK User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE9\x80\x9A\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE9\x94\xAE\xE6\x8E\x92\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE9\xA1\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE4\xB8\x81"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE4\xBB\xB2\xE7\xA4\xBC"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.3ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.2ms) ROLLBACK User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\x85\xB3\xE6\xA0\xB9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.8ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\xAD\x90\xE9\x9C\x96"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.4ms) ROLLBACK User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\xAD\x97\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.1ms) ROLLBACK User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\xBA\xA6\xE5\xB7\xB4\xE6\x8B\x89\xE6\x96\xAF"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.2ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE6\x8C\xAF\xE5\xB2\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.0ms) ROLLBACK User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE8\x96\x9B\xE7\xA5\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.4ms) ROLLBACK User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\x91\xAB\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.9ms) ROLLBACK User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9\xE6\x9C\x80\xE6\x96\xB0\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.4ms) ROLLBACK User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE6\x88\x90\xE4\xBA\xBA\xE8\x89\xB2\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.1ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (5.5ms) ROLLBACK User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\xBA\x9F\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.2ms) ROLLBACK User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x83\xE4\xB8\x83\xE7\xBD\x91\xE7\xBB\x9C\xE5\xB7\xA5\xE4\xBD\x9C\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.1ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x83\xE5\xA4\xA7\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.8ms) ROLLBACK User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87 \xE4\xBC\x97"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.2ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE5\xA4\xA7\xE7\xAD\xBE\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (8.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE9\xAA\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.4ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE9\xAA\x9A\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBC\x97"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBC\x97\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.6ms) ROLLBACK User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE5\xAD\x97"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.0ms) ROLLBACK User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE6\x99\x93\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (8.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.9ms) ROLLBACK User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE6\xB3\x95\xE5\xBD\x92\xE4\xB8\x80\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.4ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE6\xB6\xA6\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.9ms) ROLLBACK User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE6\xB7\xAB\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.4ms) ROLLBACK User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE7\xBB\xB4\xE8\xAF\xBB\xE8\x80\x85\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (4.4ms) ROLLBACK User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE8\x83\xBD\xE9\x92\xA5\xE5\x8C\x99"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE9\x84\x82\xE6\xB9\x98"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.9ms) ROLLBACK User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE9\x87\x8C"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.8ms) ROLLBACK User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE9\x87\x8C\xE5\xA4\xA7\xE9\x80\xA0\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.8ms) ROLLBACK User Load (8.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE9\x92\xA2"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.6ms) ROLLBACK User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x88\xE6\xAF\x8D\xE5\xA8\x98\xE5\xA5\x97\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Started POST "/censor_bear/stop_words/import_confirm" for 127.0.0.1 at 2022-09-29 14:41:03 +0800  (4.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by CensorBear::StopWordsController#import_confirm as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "file"=>#, @original_filename="stop-words 2.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"stop-words 2.txt\"\r\nContent-Type: text/plain\r\n">, "commit"=>"Save "} User Load (10.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "08xz"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN ↳ (pry):3:in `block in import_confirm' User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] ↳ (pry):3:in `block in import_confirm' TRANSACTION (3.5ms) ROLLBACK ↳ (pry):3:in `block in import_confirm' Completed 500 Internal Server Error in 144438ms (ActiveRecord: 59.4ms | Allocations: 93047) SystemExit (exit): pry (0.14.1) lib/pry/commands/exit_program.rb:19:in `exit' pry (0.14.1) lib/pry/commands/exit_program.rb:19:in `process' pry (0.14.1) lib/pry/class_command.rb:82:in `call' pry (0.14.1) lib/pry/command.rb:495:in `call_with_hooks' pry (0.14.1) lib/pry/command.rb:431:in `block in call_safely' pry (0.14.1) lib/pry/command.rb:439:in `use_unpatched_symbol' pry (0.14.1) lib/pry/command.rb:430:in `call_safely' pry (0.14.1) lib/pry/command.rb:404:in `process_line' pry (0.14.1) lib/pry/command_set.rb:354:in `process_line' pry (0.14.1) lib/pry/command.rb:281:in `run' pry (0.14.1) lib/pry/command_set.rb:203:in `block in alias_command' pry (0.14.1) lib/pry/block_command.rb:15:in `instance_exec' pry (0.14.1) lib/pry/block_command.rb:15:in `call' pry (0.14.1) lib/pry/command.rb:495:in `call_with_hooks' pry (0.14.1) lib/pry/command.rb:431:in `block in call_safely' pry (0.14.1) lib/pry/command.rb:439:in `use_unpatched_symbol' pry (0.14.1) lib/pry/command.rb:430:in `call_safely' pry (0.14.1) lib/pry/command.rb:404:in `process_line' pry (0.14.1) lib/pry/command_set.rb:354:in `process_line' pry (0.14.1) lib/pry/pry_instance.rb:328:in `process_command' pry (0.14.1) lib/pry/pry_instance.rb:361:in `process_command_safely' pry (0.14.1) lib/pry/pry_instance.rb:610:in `handle_line' pry (0.14.1) lib/pry/pry_instance.rb:261:in `block (2 levels) in eval' pry (0.14.1) lib/pry/pry_instance.rb:260:in `catch' pry (0.14.1) lib/pry/pry_instance.rb:260:in `block in eval' pry (0.14.1) lib/pry/pry_instance.rb:259:in `catch' pry (0.14.1) lib/pry/pry_instance.rb:259:in `eval' pry (0.14.1) lib/pry/repl.rb:77:in `block in repl' pry (0.14.1) lib/pry/repl.rb:67:in `loop' pry (0.14.1) lib/pry/repl.rb:67:in `repl' pry (0.14.1) lib/pry/repl.rb:38:in `block in start' pry (0.14.1) lib/pry/input_lock.rb:61:in `__with_ownership' pry (0.14.1) lib/pry/input_lock.rb:78:in `with_ownership' pry (0.14.1) lib/pry/repl.rb:38:in `start' pry (0.14.1) lib/pry/repl.rb:15:in `start' pry (0.14.1) lib/pry/pry_class.rb:188:in `start' pry (0.14.1) lib/pry/core_extensions.rb:45:in `pry' /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/stop_words_controller.rb:48:in `block in import_confirm' /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/stop_words_controller.rb:20:in `each_line' /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/stop_words_controller.rb:20:in `import_confirm' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (6.1.7) lib/abstract_controller/base.rb:228:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (6.1.7) lib/active_support/callbacks.rb:117:in `block in run_callbacks' actiontext (6.1.7) lib/action_text/rendering.rb:20:in `with_renderer' actiontext (6.1.7) lib/action_text/engine.rb:59:in `block (4 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `instance_exec' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `block in run_callbacks' activesupport (6.1.7) lib/active_support/callbacks.rb:137:in `run_callbacks' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:33:in `process_action' actionpack (6.1.7) lib/action_controller/metal/params_wrapper.rb:249:in `process_action' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action' actionpack (6.1.7) lib/abstract_controller/base.rb:165:in `process' actionview (6.1.7) lib/action_view/rendering.rb:39:in `process' actionpack (6.1.7) lib/action_controller/metal.rb:190:in `dispatch' actionpack (6.1.7) lib/action_controller/metal.rb:254:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:33:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' railties (6.1.7) lib/rails/railtie.rb:207:in `public_send' railties (6.1.7) lib/rails/railtie.rb:207:in `method_missing' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:20:in `block in ' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' warden (1.2.9) lib/warden/manager.rb:36:in `block in call' warden (1.2.9) lib/warden/manager.rb:34:in `catch' warden (1.2.9) lib/warden/manager.rb:34:in `call' rack (2.2.4) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.2.4) lib/rack/etag.rb:27:in `call' rack (2.2.4) lib/rack/conditional_get.rb:40:in `call' rack (2.2.4) lib/rack/head.rb:12:in `call' actionpack (6.1.7) lib/action_dispatch/http/permissions_policy.rb:22:in `call' actionpack (6.1.7) lib/action_dispatch/http/content_security_policy.rb:19:in `call' rack (2.2.4) lib/rack/session/abstract/id.rb:266:in `context' rack (2.2.4) lib/rack/session/abstract/id.rb:260:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/cookies.rb:689:in `call' activerecord (6.1.7) lib/active_record/migration.rb:601:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.7) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.7) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.7) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.7) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.7) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 14:43:37 +0800  (7.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by CensorBear::StopWordsController#import as HTML User Load (31.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 57.4ms | Allocations: 21780)  (10.3ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 138.1ms | Allocations: 56610) Completed 200 OK in 311ms (Views: 130.8ms | ActiveRecord: 101.6ms | Allocations: 70296) Started POST "/censor_bear/stop_words/import_confirm" for 127.0.0.1 at 2022-09-29 14:43:46 +0800 Processing by CensorBear::StopWordsController#import_confirm as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "file"=>#, @original_filename="stop-words 2.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"stop-words 2.txt\"\r\nContent-Type: text/plain\r\n">, "commit"=>"Save "} User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "08xz"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN ↳ (pry):2:in `block in import_confirm' User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] ↳ (pry):2:in `block in import_confirm' CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "08xz"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:43:46.187493"], ["updated_at", "2022-09-29 06:43:46.187494"]] ↳ (pry):2:in `block in import_confirm' TRANSACTION (4.8ms) COMMIT ↳ (pry):2:in `block in import_confirm' Completed 500 Internal Server Error in 14809ms (ActiveRecord: 32.8ms | Allocations: 70352) SystemExit (exit): pry (0.14.1) lib/pry/commands/exit_program.rb:19:in `exit' pry (0.14.1) lib/pry/commands/exit_program.rb:19:in `process' pry (0.14.1) lib/pry/class_command.rb:82:in `call' pry (0.14.1) lib/pry/command.rb:495:in `call_with_hooks' pry (0.14.1) lib/pry/command.rb:431:in `block in call_safely' pry (0.14.1) lib/pry/command.rb:439:in `use_unpatched_symbol' pry (0.14.1) lib/pry/command.rb:430:in `call_safely' pry (0.14.1) lib/pry/command.rb:404:in `process_line' pry (0.14.1) lib/pry/command_set.rb:354:in `process_line' pry (0.14.1) lib/pry/command.rb:281:in `run' pry (0.14.1) lib/pry/command_set.rb:203:in `block in alias_command' pry (0.14.1) lib/pry/block_command.rb:15:in `instance_exec' pry (0.14.1) lib/pry/block_command.rb:15:in `call' pry (0.14.1) lib/pry/command.rb:495:in `call_with_hooks' pry (0.14.1) lib/pry/command.rb:431:in `block in call_safely' pry (0.14.1) lib/pry/command.rb:439:in `use_unpatched_symbol' pry (0.14.1) lib/pry/command.rb:430:in `call_safely' pry (0.14.1) lib/pry/command.rb:404:in `process_line' pry (0.14.1) lib/pry/command_set.rb:354:in `process_line' pry (0.14.1) lib/pry/pry_instance.rb:328:in `process_command' pry (0.14.1) lib/pry/pry_instance.rb:361:in `process_command_safely' pry (0.14.1) lib/pry/pry_instance.rb:610:in `handle_line' pry (0.14.1) lib/pry/pry_instance.rb:261:in `block (2 levels) in eval' pry (0.14.1) lib/pry/pry_instance.rb:260:in `catch' pry (0.14.1) lib/pry/pry_instance.rb:260:in `block in eval' pry (0.14.1) lib/pry/pry_instance.rb:259:in `catch' pry (0.14.1) lib/pry/pry_instance.rb:259:in `eval' pry (0.14.1) lib/pry/repl.rb:77:in `block in repl' pry (0.14.1) lib/pry/repl.rb:67:in `loop' pry (0.14.1) lib/pry/repl.rb:67:in `repl' pry (0.14.1) lib/pry/repl.rb:38:in `block in start' pry (0.14.1) lib/pry/input_lock.rb:61:in `__with_ownership' pry (0.14.1) lib/pry/input_lock.rb:78:in `with_ownership' pry (0.14.1) lib/pry/repl.rb:38:in `start' pry (0.14.1) lib/pry/repl.rb:15:in `start' pry (0.14.1) lib/pry/pry_class.rb:188:in `start' pry (0.14.1) lib/pry/core_extensions.rb:45:in `pry' /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/stop_words_controller.rb:48:in `block in import_confirm' /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/stop_words_controller.rb:20:in `each_line' /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/stop_words_controller.rb:20:in `import_confirm' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (6.1.7) lib/abstract_controller/base.rb:228:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (6.1.7) lib/active_support/callbacks.rb:117:in `block in run_callbacks' actiontext (6.1.7) lib/action_text/rendering.rb:20:in `with_renderer' actiontext (6.1.7) lib/action_text/engine.rb:59:in `block (4 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `instance_exec' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `block in run_callbacks' activesupport (6.1.7) lib/active_support/callbacks.rb:137:in `run_callbacks' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:33:in `process_action' actionpack (6.1.7) lib/action_controller/metal/params_wrapper.rb:249:in `process_action' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action' actionpack (6.1.7) lib/abstract_controller/base.rb:165:in `process' actionview (6.1.7) lib/action_view/rendering.rb:39:in `process' actionpack (6.1.7) lib/action_controller/metal.rb:190:in `dispatch' actionpack (6.1.7) lib/action_controller/metal.rb:254:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:33:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' railties (6.1.7) lib/rails/railtie.rb:207:in `public_send' railties (6.1.7) lib/rails/railtie.rb:207:in `method_missing' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:20:in `block in ' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' warden (1.2.9) lib/warden/manager.rb:36:in `block in call' warden (1.2.9) lib/warden/manager.rb:34:in `catch' warden (1.2.9) lib/warden/manager.rb:34:in `call' rack (2.2.4) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.2.4) lib/rack/etag.rb:27:in `call' rack (2.2.4) lib/rack/conditional_get.rb:40:in `call' rack (2.2.4) lib/rack/head.rb:12:in `call' actionpack (6.1.7) lib/action_dispatch/http/permissions_policy.rb:22:in `call' actionpack (6.1.7) lib/action_dispatch/http/content_security_policy.rb:19:in `call' rack (2.2.4) lib/rack/session/abstract/id.rb:266:in `context' rack (2.2.4) lib/rack/session/abstract/id.rb:260:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/cookies.rb:689:in `call' activerecord (6.1.7) lib/active_record/migration.rb:601:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.7) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.7) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.7) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.7) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.7) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 14:45:35 +0800  (6.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by CensorBear::StopWordsController#import as HTML User Load (9.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 141.1ms | Allocations: 21781)  (9.9ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 236.2ms | Allocations: 56627) Completed 200 OK in 318ms (Views: 231.1ms | ActiveRecord: 47.1ms | Allocations: 70311) Started POST "/censor_bear/stop_words/import_confirm" for 127.0.0.1 at 2022-09-29 14:45:42 +0800 Processing by CensorBear::StopWordsController#import_confirm as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "file"=>#, @original_filename="stop-words 2.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"stop-words 2.txt\"\r\nContent-Type: text/plain\r\n">, "commit"=>"Save "} User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "08xz"], ["LIMIT", 1]] Completed 500 Internal Server Error in 54ms (ActiveRecord: 19.7ms | Allocations: 11815) NameError (undefined local variable or method `is_overwrite' for #): /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/stop_words_controller.rb:46:in `block in import_confirm' /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/stop_words_controller.rb:20:in `each_line' /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/stop_words_controller.rb:20:in `import_confirm' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (6.1.7) lib/abstract_controller/base.rb:228:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (6.1.7) lib/active_support/callbacks.rb:117:in `block in run_callbacks' actiontext (6.1.7) lib/action_text/rendering.rb:20:in `with_renderer' actiontext (6.1.7) lib/action_text/engine.rb:59:in `block (4 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `instance_exec' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `block in run_callbacks' activesupport (6.1.7) lib/active_support/callbacks.rb:137:in `run_callbacks' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:33:in `process_action' actionpack (6.1.7) lib/action_controller/metal/params_wrapper.rb:249:in `process_action' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action' actionpack (6.1.7) lib/abstract_controller/base.rb:165:in `process' actionview (6.1.7) lib/action_view/rendering.rb:39:in `process' actionpack (6.1.7) lib/action_controller/metal.rb:190:in `dispatch' actionpack (6.1.7) lib/action_controller/metal.rb:254:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:33:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' railties (6.1.7) lib/rails/railtie.rb:207:in `public_send' railties (6.1.7) lib/rails/railtie.rb:207:in `method_missing' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:20:in `block in ' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' warden (1.2.9) lib/warden/manager.rb:36:in `block in call' warden (1.2.9) lib/warden/manager.rb:34:in `catch' warden (1.2.9) lib/warden/manager.rb:34:in `call' rack (2.2.4) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.2.4) lib/rack/etag.rb:27:in `call' rack (2.2.4) lib/rack/conditional_get.rb:40:in `call' rack (2.2.4) lib/rack/head.rb:12:in `call' actionpack (6.1.7) lib/action_dispatch/http/permissions_policy.rb:22:in `call' actionpack (6.1.7) lib/action_dispatch/http/content_security_policy.rb:19:in `call' rack (2.2.4) lib/rack/session/abstract/id.rb:266:in `context' rack (2.2.4) lib/rack/session/abstract/id.rb:260:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/cookies.rb:689:in `call' activerecord (6.1.7) lib/active_record/migration.rb:601:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.7) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.7) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.7) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.7) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.7) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 14:49:06 +0800 Processing by CensorBear::StopWordsController#import as HTML User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 0.9ms | Allocations: 392) Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 1.2ms | Allocations: 458) Completed 500 Internal Server Error in 53ms (ActiveRecord: 15.6ms | Allocations: 9538) ActionView::SyntaxErrorInTemplate (Encountered a syntax error while rendering template: check

批量导入

格式说明

每行的规则如下所示


    key, rule_str = line.split('=')
      rules = rule_str.split('|')
      ugc = parse(rules[0]).blank? ? 'replace' : parse(rules[0])
      username = parse(rules[1]) || 'ignore'
      signature = parse(rules[2]) || 'ignore'
      dialog = parse(rules[3]) || 'ignore'
      nickname = parse(rules[1]) || 'ignore'
      replacement = ugc == 'replace' ? rules[0] : '**'

      #     其中 parse 为 
        def parse(rule)
          return nil if rule.blank?

          r = rule.match(/^{(\w+)}$/)
          r.blank? ? nil : r[1].downcase
        end


  

即 关键字=场景规则

规则用 "|" 分开, 规则 0 为 ugc, 规则 1 为 username或 nickname, 规则 2 为签名, 规则3 为对话

规则值可以为 <%= CensorBear::StopWord::ACTIONS_MAP.join(", ") %>, ugc 较为特殊, 可为其他值, 该其他值作为替换值

<%= form_with url: import_confirm_stop_words_path, method: :post do |f| %> <%= f.file_field :file%> <%= f.check_box :is_overwrite, "is_overwrite", {}, true, false > <%= f.submit%> <% end %>
): 1:

2: 批量导入 3:

4: 5:
6:

格式说明

7: 8:

9: 每行的规则如下所示 10:

11:

12:        key, rule_str = line.split('=')
13:          rules = rule_str.split('|')
14:          ugc = parse(rules[0]).blank? ? 'replace' : parse(rules[0])
15:          username = parse(rules[1]) || 'ignore'
16:          signature = parse(rules[2]) || 'ignore'
17:          dialog = parse(rules[3]) || 'ignore'
18:          nickname = parse(rules[1]) || 'ignore'
19:          replacement = ugc == 'replace' ? rules[0] : '**'
20:    
21:          #     其中 parse 为 
22:            def parse(rule)
23:              return nil if rule.blank?
24:    
25:              r = rule.match(/^{(\w+)}$/)
26:              r.blank? ? nil : r[1].downcase
27:            end
28:    
29:    
30:      
31: 32:

33: 即 关键字=场景规则 34:

35: 36:

规则用 "|" 分开, 规则 0 为 ugc, 规则 1 为 username或 nickname, 规则 2 为签名, 规则3 为对话

37: 38:

规则值可以为 <%= CensorBear::StopWord::ACTIONS_MAP.join(", ") %>, ugc 较为特殊, 可为其他值, 该其他值作为替换值

39: 40: 41: 42: <%= form_with url: import_confirm_stop_words_path, method: :post do |f| %> 43: <%= f.file_field :file%> 44: <%= f.check_box :is_overwrite, "is_overwrite", {}, true, false > 45: <%= f.submit%> 46: <% end %> 47: 48:
/Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:45: syntax error, unexpected '<' <%= f.submit);@output_buffer.s... ^ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:46: syntax error, unexpected `end', expecting ')' '.freeze; end ^~~ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:50: syntax error, unexpected `end', expecting ')' end ^~~ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:45: syntax error, unexpected '<' <%= f.submit);@output_buffer.s... ^ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:46: syntax error, unexpected `end', expecting ')' '.freeze; end ^~~ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:50: syntax error, unexpected `end', expecting ')' end ^~~ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:45: syntax error, unexpected '<' <%= f.submit);@output_buffer.s... ^ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:46: syntax error, unexpected `end', expecting ')' '.freeze; end ^~~ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:50: syntax error, unexpected `end', expecting ')' end ^~~ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:45: syntax error, unexpected '<' <%= f.submit);@output_buffer.s... ^ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:46: syntax error, unexpected `end', expecting ')' '.freeze; end ^~~ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:50: syntax error, unexpected `end', expecting ')' end ^~~ actionview (6.1.7) lib/action_view/template.rb:300:in `module_eval' actionview (6.1.7) lib/action_view/template.rb:300:in `compile' actionview (6.1.7) lib/action_view/template.rb:253:in `block (2 levels) in compile!' activesupport (6.1.7) lib/active_support/notifications.rb:205:in `instrument' actionview (6.1.7) lib/action_view/template.rb:341:in `instrument' actionview (6.1.7) lib/action_view/template.rb:252:in `block in compile!' actionview (6.1.7) lib/action_view/template.rb:244:in `synchronize' actionview (6.1.7) lib/action_view/template.rb:244:in `compile!' actionview (6.1.7) lib/action_view/template.rb:153:in `block in render' activesupport (6.1.7) lib/active_support/notifications.rb:205:in `instrument' actionview (6.1.7) lib/action_view/template.rb:345:in `instrument_render_template' actionview (6.1.7) lib/action_view/template.rb:152:in `render' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:61:in `block (2 levels) in render_template' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:56:in `block in render_template' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:71:in `block in render_with_layout' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:70:in `render_with_layout' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:55:in `render_template' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:11:in `render' actionview (6.1.7) lib/action_view/renderer/renderer.rb:61:in `render_template_to_object' actionview (6.1.7) lib/action_view/renderer/renderer.rb:29:in `render_to_object' actionview (6.1.7) lib/action_view/rendering.rb:117:in `block in _render_template' actionview (6.1.7) lib/action_view/base.rb:273:in `in_rendering_context' actionview (6.1.7) lib/action_view/rendering.rb:116:in `_render_template' actionpack (6.1.7) lib/action_controller/metal/streaming.rb:218:in `_render_template' actionview (6.1.7) lib/action_view/rendering.rb:103:in `render_to_body' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (6.1.7) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (6.1.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/3.0.0/benchmark.rb:308:in `realtime' activesupport (6.1.7) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:86:in `cleanup_view_runtime' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (6.1.7) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' :90:in `tap' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (6.1.7) lib/abstract_controller/base.rb:228:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (6.1.7) lib/active_support/callbacks.rb:117:in `block in run_callbacks' actiontext (6.1.7) lib/action_text/rendering.rb:20:in `with_renderer' actiontext (6.1.7) lib/action_text/engine.rb:59:in `block (4 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `instance_exec' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `block in run_callbacks' activesupport (6.1.7) lib/active_support/callbacks.rb:137:in `run_callbacks' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:33:in `process_action' actionpack (6.1.7) lib/action_controller/metal/params_wrapper.rb:249:in `process_action' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action' actionpack (6.1.7) lib/abstract_controller/base.rb:165:in `process' actionview (6.1.7) lib/action_view/rendering.rb:39:in `process' actionpack (6.1.7) lib/action_controller/metal.rb:190:in `dispatch' actionpack (6.1.7) lib/action_controller/metal.rb:254:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:33:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' railties (6.1.7) lib/rails/railtie.rb:207:in `public_send' railties (6.1.7) lib/rails/railtie.rb:207:in `method_missing' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:20:in `block in ' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' warden (1.2.9) lib/warden/manager.rb:36:in `block in call' warden (1.2.9) lib/warden/manager.rb:34:in `catch' warden (1.2.9) lib/warden/manager.rb:34:in `call' rack (2.2.4) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.2.4) lib/rack/etag.rb:27:in `call' rack (2.2.4) lib/rack/conditional_get.rb:27:in `call' rack (2.2.4) lib/rack/head.rb:12:in `call' actionpack (6.1.7) lib/action_dispatch/http/permissions_policy.rb:22:in `call' actionpack (6.1.7) lib/action_dispatch/http/content_security_policy.rb:19:in `call' rack (2.2.4) lib/rack/session/abstract/id.rb:266:in `context' rack (2.2.4) lib/rack/session/abstract/id.rb:260:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/cookies.rb:689:in `call' activerecord (6.1.7) lib/active_record/migration.rb:601:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.7) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.7) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.7) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.7) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.7) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 14:49:19 +0800 Processing by CensorBear::StopWordsController#import as HTML User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 5.2ms | Allocations: 1660) Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 5.7ms | Allocations: 1733) Completed 500 Internal Server Error in 23ms (ActiveRecord: 3.7ms | Allocations: 4972) ActionView::Template::Error (wrong number of arguments (given 5, expected 1..4)): 41: 42: <%= form_with url: import_confirm_stop_words_path, method: :post do |f| %> 43: <%= f.file_field :file%> 44: <%= f.check_box :is_overwrite, "is_overwrite", {}, true, false %> 45: <%= f.submit%> 46: <% end %> 47: actionview (6.1.7) lib/action_view/helpers/form_helper.rb:2335:in `check_box' /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:44 actionview (6.1.7) lib/action_view/helpers/capture_helper.rb:45:in `block in capture' actionview (6.1.7) lib/action_view/helpers/capture_helper.rb:209:in `with_output_buffer' haml (5.2.2) lib/haml/helpers/action_view_xss_mods.rb:7:in `with_output_buffer_with_haml_xss' actionview (6.1.7) lib/action_view/helpers/capture_helper.rb:45:in `capture' haml (5.2.2) lib/haml/helpers/action_view_mods.rb:48:in `capture_with_haml' actionview (6.1.7) lib/action_view/helpers/form_helper.rb:750:in `form_with' /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:42 actionview (6.1.7) lib/action_view/base.rb:247:in `public_send' actionview (6.1.7) lib/action_view/base.rb:247:in `_run' actionview (6.1.7) lib/action_view/template.rb:154:in `block in render' activesupport (6.1.7) lib/active_support/notifications.rb:205:in `instrument' actionview (6.1.7) lib/action_view/template.rb:345:in `instrument_render_template' actionview (6.1.7) lib/action_view/template.rb:152:in `render' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:61:in `block (2 levels) in render_template' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:56:in `block in render_template' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:71:in `block in render_with_layout' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:70:in `render_with_layout' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:55:in `render_template' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:11:in `render' actionview (6.1.7) lib/action_view/renderer/renderer.rb:61:in `render_template_to_object' actionview (6.1.7) lib/action_view/renderer/renderer.rb:29:in `render_to_object' actionview (6.1.7) lib/action_view/rendering.rb:117:in `block in _render_template' actionview (6.1.7) lib/action_view/base.rb:273:in `in_rendering_context' actionview (6.1.7) lib/action_view/rendering.rb:116:in `_render_template' actionpack (6.1.7) lib/action_controller/metal/streaming.rb:218:in `_render_template' actionview (6.1.7) lib/action_view/rendering.rb:103:in `render_to_body' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (6.1.7) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (6.1.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/3.0.0/benchmark.rb:308:in `realtime' activesupport (6.1.7) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:86:in `cleanup_view_runtime' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (6.1.7) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' :90:in `tap' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (6.1.7) lib/abstract_controller/base.rb:228:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (6.1.7) lib/active_support/callbacks.rb:117:in `block in run_callbacks' actiontext (6.1.7) lib/action_text/rendering.rb:20:in `with_renderer' actiontext (6.1.7) lib/action_text/engine.rb:59:in `block (4 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `instance_exec' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `block in run_callbacks' activesupport (6.1.7) lib/active_support/callbacks.rb:137:in `run_callbacks' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:33:in `process_action' actionpack (6.1.7) lib/action_controller/metal/params_wrapper.rb:249:in `process_action' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action' actionpack (6.1.7) lib/abstract_controller/base.rb:165:in `process' actionview (6.1.7) lib/action_view/rendering.rb:39:in `process' actionpack (6.1.7) lib/action_controller/metal.rb:190:in `dispatch' actionpack (6.1.7) lib/action_controller/metal.rb:254:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:33:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' railties (6.1.7) lib/rails/railtie.rb:207:in `public_send' railties (6.1.7) lib/rails/railtie.rb:207:in `method_missing' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:20:in `block in ' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' warden (1.2.9) lib/warden/manager.rb:36:in `block in call' warden (1.2.9) lib/warden/manager.rb:34:in `catch' warden (1.2.9) lib/warden/manager.rb:34:in `call' rack (2.2.4) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.2.4) lib/rack/etag.rb:27:in `call' rack (2.2.4) lib/rack/conditional_get.rb:27:in `call' rack (2.2.4) lib/rack/head.rb:12:in `call' actionpack (6.1.7) lib/action_dispatch/http/permissions_policy.rb:22:in `call' actionpack (6.1.7) lib/action_dispatch/http/content_security_policy.rb:19:in `call' rack (2.2.4) lib/rack/session/abstract/id.rb:266:in `context' rack (2.2.4) lib/rack/session/abstract/id.rb:260:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/cookies.rb:689:in `call' activerecord (6.1.7) lib/active_record/migration.rb:601:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.7) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.7) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.7) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.7) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.7) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 14:49:27 +0800 Processing by CensorBear::StopWordsController#import as HTML User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 5.7ms | Allocations: 1185)  (2.6ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 57.3ms | Allocations: 19873) Completed 200 OK in 71ms (Views: 54.8ms | ActiveRecord: 9.9ms | Allocations: 23158) Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 14:49:58 +0800 Processing by CensorBear::StopWordsController#import as HTML User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 1.4ms | Allocations: 397) Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 1.8ms | Allocations: 462) Completed 500 Internal Server Error in 18ms (ActiveRecord: 1.9ms | Allocations: 3677) ActionView::SyntaxErrorInTemplate (Encountered a syntax error while rendering template: check

批量导入

格式说明

每行的规则如下所示


    key, rule_str = line.split('=')
      rules = rule_str.split('|')
      ugc = parse(rules[0]).blank? ? 'replace' : parse(rules[0])
      username = parse(rules[1]) || 'ignore'
      signature = parse(rules[2]) || 'ignore'
      dialog = parse(rules[3]) || 'ignore'
      nickname = parse(rules[1]) || 'ignore'
      replacement = ugc == 'replace' ? rules[0] : '**'

      #     其中 parse 为 
        def parse(rule)
          return nil if rule.blank?

          r = rule.match(/^{(\w+)}$/)
          r.blank? ? nil : r[1].downcase
        end


  

即 关键字=场景规则

规则用 "|" 分开, 规则 0 为 ugc, 规则 1 为 username或 nickname, 规则 2 为签名, 规则3 为对话

规则值可以为 <%= CensorBear::StopWord::ACTIONS_MAP.join(", ") %>, ugc 较为特殊, 可为其他值, 该其他值作为替换值

<%= form_with url: import_confirm_stop_words_path, method: :post do |f| %> <%= f.file_field :file%> <%= f.label :is_overwrite, "是否覆盖"> <%= f.check_box :is_overwrite, {}, true, false %> <%= f.submit%> <% end %>
): 1:

2: 批量导入 3:

4: 5:
6:

格式说明

7: 8:

9: 每行的规则如下所示 10:

11:

12:        key, rule_str = line.split('=')
13:          rules = rule_str.split('|')
14:          ugc = parse(rules[0]).blank? ? 'replace' : parse(rules[0])
15:          username = parse(rules[1]) || 'ignore'
16:          signature = parse(rules[2]) || 'ignore'
17:          dialog = parse(rules[3]) || 'ignore'
18:          nickname = parse(rules[1]) || 'ignore'
19:          replacement = ugc == 'replace' ? rules[0] : '**'
20:    
21:          #     其中 parse 为 
22:            def parse(rule)
23:              return nil if rule.blank?
24:    
25:              r = rule.match(/^{(\w+)}$/)
26:              r.blank? ? nil : r[1].downcase
27:            end
28:    
29:    
30:      
31: 32:

33: 即 关键字=场景规则 34:

35: 36:

规则用 "|" 分开, 规则 0 为 ugc, 规则 1 为 username或 nickname, 规则 2 为签名, 规则3 为对话

37: 38:

规则值可以为 <%= CensorBear::StopWord::ACTIONS_MAP.join(", ") %>, ugc 较为特殊, 可为其他值, 该其他值作为替换值

39: 40: 41: 42: <%= form_with url: import_confirm_stop_words_path, method: :post do |f| %> 43: <%= f.file_field :file%> 44: <%= f.label :is_overwrite, "是否覆盖"> 45: <%= f.check_box :is_overwrite, {}, true, false %> 46: <%= f.submit%> 47: <% end %> 48: 49:
/Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:45: syntax error, unexpected '<' <%= f.check_box :is_overwrite,... ^ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:47: syntax error, unexpected `end', expecting ')' '.freeze; end ^~~ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:51: syntax error, unexpected `end', expecting ')' end ^~~ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:45: syntax error, unexpected '<' <%= f.check_box :is_overwrite,... ^ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:47: syntax error, unexpected `end', expecting ')' '.freeze; end ^~~ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:51: syntax error, unexpected `end', expecting ')' end ^~~ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:45: syntax error, unexpected '<' <%= f.check_box :is_overwrite,... ^ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:47: syntax error, unexpected `end', expecting ')' '.freeze; end ^~~ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:51: syntax error, unexpected `end', expecting ')' end ^~~ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:45: syntax error, unexpected '<' <%= f.check_box :is_overwrite,... ^ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:47: syntax error, unexpected `end', expecting ')' '.freeze; end ^~~ /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb:51: syntax error, unexpected `end', expecting ')' end ^~~ actionview (6.1.7) lib/action_view/template.rb:300:in `module_eval' actionview (6.1.7) lib/action_view/template.rb:300:in `compile' actionview (6.1.7) lib/action_view/template.rb:253:in `block (2 levels) in compile!' activesupport (6.1.7) lib/active_support/notifications.rb:205:in `instrument' actionview (6.1.7) lib/action_view/template.rb:341:in `instrument' actionview (6.1.7) lib/action_view/template.rb:252:in `block in compile!' actionview (6.1.7) lib/action_view/template.rb:244:in `synchronize' actionview (6.1.7) lib/action_view/template.rb:244:in `compile!' actionview (6.1.7) lib/action_view/template.rb:153:in `block in render' activesupport (6.1.7) lib/active_support/notifications.rb:205:in `instrument' actionview (6.1.7) lib/action_view/template.rb:345:in `instrument_render_template' actionview (6.1.7) lib/action_view/template.rb:152:in `render' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:61:in `block (2 levels) in render_template' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:56:in `block in render_template' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:71:in `block in render_with_layout' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:70:in `render_with_layout' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:55:in `render_template' actionview (6.1.7) lib/action_view/renderer/template_renderer.rb:11:in `render' actionview (6.1.7) lib/action_view/renderer/renderer.rb:61:in `render_template_to_object' actionview (6.1.7) lib/action_view/renderer/renderer.rb:29:in `render_to_object' actionview (6.1.7) lib/action_view/rendering.rb:117:in `block in _render_template' actionview (6.1.7) lib/action_view/base.rb:273:in `in_rendering_context' actionview (6.1.7) lib/action_view/rendering.rb:116:in `_render_template' actionpack (6.1.7) lib/action_controller/metal/streaming.rb:218:in `_render_template' actionview (6.1.7) lib/action_view/rendering.rb:103:in `render_to_body' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (6.1.7) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (6.1.7) lib/abstract_controller/rendering.rb:25:in `render' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/3.0.0/benchmark.rb:308:in `realtime' activesupport (6.1.7) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:86:in `cleanup_view_runtime' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (6.1.7) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' :90:in `tap' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (6.1.7) lib/abstract_controller/base.rb:228:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (6.1.7) lib/active_support/callbacks.rb:117:in `block in run_callbacks' actiontext (6.1.7) lib/action_text/rendering.rb:20:in `with_renderer' actiontext (6.1.7) lib/action_text/engine.rb:59:in `block (4 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `instance_exec' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `block in run_callbacks' activesupport (6.1.7) lib/active_support/callbacks.rb:137:in `run_callbacks' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:33:in `process_action' actionpack (6.1.7) lib/action_controller/metal/params_wrapper.rb:249:in `process_action' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action' actionpack (6.1.7) lib/abstract_controller/base.rb:165:in `process' actionview (6.1.7) lib/action_view/rendering.rb:39:in `process' actionpack (6.1.7) lib/action_controller/metal.rb:190:in `dispatch' actionpack (6.1.7) lib/action_controller/metal.rb:254:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:33:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' railties (6.1.7) lib/rails/railtie.rb:207:in `public_send' railties (6.1.7) lib/rails/railtie.rb:207:in `method_missing' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:20:in `block in ' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' warden (1.2.9) lib/warden/manager.rb:36:in `block in call' warden (1.2.9) lib/warden/manager.rb:34:in `catch' warden (1.2.9) lib/warden/manager.rb:34:in `call' rack (2.2.4) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.2.4) lib/rack/etag.rb:27:in `call' rack (2.2.4) lib/rack/conditional_get.rb:27:in `call' rack (2.2.4) lib/rack/head.rb:12:in `call' actionpack (6.1.7) lib/action_dispatch/http/permissions_policy.rb:22:in `call' actionpack (6.1.7) lib/action_dispatch/http/content_security_policy.rb:19:in `call' rack (2.2.4) lib/rack/session/abstract/id.rb:266:in `context' rack (2.2.4) lib/rack/session/abstract/id.rb:260:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/cookies.rb:689:in `call' activerecord (6.1.7) lib/active_record/migration.rb:601:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.7) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.7) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.7) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.7) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.7) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 14:50:04 +0800 Processing by CensorBear::StopWordsController#import as HTML User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 5.0ms | Allocations: 1216)  (5.4ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 33.0ms | Allocations: 16188) Completed 200 OK in 45ms (Views: 30.7ms | ActiveRecord: 7.3ms | Allocations: 19461) Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 14:50:25 +0800 Processing by CensorBear::StopWordsController#import as HTML User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 2.4ms | Allocations: 954)  (3.4ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 24.2ms | Allocations: 15894) Completed 200 OK in 46ms (Views: 29.0ms | ActiveRecord: 6.8ms | Allocations: 19163) Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 14:50:29 +0800 Processing by CensorBear::StopWordsController#import as HTML User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 3.1ms | Allocations: 949)  (3.2ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 24.5ms | Allocations: 15839) Completed 200 OK in 43ms (Views: 25.9ms | ActiveRecord: 6.0ms | Allocations: 19066) Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 14:50:39 +0800 Processing by CensorBear::StopWordsController#import as HTML User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 3.7ms | Allocations: 1718)  (3.5ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 27.4ms | Allocations: 12853) Completed 200 OK in 64ms (Views: 21.6ms | ActiveRecord: 20.6ms | Allocations: 20721) Started POST "/censor_bear/stop_words/import_confirm" for 127.0.0.1 at 2022-09-29 14:50:41 +0800 Processing by CensorBear::StopWordsController#import_confirm as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "is_overwrite"=>"true", "commit"=>"Save "} User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 500 Internal Server Error in 28624ms (ActiveRecord: 2.1ms | Allocations: 53974) NoMethodError (undefined method `read' for nil:NilClass): /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/stop_words_controller.rb:20:in `import_confirm' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (6.1.7) lib/abstract_controller/base.rb:228:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (6.1.7) lib/active_support/callbacks.rb:117:in `block in run_callbacks' actiontext (6.1.7) lib/action_text/rendering.rb:20:in `with_renderer' actiontext (6.1.7) lib/action_text/engine.rb:59:in `block (4 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `instance_exec' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `block in run_callbacks' activesupport (6.1.7) lib/active_support/callbacks.rb:137:in `run_callbacks' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:33:in `process_action' actionpack (6.1.7) lib/action_controller/metal/params_wrapper.rb:249:in `process_action' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action' actionpack (6.1.7) lib/abstract_controller/base.rb:165:in `process' actionview (6.1.7) lib/action_view/rendering.rb:39:in `process' actionpack (6.1.7) lib/action_controller/metal.rb:190:in `dispatch' actionpack (6.1.7) lib/action_controller/metal.rb:254:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:33:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' railties (6.1.7) lib/rails/railtie.rb:207:in `public_send' railties (6.1.7) lib/rails/railtie.rb:207:in `method_missing' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:20:in `block in ' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' warden (1.2.9) lib/warden/manager.rb:36:in `block in call' warden (1.2.9) lib/warden/manager.rb:34:in `catch' warden (1.2.9) lib/warden/manager.rb:34:in `call' rack (2.2.4) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.2.4) lib/rack/etag.rb:27:in `call' rack (2.2.4) lib/rack/conditional_get.rb:40:in `call' rack (2.2.4) lib/rack/head.rb:12:in `call' actionpack (6.1.7) lib/action_dispatch/http/permissions_policy.rb:22:in `call' actionpack (6.1.7) lib/action_dispatch/http/content_security_policy.rb:19:in `call' rack (2.2.4) lib/rack/session/abstract/id.rb:266:in `context' rack (2.2.4) lib/rack/session/abstract/id.rb:260:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/cookies.rb:689:in `call' activerecord (6.1.7) lib/active_record/migration.rb:601:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.7) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.7) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.7) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.7) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.7) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 14:51:35 +0800  (5.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by CensorBear::StopWordsController#import as HTML User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 54.3ms | Allocations: 22488)  (14.3ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 136.6ms | Allocations: 57334) Completed 200 OK in 203ms (Views: 122.5ms | ActiveRecord: 42.6ms | Allocations: 71017) Started POST "/censor_bear/stop_words/import_confirm" for 127.0.0.1 at 2022-09-29 14:51:48 +0800 Processing by CensorBear::StopWordsController#import_confirm as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "file"=>#, @original_filename="stop-words 2.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"stop-words 2.txt\"\r\nContent-Type: text/plain\r\n">, "is_overwrite"=>"true", "commit"=>"Save "} User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (15.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "08xz"], ["LIMIT", 1]] CensorBear::StopWord Update (4.8ms) UPDATE "censor_bear_stop_words" SET "key" = $1, "ugc" = $2, "username" = $3, "signature" = $4, "dialog" = $5, "nickname" = $6, "replacement" = $7, "user_id" = $8, "created_at" = $9, "updated_at" = $10 WHERE "censor_bear_stop_words"."id" = $11 [["key", "08xz"], ["ugc", "review"], ["username", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["nickname", "ignore"], ["replacement", "**"], ["user_id", 1], ["created_at", "2022-09-29 06:51:48.430870"], ["updated_at", "2022-09-29 06:51:48.430872"], ["id", 2]] User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "08\xE5\xAE\xAA"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "08\xE5\xAE\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:48.498250"], ["updated_at", "2022-09-29 06:51:48.498251"]] TRANSACTION (2.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "0\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "0\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:48.553003"], ["updated_at", "2022-09-29 06:51:48.553006"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "16\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "16\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:48.582454"], ["updated_at", "2022-09-29 06:51:48.582455"]] TRANSACTION (4.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "17da"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "17da"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:48.609973"], ["updated_at", "2022-09-29 06:51:48.609974"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "18\xE5\xB2\x81\xE4\xBB\xA5\xE4\xB8\x8B\xE5\x8B\xBF\xE5\x85\xA5\xE7\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "18\xE5\xB2\x81\xE4\xBB\xA5\xE4\xB8\x8B\xE5\x8B\xBF\xE5\x85\xA5\xE7\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:48.638820"], ["updated_at", "2022-09-29 06:51:48.638820"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "18\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "18\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:48.664082"], ["updated_at", "2022-09-29 06:51:48.664082"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "198964"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "198964"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:48.691149"], ["updated_at", "2022-09-29 06:51:48.691150"]] TRANSACTION (5.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "1989\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "1989\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:48.721523"], ["updated_at", "2022-09-29 06:51:48.721524"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "1\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "1\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:48.744707"], ["updated_at", "2022-09-29 06:51:48.744708"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "20\xE5\x92\x8C\xE8\xB0\x90\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "20\xE5\x92\x8C\xE8\xB0\x90\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:48.775675"], ["updated_at", "2022-09-29 06:51:48.775676"]] TRANSACTION (5.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "21\xE4\xB8\x96\xE7\xBA\xAA\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9F\xBA\xE9\x87\x91\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "21\xE4\xB8\x96\xE7\xBA\xAA\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9F\xBA\xE9\x87\x91\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:48.847026"], ["updated_at", "2022-09-29 06:51:48.847027"]] TRANSACTION (6.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "28\xE5\x8F\xB7\xE7\xA6\x8F\xE5\xBB\xBA\xE4\xB8\xA5\xE6\x99\x93\xE7\x8E\xB23\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "28\xE5\x8F\xB7\xE7\xA6\x8F\xE5\xBB\xBA\xE4\xB8\xA5\xE6\x99\x93\xE7\x8E\xB23\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:48.931917"], ["updated_at", "2022-09-29 06:51:48.931918"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "2o\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "2o\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:48.961047"], ["updated_at", "2022-09-29 06:51:48.961048"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "2\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "2\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:48.986860"], ["updated_at", "2022-09-29 06:51:48.986860"]] TRANSACTION (5.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "322\xE6\x94\xBB\xE5\x8F\xB0\xE4\xBD\x9C\xE6\x88\x98\xE8\xAE\xA1\xE5\x88\x92"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "322\xE6\x94\xBB\xE5\x8F\xB0\xE4\xBD\x9C\xE6\x88\x98\xE8\xAE\xA1\xE5\x88\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.019788"], ["updated_at", "2022-09-29 06:51:49.019789"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "38\xE9\x9B\x86\xE5\x9B\xA2\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "38\xE9\x9B\x86\xE5\x9B\xA2\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.047160"], ["updated_at", "2022-09-29 06:51:49.047161"]] TRANSACTION (4.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "3D\xE8\xBD\xAE\xE7\x9B\x98"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "3D\xE8\xBD\xAE\xE7\x9B\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.074187"], ["updated_at", "2022-09-29 06:51:49.074188"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "3P"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "3P"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.095403"], ["updated_at", "2022-09-29 06:51:49.095404"]] TRANSACTION (5.5ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "3\xE7\xBA\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "3\xE7\xBA\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.139054"], ["updated_at", "2022-09-29 06:51:49.139055"]] TRANSACTION (12.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "3\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "3\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.194381"], ["updated_at", "2022-09-29 06:51:49.194382"]] TRANSACTION (5.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "4\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.273424"], ["updated_at", "2022-09-29 06:51:49.273425"]] TRANSACTION (5.9ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xE6\x9C\x88"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "4\xE6\x9C\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.322301"], ["updated_at", "2022-09-29 06:51:49.322302"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xE7\xBA\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "4\xE7\xBA\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.364158"], ["updated_at", "2022-09-29 06:51:49.364159"]] TRANSACTION (7.0ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xE9\xA3\x8E"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "4\xE9\xA3\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.420781"], ["updated_at", "2022-09-29 06:51:49.420783"]] TRANSACTION (9.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "4\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.474320"], ["updated_at", "2022-09-29 06:51:49.474321"]] TRANSACTION (6.2ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "52\xE5\xBC\x82\xE6\x80\xA7\xE7\xA4\xBE\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "52\xE5\xBC\x82\xE6\x80\xA7\xE7\xA4\xBE\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.526461"], ["updated_at", "2022-09-29 06:51:49.526463"]] TRANSACTION (4.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "5\xE6\x9C\x8835"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "5\xE6\x9C\x8835"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.577352"], ["updated_at", "2022-09-29 06:51:49.577357"]] TRANSACTION (6.1ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "5\xE6\xAF\x9B\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "5\xE6\xAF\x9B\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.642598"], ["updated_at", "2022-09-29 06:51:49.642601"]] TRANSACTION (9.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "5\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "5\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.699619"], ["updated_at", "2022-09-29 06:51:49.699620"]] TRANSACTION (6.6ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "6.4"], ["LIMIT", 1]] TRANSACTION (7.5ms) BEGIN User Load (18.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "6.4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.754228"], ["updated_at", "2022-09-29 06:51:49.754229"]] TRANSACTION (8.9ms) COMMIT User Load (9.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "628\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (8.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "628\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.835774"], ["updated_at", "2022-09-29 06:51:49.835776"]] TRANSACTION (6.4ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "64\xE5\xA4\xA7\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "64\xE5\xA4\xA7\xE5\xB1\xA0\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.890669"], ["updated_at", "2022-09-29 06:51:49.890670"]] TRANSACTION (5.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "64\xE6\x83\xA8\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "64\xE6\x83\xA8\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.931829"], ["updated_at", "2022-09-29 06:51:49.931830"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "64\xE6\x97\xB6\xE6\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "64\xE6\x97\xB6\xE6\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:49.974913"], ["updated_at", "2022-09-29 06:51:49.974914"]] TRANSACTION (4.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "64\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "64\xE8\xBF\x90\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.014313"], ["updated_at", "2022-09-29 06:51:50.014316"]] TRANSACTION (10.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "6\xE4\xBD\x8Dqq"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "6\xE4\xBD\x8Dqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.061835"], ["updated_at", "2022-09-29 06:51:50.061837"]] TRANSACTION (4.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "6\xE5\x90\x88\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "6\xE5\x90\x88\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.098205"], ["updated_at", "2022-09-29 06:51:50.098206"]] TRANSACTION (7.1ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "6\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "6\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.154776"], ["updated_at", "2022-09-29 06:51:50.154777"]] TRANSACTION (5.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "7.31"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "7.31"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.199830"], ["updated_at", "2022-09-29 06:51:50.199831"]] TRANSACTION (8.1ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "70\xE5\xA4\xA9\xE5\xA4\xA7\xE4\xBA\x8B\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "70\xE5\xA4\xA9\xE5\xA4\xA7\xE4\xBA\x8B\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.260499"], ["updated_at", "2022-09-29 06:51:50.260501"]] TRANSACTION (5.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "75\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "75\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.300171"], ["updated_at", "2022-09-29 06:51:50.300173"]] TRANSACTION (7.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "7\xE5\xA4\xA7\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "7\xE5\xA4\xA7\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.348377"], ["updated_at", "2022-09-29 06:51:50.348378"]] TRANSACTION (8.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "7\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "7\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.406983"], ["updated_at", "2022-09-29 06:51:50.406984"]] TRANSACTION (5.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "800\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "800\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.448538"], ["updated_at", "2022-09-29 06:51:50.448539"]] TRANSACTION (5.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "8341\xE9\x83\xA8\xE9\x98\x9F"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "8341\xE9\x83\xA8\xE9\x98\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.483018"], ["updated_at", "2022-09-29 06:51:50.483021"]] TRANSACTION (6.4ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "89-64cdjp"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "89-64cdjp"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.519990"], ["updated_at", "2022-09-29 06:51:50.519991"]] TRANSACTION (7.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "89\xE5\xAD\xA6\xE6\xBD\xAE\xE5\xA4\xA7\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "89\xE5\xAD\xA6\xE6\xBD\xAE\xE5\xA4\xA7\xE5\xB1\xA0\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.560933"], ["updated_at", "2022-09-29 06:51:50.560935"]] TRANSACTION (5.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "89\xE5\xAD\xA6\xE6\xBD\xAE\xE8\xA1\x80\xE8\x85\xA5\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "89\xE5\xAD\xA6\xE6\xBD\xAE\xE8\xA1\x80\xE8\x85\xA5\xE5\xB1\xA0\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.598762"], ["updated_at", "2022-09-29 06:51:50.598763"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "89\xE5\xB9\xB4\xE6\x98\xA5\xE5\xA4\x8F\xE4\xB9\x8B\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "89\xE5\xB9\xB4\xE6\x98\xA5\xE5\xA4\x8F\xE4\xB9\x8B\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.633122"], ["updated_at", "2022-09-29 06:51:50.633122"]] TRANSACTION (4.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "8\xE7\x9A\x84\xE5\xB9\xB3\xE6\x96\xB9\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "8\xE7\x9A\x84\xE5\xB9\xB3\xE6\x96\xB9\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.675061"], ["updated_at", "2022-09-29 06:51:50.675062"]] TRANSACTION (5.1ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "8\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "8\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.714854"], ["updated_at", "2022-09-29 06:51:50.714857"]] TRANSACTION (7.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "99bb"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (42.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "99bb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.761026"], ["updated_at", "2022-09-29 06:51:50.761028"]] TRANSACTION (7.7ms) COMMIT User Load (8.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9ping"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "9ping"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.861416"], ["updated_at", "2022-09-29 06:51:50.861417"]] TRANSACTION (7.0ms) COMMIT User Load (8.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "9\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.927982"], ["updated_at", "2022-09-29 06:51:50.927984"]] TRANSACTION (9.7ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9\xE8\xAF\x84"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "9\xE8\xAF\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:50.994123"], ["updated_at", "2022-09-29 06:51:50.994126"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9\xE9\xA3\x8E"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "9\xE9\xA3\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.027302"], ["updated_at", "2022-09-29 06:51:51.027302"]] TRANSACTION (5.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "9\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.067996"], ["updated_at", "2022-09-29 06:51:51.067997"]] TRANSACTION (6.1ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "______"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "______"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.106278"], ["updated_at", "2022-09-29 06:51:51.106279"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "a4u"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "a4u"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.131185"], ["updated_at", "2022-09-29 06:51:51.131186"]] TRANSACTION (6.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "a4y"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "a4y"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.166135"], ["updated_at", "2022-09-29 06:51:51.166135"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "abo"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "abo"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.197375"], ["updated_at", "2022-09-29 06:51:51.197376"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "adrenaline"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "adrenaline"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.225709"], ["updated_at", "2022-09-29 06:51:51.225709"]] TRANSACTION (3.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "adult"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "adult"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.254496"], ["updated_at", "2022-09-29 06:51:51.254500"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "amateur"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "amateur"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.294150"], ["updated_at", "2022-09-29 06:51:51.294151"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "anal"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "anal"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.324223"], ["updated_at", "2022-09-29 06:51:51.324223"]] TRANSACTION (4.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "androst"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "androst"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.360434"], ["updated_at", "2022-09-29 06:51:51.360435"]] TRANSACTION (5.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "app"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "app"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.396569"], ["updated_at", "2022-09-29 06:51:51.396570"]] TRANSACTION (4.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "AV"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "AV"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.429707"], ["updated_at", "2022-09-29 06:51:51.429707"]] TRANSACTION (6.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "AV\xE5\xA5\xB3\xE4\xBC\x98"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (24.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "AV\xE5\xA5\xB3\xE4\xBC\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.464912"], ["updated_at", "2022-09-29 06:51:51.464913"]] TRANSACTION (4.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "a\xE6\x89\x81"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "a\xE6\x89\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.517452"], ["updated_at", "2022-09-29 06:51:51.517453"]] TRANSACTION (4.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "A\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "A\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.547516"], ["updated_at", "2022-09-29 06:51:51.547517"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "A\xE7\x89\x87\xE5\x9F\xBA\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "A\xE7\x89\x87\xE5\x9F\xBA\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.586296"], ["updated_at", "2022-09-29 06:51:51.586297"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "A\xE7\x89\x87\xE6\x92\xAD\xE6\x94\xBE\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "A\xE7\x89\x87\xE6\x92\xAD\xE6\x94\xBE\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.616103"], ["updated_at", "2022-09-29 06:51:51.616104"]] TRANSACTION (6.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baixiong"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "baixiong"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.648381"], ["updated_at", "2022-09-29 06:51:51.648382"]] TRANSACTION (4.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baixiongyuedu"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "baixiongyuedu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.688309"], ["updated_at", "2022-09-29 06:51:51.688310"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baodong"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "baodong"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.716969"], ["updated_at", "2022-09-29 06:51:51.716970"]] TRANSACTION (6.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baoluan"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "baoluan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.746628"], ["updated_at", "2022-09-29 06:51:51.746629"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baozha"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "baozha"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.785166"], ["updated_at", "2022-09-29 06:51:51.785167"]] TRANSACTION (6.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bao\xE7\x82\xB8"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "bao\xE7\x82\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.820847"], ["updated_at", "2022-09-29 06:51:51.820848"]] TRANSACTION (6.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ba\xE8\xAF\xBE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ba\xE8\xAF\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.867670"], ["updated_at", "2022-09-29 06:51:51.867672"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bbc\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "bbc\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.907420"], ["updated_at", "2022-09-29 06:51:51.907421"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "BB\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "BB\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.934617"], ["updated_at", "2022-09-29 06:51:51.934618"]] TRANSACTION (4.3ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "BB\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "BB\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:51.971634"], ["updated_at", "2022-09-29 06:51:51.971636"]] TRANSACTION (4.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bdsm"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "bdsm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.006495"], ["updated_at", "2022-09-29 06:51:52.006496"]] TRANSACTION (5.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "benzodiazepines"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "benzodiazepines"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.039651"], ["updated_at", "2022-09-29 06:51:52.039652"]] TRANSACTION (5.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bian"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "bian"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.072995"], ["updated_at", "2022-09-29 06:51:52.072996"]] TRANSACTION (3.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bigcock"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "bigcock"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.104837"], ["updated_at", "2022-09-29 06:51:52.104837"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bjork"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "bjork"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.127001"], ["updated_at", "2022-09-29 06:51:52.127002"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bl"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "bl"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.153155"], ["updated_at", "2022-09-29 06:51:52.153156"]] TRANSACTION (5.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "boycott"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "boycott"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.187082"], ["updated_at", "2022-09-29 06:51:52.187083"]] TRANSACTION (3.2ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cannabis"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cannabis"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.209815"], ["updated_at", "2022-09-29 06:51:52.209815"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cao"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.227556"], ["updated_at", "2022-09-29 06:51:52.227556"]] TRANSACTION (4.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cao\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cao\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.257420"], ["updated_at", "2022-09-29 06:51:52.257421"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cdm"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cdm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.291669"], ["updated_at", "2022-09-29 06:51:52.291670"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chairmanmao"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "chairmanmao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.315025"], ["updated_at", "2022-09-29 06:51:52.315026"]] TRANSACTION (3.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chinesedemocracy"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "chinesedemocracy"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.338622"], ["updated_at", "2022-09-29 06:51:52.338624"]] TRANSACTION (5.8ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chinesenewsnet"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "chinesenewsnet"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.375929"], ["updated_at", "2022-09-29 06:51:52.375930"]] TRANSACTION (2.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chinlierl"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "chinlierl"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.400545"], ["updated_at", "2022-09-29 06:51:52.400546"]] TRANSACTION (2.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chinmz"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "chinmz"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.424948"], ["updated_at", "2022-09-29 06:51:52.424948"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cmfu"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cmfu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.452764"], ["updated_at", "2022-09-29 06:51:52.452765"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cnd"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cnd"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.486086"], ["updated_at", "2022-09-29 06:51:52.486087"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cocain"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cocain"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.508791"], ["updated_at", "2022-09-29 06:51:52.508792"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "communistparty"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "communistparty"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.527617"], ["updated_at", "2022-09-29 06:51:52.527617"]] TRANSACTION (4.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "creders"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "creders"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.556756"], ["updated_at", "2022-09-29 06:51:52.556757"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cx666958"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cx666958"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.588675"], ["updated_at", "2022-09-29 06:51:52.588676"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "czyqvq"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "czyqvq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.612353"], ["updated_at", "2022-09-29 06:51:52.612354"]] TRANSACTION (3.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dajiyuan"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dajiyuan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.638585"], ["updated_at", "2022-09-29 06:51:52.638586"]] TRANSACTION (6.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dalai"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dalai"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.677245"], ["updated_at", "2022-09-29 06:51:52.677246"]] TRANSACTION (6.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dan"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.713450"], ["updated_at", "2022-09-29 06:51:52.713452"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dang"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.741271"], ["updated_at", "2022-09-29 06:51:52.741273"]] TRANSACTION (7.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "da\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "da\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.783723"], ["updated_at", "2022-09-29 06:51:52.783724"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "da\xE9\x80\x89"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "da\xE9\x80\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.817713"], ["updated_at", "2022-09-29 06:51:52.817713"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "Deng Jiagui"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "Deng Jiagui"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.849497"], ["updated_at", "2022-09-29 06:51:52.849498"]] TRANSACTION (5.1ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dfdz"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dfdz"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.893763"], ["updated_at", "2022-09-29 06:51:52.893764"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "diacetylmorphine"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "diacetylmorphine"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.924845"], ["updated_at", "2022-09-29 06:51:52.924851"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "diamorphine"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "diamorphine"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.949446"], ["updated_at", "2022-09-29 06:51:52.949446"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dizhi"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dizhi"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:52.978661"], ["updated_at", "2022-09-29 06:51:52.978661"]] TRANSACTION (3.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "di\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "di\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.004836"], ["updated_at", "2022-09-29 06:51:53.004837"]] TRANSACTION (6.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "djiyun"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "djiyun"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.043256"], ["updated_at", "2022-09-29 06:51:53.043257"]] TRANSACTION (5.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dl\xE5\x96\x87\xE5\x98\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dl\xE5\x96\x87\xE5\x98\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.077775"], ["updated_at", "2022-09-29 06:51:53.077776"]] TRANSACTION (4.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dpp"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dpp"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.108472"], ["updated_at", "2022-09-29 06:51:53.108473"]] TRANSACTION (2.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dpp\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dpp\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.131931"], ["updated_at", "2022-09-29 06:51:53.131932"]] TRANSACTION (3.9ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dsb"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dsb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.159330"], ["updated_at", "2022-09-29 06:51:53.159331"]] TRANSACTION (6.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "duli"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "duli"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.198623"], ["updated_at", "2022-09-29 06:51:53.198624"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "Dx999xxx"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "Dx999xxx"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.226731"], ["updated_at", "2022-09-29 06:51:53.226732"]] TRANSACTION (2.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "editor"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "editor"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.253256"], ["updated_at", "2022-09-29 06:51:53.253257"]] TRANSACTION (5.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "erythropoietin"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "erythropoietin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.293473"], ["updated_at", "2022-09-29 06:51:53.293474"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fa lun"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "fa lun"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.325155"], ["updated_at", "2022-09-29 06:51:53.325156"]] TRANSACTION (2.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "falu"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "falu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.353651"], ["updated_at", "2022-09-29 06:51:53.353651"]] TRANSACTION (4.8ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "falun"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "falun"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.413681"], ["updated_at", "2022-09-29 06:51:53.413683"]] TRANSACTION (5.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "Falundafa"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "Falundafa"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.462918"], ["updated_at", "2022-09-29 06:51:53.462924"]] TRANSACTION (2.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "falungong"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "falungong"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.488620"], ["updated_at", "2022-09-29 06:51:53.488621"]] TRANSACTION (3.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fa\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "fa\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.512675"], ["updated_at", "2022-09-29 06:51:53.512675"]] TRANSACTION (3.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fenlie"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "fenlie"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.534309"], ["updated_at", "2022-09-29 06:51:53.534310"]] TRANSACTION (6.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "FFX\xE6\xB0\xA3\xE6\xA7\x8D\xE9\x8A\xB7\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "FFX\xE6\xB0\xA3\xE6\xA7\x8D\xE9\x8A\xB7\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.567619"], ["updated_at", "2022-09-29 06:51:53.567620"]] TRANSACTION (6.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "flg"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "flg"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.611303"], ["updated_at", "2022-09-29 06:51:53.611304"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "flu"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "flu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.639758"], ["updated_at", "2022-09-29 06:51:53.639759"]] TRANSACTION (5.4ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "flun"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "flun"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.674564"], ["updated_at", "2022-09-29 06:51:53.674565"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "flundf"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "flundf"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.708859"], ["updated_at", "2022-09-29 06:51:53.708859"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fl\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "fl\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.731756"], ["updated_at", "2022-09-29 06:51:53.731757"]] TRANSACTION (2.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "FL\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "FL\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.758788"], ["updated_at", "2022-09-29 06:51:53.758789"]] TRANSACTION (4.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freebl"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "freebl"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.792970"], ["updated_at", "2022-09-29 06:51:53.792970"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freebl1994"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "freebl1994"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.824567"], ["updated_at", "2022-09-29 06:51:53.824567"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freechin"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "freechin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.848563"], ["updated_at", "2022-09-29 06:51:53.848563"]] TRANSACTION (5.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freedom"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "freedom"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.890975"], ["updated_at", "2022-09-29 06:51:53.890976"]] TRANSACTION (6.1ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freenet"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "freenet"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.942312"], ["updated_at", "2022-09-29 06:51:53.942313"]] TRANSACTION (4.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freesex"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "freesex"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:53.984746"], ["updated_at", "2022-09-29 06:51:53.984747"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fuck"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "fuck"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:54.015292"], ["updated_at", "2022-09-29 06:51:54.015293"]] TRANSACTION (5.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "f\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "f\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:54.045839"], ["updated_at", "2022-09-29 06:51:54.045840"]] TRANSACTION (7.2ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gay\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gay\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:54.090727"], ["updated_at", "2022-09-29 06:51:54.090728"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "GCD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "GCD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:54.134167"], ["updated_at", "2022-09-29 06:51:54.134169"]] TRANSACTION (5.7ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gc\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gc\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:54.175949"], ["updated_at", "2022-09-29 06:51:54.175951"]] TRANSACTION (6.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gfw"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (18.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gfw"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:54.217489"], ["updated_at", "2022-09-29 06:51:54.217490"]] TRANSACTION (9.9ms) COMMIT User Load (21.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-29 14:51:54 +0800 Processing by CensorBear::StopWordsController#index as HTML CensorBear::StopWord Load (19.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gongchandang"], ["LIMIT", 1]] TRANSACTION (24.7ms) BEGIN User Load (7.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (21.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gongchandang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:54.304623"], ["updated_at", "2022-09-29 06:51:54.304624"]] TRANSACTION (14.1ms) COMMIT User Load (9.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (26.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gong\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gong\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:54.432856"], ["updated_at", "2022-09-29 06:51:54.432857"]] TRANSACTION (56.5ms) COMMIT User Load (19.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gong\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (15.4ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (56.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (27.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gong\xE5\x92\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:54.572513"], ["updated_at", "2022-09-29 06:51:54.572515"]] TRANSACTION (14.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (25.3ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gong\xE8\xB5\x84"], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application TRANSACTION (21.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gong\xE8\xB5\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:54.671885"], ["updated_at", "2022-09-29 06:51:54.671886"]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 31.9ms | Allocations: 19053) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.5ms | Allocations: 554) TRANSACTION (34.6ms) COMMIT Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.8ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.5ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 3.1ms | Allocations: 554) User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.9ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.4ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.8ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.3ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.9ms | Allocations: 554) CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gong\xE9\xBB\xA8"], ["LIMIT", 1]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.1ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.4ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.0ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.1ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.9ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.3ms | Allocations: 554) TRANSACTION (7.8ms) BEGIN Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.6ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.4ms | Allocations: 554) User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 130.0ms | Allocations: 51952) CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gong\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:54.781048"], ["updated_at", "2022-09-29 06:51:54.781050"]] TRANSACTION (8.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "googleblogger"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN  (25.7ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 179.2ms | Allocations: 63721) User Load (8.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 200 OK in 544ms (Views: 150.2ms | ActiveRecord: 275.5ms | Allocations: 87844) CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "googleblogger"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:54.837791"], ["updated_at", "2022-09-29 06:51:54.837792"]] TRANSACTION (7.9ms) COMMIT User Load (10.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gv"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (41.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gv"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:54.906211"], ["updated_at", "2022-09-29 06:51:54.906212"]] TRANSACTION (13.1ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "g\xE4\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:54.999629"], ["updated_at", "2022-09-29 06:51:54.999630"]] TRANSACTION (10.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE5\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "g\xE5\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:55.254142"], ["updated_at", "2022-09-29 06:51:55.254144"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "g\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:55.294310"], ["updated_at", "2022-09-29 06:51:55.294311"]] TRANSACTION (6.2ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "G\xE7\x82\xB9\xE9\xAB\x98\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "G\xE7\x82\xB9\xE9\xAB\x98\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:55.351368"], ["updated_at", "2022-09-29 06:51:55.351369"]] TRANSACTION (5.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "g\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:55.393054"], ["updated_at", "2022-09-29 06:51:55.393055"]] TRANSACTION (6.4ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE7\x94\xA2"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "g\xE7\x94\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:55.436287"], ["updated_at", "2022-09-29 06:51:55.436288"]] TRANSACTION (5.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "H"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "H"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:55.483350"], ["updated_at", "2022-09-29 06:51:55.483352"]] TRANSACTION (8.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "h1n1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "h1n1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:55.520839"], ["updated_at", "2022-09-29 06:51:55.520841"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hardcore"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hardcore"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:55.549878"], ["updated_at", "2022-09-29 06:51:55.549879"]] TRANSACTION (5.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "heroin"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "heroin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:55.587289"], ["updated_at", "2022-09-29 06:51:55.587290"]] TRANSACTION (7.2ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hh\xE8\x82\x89\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hh\xE8\x82\x89\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:55.662847"], ["updated_at", "2022-09-29 06:51:55.662848"]] TRANSACTION (9.5ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hjt"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hjt"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:55.716069"], ["updated_at", "2022-09-29 06:51:55.716070"]] TRANSACTION (28.1ms) COMMIT User Load (16.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (20.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hmtd"], ["LIMIT", 1]] TRANSACTION (18.7ms) BEGIN User Load (17.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (23.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hmtd"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:55.799470"], ["updated_at", "2022-09-29 06:51:55.799471"]] TRANSACTION (6.6ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hongzhi"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hongzhi"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:55.920633"], ["updated_at", "2022-09-29 06:51:55.920634"]] TRANSACTION (6.8ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hrichin"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hrichin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:55.982992"], ["updated_at", "2022-09-29 06:51:55.982993"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "http:"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "http:"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.021388"], ["updated_at", "2022-09-29 06:51:56.021389"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "https:"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "https:"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.057349"], ["updated_at", "2022-09-29 06:51:56.057350"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hujintao"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hujintao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.101100"], ["updated_at", "2022-09-29 06:51:56.101101"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hunet"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hunet"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.133633"], ["updated_at", "2022-09-29 06:51:56.133635"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "h\xE5\x8A\xA8\xE6\xBC\xAB"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "h\xE5\x8A\xA8\xE6\xBC\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.160704"], ["updated_at", "2022-09-29 06:51:56.160705"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "h\xE5\x8A\xA8\xE7\x94\xBB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "h\xE5\x8A\xA8\xE7\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.191613"], ["updated_at", "2022-09-29 06:51:56.191614"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "h\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "h\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.223197"], ["updated_at", "2022-09-29 06:51:56.223198"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "H\xE6\xBC\xAB\xE7\x94\xBB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "H\xE6\xBC\xAB\xE7\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.255898"], ["updated_at", "2022-09-29 06:51:56.255899"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ignews"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ignews"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.289815"], ["updated_at", "2022-09-29 06:51:56.289817"]] TRANSACTION (5.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "incest"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "incest"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.328109"], ["updated_at", "2022-09-29 06:51:56.328110"]] TRANSACTION (6.1ms) COMMIT User Load (9.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "in\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (8.6ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "in\xE8\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.378910"], ["updated_at", "2022-09-29 06:51:56.378912"]] TRANSACTION (11.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "itch"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "itch"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.456668"], ["updated_at", "2022-09-29 06:51:56.456669"]] TRANSACTION (9.8ms) COMMIT User Load (11.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ivvggg"], ["LIMIT", 1]] TRANSACTION (6.3ms) BEGIN User Load (7.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ivvggg"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.524604"], ["updated_at", "2022-09-29 06:51:56.524605"]] TRANSACTION (8.7ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "JABI"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "JABI"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.585273"], ["updated_at", "2022-09-29 06:51:56.585274"]] TRANSACTION (5.4ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jieyan"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jieyan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.638250"], ["updated_at", "2022-09-29 06:51:56.638252"]] TRANSACTION (7.4ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jie\xE4\xB8\xA5"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jie\xE4\xB8\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.695063"], ["updated_at", "2022-09-29 06:51:56.695064"]] TRANSACTION (11.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jingdongriji"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (7.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jingdongriji"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.745622"], ["updated_at", "2022-09-29 06:51:56.745624"]] TRANSACTION (7.4ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jing\xE5\x9D\x90"], ["LIMIT", 1]] TRANSACTION (8.4ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jing\xE5\x9D\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.813866"], ["updated_at", "2022-09-29 06:51:56.813870"]] TRANSACTION (9.4ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jinping"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jinping"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.874453"], ["updated_at", "2022-09-29 06:51:56.874455"]] TRANSACTION (6.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jiuping"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jiuping"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.921641"], ["updated_at", "2022-09-29 06:51:56.921641"]] TRANSACTION (10.1ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "JJ"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (7.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "JJ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:56.985630"], ["updated_at", "2022-09-29 06:51:56.985631"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jq\xE7\x9A\x84\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jq\xE7\x9A\x84\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.038639"], ["updated_at", "2022-09-29 06:51:57.038640"]] TRANSACTION (7.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jzm"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jzm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.090482"], ["updated_at", "2022-09-29 06:51:57.090486"]] TRANSACTION (7.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "KC\xE5\x98\x89\xE5\xB9\xB4\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "KC\xE5\x98\x89\xE5\xB9\xB4\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.139268"], ["updated_at", "2022-09-29 06:51:57.139269"]] TRANSACTION (9.4ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "KC\xE6\x8F\x90\xE7\xA4\xBA"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "KC\xE6\x8F\x90\xE7\xA4\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.190881"], ["updated_at", "2022-09-29 06:51:57.190882"]] TRANSACTION (5.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "KC\xE7\x9F\xAD\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "KC\xE7\x9F\xAD\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.236818"], ["updated_at", "2022-09-29 06:51:57.236819"]] TRANSACTION (9.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "KC\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "KC\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.287832"], ["updated_at", "2022-09-29 06:51:57.287833"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ketamine"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ketamine"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.333289"], ["updated_at", "2022-09-29 06:51:57.333290"]] TRANSACTION (6.5ms) COMMIT User Load (8.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "kwkw9955"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (7.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "kwkw9955"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.381583"], ["updated_at", "2022-09-29 06:51:57.381585"]] TRANSACTION (7.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "k\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "k\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.441482"], ["updated_at", "2022-09-29 06:51:57.441486"]] TRANSACTION (7.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89qq"], ["LIMIT", 1]] TRANSACTION (9.2ms) BEGIN User Load (9.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.487223"], ["updated_at", "2022-09-29 06:51:57.487224"]] TRANSACTION (8.6ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (24.3ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.553941"], ["updated_at", "2022-09-29 06:51:57.553943"]] TRANSACTION (31.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (13.7ms) BEGIN User Load (12.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (13.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.660161"], ["updated_at", "2022-09-29 06:51:57.660166"]] TRANSACTION (39.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.769193"], ["updated_at", "2022-09-29 06:51:57.769195"]] TRANSACTION (4.2ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.817859"], ["updated_at", "2022-09-29 06:51:57.817860"]] TRANSACTION (5.0ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.859320"], ["updated_at", "2022-09-29 06:51:57.859322"]] TRANSACTION (5.8ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.899229"], ["updated_at", "2022-09-29 06:51:57.899231"]] TRANSACTION (5.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE8\xA3\xBD\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE8\xA3\xBD\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.941740"], ["updated_at", "2022-09-29 06:51:57.941741"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:57.968091"], ["updated_at", "2022-09-29 06:51:57.968092"]] TRANSACTION (5.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.003753"], ["updated_at", "2022-09-29 06:51:58.003754"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "lasa"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "lasa"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.031304"], ["updated_at", "2022-09-29 06:51:58.031305"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "la\xE8\x90\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "la\xE8\x90\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.052155"], ["updated_at", "2022-09-29 06:51:58.052156"]] TRANSACTION (11.0ms) COMMIT User Load (16.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "lihongzhi"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "lihongzhi"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.101332"], ["updated_at", "2022-09-29 06:51:58.101334"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "mayingjiu"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "mayingjiu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.132821"], ["updated_at", "2022-09-29 06:51:58.132822"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "MD"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "MD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.159183"], ["updated_at", "2022-09-29 06:51:58.159184"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "mdma"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "mdma"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.193742"], ["updated_at", "2022-09-29 06:51:58.193744"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "minghui"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "minghui"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.225489"], ["updated_at", "2022-09-29 06:51:58.225490"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "minghuinews"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "minghuinews"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.257330"], ["updated_at", "2022-09-29 06:51:58.257331"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "min\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "min\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.295789"], ["updated_at", "2022-09-29 06:51:58.295790"]] TRANSACTION (5.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "mking"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "mking"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.332774"], ["updated_at", "2022-09-29 06:51:58.332775"]] TRANSACTION (4.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "MM\xE9\xA6\x99\xE5\x94\x87\xE7\x8E\x89\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "MM\xE9\xA6\x99\xE5\x94\x87\xE7\x8E\x89\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.358328"], ["updated_at", "2022-09-29 06:51:58.358331"]] TRANSACTION (8.0ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "morphine"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "morphine"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.399647"], ["updated_at", "2022-09-29 06:51:58.399648"]] TRANSACTION (4.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "M\xE5\x86\x9B\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "M\xE5\x86\x9B\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.439821"], ["updated_at", "2022-09-29 06:51:58.439822"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "nai"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "nai"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.465201"], ["updated_at", "2022-09-29 06:51:58.465202"]] TRANSACTION (6.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "narcotic"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "narcotic"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.499901"], ["updated_at", "2022-09-29 06:51:58.499902"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "nive"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "nive"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.531559"], ["updated_at", "2022-09-29 06:51:58.531560"]] TRANSACTION (2.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "nmb"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "nmb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.557682"], ["updated_at", "2022-09-29 06:51:58.557683"]] TRANSACTION (7.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "nmis"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "nmis"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.601382"], ["updated_at", "2022-09-29 06:51:58.601383"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "np"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "np"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.636238"], ["updated_at", "2022-09-29 06:51:58.636239"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "OOXX"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "OOXX"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.662129"], ["updated_at", "2022-09-29 06:51:58.662129"]] TRANSACTION (4.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "oxun"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "oxun"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.691985"], ["updated_at", "2022-09-29 06:51:58.691986"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "oyxl439"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "oyxl439"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.719451"], ["updated_at", "2022-09-29 06:51:58.719451"]] TRANSACTION (4.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "pecehll"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "pecehll"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.743764"], ["updated_at", "2022-09-29 06:51:58.743765"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "Peng Liyuan"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "Peng Liyuan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.769019"], ["updated_at", "2022-09-29 06:51:58.769020"]] TRANSACTION (7.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "plyoy"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "plyoy"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.812623"], ["updated_at", "2022-09-29 06:51:58.812624"]] TRANSACTION (6.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "porn"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "porn"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.845795"], ["updated_at", "2022-09-29 06:51:58.845795"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "PP"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "PP"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.867240"], ["updated_at", "2022-09-29 06:51:58.867241"]] TRANSACTION (8.5ms) COMMIT User Load (9.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "pper64"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "pper64"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.914286"], ["updated_at", "2022-09-29 06:51:58.914288"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "PS"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "PS"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.949790"], ["updated_at", "2022-09-29 06:51:58.949791"]] TRANSACTION (8.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "PS\xEF\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "PS\xEF\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:58.986854"], ["updated_at", "2022-09-29 06:51:58.986855"]] TRANSACTION (5.7ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "px\xE9\xA1\xB9\xE7\x9B\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "px\xE9\xA1\xB9\xE7\x9B\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.030782"], ["updated_at", "2022-09-29 06:51:59.030786"]] TRANSACTION (5.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qiangbao"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qiangbao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.066718"], ["updated_at", "2022-09-29 06:51:59.066718"]] TRANSACTION (11.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qianyue"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qianyue"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.111164"], ["updated_at", "2022-09-29 06:51:59.111165"]] TRANSACTION (5.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qidian"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qidian"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.149979"], ["updated_at", "2022-09-29 06:51:59.149980"]] TRANSACTION (5.1ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qing"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qing"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.200508"], ["updated_at", "2022-09-29 06:51:59.200510"]] TRANSACTION (16.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qingzhen"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qingzhen"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.253985"], ["updated_at", "2022-09-29 06:51:59.253986"]] TRANSACTION (4.9ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq \xE4\xBE\x9B\xE5\xBA\x94\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq \xE4\xBE\x9B\xE5\xBA\x94\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.301172"], ["updated_at", "2022-09-29 06:51:59.301173"]] TRANSACTION (5.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE4\xB9\xA6\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "QQ\xE4\xB9\xA6\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.336282"], ["updated_at", "2022-09-29 06:51:59.336283"]] TRANSACTION (7.7ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE4\xB9\xB0\xE9\x94\x80\xE5\x94\xAE\xE8\x99\x8E\xE5\xA4\xB4\xE7\x8C\x8E\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE4\xB9\xB0\xE9\x94\x80\xE5\x94\xAE\xE8\x99\x8E\xE5\xA4\xB4\xE7\x8C\x8E\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.375326"], ["updated_at", "2022-09-29 06:51:59.375327"]] TRANSACTION (6.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE4\xBE\x9B\xE5\xBA\x94K\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE4\xBE\x9B\xE5\xBA\x94K\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.420365"], ["updated_at", "2022-09-29 06:51:59.420366"]] TRANSACTION (5.1ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE4\xBE\x9B\xE5\xBA\x94\xE5\x86\xB0\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE4\xBE\x9B\xE5\xBA\x94\xE5\x86\xB0\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.464643"], ["updated_at", "2022-09-29 06:51:59.464645"]] TRANSACTION (8.3ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x81\x87\xE5\xAD\xA6\xE4\xBD\x8D\xE8\xAF\x81\xE4\xB9\xA6\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (7.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x81\x87\xE5\xAD\xA6\xE4\xBD\x8D\xE8\xAF\x81\xE4\xB9\xA6\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.513414"], ["updated_at", "2022-09-29 06:51:59.513416"]] TRANSACTION (4.9ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "QQ\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.563437"], ["updated_at", "2022-09-29 06:51:59.563440"]] TRANSACTION (10.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x81\x87\xE9\x92\x9E\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "QQ\xE5\x81\x87\xE9\x92\x9E\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.621058"], ["updated_at", "2022-09-29 06:51:59.621059"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "QQ\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.663421"], ["updated_at", "2022-09-29 06:51:59.663422"]] TRANSACTION (9.9ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x88\xB6\xE4\xBD\x9CK\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x88\xB6\xE4\xBD\x9CK\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.708553"], ["updated_at", "2022-09-29 06:51:59.708554"]] TRANSACTION (4.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x88\xB6\xE4\xBD\x9C\xE5\x86\xB0\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x88\xB6\xE4\xBD\x9C\xE5\x86\xB0\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.747792"], ["updated_at", "2022-09-29 06:51:59.747793"]] TRANSACTION (6.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x8A\xA8\xE6\xBC\xAB"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "QQ\xE5\x8A\xA8\xE6\xBC\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.786794"], ["updated_at", "2022-09-29 06:51:59.786795"]] TRANSACTION (11.3ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x8D\x9645MM\xE7\x8B\x97\xE7\xB2\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "QQ\xE5\x8D\x9645MM\xE7\x8B\x97\xE7\xB2\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.847328"], ["updated_at", "2022-09-29 06:51:59.847328"]] TRANSACTION (8.0ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x9654\xE5\xBC\x8F64\xE5\xBC\x8F"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x9654\xE5\xBC\x8F64\xE5\xBC\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.891903"], ["updated_at", "2022-09-29 06:51:59.891904"]] TRANSACTION (10.8ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96CFX\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96CFX\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.943102"], ["updated_at", "2022-09-29 06:51:59.943103"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAA\xE6\xA8\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAA\xE6\xA8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:51:59.971556"], ["updated_at", "2022-09-29 06:51:59.971559"]] TRANSACTION (5.1ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE5\x81\xA5\xE5\x8D\xAB\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE5\x81\xA5\xE5\x8D\xAB\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.010213"], ["updated_at", "2022-09-29 06:52:00.010214"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.036950"], ["updated_at", "2022-09-29 06:52:00.036951"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE5\xB7\xA6\xE8\xBD\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE5\xB7\xA6\xE8\xBD\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.059097"], ["updated_at", "2022-09-29 06:52:00.059098"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.086603"], ["updated_at", "2022-09-29 06:52:00.086604"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE7\x8C\x8E\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE7\x8C\x8E\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.120520"], ["updated_at", "2022-09-29 06:52:00.120520"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE7\x93\xA6\xE6\x96\xAF\xE6\x89\x8B\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE7\x93\xA6\xE6\x96\xAF\xE6\x89\x8B\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.146122"], ["updated_at", "2022-09-29 06:52:00.146123"]] TRANSACTION (7.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE7\xA7\x83\xE9\xB9\xB0\xE6\xB1\xBD\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (12.6ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE7\xA7\x83\xE9\xB9\xB0\xE6\xB1\xBD\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.185442"], ["updated_at", "2022-09-29 06:52:00.185444"]] TRANSACTION (6.1ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE8\x99\x8E\xE5\xA4\xB4\xE5\x8F\x8C\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE8\x99\x8E\xE5\xA4\xB4\xE5\x8F\x8C\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.241890"], ["updated_at", "2022-09-29 06:52:00.241891"]] TRANSACTION (5.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE8\xBF\x9B\xE5\x8F\xA3\xE6\xB1\xBD\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE8\xBF\x9B\xE5\x8F\xA3\xE6\xB1\xBD\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.281115"], ["updated_at", "2022-09-29 06:52:00.281116"]] TRANSACTION (6.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE9\x87\x91\xE9\x92\x9F\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE9\x87\x91\xE9\x92\x9F\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.324938"], ["updated_at", "2022-09-29 06:52:00.324940"]] TRANSACTION (6.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE9\x93\x85\xE5\xBC\xB9\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE9\x93\x85\xE5\xBC\xB9\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.372787"], ["updated_at", "2022-09-29 06:52:00.372788"]] TRANSACTION (11.0ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE9\x98\xB2\xE8\xBA\xAB\xE6\xAD\xA6\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE9\x98\xB2\xE8\xBA\xAB\xE6\xAD\xA6\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.424641"], ["updated_at", "2022-09-29 06:52:00.424642"]] TRANSACTION (7.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.472034"], ["updated_at", "2022-09-29 06:52:00.472035"]] TRANSACTION (6.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.522941"], ["updated_at", "2022-09-29 06:52:00.522945"]] TRANSACTION (7.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE8\xAE\xA2\xE8\xB4\xAD\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE8\xAE\xA2\xE8\xB4\xAD\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.571044"], ["updated_at", "2022-09-29 06:52:00.571046"]] TRANSACTION (7.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE9\x94\x80\xE5\x94\xAEK\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE9\x94\x80\xE5\x94\xAEK\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.617204"], ["updated_at", "2022-09-29 06:52:00.617205"]] TRANSACTION (7.9ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE9\x98\x85\xE8\xAF\xBB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "QQ\xE9\x98\x85\xE8\xAF\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.670884"], ["updated_at", "2022-09-29 06:52:00.670885"]] TRANSACTION (6.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "quan qin"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "quan qin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.729431"], ["updated_at", "2022-09-29 06:52:00.729434"]] TRANSACTION (5.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qvod"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qvod"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.778832"], ["updated_at", "2022-09-29 06:52:00.778833"]] TRANSACTION (5.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qvod\xE6\x88\x90\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qvod\xE6\x88\x90\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.819949"], ["updated_at", "2022-09-29 06:52:00.819950"]] TRANSACTION (4.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "q\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "q\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.867267"], ["updated_at", "2022-09-29 06:52:00.867269"]] TRANSACTION (4.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "r18"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "r18"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.902556"], ["updated_at", "2022-09-29 06:52:00.902557"]] TRANSACTION (5.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "renmingo"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "renmingo"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.951938"], ["updated_at", "2022-09-29 06:52:00.951940"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "renmino"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "renmino"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:00.981568"], ["updated_at", "2022-09-29 06:52:00.981568"]] TRANSACTION (6.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "renquan"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "renquan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.012935"], ["updated_at", "2022-09-29 06:52:01.012936"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ri\xE7\xBB\x93"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ri\xE7\xBB\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.041873"], ["updated_at", "2022-09-29 06:52:01.041873"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "rou\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "rou\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.065213"], ["updated_at", "2022-09-29 06:52:01.065213"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sb"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "sb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.090996"], ["updated_at", "2022-09-29 06:52:01.090998"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "secom"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "secom"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.188526"], ["updated_at", "2022-09-29 06:52:01.188527"]] TRANSACTION (3.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sex"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "sex"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.244127"], ["updated_at", "2022-09-29 06:52:01.244127"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sexinsex"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "sexinsex"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.267996"], ["updated_at", "2022-09-29 06:52:01.267996"]] TRANSACTION (3.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sfewe"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "sfewe"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.297169"], ["updated_at", "2022-09-29 06:52:01.297170"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shangfang"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "shangfang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.335095"], ["updated_at", "2022-09-29 06:52:01.335096"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shit"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "shit"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.361424"], ["updated_at", "2022-09-29 06:52:01.361425"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shu"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "shu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.381957"], ["updated_at", "2022-09-29 06:52:01.381957"]] TRANSACTION (4.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shua"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "shua"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.411357"], ["updated_at", "2022-09-29 06:52:01.411358"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shubl"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "shubl"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.442829"], ["updated_at", "2022-09-29 06:52:01.442830"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "simple"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "simple"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.464295"], ["updated_at", "2022-09-29 06:52:01.464295"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "SIM\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "SIM\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.488732"], ["updated_at", "2022-09-29 06:52:01.488732"]] TRANSACTION (5.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "SM"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "SM"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.522677"], ["updated_at", "2022-09-29 06:52:01.522678"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sm\xE5\xA5\xB3\xE7\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "sm\xE5\xA5\xB3\xE7\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.548927"], ["updated_at", "2022-09-29 06:52:01.548928"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "SM\xE7\x94\xA8\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "SM\xE7\x94\xA8\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.586824"], ["updated_at", "2022-09-29 06:52:01.586825"]] TRANSACTION (5.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sp"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "sp"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.623428"], ["updated_at", "2022-09-29 06:52:01.623429"]] TRANSACTION (4.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "spyflexispy\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "spyflexispy\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.655810"], ["updated_at", "2022-09-29 06:52:01.655811"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "spyflexispy\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "spyflexispy\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.679942"], ["updated_at", "2022-09-29 06:52:01.679944"]] TRANSACTION (8.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "strychnine"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "strychnine"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.719039"], ["updated_at", "2022-09-29 06:52:01.719040"]] TRANSACTION (4.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "suicide"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "suicide"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.754336"], ["updated_at", "2022-09-29 06:52:01.754336"]] TRANSACTION (4.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "svdc"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "svdc"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.782124"], ["updated_at", "2022-09-29 06:52:01.782124"]] TRANSACTION (6.5ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "taidu"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "taidu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.819645"], ["updated_at", "2022-09-29 06:52:01.819646"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "taiwan"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "taiwan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.855260"], ["updated_at", "2022-09-29 06:52:01.855261"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tamoxifen"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tamoxifen"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.882541"], ["updated_at", "2022-09-29 06:52:01.882542"]] TRANSACTION (4.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "taobao"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "taobao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.917271"], ["updated_at", "2022-09-29 06:52:01.917272"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tao\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tao\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.958081"], ["updated_at", "2022-09-29 06:52:01.958082"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tao\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tao\xE5\xAF\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:01.987903"], ["updated_at", "2022-09-29 06:52:01.987904"]] TRANSACTION (4.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tao\xE6\xB7\x98bao\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tao\xE6\xB7\x98bao\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.025238"], ["updated_at", "2022-09-29 06:52:02.025239"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "testosterone"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "testosterone"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.053445"], ["updated_at", "2022-09-29 06:52:02.053447"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tibet"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tibet"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.079359"], ["updated_at", "2022-09-29 06:52:02.079359"]] TRANSACTION (4.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tietlk"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tietlk"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.107807"], ["updated_at", "2022-09-29 06:52:02.107807"]] TRANSACTION (3.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tip"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tip"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.141812"], ["updated_at", "2022-09-29 06:52:02.141813"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "titor"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "titor"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.174580"], ["updated_at", "2022-09-29 06:52:02.174580"]] TRANSACTION (7.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tmd"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tmd"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.203578"], ["updated_at", "2022-09-29 06:52:02.203579"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt \xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tnt \xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.244973"], ["updated_at", "2022-09-29 06:52:02.244973"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT \xE7\x82\xB8\xE5\xBC\xB9\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (6.3ms) BEGIN Started GET "/censor_bear/stop_words?page=8" for 127.0.0.1 at 2022-09-29 14:52:02 +0800 User Load (9.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "TNT \xE7\x82\xB8\xE5\xBC\xB9\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.272203"], ["updated_at", "2022-09-29 06:52:02.272204"]] TRANSACTION (6.3ms) COMMIT Processing by CensorBear::StopWordsController#index as HTML Parameters: {"page"=>"8"} User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN  (6.4ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tnt\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.326239"], ["updated_at", "2022-09-29 06:52:02.326240"]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 140]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.1ms | Allocations: 570) TRANSACTION (10.3ms) COMMIT Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 2.1ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.3ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.8ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.8ms | Allocations: 554) User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.8ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 2.6ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.3ms | Allocations: 554) CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE5\x93\xAA\xE9\x87\x8C\xE4\xB9\xB0"], ["LIMIT", 1]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.9ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.5ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.7ms | Allocations: 554) TRANSACTION (4.3ms) BEGIN Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 2.1ms | Allocations: 569) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.6ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.8ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.8ms | Allocations: 554) User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.4ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 3.8ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.7ms | Allocations: 554) CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tnt\xE5\x93\xAA\xE9\x87\x8C\xE4\xB9\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.379675"], ["updated_at", "2022-09-29 06:52:02.379676"]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.4ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 74.3ms | Allocations: 21291) TRANSACTION (6.0ms) COMMIT User Load (9.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (9.2ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 113.2ms | Allocations: 31331) CensorBear::StopWord Load (9.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] Completed 200 OK in 138ms (Views: 99.9ms | ActiveRecord: 25.5ms | Allocations: 36770) TRANSACTION (3.0ms) BEGIN User Load (8.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "TNT\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.449279"], ["updated_at", "2022-09-29 06:52:02.449280"]] TRANSACTION (9.4ms) COMMIT User Load (10.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "TNT\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.512416"], ["updated_at", "2022-09-29 06:52:02.512417"]] TRANSACTION (6.4ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "TNT\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.559531"], ["updated_at", "2022-09-29 06:52:02.559532"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE7\x82\xB8\xE8\x8D\xAF\xE6\x88\x90\xE5\x88\x86"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tnt\xE7\x82\xB8\xE8\x8D\xAF\xE6\x88\x90\xE5\x88\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.594026"], ["updated_at", "2022-09-29 06:52:02.594028"]] TRANSACTION (7.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tnt\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.635011"], ["updated_at", "2022-09-29 06:52:02.635012"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tnt\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.681003"], ["updated_at", "2022-09-29 06:52:02.681003"]] TRANSACTION (5.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "TNT\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.719116"], ["updated_at", "2022-09-29 06:52:02.719118"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tokyohot"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tokyohot"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.829481"], ["updated_at", "2022-09-29 06:52:02.829482"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tringle"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tringle"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.919538"], ["updated_at", "2022-09-29 06:52:02.919539"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tringleoy"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tringleoy"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.950012"], ["updated_at", "2022-09-29 06:52:02.950013"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tuidang"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tuidang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:02.981446"], ["updated_at", "2022-09-29 06:52:02.981447"]] TRANSACTION (3.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "twdl"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "twdl"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.007435"], ["updated_at", "2022-09-29 06:52:03.007436"]] TRANSACTION (4.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "txt\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "txt\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.040148"], ["updated_at", "2022-09-29 06:52:03.040149"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "t\xE7\x89\x8C\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "t\xE7\x89\x8C\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.065111"], ["updated_at", "2022-09-29 06:52:03.065111"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "UltrSurf"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "UltrSurf"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.086752"], ["updated_at", "2022-09-29 06:52:03.086753"]] TRANSACTION (6.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "unixox"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "unixox"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.117939"], ["updated_at", "2022-09-29 06:52:03.117940"]] TRANSACTION (5.8ms) COMMIT User Load (10.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "UP8\xE6\x96\xB0\xE5\x8A\xBF\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (25.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "UP8\xE6\x96\xB0\xE5\x8A\xBF\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.163612"], ["updated_at", "2022-09-29 06:52:03.163612"]] TRANSACTION (22.9ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "UP\xE6\x96\xB0\xE5\x8A\xBF\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (8.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "UP\xE6\x96\xB0\xE5\x8A\xBF\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.244888"], ["updated_at", "2022-09-29 06:52:03.244890"]] TRANSACTION (7.2ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ustiet"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ustiet"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.313902"], ["updated_at", "2022-09-29 06:52:03.313903"]] TRANSACTION (7.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "vochinese"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "vochinese"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.357084"], ["updated_at", "2022-09-29 06:52:03.357088"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wang"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "wang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.394655"], ["updated_at", "2022-09-29 06:52:03.394656"]] TRANSACTION (8.0ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "WAR197"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "WAR197"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.449162"], ["updated_at", "2022-09-29 06:52:03.449164"]] TRANSACTION (5.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wengan"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "wengan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.488857"], ["updated_at", "2022-09-29 06:52:03.488858"]] TRANSACTION (12.4ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "weng\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "weng\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.546907"], ["updated_at", "2022-09-29 06:52:03.546909"]] TRANSACTION (7.1ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "WG 702\xE5\xB7\xA6\xE8\xBD\xAE\xE9\x92\xA2\xE7\x8F\xA0\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "WG 702\xE5\xB7\xA6\xE8\xBD\xAE\xE9\x92\xA2\xE7\x8F\xA0\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.596365"], ["updated_at", "2022-09-29 06:52:03.596366"]] TRANSACTION (6.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wikipedia"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "wikipedia"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.662820"], ["updated_at", "2022-09-29 06:52:03.662822"]] TRANSACTION (9.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wngce"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "wngce"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.724302"], ["updated_at", "2022-09-29 06:52:03.724304"]] TRANSACTION (21.3ms) COMMIT User Load (10.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wstiji"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "wstiji"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.802581"], ["updated_at", "2022-09-29 06:52:03.802583"]] TRANSACTION (7.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "XIAAV\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (10.4ms) BEGIN User Load (7.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "XIAAV\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.858629"], ["updated_at", "2022-09-29 06:52:03.858632"]] TRANSACTION (9.6ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xiao77"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xiao77"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.929074"], ["updated_at", "2022-09-29 06:52:03.929076"]] TRANSACTION (5.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xiao\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xiao\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:03.981444"], ["updated_at", "2022-09-29 06:52:03.981446"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xiao\xE8\xAF\xB4\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xiao\xE8\xAF\xB4\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.018414"], ["updated_at", "2022-09-29 06:52:04.018415"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xidada"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xidada"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.051148"], ["updated_at", "2022-09-29 06:52:04.051149"]] TRANSACTION (3.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xijinping"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xijinping"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.092533"], ["updated_at", "2022-09-29 06:52:04.092534"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xing"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xing"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.129742"], ["updated_at", "2022-09-29 06:52:04.129744"]] TRANSACTION (6.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xing\xE4\xBC\xB4\xE4\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xing\xE4\xBC\xB4\xE4\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.167516"], ["updated_at", "2022-09-29 06:52:04.167517"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xing\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xing\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.197163"], ["updated_at", "2022-09-29 06:52:04.197164"]] TRANSACTION (4.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xinsheng"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xinsheng"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.228396"], ["updated_at", "2022-09-29 06:52:04.228397"]] TRANSACTION (5.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xizang"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xizang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.266128"], ["updated_at", "2022-09-29 06:52:04.266129"]] TRANSACTION (4.3ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xi\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xi\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.299877"], ["updated_at", "2022-09-29 06:52:04.299879"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xjp"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xjp"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.325504"], ["updated_at", "2022-09-29 06:52:04.325505"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xuechao"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xuechao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.354800"], ["updated_at", "2022-09-29 06:52:04.354801"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "XXOO"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "XXOO"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.385235"], ["updated_at", "2022-09-29 06:52:04.385236"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "X\xE5\xA4\x9C\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "X\xE5\xA4\x9C\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.408991"], ["updated_at", "2022-09-29 06:52:04.408992"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "X\xE5\xAE\xA0"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "X\xE5\xAE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.432202"], ["updated_at", "2022-09-29 06:52:04.432203"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "x\xE6\xB0\x91\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "x\xE6\xB0\x91\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.464389"], ["updated_at", "2022-09-29 06:52:04.464390"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "x\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "x\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.492208"], ["updated_at", "2022-09-29 06:52:04.492208"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "X\xEF\xB9\x8FX"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "X\xEF\xB9\x8FX"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.515192"], ["updated_at", "2022-09-29 06:52:04.515193"]] TRANSACTION (9.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yangjia"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "yangjia"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.547508"], ["updated_at", "2022-09-29 06:52:04.547509"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yang\xE4\xBD\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "yang\xE4\xBD\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.584178"], ["updated_at", "2022-09-29 06:52:04.584179"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yilulu135"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "yilulu135"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.616135"], ["updated_at", "2022-09-29 06:52:04.616135"]] TRANSACTION (6.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yin"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "yin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.648678"], ["updated_at", "2022-09-29 06:52:04.648679"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yin\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "yin\xE8\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.682765"], ["updated_at", "2022-09-29 06:52:04.682767"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "youtube"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "youtube"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.706975"], ["updated_at", "2022-09-29 06:52:04.706976"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "youxing"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "youxing"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.727480"], ["updated_at", "2022-09-29 06:52:04.727480"]] TRANSACTION (4.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "you\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "you\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.758401"], ["updated_at", "2022-09-29 06:52:04.758402"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yuce"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "yuce"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.794980"], ["updated_at", "2022-09-29 06:52:04.794983"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yuming"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "yuming"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.822253"], ["updated_at", "2022-09-29 06:52:04.822254"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "y\xE4\xBD\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "y\xE4\xBD\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.851024"], ["updated_at", "2022-09-29 06:52:04.851026"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zangdu"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zangdu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.883706"], ["updated_at", "2022-09-29 06:52:04.883707"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zang\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zang\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.909705"], ["updated_at", "2022-09-29 06:52:04.909706"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zedong"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zedong"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.932769"], ["updated_at", "2022-09-29 06:52:04.932770"]] TRANSACTION (3.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zemin"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zemin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:04.967487"], ["updated_at", "2022-09-29 06:52:04.967488"]] TRANSACTION (4.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ze\xE6\x9D\xB1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ze\xE6\x9D\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.005147"], ["updated_at", "2022-09-29 06:52:05.005149"]] TRANSACTION (5.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ze\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ze\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.037247"], ["updated_at", "2022-09-29 06:52:05.037248"]] TRANSACTION (6.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zf\xE5\xA4\xA7\xE6\xA5\xBC"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zf\xE5\xA4\xA7\xE6\xA5\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.073289"], ["updated_at", "2022-09-29 06:52:05.073290"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zh307338875"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zh307338875"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.096280"], ["updated_at", "2022-09-29 06:52:05.096280"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhadan"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zhadan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.120442"], ["updated_at", "2022-09-29 06:52:05.120443"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhayao"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zhayao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.145856"], ["updated_at", "2022-09-29 06:52:05.145857"]] TRANSACTION (5.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zha\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zha\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.178643"], ["updated_at", "2022-09-29 06:52:05.178644"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zha\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zha\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.199198"], ["updated_at", "2022-09-29 06:52:05.199198"]] TRANSACTION (2.4ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhengfu"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zhengfu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.218440"], ["updated_at", "2022-09-29 06:52:05.218440"]] TRANSACTION (3.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhengjin"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zhengjin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.244322"], ["updated_at", "2022-09-29 06:52:05.244323"]] TRANSACTION (4.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhengjinwng"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (13.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zhengjinwng"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.278199"], ["updated_at", "2022-09-29 06:52:05.278199"]] TRANSACTION (4.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhenshnren"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zhenshnren"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.314375"], ["updated_at", "2022-09-29 06:52:05.314376"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhunflun"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zhunflun"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.337308"], ["updated_at", "2022-09-29 06:52:05.337309"]] TRANSACTION (5.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zi\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zi\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.371356"], ["updated_at", "2022-09-29 06:52:05.371357"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ZP9MF9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ZP9MF9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.399987"], ["updated_at", "2022-09-29 06:52:05.399988"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zz\xE7\x82\xB8\xE5\xBC\xB9\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zz\xE7\x82\xB8\xE5\xBC\xB9\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.427243"], ["updated_at", "2022-09-29 06:52:05.427244"]] TRANSACTION (7.7ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "z\xE6\x9D\xB1"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "z\xE6\x9D\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.477901"], ["updated_at", "2022-09-29 06:52:05.477924"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "~~"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "~~"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.519609"], ["updated_at", "2022-09-29 06:52:05.519610"]] TRANSACTION (32.9ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xC2\xB7\xE5\xA4\x84\xE7\x94\xB7\xC2\xB7"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xC2\xB7\xE5\xA4\x84\xE7\x94\xB7\xC2\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.621444"], ["updated_at", "2022-09-29 06:52:05.621446"]] TRANSACTION (5.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x94\xE2\x80\x94"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\x94\xE2\x80\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.673522"], ["updated_at", "2022-09-29 06:52:05.673524"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x94\xE2\x80\x94\xE2\x80\x94\xE2\x80\x94"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\x94\xE2\x80\x94\xE2\x80\x94\xE2\x80\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.710535"], ["updated_at", "2022-09-29 06:52:05.710536"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9C\xE2\x80\x9C"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\x9C\xE2\x80\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.741516"], ["updated_at", "2022-09-29 06:52:05.741518"]] TRANSACTION (5.9ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9C\xE2\x80\x9D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\x9C\xE2\x80\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.786907"], ["updated_at", "2022-09-29 06:52:05.786908"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9C\xE4\xB8\xAD\xE8\x97\x8F\xE5\x92\x8C\xE8\xB0\x88\xE2\x80\x9D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\x9C\xE4\xB8\xAD\xE8\x97\x8F\xE5\x92\x8C\xE8\xB0\x88\xE2\x80\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.824299"], ["updated_at", "2022-09-29 06:52:05.824300"]] TRANSACTION (8.1ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9C\xE6\x81\xA2\xE5\xA4\x8D\xE4\xB8\xAD\xE8\x97\x8F\xE6\x8E\xA5\xE8\xB0\x88\xE2\x80\x9D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\x9C\xE6\x81\xA2\xE5\xA4\x8D\xE4\xB8\xAD\xE8\x97\x8F\xE6\x8E\xA5\xE8\xB0\x88\xE2\x80\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.868955"], ["updated_at", "2022-09-29 06:52:05.868957"]] TRANSACTION (4.6ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9D\xE2\x80\x9D"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\x9D\xE2\x80\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.916285"], ["updated_at", "2022-09-29 06:52:05.916287"]] TRANSACTION (8.0ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\xA6\xE2\x80\xA6\xE2\x80\xA6\xE2\x80\xA6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\xA6\xE2\x80\xA6\xE2\x80\xA6\xE2\x80\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:05.958123"], ["updated_at", "2022-09-29 06:52:05.958124"]] TRANSACTION (6.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\xA6\xE2\x80\xA6\xEF\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\xA6\xE2\x80\xA6\xEF\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.002603"], ["updated_at", "2022-09-29 06:52:06.002604"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x8A\x99o\xE2\x8A\x99"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x8A\x99o\xE2\x8A\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.035419"], ["updated_at", "2022-09-29 06:52:06.035419"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x8A\x99\xEF\xB9\x8F\xE2\x8A\x99"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x8A\x99\xEF\xB9\x8F\xE2\x8A\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.067764"], ["updated_at", "2022-09-29 06:52:06.067765"]] TRANSACTION (6.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x95\xAD\xE2\x88\xA9\xE2\x95\xAE\xEF\xBC\x88\xEF\xB8\xB6\xEF\xB8\xBF\xEF\xB8\xB6\xEF\xBC\x89\xE2\x95\xAD\xE2\x88\xA9\xE2\x95\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x95\xAD\xE2\x88\xA9\xE2\x95\xAE\xEF\xBC\x88\xEF\xB8\xB6\xEF\xB8\xBF\xEF\xB8\xB6\xEF\xBC\x89\xE2\x95\xAD\xE2\x88\xA9\xE2\x95\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.108588"], ["updated_at", "2022-09-29 06:52:06.108590"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x81\xE3\x80\x81"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x81\xE3\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.138650"], ["updated_at", "2022-09-29 06:52:06.138650"]] TRANSACTION (5.5ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xE2\x80\x9C"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x82\xE2\x80\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.182634"], ["updated_at", "2022-09-29 06:52:06.182635"]] TRANSACTION (3.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xE3\x80\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x82\xE3\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.213539"], ["updated_at", "2022-09-29 06:52:06.213540"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xE3\x80\x82"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x82\xE3\x80\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.238819"], ["updated_at", "2022-09-29 06:52:06.238819"]] TRANSACTION (5.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xE3\x80\x82\xE3\x80\x82"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x82\xE3\x80\x82\xE3\x80\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.284973"], ["updated_at", "2022-09-29 06:52:06.284974"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xEF\xBC\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x82\xEF\xBC\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.330784"], ["updated_at", "2022-09-29 06:52:06.330785"]] TRANSACTION (5.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xEF\xBC\x8C"], ["LIMIT", 1]] TRANSACTION (7.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x82\xEF\xBC\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.365737"], ["updated_at", "2022-09-29 06:52:06.365738"]] TRANSACTION (3.8ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xB8\x89\xE5\xAE\xAB\xE5\x85\xAD\xE9\x99\xA2\xE4\xB8\x83\xE5\x8D\x81\xE4\xBA\x8C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE4\xB8\x89\xE5\xAE\xAB\xE5\x85\xAD\xE9\x99\xA2\xE4\xB8\x83\xE5\x8D\x81\xE4\xBA\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.414027"], ["updated_at", "2022-09-29 06:52:06.414028"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xB8\x8A\xE5\xBA\x8A\xE4\xB8\x8D\xE8\xAF\xB4\xE7\x88\xB1\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE4\xB8\x8A\xE5\xBA\x8A\xE4\xB8\x8D\xE8\xAF\xB4\xE7\x88\xB1\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.445319"], ["updated_at", "2022-09-29 06:52:06.445323"]] TRANSACTION (6.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xB8\x8A\xE5\xBA\x8A\xE6\xB1\x82\xE6\xAC\xA2\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE4\xB8\x8A\xE5\xBA\x8A\xE6\xB1\x82\xE6\xAC\xA2\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.490385"], ["updated_at", "2022-09-29 06:52:06.490388"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x91\xE4\xB8\xBB\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x91\xE4\xB8\xBB\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.519841"], ["updated_at", "2022-09-29 06:52:06.519841"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xBA\x89\xE9\xB8\xA3\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE4\xBA\x89\xE9\xB8\xA3\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.543770"], ["updated_at", "2022-09-29 06:52:06.543773"]] TRANSACTION (6.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x8A\xA8\xE5\x90\x91\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\x8A\xA8\xE5\x90\x91\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.593064"], ["updated_at", "2022-09-29 06:52:06.593065"]] TRANSACTION (4.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x8C\x85\xE5\x85\xBB\xE6\x83\x85\xE5\xA6\x87\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\x8C\x85\xE5\x85\xBB\xE6\x83\x85\xE5\xA6\x87\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.631613"], ["updated_at", "2022-09-29 06:52:06.631614"]] TRANSACTION (6.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x90\x8C\xE5\xB1\x85\xE4\xB8\x87\xE5\xB2\x81\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\x90\x8C\xE5\xB1\x85\xE4\xB8\x87\xE5\xB2\x81\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.674697"], ["updated_at", "2022-09-29 06:52:06.674698"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x91\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE5\x90\x8C\xE8\x83\x9E\xE4\xB9\xA6\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\x91\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE5\x90\x8C\xE8\x83\x9E\xE4\xB9\xA6\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.718060"], ["updated_at", "2022-09-29 06:52:06.718060"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x91\xBB\xE5\x90\x9F\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\x91\xBB\xE5\x90\x9F\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.741942"], ["updated_at", "2022-09-29 06:52:06.741944"]] TRANSACTION (7.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x9C\xB0\xE7\x8B\xB1\xE5\x8F\xAC\xE5\x94\xA4\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\x9C\xB0\xE7\x8B\xB1\xE5\x8F\xAC\xE5\x94\xA4\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.786581"], ["updated_at", "2022-09-29 06:52:06.786582"]] TRANSACTION (8.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA4\x9C\xE8\xAF\xB1\xE5\xA8\x98\xE5\xAD\x90\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\xA4\x9C\xE8\xAF\xB1\xE5\xA8\x98\xE5\xAD\x90\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.822525"], ["updated_at", "2022-09-29 06:52:06.822526"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA4\xA9\xE7\x94\x9F\xE6\x88\x91\xE6\x9D\x90\xE5\xBF\x85\xE6\x9C\x89\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\xA4\xA9\xE7\x94\x9F\xE6\x88\x91\xE6\x9D\x90\xE5\xBF\x85\xE6\x9C\x89\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.853032"], ["updated_at", "2022-09-29 06:52:06.853037"]] TRANSACTION (6.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE5\xAE\xA0\xE6\xB0\xB4\xE8\x8A\x99\xE8\x93\x89\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE5\xAE\xA0\xE6\xB0\xB4\xE8\x8A\x99\xE8\x93\x89\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.888807"], ["updated_at", "2022-09-29 06:52:06.888809"]] TRANSACTION (6.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE8\x89\xB3\xE4\xBA\xBA\xE7\x94\x9F\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE8\x89\xB3\xE4\xBA\xBA\xE7\x94\x9F\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.928904"], ["updated_at", "2022-09-29 06:52:06.928905"]] TRANSACTION (7.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE8\x89\xB3\xE6\xB1\x9F\xE6\xB9\x96\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE8\x89\xB3\xE6\xB1\x9F\xE6\xB9\x96\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:06.966139"], ["updated_at", "2022-09-29 06:52:06.966141"]] TRANSACTION (5.4ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xAC\x89\xE6\xB8\xB8\xE8\x8A\xB1\xE4\xB8\x9B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (7.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\xAC\x89\xE6\xB8\xB8\xE8\x8A\xB1\xE4\xB8\x9B\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.014003"], ["updated_at", "2022-09-29 06:52:07.014005"]] TRANSACTION (7.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xAF\x92\xE6\xBD\xAD\xE9\xB9\xA4\xE5\xBD\xB1\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\xAF\x92\xE6\xBD\xAD\xE9\xB9\xA4\xE5\xBD\xB1\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.063221"], ["updated_at", "2022-09-29 06:52:07.063222"]] TRANSACTION (5.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x81\xB6\xE5\xA5\xB3\xE6\x88\x8F\xE5\xA4\xAB\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\x81\xB6\xE5\xA5\xB3\xE6\x88\x8F\xE5\xA4\xAB\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.101146"], ["updated_at", "2022-09-29 06:52:07.101150"]] TRANSACTION (3.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x83\x85\xE6\xAC\xB2\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\x83\x85\xE6\xAC\xB2\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.143546"], ["updated_at", "2022-09-29 06:52:07.143547"]] TRANSACTION (6.1ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x88\x91\xE5\x92\x8C\xE5\x83\xB5\xE5\xB0\xB8\xE6\x9C\x89\xE4\xB8\xAA\xE7\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\x88\x91\xE5\x92\x8C\xE5\x83\xB5\xE5\xB0\xB8\xE6\x9C\x89\xE4\xB8\xAA\xE7\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.188239"], ["updated_at", "2022-09-29 06:52:07.188241"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x88\x91\xE7\x9A\x84\xE7\xBC\xA0\xE7\xBB\xB5\xE5\xBE\x80\xE4\xBA\x8B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\x88\x91\xE7\x9A\x84\xE7\xBC\xA0\xE7\xBB\xB5\xE5\xBE\x80\xE4\xBA\x8B\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.224205"], ["updated_at", "2022-09-29 06:52:07.224205"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x98\xA5\xE6\xAC\xB2\xE6\x89\x8B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\x98\xA5\xE6\xAC\xB2\xE6\x89\x8B\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.249190"], ["updated_at", "2022-09-29 06:52:07.249191"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x9D\x80\xE4\xBD\x9B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\x9D\x80\xE4\xBD\x9B\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.288123"], ["updated_at", "2022-09-29 06:52:07.288124"]] TRANSACTION (5.3ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x9D\x80\xE5\x8A\xAB\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\x9D\x80\xE5\x8A\xAB\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.325727"], ["updated_at", "2022-09-29 06:52:07.325728"]] TRANSACTION (4.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\xA2\xA6\xE5\xB9\xBB\xE9\x80\x86\xE7\x8E\x89\xE7\x8E\x8B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\xA2\xA6\xE5\xB9\xBB\xE9\x80\x86\xE7\x8E\x89\xE7\x8E\x8B\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.356200"], ["updated_at", "2022-09-29 06:52:07.356201"]] TRANSACTION (4.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\xAC\xB2\xE5\x8C\xBB\xE5\xA4\xA9\xE4\xB8\x8B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\xAC\xB2\xE5\x8C\xBB\xE5\xA4\xA9\xE4\xB8\x8B\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.388376"], ["updated_at", "2022-09-29 06:52:07.388377"]] TRANSACTION (3.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\xB5\x81\xE6\xB0\x93\xE7\x87\x95\xE7\x9A\x84\xE6\x97\xA5\xE8\xAE\xB0\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (22.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\xB5\x81\xE6\xB0\x93\xE7\x87\x95\xE7\x9A\x84\xE6\x97\xA5\xE8\xAE\xB0\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.422140"], ["updated_at", "2022-09-29 06:52:07.422141"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\xB7\xB1\xE5\xBA\xA6\xE9\x80\x8F\xE8\xA7\x86\xE8\x97\x8F\xE4\xBA\xBA\xE8\x87\xAA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\xB7\xB1\xE5\xBA\xA6\xE9\x80\x8F\xE8\xA7\x86\xE8\x97\x8F\xE4\xBA\xBA\xE8\x87\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.556903"], ["updated_at", "2022-09-29 06:52:07.556905"]] TRANSACTION (3.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE7\x88\xB1\xE4\xB8\x8A\xE5\xB0\x91\xE5\xA6\x87\xE5\xB0\x8F\xE9\x95\x87\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE7\x88\xB1\xE4\xB8\x8A\xE5\xB0\x91\xE5\xA6\x87\xE5\xB0\x8F\xE9\x95\x87\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.617286"], ["updated_at", "2022-09-29 06:52:07.617287"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE7\x88\xB8\xE7\x88\xB8\xE7\x9A\x84\xE6\x96\xB0\xE5\xA8\x98\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE7\x88\xB8\xE7\x88\xB8\xE7\x9A\x84\xE6\x96\xB0\xE5\xA8\x98\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.648557"], ["updated_at", "2022-09-29 06:52:07.648559"]] TRANSACTION (4.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE7\x8E\xB0\xE4\xBB\xA3\xE9\x80\x8D\xE9\x81\xA5\xE5\xBD\x95\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE7\x8E\xB0\xE4\xBB\xA3\xE9\x80\x8D\xE9\x81\xA5\xE5\xBD\x95\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.691909"], ["updated_at", "2022-09-29 06:52:07.691911"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE7\xBB\x9D\xE8\x89\xB2\xE6\xB7\xAB\xE5\xA6\x83\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE7\xBB\x9D\xE8\x89\xB2\xE6\xB7\xAB\xE5\xA6\x83\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.731538"], ["updated_at", "2022-09-29 06:52:07.731539"]] TRANSACTION (4.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\x87\xB3\xE5\xB0\x8A\xE7\x8B\xBC\xE5\xA8\x81\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\x87\xB3\xE5\xB0\x8A\xE7\x8B\xBC\xE5\xA8\x81\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.763875"], ["updated_at", "2022-09-29 06:52:07.763876"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\x89\xB2\xE4\xB9\x8B\xE6\x88\x92\xE5\x9B\x9B\xE5\x90\x88\xE9\x99\xA2\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\x89\xB2\xE4\xB9\x8B\xE6\x88\x92\xE5\x9B\x9B\xE5\x90\x88\xE9\x99\xA2\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.813770"], ["updated_at", "2022-09-29 06:52:07.813771"]] TRANSACTION (4.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\x90\xA7\xE5\xBA\x9C\xE4\xB9\x8B\xE8\xB4\xA5\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\x90\xA7\xE5\xBA\x9C\xE4\xB9\x8B\xE8\xB4\xA5\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.841058"], ["updated_at", "2022-09-29 06:52:07.841059"]] TRANSACTION (5.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\x97\x8F\xE4\xBA\xBA\xE8\x87\xAA\xE7\x84\x9A\xE6\xA1\xA3\xE6\xA1\x88\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\x97\x8F\xE4\xBA\xBA\xE8\x87\xAA\xE7\x84\x9A\xE6\xA1\xA3\xE6\xA1\x88\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.876039"], ["updated_at", "2022-09-29 06:52:07.876041"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE5\x86\x85\xE9\x83\xA8\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE5\x86\x85\xE9\x83\xA8\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.919864"], ["updated_at", "2022-09-29 06:52:07.919865"]] TRANSACTION (3.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE5\x91\xBD\xE8\xBF\x90\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE5\x91\xBD\xE8\xBF\x90\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:07.955390"], ["updated_at", "2022-09-29 06:52:07.955391"]] TRANSACTION (7.1ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE7\x8E\xB0\xE5\x9C\xA8\xE2\x80\x94\xE9\x81\xA5"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE7\x8E\xB0\xE5\x9C\xA8\xE2\x80\x94\xE9\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.011535"], ["updated_at", "2022-09-29 06:52:08.011536"]] TRANSACTION (16.8ms) COMMIT User Load (9.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE8\x87\xAA\xE7\x84\x9A\xEF\xBC\x9A\xE4\xB8\x96"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE8\x87\xAA\xE7\x84\x9A\xEF\xBC\x9A\xE4\xB8\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.077784"], ["updated_at", "2022-09-29 06:52:08.077786"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE9\x97\xAE\xE9\xA2\x98\xE6\x95\xB4\xE7\x90\x861\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE9\x97\xAE\xE9\xA2\x98\xE6\x95\xB4\xE7\x90\x861\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.120642"], ["updated_at", "2022-09-29 06:52:08.120643"]] TRANSACTION (3.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE9\xAB\x98\xE5\xBA\xA6\xE8\x87\xAA\xE6\xB2\xBB\xE5\xA4\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE9\xAB\x98\xE5\xBA\xA6\xE8\x87\xAA\xE6\xB2\xBB\xE5\xA4\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.153699"], ["updated_at", "2022-09-29 06:52:08.153700"]] TRANSACTION (5.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xB5\x9E\xE6\x99\xAE\xE7\x9A\x84\xE5\x8B\x87\xE6\xB0\x94\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xB5\x9E\xE6\x99\xAE\xE7\x9A\x84\xE5\x8B\x87\xE6\xB0\x94\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.268542"], ["updated_at", "2022-09-29 06:52:08.268543"]] TRANSACTION (10.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xB5\xA4\xE8\x89\xB2\xE7\x9A\x84\xE6\x8A\xA4\xE8\xBA\xAB\xE7\xAC\xA6\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xB5\xA4\xE8\x89\xB2\xE7\x9A\x84\xE6\x8A\xA4\xE8\xBA\xAB\xE7\xAC\xA6\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.449071"], ["updated_at", "2022-09-29 06:52:08.449072"]] TRANSACTION (16.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xB6\x85\xE7\xBA\xA7\xE5\x85\xAC\xE5\xAD\x90\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xB6\x85\xE7\xBA\xA7\xE5\x85\xAC\xE5\xAD\x90\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.501719"], ["updated_at", "2022-09-29 06:52:08.501721"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xBE\xBE\xE5\x85\xB0\xE8\x90\xA8\xE6\x8B\x89\xE6\x97\xA5\xE4\xB8\x8E\xE5\xA4\x9C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xBE\xBE\xE5\x85\xB0\xE8\x90\xA8\xE6\x8B\x89\xE6\x97\xA5\xE4\xB8\x8E\xE5\xA4\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.545219"], ["updated_at", "2022-09-29 06:52:08.545219"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xBF\x9C\xE7\xA6\xBB\xE6\x81\x90\xE6\x83\xA7\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xBF\x9C\xE7\xA6\xBB\xE6\x81\x90\xE6\x83\xA7\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.580674"], ["updated_at", "2022-09-29 06:52:08.580674"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\x80\xBC\xE7\xBE\x8A\xE4\xB8\xBA\xE7\x8B\xBC\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\x80\xBC\xE7\xBE\x8A\xE4\xB8\xBA\xE7\x8B\xBC\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.618818"], ["updated_at", "2022-09-29 06:52:08.618819"]] TRANSACTION (4.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\x81\x8D\xE5\x9C\xB0\xE6\xA1\x83\xE8\x8A\xB1\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\x81\x8D\xE5\x9C\xB0\xE6\xA1\x83\xE8\x8A\xB1\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.656423"], ["updated_at", "2022-09-29 06:52:08.656425"]] TRANSACTION (3.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\x87\x8D\xE7\x94\x9F\xE4\xB9\x8B\xE4\xB9\xB1\xE4\xB8\x96\xE7\xA7\x8D\xE9\xA9\xACY"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\x87\x8D\xE7\x94\x9F\xE4\xB9\x8B\xE4\xB9\xB1\xE4\xB8\x96\xE7\xA7\x8D\xE9\xA9\xACY"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.685592"], ["updated_at", "2022-09-29 06:52:08.685592"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\x9B\xAA\xE5\x9F\x9F\xE7\x83\x88\xE7\x84\xB0\xC2\xB7\xE8\x97\x8F\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\x9B\xAA\xE5\x9F\x9F\xE7\x83\x88\xE7\x84\xB0\xC2\xB7\xE8\x97\x8F\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.718691"], ["updated_at", "2022-09-29 06:52:08.718692"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\xA3\x8E\xE6\xB5\x81\xE5\xB2\x81\xE6\x9C\x88\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\xA3\x8E\xE6\xB5\x81\xE5\xB2\x81\xE6\x9C\x88\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.745006"], ["updated_at", "2022-09-29 06:52:08.745006"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\xA3\x8E\xE6\xB5\x81\xE9\x80\xB8\xE9\xA3\x9E\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\xA3\x8E\xE6\xB5\x81\xE9\x80\xB8\xE9\xA3\x9E\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.768768"], ["updated_at", "2022-09-29 06:52:08.768768"]] TRANSACTION (5.7ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\xA3\x9E\xE6\x9C\xBA\xE5\xA4\xB1\xE4\xBA\x8B\xE5\x90\x8E\xE7\x9A\x84\xE4\xBA\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\xA3\x9E\xE6\x9C\xBA\xE5\xA4\xB1\xE4\xBA\x8B\xE5\x90\x8E\xE7\x9A\x84\xE4\xBA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.808390"], ["updated_at", "2022-09-29 06:52:08.808391"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\xAD\x85\xE5\xA4\x9C\xE5\xB8\x9D\xE5\x9B\xBD\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\xAD\x85\xE5\xA4\x9C\xE5\xB8\x9D\xE5\x9B\xBD\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.840162"], ["updated_at", "2022-09-29 06:52:08.840162"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80e\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80e\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.865218"], ["updated_at", "2022-09-29 06:52:08.865219"]] TRANSACTION (6.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80ye\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80ye\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.901170"], ["updated_at", "2022-09-29 06:52:08.901171"]] TRANSACTION (12.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xB8\x9D\xE4\xB8\x8D\xE6\x8C\x82"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE4\xB8\x9D\xE4\xB8\x8D\xE6\x8C\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.953022"], ["updated_at", "2022-09-29 06:52:08.953022"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xB8\xAA\xE9\xA3\x8E\xE9\x9F\xB5\xE5\xA5\xB3\xE4\xBA\xBA\xE7\x9A\x84\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE4\xB8\xAA\xE9\xA3\x8E\xE9\x9F\xB5\xE5\xA5\xB3\xE4\xBA\xBA\xE7\x9A\x84\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:08.995079"], ["updated_at", "2022-09-29 06:52:08.995080"]] TRANSACTION (34.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.064251"], ["updated_at", "2022-09-29 06:52:09.064251"]] TRANSACTION (13.4ms) COMMIT User Load (9.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xB8\xAD\xE4\xB8\x80\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE4\xB8\xAD\xE4\xB8\x80\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.113919"], ["updated_at", "2022-09-29 06:52:09.113920"]] TRANSACTION (5.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xBA\x8C\xE5\x85\xAD"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE4\xBA\x8C\xE5\x85\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.148653"], ["updated_at", "2022-09-29 06:52:09.148654"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.184249"], ["updated_at", "2022-09-29 06:52:09.184251"]] TRANSACTION (6.1ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE4\xB8\x93\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE4\xB8\x93\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.221494"], ["updated_at", "2022-09-29 06:52:09.221495"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE4\xB8\x93\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE4\xB8\x93\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.259045"], ["updated_at", "2022-09-29 06:52:09.259046"]] TRANSACTION (5.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE6\x89\xA7\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE6\x89\xA7\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.292904"], ["updated_at", "2022-09-29 06:52:09.292905"]] TRANSACTION (4.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE7\x8B\xAC\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE7\x8B\xAC\xE8\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.329324"], ["updated_at", "2022-09-29 06:52:09.329325"]] TRANSACTION (6.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE7\xA7\x81\xE5\x88\xA9"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE7\xA7\x81\xE5\x88\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.384594"], ["updated_at", "2022-09-29 06:52:09.384595"]] TRANSACTION (6.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\xA5\xE8\x85\x90\xE9\x97\xA8\xE6\xB7\xB1\xE4\xBC\xBC\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x85\xA5\xE8\x85\x90\xE9\x97\xA8\xE6\xB7\xB1\xE4\xBC\xBC\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.434088"], ["updated_at", "2022-09-29 06:52:09.434089"]] TRANSACTION (6.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x8D\xA1\xE5\xA4\x9A\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x8D\xA1\xE5\xA4\x9A\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.484428"], ["updated_at", "2022-09-29 06:52:09.484429"]] TRANSACTION (9.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x8F\x97\xE5\xA4\x9A\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x8F\x97\xE5\xA4\x9A\xE6\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.532239"], ["updated_at", "2022-09-29 06:52:09.532240"]] TRANSACTION (5.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x80\xA7\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x80\xA7\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.577007"], ["updated_at", "2022-09-29 06:52:09.577008"]] TRANSACTION (7.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.614850"], ["updated_at", "2022-09-29 06:52:09.614850"]] TRANSACTION (6.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85\xE6\xBF\x80\xE6\x83\x85\xE6\x88\x90\xE4\xBA\xBA\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85\xE6\xBF\x80\xE6\x83\x85\xE6\x88\x90\xE4\xBA\xBA\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.657609"], ["updated_at", "2022-09-29 06:52:09.657610"]] TRANSACTION (5.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.697032"], ["updated_at", "2022-09-29 06:52:09.697033"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x94\xBE\xE7\xBA\xB5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x94\xBE\xE7\xBA\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.731579"], ["updated_at", "2022-09-29 06:52:09.731581"]] TRANSACTION (6.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.774506"], ["updated_at", "2022-09-29 06:52:09.774507"]] TRANSACTION (6.2ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (14.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.819089"], ["updated_at", "2022-09-29 06:52:09.819091"]] TRANSACTION (7.9ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xB0\x8F\xE6\x92\xAE\xE5\x88\xAB"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xB0\x8F\xE6\x92\xAE\xE5\x88\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.884642"], ["updated_at", "2022-09-29 06:52:09.884644"]] TRANSACTION (7.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:09.933443"], ["updated_at", "2022-09-29 06:52:09.933444"]] TRANSACTION (41.8ms) COMMIT User Load (18.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (33.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.044399"], ["updated_at", "2022-09-29 06:52:10.044400"]] TRANSACTION (21.4ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE6\x97\xA0\xE7\xA0\x81\xE5\x90\x88\xE9\x9B\x86"], ["LIMIT", 1]] TRANSACTION (6.9ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (15.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE6\x97\xA0\xE7\xA0\x81\xE5\x90\x88\xE9\x9B\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.180696"], ["updated_at", "2022-09-29 06:52:10.180701"]] TRANSACTION (10.8ms) COMMIT User Load (8.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.267520"], ["updated_at", "2022-09-29 06:52:10.267521"]] TRANSACTION (6.2ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE8\xBF\x85\xE9\x9B\xB7\xE4\xB8\x8B\xE8\xBD\xBD\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE8\xBF\x85\xE9\x9B\xB7\xE4\xB8\x8B\xE8\xBD\xBD\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.323394"], ["updated_at", "2022-09-29 06:52:10.323395"]] TRANSACTION (7.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9F\xB1\xE6\x93\x8E\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\x9F\xB1\xE6\x93\x8E\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.373374"], ["updated_at", "2022-09-29 06:52:10.373375"]] TRANSACTION (7.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\xB0\xA7\xE5\x8C\x96\xE4\xBA\x8C\xE6\xB0\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\xB0\xA7\xE5\x8C\x96\xE4\xBA\x8C\xE6\xB0\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.415014"], ["updated_at", "2022-09-29 06:52:10.415016"]] TRANSACTION (7.2ms) COMMIT User Load (8.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\xB0\xA7\xE5\x8C\x96\xE6\xB1\x9E"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\xB0\xA7\xE5\x8C\x96\xE6\xB1\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.457809"], ["updated_at", "2022-09-29 06:52:10.457810"]] TRANSACTION (5.7ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\xB0\xAF\xE4\xB8\x99\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\xB0\xAF\xE4\xB8\x99\xE9\x85\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.502461"], ["updated_at", "2022-09-29 06:52:10.502462"]] TRANSACTION (5.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\xB0\xAF\xE4\xB9\x99\xE9\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\xB0\xAF\xE4\xB9\x99\xE9\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.541636"], ["updated_at", "2022-09-29 06:52:10.541637"]] TRANSACTION (5.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE7\xA0\x81\xE4\xB8\xAD\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE7\xA0\x81\xE4\xB8\xAD\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.584561"], ["updated_at", "2022-09-29 06:52:10.584562"]] TRANSACTION (4.2ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.627818"], ["updated_at", "2022-09-29 06:52:10.627820"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE7\xB5\xB2\xE4\xB8\x8D\xE6\x8E\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE7\xB5\xB2\xE4\xB8\x8D\xE6\x8E\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.663356"], ["updated_at", "2022-09-29 06:52:10.663357"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE8\x82\x96"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE8\x82\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.695380"], ["updated_at", "2022-09-29 06:52:10.695381"]] TRANSACTION (3.9ms) COMMIT User Load (10.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE8\x88\xAC\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE8\x88\xAC\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.735113"], ["updated_at", "2022-09-29 06:52:10.735114"]] TRANSACTION (5.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE9\x80\x9A\xE5\x81\xA5\xE5\xBA\xB7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE9\x80\x9A\xE5\x81\xA5\xE5\xBA\xB7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.779550"], ["updated_at", "2022-09-29 06:52:10.779550"]] TRANSACTION (4.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE9\x80\x9A\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE9\x80\x9A\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.812099"], ["updated_at", "2022-09-29 06:52:10.812100"]] TRANSACTION (6.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE9\x94\xAE\xE6\x8E\x92\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE9\x94\xAE\xE6\x8E\x92\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.852897"], ["updated_at", "2022-09-29 06:52:10.852898"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE9\xA1\xB6"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE9\xA1\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.884820"], ["updated_at", "2022-09-29 06:52:10.884820"]] TRANSACTION (9.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE4\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE4\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.930667"], ["updated_at", "2022-09-29 06:52:10.930668"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE4\xBB\xB2\xE7\xA4\xBC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE4\xBB\xB2\xE7\xA4\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.966651"], ["updated_at", "2022-09-29 06:52:10.966652"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:10.994091"], ["updated_at", "2022-09-29 06:52:10.994093"]] TRANSACTION (7.1ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\x85\xB3\xE6\xA0\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (18.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE5\x85\xB3\xE6\xA0\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.037508"], ["updated_at", "2022-09-29 06:52:11.037509"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\xAD\x90\xE9\x9C\x96"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE5\xAD\x90\xE9\x9C\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.095785"], ["updated_at", "2022-09-29 06:52:11.095786"]] TRANSACTION (4.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\xAD\x97\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE5\xAD\x97\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.150432"], ["updated_at", "2022-09-29 06:52:11.150434"]] TRANSACTION (4.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\xBA\xA6\xE5\xB7\xB4\xE6\x8B\x89\xE6\x96\xAF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE5\xBA\xA6\xE5\xB7\xB4\xE6\x8B\x89\xE6\x96\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.189644"], ["updated_at", "2022-09-29 06:52:11.189646"]] TRANSACTION (10.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE6\x8C\xAF\xE5\xB2\xB1"], ["LIMIT", 1]] TRANSACTION (7.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE6\x8C\xAF\xE5\xB2\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.237205"], ["updated_at", "2022-09-29 06:52:11.237206"]] TRANSACTION (8.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE8\x96\x9B\xE7\xA5\xA5"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE8\x96\x9B\xE7\xA5\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.287231"], ["updated_at", "2022-09-29 06:52:11.287232"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\x91\xAB\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE9\x91\xAB\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.325217"], ["updated_at", "2022-09-29 06:52:11.325218"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9\xE6\x9C\x80\xE6\x96\xB0\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9\xE6\x9C\x80\xE6\x96\xB0\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.382635"], ["updated_at", "2022-09-29 06:52:11.382636"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE6\x88\x90\xE4\xBA\xBA\xE8\x89\xB2\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE6\x88\x90\xE4\xBA\xBA\xE8\x89\xB2\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.415738"], ["updated_at", "2022-09-29 06:52:11.415739"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.447570"], ["updated_at", "2022-09-29 06:52:11.447571"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\xBA\x9F\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE9\xBA\x9F\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.483951"], ["updated_at", "2022-09-29 06:52:11.483953"]] TRANSACTION (7.9ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x83\xE4\xB8\x83\xE7\xBD\x91\xE7\xBB\x9C\xE5\xB7\xA5\xE4\xBD\x9C\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x83\xE4\xB8\x83\xE7\xBD\x91\xE7\xBB\x9C\xE5\xB7\xA5\xE4\xBD\x9C\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.527961"], ["updated_at", "2022-09-29 06:52:11.527963"]] TRANSACTION (6.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x83\xE5\xA4\xA7\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x83\xE5\xA4\xA7\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.572881"], ["updated_at", "2022-09-29 06:52:11.572882"]] TRANSACTION (10.9ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87 \xE4\xBC\x97"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87 \xE4\xBC\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.614941"], ["updated_at", "2022-09-29 06:52:11.614942"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE5\xA4\xA7\xE7\xAD\xBE\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE5\xA4\xA7\xE7\xAD\xBE\xE5\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.661866"], ["updated_at", "2022-09-29 06:52:11.661867"]] TRANSACTION (4.2ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE9\xAA\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE9\xAA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.699937"], ["updated_at", "2022-09-29 06:52:11.699939"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE9\xAA\x9A\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE9\xAA\x9A\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.740045"], ["updated_at", "2022-09-29 06:52:11.740046"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBC\x97"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE4\xBC\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.774387"], ["updated_at", "2022-09-29 06:52:11.774388"]] TRANSACTION (3.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBC\x97\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE4\xBC\x97\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.803038"], ["updated_at", "2022-09-29 06:52:11.803040"]] TRANSACTION (3.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE5\xAD\x97"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE5\xAD\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.836267"], ["updated_at", "2022-09-29 06:52:11.836268"]] TRANSACTION (4.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE6\x99\x93\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE6\x99\x93\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.869249"], ["updated_at", "2022-09-29 06:52:11.869250"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE6\xB3\x95\xE5\xBD\x92\xE4\xB8\x80\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE6\xB3\x95\xE5\xBD\x92\xE4\xB8\x80\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.894404"], ["updated_at", "2022-09-29 06:52:11.894405"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE6\xB6\xA6\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE6\xB6\xA6\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.931094"], ["updated_at", "2022-09-29 06:52:11.931095"]] TRANSACTION (13.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE6\xB7\xAB\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE6\xB7\xAB\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.970495"], ["updated_at", "2022-09-29 06:52:11.970496"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE7\xBB\xB4\xE8\xAF\xBB\xE8\x80\x85\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE7\xBB\xB4\xE8\xAF\xBB\xE8\x80\x85\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:11.995861"], ["updated_at", "2022-09-29 06:52:11.995861"]] TRANSACTION (9.4ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE8\x83\xBD\xE9\x92\xA5\xE5\x8C\x99"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE8\x83\xBD\xE9\x92\xA5\xE5\x8C\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.045891"], ["updated_at", "2022-09-29 06:52:12.045892"]] TRANSACTION (4.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE9\x84\x82\xE6\xB9\x98"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (24.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE9\x84\x82\xE6\xB9\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.091916"], ["updated_at", "2022-09-29 06:52:12.091916"]] TRANSACTION (42.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE9\x87\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE9\x87\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.190212"], ["updated_at", "2022-09-29 06:52:12.190214"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE9\x87\x8C\xE5\xA4\xA7\xE9\x80\xA0\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE9\x87\x8C\xE5\xA4\xA7\xE9\x80\xA0\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.229775"], ["updated_at", "2022-09-29 06:52:12.229776"]] TRANSACTION (5.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE9\x92\xA2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE9\x92\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.266573"], ["updated_at", "2022-09-29 06:52:12.266574"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x88\xE6\xAF\x8D\xE5\xA8\x98\xE5\xA5\x97\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x88\xE6\xAF\x8D\xE5\xA8\x98\xE5\xA5\x97\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.302473"], ["updated_at", "2022-09-29 06:52:12.302474"]] TRANSACTION (5.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x88\xE6\xAF\x8D\xE5\xA8\x98\xE7\x9A\x84\xE8\x83\xB4\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x88\xE6\xAF\x8D\xE5\xA8\x98\xE7\x9A\x84\xE8\x83\xB4\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.341327"], ["updated_at", "2022-09-29 06:52:12.341329"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x88\xE6\xAF\x8D\xE5\xA8\x98\xE8\x82\xA5\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x88\xE6\xAF\x8D\xE5\xA8\x98\xE8\x82\xA5\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.373167"], ["updated_at", "2022-09-29 06:52:12.373167"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE4\xB8\x87\xE5\xAD\x97\xE4\xB8\x8A\xE6\x9E\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE4\xB8\x87\xE5\xAD\x97\xE4\xB8\x8A\xE6\x9E\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.395502"], ["updated_at", "2022-09-29 06:52:12.395503"]] TRANSACTION (5.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE4\xB8\x89\xE4\xB9\x9D\xE4\xB9\x98\xE5\x85\x83\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE4\xB8\x89\xE4\xB9\x9D\xE4\xB9\x98\xE5\x85\x83\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.430865"], ["updated_at", "2022-09-29 06:52:12.430866"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE4\xB8\xAA\xE4\xBB\xA3\xE8\xA1\xA8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE4\xB8\xAA\xE4\xBB\xA3\xE8\xA1\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.470437"], ["updated_at", "2022-09-29 06:52:12.470438"]] TRANSACTION (10.5ms) COMMIT User Load (8.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE4\xB8\xAA\xE5\x91\x86\xE5\xA9\x8A"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE4\xB8\xAA\xE5\x91\x86\xE5\xA9\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.528460"], ["updated_at", "2022-09-29 06:52:12.528462"]] TRANSACTION (6.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x81\xA5\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x81\xA5\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.583273"], ["updated_at", "2022-09-29 06:52:12.583274"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x85\xAC\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x85\xAC\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.614321"], ["updated_at", "2022-09-29 06:52:12.614322"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE \xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0 lsg"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE \xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0 lsg"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.652971"], ["updated_at", "2022-09-29 06:52:12.652972"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\x8E\x82\xE5\xAE\xB6\xE7\x9B\xB4\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\x8E\x82\xE5\xAE\xB6\xE7\x9B\xB4\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.680638"], ["updated_at", "2022-09-29 06:52:12.680638"]] TRANSACTION (3.7ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\x9C\xB0\xE5\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\x9C\xB0\xE5\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.709150"], ["updated_at", "2022-09-29 06:52:12.709151"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xAE\x98\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xAE\x98\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.740819"], ["updated_at", "2022-09-29 06:52:12.740821"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.770081"], ["updated_at", "2022-09-29 06:52:12.770082"]] TRANSACTION (2.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.793237"], ["updated_at", "2022-09-29 06:52:12.793237"]] TRANSACTION (10.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.830208"], ["updated_at", "2022-09-29 06:52:12.830208"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE5\x86\x9B\xE5\x88\x80"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE5\x86\x9B\xE5\x88\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.869735"], ["updated_at", "2022-09-29 06:52:12.869737"]] TRANSACTION (2.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE7\x9B\xB4\xE8\x90\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE7\x9B\xB4\xE8\x90\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:12.930638"], ["updated_at", "2022-09-29 06:52:12.930639"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.019551"], ["updated_at", "2022-09-29 06:52:13.019552"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE6\x89\x8B\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE6\x89\x8B\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.061098"], ["updated_at", "2022-09-29 06:52:13.061099"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE6\x94\xB9\xE8\xA3\x85"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE6\x94\xB9\xE8\xA3\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.083978"], ["updated_at", "2022-09-29 06:52:13.083979"]] TRANSACTION (5.5ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE7\x9A\x84\xE5\xB0\x8F\xE9\xBB\x91\xE8\xB1\xB9"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE7\x9A\x84\xE5\xB0\x8F\xE9\xBB\x91\xE8\xB1\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.116843"], ["updated_at", "2022-09-29 06:52:13.116845"]] TRANSACTION (4.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE7\x9B\xB4\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE7\x9B\xB4\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.164738"], ["updated_at", "2022-09-29 06:52:13.164739"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x8D\x81\xE5\xA4\x9A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x8D\x81\xE5\xA4\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.191676"], ["updated_at", "2022-09-29 06:52:13.191677"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x8D\x81\xE5\xA4\x9A\xE7\xA7\x8D\xE6\xB8\xA0\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x8D\x81\xE5\xA4\x9A\xE7\xA7\x8D\xE6\xB8\xA0\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.219459"], ["updated_at", "2022-09-29 06:52:13.219460"]] TRANSACTION (7.1ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x8E\xBB\xE8\xBD\xA6\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x8E\xBB\xE8\xBD\xA6\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.261012"], ["updated_at", "2022-09-29 06:52:13.261013"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x8F\xA5\xE7\xA1\xAC\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x8F\xA5\xE7\xA1\xAC\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.288976"], ["updated_at", "2022-09-29 06:52:13.288977"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x94\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x94\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.335717"], ["updated_at", "2022-09-29 06:52:13.335718"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x94\x91\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x94\x91\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.373820"], ["updated_at", "2022-09-29 06:52:13.373821"]] TRANSACTION (4.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x94\x91\xE7\xB6\xB8\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x94\x91\xE7\xB6\xB8\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.410704"], ["updated_at", "2022-09-29 06:52:13.410706"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\x8C\xAB"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\x8C\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.442893"], ["updated_at", "2022-09-29 06:52:13.442894"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\x8C\xAB\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\x8C\xAB\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.471121"], ["updated_at", "2022-09-29 06:52:13.471122"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.491888"], ["updated_at", "2022-09-29 06:52:13.491889"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xA3\xB1 \xE5\x86\x9B\xE5\x88\x80\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xA3\xB1 \xE5\x86\x9B\xE5\x88\x80\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.511631"], ["updated_at", "2022-09-29 06:52:13.511632"]] TRANSACTION (4.2ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\x86\x9B\xE5\x88\xBA\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\x86\x9B\xE5\x88\xBA\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.547501"], ["updated_at", "2022-09-29 06:52:13.547502"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\x86\x9B\xE5\x88\xBA\xE6\x89\xB9\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\x86\x9B\xE5\x88\xBA\xE6\x89\xB9\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.578106"], ["updated_at", "2022-09-29 06:52:13.578107"]] TRANSACTION (2.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\x88\xBA\xE5\x88\x80\xE6\x8A\x98\xE5\x88\x80"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\x88\xBA\xE5\x88\x80\xE6\x8A\x98\xE5\x88\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.601513"], ["updated_at", "2022-09-29 06:52:13.601515"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\xB0\x96\xE5\x88\x80\xE4\xBE\x9B\xE5\xBA\x94"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\xB0\x96\xE5\x88\x80\xE4\xBE\x9B\xE5\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.636326"], ["updated_at", "2022-09-29 06:52:13.636327"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92 \xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92 \xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.669967"], ["updated_at", "2022-09-29 06:52:13.669969"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE5\xBC\xA9\xE7\xAE\xAD\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE5\xBC\xA9\xE7\xAE\xAD\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.695118"], ["updated_at", "2022-09-29 06:52:13.695119"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE6\x8D\x95\xE7\x8B\x97\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE6\x8D\x95\xE7\x8B\x97\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.736485"], ["updated_at", "2022-09-29 06:52:13.736486"]] TRANSACTION (4.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE8\x8D\xAF\xE7\xAE\xAD\xE6\x89\xB9\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE8\x8D\xAF\xE7\xAE\xAD\xE6\x89\xB9\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.767255"], ["updated_at", "2022-09-29 06:52:13.767256"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\xA9\xE7\xAE\xAD\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\xA9\xE7\xAE\xAD\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.792582"], ["updated_at", "2022-09-29 06:52:13.792583"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.820253"], ["updated_at", "2022-09-29 06:52:13.820253"]] TRANSACTION (4.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xB0\xB4\xE6\xB3\x95\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xB0\xB4\xE6\xB3\x95\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.857920"], ["updated_at", "2022-09-29 06:52:13.857922"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.880682"], ["updated_at", "2022-09-29 06:52:13.880682"]] TRANSACTION (2.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xB1\x9F\xE3\x80\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xB1\x9F\xE3\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.903813"], ["updated_at", "2022-09-29 06:52:13.903814"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xB5\xA6\xE7\x88\xB1\xE4\xBD\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xB5\xA6\xE7\x88\xB1\xE4\xBD\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.934542"], ["updated_at", "2022-09-29 06:52:13.934543"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.967328"], ["updated_at", "2022-09-29 06:52:13.967329"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\x82\xB9\xE5\x85\xA8\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\x82\xB9\xE5\x85\xA8\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:13.989760"], ["updated_at", "2022-09-29 06:52:13.989760"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\x82\xB9\xE5\xBC\x8F"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\x82\xB9\xE5\xBC\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.017118"], ["updated_at", "2022-09-29 06:52:14.017119"]] TRANSACTION (5.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.053430"], ["updated_at", "2022-09-29 06:52:14.053431"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\x8F\xAD\xE4\xBB\x86\xE4\xBA\xBA\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\x8F\xAD\xE4\xBB\x86\xE4\xBA\xBA\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.083831"], ["updated_at", "2022-09-29 06:52:14.083832"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xA1\x9D\xE5\x9F\xBA\xE7\x94\xB2\xE8\x8B\xAF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xA1\x9D\xE5\x9F\xBA\xE7\x94\xB2\xE8\x8B\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.112328"], ["updated_at", "2022-09-29 06:52:14.112329"]] TRANSACTION (5.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.147665"], ["updated_at", "2022-09-29 06:52:14.147666"]] TRANSACTION (5.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.181464"], ["updated_at", "2022-09-29 06:52:14.181465"]] TRANSACTION (3.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.206462"], ["updated_at", "2022-09-29 06:52:14.206463"]] TRANSACTION (3.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.241267"], ["updated_at", "2022-09-29 06:52:14.241272"]] TRANSACTION (6.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.286814"], ["updated_at", "2022-09-29 06:52:14.286815"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.314284"], ["updated_at", "2022-09-29 06:52:14.314284"]] TRANSACTION (5.7ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.374112"], ["updated_at", "2022-09-29 06:52:14.374124"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\xA3\xE6\xA7\x8D\xE9\x8A\xB7\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\xA3\xE6\xA7\x8D\xE9\x8A\xB7\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.409464"], ["updated_at", "2022-09-29 06:52:14.409465"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\xA3\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\xA3\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.437952"], ["updated_at", "2022-09-29 06:52:14.437953"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.469153"], ["updated_at", "2022-09-29 06:52:14.469154"]] TRANSACTION (2.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.491260"], ["updated_at", "2022-09-29 06:52:14.491261"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.518142"], ["updated_at", "2022-09-29 06:52:14.518143"]] TRANSACTION (4.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.556192"], ["updated_at", "2022-09-29 06:52:14.556193"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x9B\xBE\xE7\xBA\xB8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x9B\xBE\xE7\xBA\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.582530"], ["updated_at", "2022-09-29 06:52:14.582531"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.605199"], ["updated_at", "2022-09-29 06:52:14.605200"]] TRANSACTION (9.7ms) COMMIT User Load (7.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.645485"], ["updated_at", "2022-09-29 06:52:14.645486"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.686363"], ["updated_at", "2022-09-29 06:52:14.686365"]] TRANSACTION (3.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.718574"], ["updated_at", "2022-09-29 06:52:14.718574"]] TRANSACTION (5.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBA\xA7,\xE5\xBD\xB1\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBA\xA7,\xE5\xBD\xB1\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.763874"], ["updated_at", "2022-09-29 06:52:14.763876"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBA\xA7,\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBA\xA7,\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.805886"], ["updated_at", "2022-09-29 06:52:14.805886"]] TRANSACTION (6.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.836323"], ["updated_at", "2022-09-29 06:52:14.836324"]] TRANSACTION (5.3ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE6\xBF\x80\xE6\x83\x85\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE6\xBF\x80\xE6\x83\x85\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.887445"], ["updated_at", "2022-09-29 06:52:14.887446"]] TRANSACTION (4.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.926422"], ["updated_at", "2022-09-29 06:52:14.926424"]] TRANSACTION (4.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.961304"], ["updated_at", "2022-09-29 06:52:14.961304"]] TRANSACTION (7.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (13.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBD\x91\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBD\x91\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:14.995571"], ["updated_at", "2022-09-29 06:52:14.995572"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE8\x82\xA1\xE5\x8A\xBF\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE8\x82\xA1\xE5\x8A\xBF\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.050123"], ["updated_at", "2022-09-29 06:52:15.050126"]] TRANSACTION (5.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE8\xA7\x92"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE8\xA7\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.097471"], ["updated_at", "2022-09-29 06:52:15.097473"]] TRANSACTION (8.3ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE8\xA7\x92\xE5\x9C\xB0\xE5\xB8\xA6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE8\xA7\x92\xE5\x9C\xB0\xE5\xB8\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.153721"], ["updated_at", "2022-09-29 06:52:15.153723"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE9\x99\xAA"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE9\x99\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.185292"], ["updated_at", "2022-09-29 06:52:15.185292"]] TRANSACTION (4.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE9\xBB\x9E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE9\xBB\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.213108"], ["updated_at", "2022-09-29 06:52:15.213108"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A \xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A \xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.242373"], ["updated_at", "2022-09-29 06:52:15.242377"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE4\xB8\x80\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE4\xB8\x80\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.279513"], ["updated_at", "2022-09-29 06:52:15.279514"]] TRANSACTION (3.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE4\xB8\x8D\xE5\xB0\x81\xE9\xA1\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE4\xB8\x8D\xE5\xB0\x81\xE9\xA1\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.309153"], ["updated_at", "2022-09-29 06:52:15.309154"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.337249"], ["updated_at", "2022-09-29 06:52:15.337252"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.374723"], ["updated_at", "2022-09-29 06:52:15.374723"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.401424"], ["updated_at", "2022-09-29 06:52:15.401425"]] TRANSACTION (3.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE5\x93\x81\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE5\x93\x81\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.430824"], ["updated_at", "2022-09-29 06:52:15.430825"]] TRANSACTION (6.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.466442"], ["updated_at", "2022-09-29 06:52:15.466443"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\x9E\xB6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\x9E\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.501044"], ["updated_at", "2022-09-29 06:52:15.501046"]] TRANSACTION (4.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xAD\xA4\xE5\x84\xBF\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xAD\xA4\xE5\x84\xBF\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.532625"], ["updated_at", "2022-09-29 06:52:15.532656"]] TRANSACTION (4.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8C\x87\xE5\xAE\x9A"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8C\x87\xE5\xAE\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.574011"], ["updated_at", "2022-09-29 06:52:15.574012"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB8\x82\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA \xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB8\x82\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA \xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.603836"], ["updated_at", "2022-09-29 06:52:15.603837"]] TRANSACTION (3.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.631178"], ["updated_at", "2022-09-29 06:52:15.631179"]] TRANSACTION (6.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE6\xB0\x94\xE6\x9E\xAA\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE6\xB0\x94\xE6\x9E\xAA\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.670598"], ["updated_at", "2022-09-29 06:52:15.670599"]] TRANSACTION (4.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE6\xB0\x94\xE6\x9E\xAA\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE6\xB0\x94\xE6\x9E\xAA\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.697098"], ["updated_at", "2022-09-29 06:52:15.697099"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.726522"], ["updated_at", "2022-09-29 06:52:15.726523"]] TRANSACTION (9.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE7\x89\x8C\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA\xE4\xB8\x93"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE7\x89\x8C\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA\xE4\xB8\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.784581"], ["updated_at", "2022-09-29 06:52:15.784583"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.818337"], ["updated_at", "2022-09-29 06:52:15.818338"]] TRANSACTION (5.2ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE7\x8F\xAD\xE6\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE7\x8F\xAD\xE6\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.858813"], ["updated_at", "2022-09-29 06:52:15.858814"]] TRANSACTION (5.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE7\xBD\x91\xE6\x96\x87\xE5\x87\xAD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE7\xBD\x91\xE6\x96\x87\xE5\x87\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.896668"], ["updated_at", "2022-09-29 06:52:15.896669"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE7\xBD\x91\xE8\xA3\xB8\xE8\x81\x8A\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE7\xBD\x91\xE8\xA3\xB8\xE8\x81\x8A\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.921194"], ["updated_at", "2022-09-29 06:52:15.921195"]] TRANSACTION (5.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE8\xAE\xBF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE8\xAE\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.951626"], ["updated_at", "2022-09-29 06:52:15.951627"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.979858"], ["updated_at", "2022-09-29 06:52:15.979858"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE9\x97\xA8\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1QQ"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE9\x97\xA8\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:15.999977"], ["updated_at", "2022-09-29 06:52:15.999977"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE9\x97\xA8\xE6\xBF\x80"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE9\x97\xA8\xE6\xBF\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.027829"], ["updated_at", "2022-09-29 06:52:16.027830"]] TRANSACTION (6.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xEF\xBC\x8C\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xEF\xBC\x8C\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.064756"], ["updated_at", "2022-09-29 06:52:16.064757"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B \xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B \xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.091423"], ["updated_at", "2022-09-29 06:52:16.091424"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE4\xB8\x80\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE4\xB8\x80\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.118089"], ["updated_at", "2022-09-29 06:52:16.118090"]] TRANSACTION (4.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE4\xB8\x80\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE4\xB8\x80\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.145428"], ["updated_at", "2022-09-29 06:52:16.145429"]] TRANSACTION (7.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.182634"], ["updated_at", "2022-09-29 06:52:16.182634"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE5\x8D\x8A\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE5\x8D\x8A\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.204949"], ["updated_at", "2022-09-29 06:52:16.204950"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE5\x9B\x9E\xE5\x88\x86\xE8\xA7\xA3"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE5\x9B\x9E\xE5\x88\x86\xE8\xA7\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.227473"], ["updated_at", "2022-09-29 06:52:16.227474"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE6\x9E\xB6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE6\x9E\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.264536"], ["updated_at", "2022-09-29 06:52:16.264537"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE6\xB3\x95\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE6\xB3\x95\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.289715"], ["updated_at", "2022-09-29 06:52:16.289715"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE6\xB5\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE6\xB5\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.311257"], ["updated_at", "2022-09-29 06:52:16.311258"]] TRANSACTION (3.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE6\xB5\x81\xE5\x9C\xB0\xE5\xB8\xA6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE6\xB5\x81\xE5\x9C\xB0\xE5\xB8\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.337024"], ["updated_at", "2022-09-29 06:52:16.337025"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.371244"], ["updated_at", "2022-09-29 06:52:16.371244"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE8\x85\xB9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE8\x85\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.394098"], ["updated_at", "2022-09-29 06:52:16.394099"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE8\xB3\xA4"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE8\xB3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.418929"], ["updated_at", "2022-09-29 06:52:16.418930"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE8\xB4\xB1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE8\xB4\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.458821"], ["updated_at", "2022-09-29 06:52:16.458824"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.485824"], ["updated_at", "2022-09-29 06:52:16.485825"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE8\xBA\xAB\xE8\xB5\xB0\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE8\xBA\xAB\xE8\xB5\xB0\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.511728"], ["updated_at", "2022-09-29 06:52:16.511728"]] TRANSACTION (6.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE8\xBD\xBD\xE9\x80\x9F\xE5\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE8\xBD\xBD\xE9\x80\x9F\xE5\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.543467"], ["updated_at", "2022-09-29 06:52:16.543468"]] TRANSACTION (4.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.578775"], ["updated_at", "2022-09-29 06:52:16.578776"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE9\x9D\xA2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE9\x9D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.602292"], ["updated_at", "2022-09-29 06:52:16.602293"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE9\xAB\x94"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE9\xAB\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.627728"], ["updated_at", "2022-09-29 06:52:16.627728"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE4\xBC\xA6\xE4\xB9\x8B\xE6\x81\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE4\xBC\xA6\xE4\xB9\x8B\xE6\x81\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.661643"], ["updated_at", "2022-09-29 06:52:16.661644"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE5\x8F\xAF\xE6\x8F\x8F\xE8\xBF\xB0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE5\x8F\xAF\xE6\x8F\x8F\xE8\xBF\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.688864"], ["updated_at", "2022-09-29 06:52:16.688865"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE6\x9F\xA5\xE5\x85\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE6\x9F\xA5\xE5\x85\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.718643"], ["updated_at", "2022-09-29 06:52:16.718644"]] TRANSACTION (5.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE6\x9F\xA5\xE9\x83\xBD"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE6\x9F\xA5\xE9\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.749274"], ["updated_at", "2022-09-29 06:52:16.749275"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE7\xA9\xBF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE7\xA9\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.780982"], ["updated_at", "2022-09-29 06:52:16.780983"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE8\x89\xAF\xE5\xB0\x91\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE8\x89\xAF\xE5\xB0\x91\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.801523"], ["updated_at", "2022-09-29 06:52:16.801523"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE8\x89\xAF\xE5\xB0\x91\xE5\xB0\x91\xE6\x97\xA5\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE8\x89\xAF\xE5\xB0\x91\xE5\xB0\x91\xE6\x97\xA5\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.824234"], ["updated_at", "2022-09-29 06:52:16.824234"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE9\x94\x99"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE9\x94\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.848459"], ["updated_at", "2022-09-29 06:52:16.848460"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE9\x99\x90\xE5\x88\xB6\xE6\x97\xB6\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE9\x99\x90\xE5\x88\xB6\xE6\x97\xB6\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.876385"], ["updated_at", "2022-09-29 06:52:16.876386"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE9\x9B\x85\xE4\xB9\x8B\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE9\x9B\x85\xE4\xB9\x8B\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.912403"], ["updated_at", "2022-09-29 06:52:16.912404"]] TRANSACTION (4.8ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8E\xE5\xB0\x91\xE5\xA6\x87\xE4\xBD\x9C\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8E\xE5\xB0\x91\xE5\xA6\x87\xE4\xBD\x9C\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.945511"], ["updated_at", "2022-09-29 06:52:16.945512"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8E\xE7\x8B\x97\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8E\xE7\x8B\x97\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:16.980508"], ["updated_at", "2022-09-29 06:52:16.980508"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x93\xE4\xB8\x9A\xE4\xBB\xA3\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x93\xE4\xB8\x9A\xE4\xBB\xA3\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:17.008709"], ["updated_at", "2022-09-29 06:52:17.008710"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x93\xE4\xB8\x9A\xE5\x87\xBA\xE5\x94\xAE\xE5\x90\x84\xE7\xA7\x8D\xE8\xBF\xB7\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x93\xE4\xB8\x9A\xE5\x87\xBA\xE5\x94\xAE\xE5\x90\x84\xE7\xA7\x8D\xE8\xBF\xB7\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:17.034850"], ["updated_at", "2022-09-29 06:52:17.034851"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x93\xE4\xB8\x9A\xE5\x8A\x9E\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x93\xE4\xB8\x9A\xE5\x8A\x9E\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:17.070258"], ["updated_at", "2022-09-29 06:52:17.070259"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x93\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x93\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:17.093789"], ["updated_at", "2022-09-29 06:52:17.093790"]] TRANSACTION (3.4ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x93\xE5\x88\xB6\xE6\x94\xBF\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x93\xE5\x88\xB6\xE6\x94\xBF\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:17.119772"], ["updated_at", "2022-09-29 06:52:17.119773"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x93\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x93\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:17.148220"], ["updated_at", "2022-09-29 06:52:17.148221"]] TRANSACTION (4.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x93\xE6\x94\xBF\xE6\x9C\xBA\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x93\xE6\x94\xBF\xE6\x9C\xBA\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:17.180678"], ["updated_at", "2022-09-29 06:52:17.180678"]] TRANSACTION (2.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x96\xE7\x95\x8C\xE4\xB9\x8B\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x96\xE7\x95\x8C\xE4\xB9\x8B\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:17.203412"], ["updated_at", "2022-09-29 06:52:17.203413"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x96\xE7\x95\x8C\xE6\x97\xA5\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x96\xE7\x95\x8C\xE6\x97\xA5\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:17.224513"], ["updated_at", "2022-09-29 06:52:17.224513"]] TRANSACTION (3.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x96\xE7\x95\x8C\xE7\xBB\x8F\xE6\xB5\x8E\xE5\xAF\xBC\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x96\xE7\x95\x8C\xE7\xBB\x8F\xE6\xB5\x8E\xE5\xAF\xBC\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:17.292565"], ["updated_at", "2022-09-29 06:52:17.292567"]] TRANSACTION (4.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x98\xE5\xB9\xBF\xE9\x92\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x98\xE5\xB9\xBF\xE9\x92\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:17.407670"], ["updated_at", "2022-09-29 06:52:17.407670"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9A\xE5\x8A\x9B\xE5\x9B\x9E\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9A\xE5\x8A\x9B\xE5\x9B\x9E\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:17.428110"], ["updated_at", "2022-09-29 06:52:17.428110"]] TRANSACTION (4.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9A\xE5\x8A\x9B\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9A\xE5\x8A\x9B\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:17.460589"], ["updated_at", "2022-09-29 06:52:17.460590"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9B\xE7\xA6\x8F\xE5\xA5\x8E"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9B\xE7\xA6\x8F\xE5\xA5\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:17.485620"], ["updated_at", "2022-09-29 06:52:17.485620"]] TRANSACTION (1004.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE4\xBA\xAC\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE4\xBA\xAC\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.527046"], ["updated_at", "2022-09-29 06:52:18.527047"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE4\xBA\xAC\xE7\x83\xAD\xE6\x97\xA0\xE7\xA0\x81\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE4\xBA\xAC\xE7\x83\xAD\xE6\x97\xA0\xE7\xA0\x81\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.556688"], ["updated_at", "2022-09-29 06:52:18.556689"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE4\xBC\x8A\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE4\xBC\x8A\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.583000"], ["updated_at", "2022-09-29 06:52:18.583001"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE5\x8C\x97"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE5\x8C\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.609762"], ["updated_at", "2022-09-29 06:52:18.609763"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE5\x8C\x97\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE5\x8C\x97\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.633858"], ["updated_at", "2022-09-29 06:52:18.633858"]] TRANSACTION (6.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE5\x8C\x97\xE9\xA3\x8E\xE6\x83\x85\xE7\x86\x9F\xE5\xA5\xB3\xE4\xB9\x8B\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE5\x8C\x97\xE9\xA3\x8E\xE6\x83\x85\xE7\x86\x9F\xE5\xA5\xB3\xE4\xB9\x8B\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.672773"], ["updated_at", "2022-09-29 06:52:18.672774"]] TRANSACTION (3.6ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE5\x8D\x97\xE8\xA5\xBF\xE5\x8C\x97\xE8\xAE\xBA\xE8\xB0\x88"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE5\x8D\x97\xE8\xA5\xBF\xE5\x8C\x97\xE8\xAE\xBA\xE8\xB0\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.713724"], ["updated_at", "2022-09-29 06:52:18.713724"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE5\x9C\x9F\xE8\x80\xB3\xE5\x85\xB6\xE6\x96\xAF\xE5\x9D\xA6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE5\x9C\x9F\xE8\x80\xB3\xE5\x85\xB6\xE6\x96\xAF\xE5\x9D\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.739684"], ["updated_at", "2022-09-29 06:52:18.739686"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE5\xA4\x8D\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE5\xA4\x8D\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.777601"], ["updated_at", "2022-09-29 06:52:18.777602"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE5\xBE\xAE\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE5\xBE\xAE\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.815411"], ["updated_at", "2022-09-29 06:52:18.815411"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE6\x97\xB6\xE7\xA9\xBA"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE6\x97\xB6\xE7\xA9\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.841306"], ["updated_at", "2022-09-29 06:52:18.841306"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE7\xBA\xA2\xE6\x97\xB6\xE7\xA9\xBA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE7\xBA\xA2\xE6\x97\xB6\xE7\xA9\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.879205"], ["updated_at", "2022-09-29 06:52:18.879207"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE9\x97\xAA\xE7\x94\xB5"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE9\x97\xAA\xE7\x94\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.906932"], ["updated_at", "2022-09-29 06:52:18.906933"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE6\xA3\xAE\xE6\x96\xB0\xE9\x97\xBB\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE6\xA3\xAE\xE6\x96\xB0\xE9\x97\xBB\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.933904"], ["updated_at", "2022-09-29 06:52:18.933904"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE6\xA3\xAE\xE7\x94\xB5\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE6\xA3\xAE\xE7\x94\xB5\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.967194"], ["updated_at", "2022-09-29 06:52:18.967195"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:18.994414"], ["updated_at", "2022-09-29 06:52:18.994415"]] TRANSACTION (4.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE7\xAA\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE7\xAA\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.024234"], ["updated_at", "2022-09-29 06:52:19.024235"]] TRANSACTION (6.7ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE7\xAA\x81\xE5\x8E\xA5\xE6\x96\xAF\xE5\x9D\xA6\xE8\xA7\xA3\xE6\x94\xBE\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE7\xAA\x81\xE5\x8E\xA5\xE6\x96\xAF\xE5\x9D\xA6\xE8\xA7\xA3\xE6\x94\xBE\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.057039"], ["updated_at", "2022-09-29 06:52:19.057040"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE7\xAA\x81\xE8\xA7\xA3\xE6\x94\xBE\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE7\xAA\x81\xE8\xA7\xA3\xE6\x94\xBE\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.089147"], ["updated_at", "2022-09-29 06:52:19.089148"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE8\xA5\xBF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE8\xA5\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.117511"], ["updated_at", "2022-09-29 06:52:19.117512"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE8\xA5\xBF\xE5\x8D\x97\xE5\x8C\x97\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE8\xA5\xBF\xE5\x8D\x97\xE5\x8C\x97\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.139794"], ["updated_at", "2022-09-29 06:52:19.139796"]] TRANSACTION (5.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE6\x83\x85\xE4\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE6\x83\x85\xE4\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.179980"], ["updated_at", "2022-09-29 06:52:19.179981"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE6\x8A\xA4\xE5\xA3\xAB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE6\x8A\xA4\xE5\xA3\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.208190"], ["updated_at", "2022-09-29 06:52:19.208191"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xA2\x9C"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xA2\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.240363"], ["updated_at", "2022-09-29 06:52:19.240363"]] TRANSACTION (4.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE4\xBF\x9D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE4\xBF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.275491"], ["updated_at", "2022-09-29 06:52:19.275492"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.302420"], ["updated_at", "2022-09-29 06:52:19.302421"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE6\x81\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE6\x81\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.324246"], ["updated_at", "2022-09-29 06:52:19.324247"]] TRANSACTION (3.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.348554"], ["updated_at", "2022-09-29 06:52:19.348558"]] TRANSACTION (5.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.383720"], ["updated_at", "2022-09-29 06:52:19.383721"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xAF\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xAF\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.410436"], ["updated_at", "2022-09-29 06:52:19.410437"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xB6\xB3\xE6\x8C\x89"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xB6\xB3\xE6\x8C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.433287"], ["updated_at", "2022-09-29 06:52:19.433288"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA2\xE6\x8E\x89\xE8\xA3\xA4\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA2\xE6\x8E\x89\xE8\xA3\xA4\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.458279"], ["updated_at", "2022-09-29 06:52:19.458280"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE3\x80\x82\xE8\x85\xBF\xE3\x80\x82\xE4\xB9\x8B\xE3\x80\x82\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE3\x80\x82\xE8\x85\xBF\xE3\x80\x82\xE4\xB9\x8B\xE3\x80\x82\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.490287"], ["updated_at", "2022-09-29 06:52:19.490288"]] TRANSACTION (3.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE4\xB8\x87\xE9\x83\xA8VIP\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE4\xB8\x87\xE9\x83\xA8VIP\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.518704"], ["updated_at", "2022-09-29 06:52:19.518704"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE4\xB8\xAA\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE4\xB8\xAA\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.541919"], ["updated_at", "2022-09-29 06:52:19.541919"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.576092"], ["updated_at", "2022-09-29 06:52:19.576093"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE4\xBB\xA3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE4\xBB\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.604195"], ["updated_at", "2022-09-29 06:52:19.604196"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE5\x8F\x88\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE5\x8F\x88\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.627030"], ["updated_at", "2022-09-29 06:52:19.627031"]] TRANSACTION (3.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE6\x8A\xA5\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE6\x8A\xA5\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.653224"], ["updated_at", "2022-09-29 06:52:19.653225"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE6\x96\xB0\xE9\x97\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE6\x96\xB0\xE9\x97\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.689769"], ["updated_at", "2022-09-29 06:52:19.689770"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.717774"], ["updated_at", "2022-09-29 06:52:19.717775"]] TRANSACTION (2.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE4\xB8\x89\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE4\xB8\x89\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.740708"], ["updated_at", "2022-09-29 06:52:19.740709"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE4\xB8\x89\xE5\x9C\xB0\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE4\xB8\x89\xE5\x9C\xB0\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.773625"], ["updated_at", "2022-09-29 06:52:19.773626"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE5\x85\xB3\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE5\x85\xB3\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.801633"], ["updated_at", "2022-09-29 06:52:19.801633"]] TRANSACTION (2.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE6\x88\x98\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE6\x88\x98\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.824872"], ["updated_at", "2022-09-29 06:52:19.824873"]] TRANSACTION (3.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE6\x89\x8D\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE6\x89\x8D\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.848919"], ["updated_at", "2022-09-29 06:52:19.848920"]] TRANSACTION (6.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.887396"], ["updated_at", "2022-09-29 06:52:19.887398"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE6\x80\xA7\xE6\xB7\xAB\xE4\xB9\xB1\xE5\x9C\xB0\xE5\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE6\x80\xA7\xE6\xB7\xAB\xE4\xB9\xB1\xE5\x9C\xB0\xE5\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.914937"], ["updated_at", "2022-09-29 06:52:19.914938"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE6\x80\xA7\xE7\x8B\x82\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE6\x80\xA7\xE7\x8B\x82\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.937789"], ["updated_at", "2022-09-29 06:52:19.937790"]] TRANSACTION (4.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:19.973123"], ["updated_at", "2022-09-29 06:52:19.973124"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE8\x85\xBF\xE4\xB9\x8B\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE8\x85\xBF\xE4\xB9\x8B\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.010417"], ["updated_at", "2022-09-29 06:52:20.010418"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA5\xE5\xAE\xB6\xE5\x85\xB6"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA5\xE5\xAE\xB6\xE5\x85\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.041830"], ["updated_at", "2022-09-29 06:52:20.041830"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA5\xE5\xAE\xB6\xE7\xA5\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA5\xE5\xAE\xB6\xE7\xA5\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.078552"], ["updated_at", "2022-09-29 06:52:20.078553"]] TRANSACTION (5.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA5\xE6\x99\x93\xE7\x8E\xB2"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA5\xE6\x99\x93\xE7\x8E\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.118256"], ["updated_at", "2022-09-29 06:52:20.118257"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA5\xE9\x87\x8D\xE8\xBF\x9D\xE7\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA5\xE9\x87\x8D\xE8\xBF\x9D\xE7\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.153822"], ["updated_at", "2022-09-29 06:52:20.153823"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAAqb"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAAqb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.191318"], ["updated_at", "2022-09-29 06:52:20.191319"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAA\xE4\xBA\xBA\xE5\x9C\x86\xE6\xBB\xA1\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAA\xE4\xBA\xBA\xE5\x9C\x86\xE6\xBB\xA1\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.212401"], ["updated_at", "2022-09-29 06:52:20.212401"]] TRANSACTION (2.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAA\xE4\xBA\xBA\xE5\xB4\x87\xE6\x8B\x9C"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAA\xE4\xBA\xBA\xE5\xB4\x87\xE6\x8B\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.232870"], ["updated_at", "2022-09-29 06:52:20.232871"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAA\xE5\x9B\x9B\xE5\xB0\x8F\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAA\xE5\x9B\x9B\xE5\xB0\x8F\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.258880"], ["updated_at", "2022-09-29 06:52:20.258881"]] TRANSACTION (3.8ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAA\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAA\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.296207"], ["updated_at", "2022-09-29 06:52:20.296208"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAA\xE9\x82\xAA\xE7\x9A\x84\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAA\xE9\x82\xAA\xE7\x9A\x84\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.318227"], ["updated_at", "2022-09-29 06:52:20.318228"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAB\xE4\xB8\x8E\xE7\x8E\x8B\xE7\x9B\x8A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAB\xE4\xB8\x8E\xE7\x8E\x8B\xE7\x9B\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.340998"], ["updated_at", "2022-09-29 06:52:20.340999"]] TRANSACTION (4.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD \xE6\x96\x87 \xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD \xE6\x96\x87 \xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.380076"], ["updated_at", "2022-09-29 06:52:20.380077"]] TRANSACTION (3.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xADgong"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xADgong"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.409333"], ["updated_at", "2022-09-29 06:52:20.409334"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.432104"], ["updated_at", "2022-09-29 06:52:20.432105"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE4\xBF\x84\xE8\xBE\xB9\xE7\x95\x8C"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE4\xBF\x84\xE8\xBE\xB9\xE7\x95\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.460843"], ["updated_at", "2022-09-29 06:52:20.460843"]] TRANSACTION (6.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.494398"], ["updated_at", "2022-09-29 06:52:20.494399"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE4\xB8\x93\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE4\xB8\x93\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.520327"], ["updated_at", "2022-09-29 06:52:20.520328"]] TRANSACTION (3.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE4\xBB\xBB\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE4\xBB\xBB\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.546166"], ["updated_at", "2022-09-29 06:52:20.546167"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE4\xBF\x9D\xE5\x91\xBD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE4\xBF\x9D\xE5\x91\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.581586"], ["updated_at", "2022-09-29 06:52:20.581587"]] TRANSACTION (2.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\x85\x9A\xE6\x96\x87\xE5\x8C\x96"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\x85\x9A\xE6\x96\x87\xE5\x8C\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.608625"], ["updated_at", "2022-09-29 06:52:20.608626"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xA4\xAA\xE5\xAD\x90\xE5\x85\x9A\xE5\x92\x8C\xE8\xB4\xAA\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xA4\xAA\xE5\xAD\x90\xE5\x85\x9A\xE5\x92\x8C\xE8\xB4\xAA\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.629726"], ["updated_at", "2022-09-29 06:52:20.629727"]] TRANSACTION (3.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xAA\x92\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xAA\x92\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.653397"], ["updated_at", "2022-09-29 06:52:20.653397"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB0\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB0\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.684696"], ["updated_at", "2022-09-29 06:52:20.684696"]] TRANSACTION (2.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.708860"], ["updated_at", "2022-09-29 06:52:20.708864"]] TRANSACTION (4.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB0\x8F\xE4\xB8\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB0\x8F\xE4\xB8\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.737705"], ["updated_at", "2022-09-29 06:52:20.737706"]] TRANSACTION (6.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB8\x9D\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB8\x9D\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.781951"], ["updated_at", "2022-09-29 06:52:20.781952"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB8\xAE\xE5\x87\xB6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB8\xAE\xE5\x87\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.825311"], ["updated_at", "2022-09-29 06:52:20.825312"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xBD\x93\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xBD\x93\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.850362"], ["updated_at", "2022-09-29 06:52:20.850362"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x81\x90\xE6\x83\xA7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x81\x90\xE6\x83\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.884566"], ["updated_at", "2022-09-29 06:52:20.884567"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x81\xB6\xE9\x9C\xB8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x81\xB6\xE9\x9C\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.908557"], ["updated_at", "2022-09-29 06:52:20.908557"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x94\xBF\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x94\xBF\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.928779"], ["updated_at", "2022-09-29 06:52:20.928780"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x94\xBF\xE6\xB2\xBB\xE6\xB8\xB8\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x94\xBF\xE6\xB2\xBB\xE6\xB8\xB8\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.953483"], ["updated_at", "2022-09-29 06:52:20.953483"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x9A\xB4\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x9A\xB4\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:20.986851"], ["updated_at", "2022-09-29 06:52:20.986852"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x9A\xB4\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x9A\xB4\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.011142"], ["updated_at", "2022-09-29 06:52:21.011142"]] TRANSACTION (2.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.031205"], ["updated_at", "2022-09-29 06:52:21.031205"]] TRANSACTION (5.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\xB4\x97\xE8\x84\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\xB4\x97\xE8\x84\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.059817"], ["updated_at", "2022-09-29 06:52:21.059818"]] TRANSACTION (5.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\xB5\x81\xE6\xB0\x93\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\xB5\x81\xE6\xB0\x93\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.095834"], ["updated_at", "2022-09-29 06:52:21.095835"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\xB5\x81\xE6\xB0\x93\xE7\x89\xB9\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\xB5\x81\xE6\xB0\x93\xE7\x89\xB9\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.123487"], ["updated_at", "2022-09-29 06:52:21.123488"]] TRANSACTION (4.8ms) COMMIT User Load (22.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x89\xB9\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x89\xB9\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.177728"], ["updated_at", "2022-09-29 06:52:21.177729"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x89\xB9\xE5\x8A\xA1\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x89\xB9\xE5\x8A\xA1\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.212135"], ["updated_at", "2022-09-29 06:52:21.212136"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x8B\xAC\xE6\x9E\xAD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x8B\xAC\xE6\x9E\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.236008"], ["updated_at", "2022-09-29 06:52:21.236009"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x8B\xAC\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x8B\xAC\xE8\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.264273"], ["updated_at", "2022-09-29 06:52:21.264273"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x9A\x84\xE7\xBD\xAA\xE6\x81\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x9A\x84\xE7\xBD\xAA\xE6\x81\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.288838"], ["updated_at", "2022-09-29 06:52:21.288839"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x9A\x84\xE8\xA1\x80\xE6\x97\x97"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x9A\x84\xE8\xA1\x80\xE6\x97\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.317397"], ["updated_at", "2022-09-29 06:52:21.317398"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x9B\x91\xE7\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x9B\x91\xE7\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.341125"], ["updated_at", "2022-09-29 06:52:21.341126"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\xAC\xAC\xE5\x85\xAD\xE4\xBB\xA3\xE6\x98\x8E\xE6\x98\x9F\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\xAC\xAC\xE5\x85\xAD\xE4\xBB\xA3\xE6\x98\x8E\xE6\x98\x9F\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.366327"], ["updated_at", "2022-09-29 06:52:21.366327"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\xBD\x91\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\xBD\x91\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.394311"], ["updated_at", "2022-09-29 06:52:21.394311"]] TRANSACTION (2.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\x85\x90\xE8\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\x85\x90\xE8\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.413662"], ["updated_at", "2022-09-29 06:52:21.413663"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.439218"], ["updated_at", "2022-09-29 06:52:21.439219"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xA7\xA3\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xA7\xA3\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.470837"], ["updated_at", "2022-09-29 06:52:21.470838"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.498864"], ["updated_at", "2022-09-29 06:52:21.498866"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xB5\xB0\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xB5\xB0\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.520916"], ["updated_at", "2022-09-29 06:52:21.520917"]] TRANSACTION (2.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xBF\x91\xE6\x9C\x9F\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xBF\x91\xE6\x9C\x9F\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.542477"], ["updated_at", "2022-09-29 06:52:21.542477"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xBF\xAB\xE5\xAE\xB3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xBF\xAB\xE5\xAE\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.570084"], ["updated_at", "2022-09-29 06:52:21.570085"]] TRANSACTION (3.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\x80\x80\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\x80\x80\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.600072"], ["updated_at", "2022-09-29 06:52:21.600072"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\x82\xAA\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\x82\xAA\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.621494"], ["updated_at", "2022-09-29 06:52:21.621495"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\x82\xAA\xE6\xAF\x92\xE7\xB4\xA0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\x82\xAA\xE6\xAF\x92\xE7\xB4\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.644935"], ["updated_at", "2022-09-29 06:52:21.644935"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\xBB\x91"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.679376"], ["updated_at", "2022-09-29 06:52:21.679377"]] TRANSACTION (3.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\xBB\x91\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\xBB\x91\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.709758"], ["updated_at", "2022-09-29 06:52:21.709759"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.732822"], ["updated_at", "2022-09-29 06:52:21.732822"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8A\x9E\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8A\x9E\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.760123"], ["updated_at", "2022-09-29 06:52:21.760124"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.789879"], ["updated_at", "2022-09-29 06:52:21.789880"]] TRANSACTION (6.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE4\xBA\xBA\xE6\xB0\x91\xE5\x85\xB1\xE5\x92\x8C\xE5\x9B\xBD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE4\xBA\xBA\xE6\xB0\x91\xE5\x85\xB1\xE5\x92\x8C\xE5\x9B\xBD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.822672"], ["updated_at", "2022-09-29 06:52:21.822673"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE4\xBA\xBA\xE6\xB0\x91\xE5\xAE\x9E\xE8\xAF\x9D\xE5\xAE\x9E\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE4\xBA\xBA\xE6\xB0\x91\xE5\xAE\x9E\xE8\xAF\x9D\xE5\xAE\x9E\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.850936"], ["updated_at", "2022-09-29 06:52:21.850938"]] TRANSACTION (5.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE4\xBA\xBA\xE6\xB0\x91\xE6\xAD\xA3\xE9\x82\xAA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE4\xBA\xBA\xE6\xB0\x91\xE6\xAD\xA3\xE9\x82\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.881834"], ["updated_at", "2022-09-29 06:52:21.881835"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\x85\xBB\xE7\x94\x9F\xE7\x9B\x8A\xE6\x99\xBA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\x85\xBB\xE7\x94\x9F\xE7\x9B\x8A\xE6\x99\xBA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.912493"], ["updated_at", "2022-09-29 06:52:21.912493"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\x85\xBB\xE7\x94\x9F\xE7\x9B\x8A\xE6\x99\xBA\xE6\xB0\x94"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\x85\xBB\xE7\x94\x9F\xE7\x9B\x8A\xE6\x99\xBA\xE6\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.934986"], ["updated_at", "2022-09-29 06:52:21.934987"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xA4\xA7\xE4\xBC\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xA4\xA7\xE4\xBC\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.963569"], ["updated_at", "2022-09-29 06:52:21.963570"]] TRANSACTION (5.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xA4\xA7\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xA4\xA7\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:21.995185"], ["updated_at", "2022-09-29 06:52:21.995185"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xB1\x80\xE5\x9F\x9F\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xB1\x80\xE5\x9F\x9F\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.017437"], ["updated_at", "2022-09-29 06:52:22.017438"]] TRANSACTION (2.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xB8\x9D\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xB8\x9D\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.036700"], ["updated_at", "2022-09-29 06:52:22.036700"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE6\x97\xB6\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE6\x97\xB6\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.064859"], ["updated_at", "2022-09-29 06:52:22.064860"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE6\x98\x86\xE4\xBB\x91\xE5\xA5\xB3\xE7\xA5\x9E\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE6\x98\x86\xE4\xBB\x91\xE5\xA5\xB3\xE7\xA5\x9E\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.101650"], ["updated_at", "2022-09-29 06:52:22.101650"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE6\xB0\x91\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE6\xB0\x91\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.124765"], ["updated_at", "2022-09-29 06:52:22.124766"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE7\x9C\x9F\xE5\xAE\x9E\xE6\x8A\xA5\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE7\x9C\x9F\xE5\xAE\x9E\xE6\x8A\xA5\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.145498"], ["updated_at", "2022-09-29 06:52:22.145499"]] TRANSACTION (6.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE8\x81\x94\xE9\x82\xA6"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE8\x81\x94\xE9\x82\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.183485"], ["updated_at", "2022-09-29 06:52:22.183486"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE8\x81\x94\xE9\x82\xA6\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE8\x81\x94\xE9\x82\xA6\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.212144"], ["updated_at", "2022-09-29 06:52:22.212145"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE8\xAE\xB2\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE8\xAE\xB2\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.234162"], ["updated_at", "2022-09-29 06:52:22.234163"]] TRANSACTION (5.6ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.264419"], ["updated_at", "2022-09-29 06:52:22.264420"]] TRANSACTION (6.4ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE6\x81\xA9\xE4\xBB\x87\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE6\x81\xA9\xE4\xBB\x87\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.334991"], ["updated_at", "2022-09-29 06:52:22.334992"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.376135"], ["updated_at", "2022-09-29 06:52:22.376136"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.404033"], ["updated_at", "2022-09-29 06:52:22.404034"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE7\x9A\x84\xE6\x9D\x83\xE5\x8A\x9B\xE6\xB8\xB8\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE7\x9A\x84\xE6\x9D\x83\xE5\x8A\x9B\xE6\xB8\xB8\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.427812"], ["updated_at", "2022-09-29 06:52:22.427813"]] TRANSACTION (2.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE9\xBB\x91\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE9\xBB\x91\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.451367"], ["updated_at", "2022-09-29 06:52:22.451368"]] TRANSACTION (5.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\xB0\xE8\xBE\xB9\xE7\x95\x8C\xE8\xB0\x88\xE5\x88\xA4\xE7\xBB\x93\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\xB0\xE8\xBE\xB9\xE7\x95\x8C\xE8\xB0\x88\xE5\x88\xA4\xE7\xBB\x93\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.485878"], ["updated_at", "2022-09-29 06:52:22.485880"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8E\x9F\xE6\xB2\xB9\xE7\x94\xB0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8E\x9F\xE6\xB2\xB9\xE7\x94\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.510435"], ["updated_at", "2022-09-29 06:52:22.510436"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.530925"], ["updated_at", "2022-09-29 06:52:22.530926"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD54\xE5\xBC\x8F762mm\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD54\xE5\xBC\x8F762mm\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.553080"], ["updated_at", "2022-09-29 06:52:22.553081"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBDzf"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBDzf"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.586573"], ["updated_at", "2022-09-29 06:52:22.586574"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xB8\x8D\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xB8\x8D\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.610843"], ["updated_at", "2022-09-29 06:52:22.610844"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xB9\x8B\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xB9\x8B\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.632253"], ["updated_at", "2022-09-29 06:52:22.632254"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.740691"], ["updated_at", "2022-09-29 06:52:22.740693"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE6\xB0\x91\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE6\xB0\x91\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.790914"], ["updated_at", "2022-09-29 06:52:22.790914"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE9\x83\xBD\xE5\x9C\xA8\xE4\xB8\x8A\xE5\x9B\x9B\xE5\xA4\xA7\xE5\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE9\x83\xBD\xE5\x9C\xA8\xE4\xB8\x8A\xE5\x9B\x9B\xE5\xA4\xA7\xE5\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.813726"], ["updated_at", "2022-09-29 06:52:22.813727"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE9\x83\xBD\xE5\x9C\xA8\xE4\xB8\x8A\xE7\x9A\x84\xE5\x9B\x9B\xE5\xA4\xA7\xE5\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE9\x83\xBD\xE5\x9C\xA8\xE4\xB8\x8A\xE7\x9A\x84\xE5\x9B\x9B\xE5\xA4\xA7\xE5\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.833365"], ["updated_at", "2022-09-29 06:52:22.833366"]] TRANSACTION (7.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE4\xBA\xA1"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE4\xBA\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.864376"], ["updated_at", "2022-09-29 06:52:22.864376"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x85\xB1\xE5\x92\x8C\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x85\xB1\xE5\x92\x8C\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.897255"], ["updated_at", "2022-09-29 06:52:22.897255"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x86\x9B\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x86\x9B\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.921759"], ["updated_at", "2022-09-29 06:52:22.921760"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.944662"], ["updated_at", "2022-09-29 06:52:22.944663"]] TRANSACTION (4.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x86\x9B\xE7\x94\xA8\xE8\xBF\x90\xE8\xBE\x93\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x86\x9B\xE7\x94\xA8\xE8\xBF\x90\xE8\xBE\x93\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:22.978657"], ["updated_at", "2022-09-29 06:52:22.978658"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x8A\xB3\xE5\xB7\xA5\xE9\x80\x9A\xE8\xAE\xAF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x8A\xB3\xE5\xB7\xA5\xE9\x80\x9A\xE8\xAE\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.009255"], ["updated_at", "2022-09-29 06:52:23.009255"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x92\x8C\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x92\x8C\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.029587"], ["updated_at", "2022-09-29 06:52:23.029588"]] TRANSACTION (3.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9B\xBD\xE5\xAE\xB6\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD\xE4\xB9\xA0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9B\xBD\xE5\xAE\xB6\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD\xE4\xB9\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.053682"], ["updated_at", "2022-09-29 06:52:23.053683"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9B\xBD\xE5\xAE\xB6\xE9\x98\xB2\xE7\x81\xAB\xE5\xA2\x99"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9B\xBD\xE5\xAE\xB6\xE9\x98\xB2\xE7\x81\xAB\xE5\xA2\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.086565"], ["updated_at", "2022-09-29 06:52:23.086566"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA4\x8D\xE5\x85\xB4\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA4\x8D\xE5\x85\xB4\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.116928"], ["updated_at", "2022-09-29 06:52:23.116929"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA4\x8D\xE5\x85\xB4\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA4\x8D\xE5\x85\xB4\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.138115"], ["updated_at", "2022-09-29 06:52:23.138115"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA8\x81\xE8\x83\x81\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA8\x81\xE8\x83\x81\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.165569"], ["updated_at", "2022-09-29 06:52:23.165570"]] TRANSACTION (3.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xAD\xA4\xE5\x84\xBF\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xAD\xA4\xE5\x84\xBF\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.195097"], ["updated_at", "2022-09-29 06:52:23.195097"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xAE\x98\xE5\x9C\xBA\xE6\x83\x85\xE6\x9D\x80\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xAE\x98\xE5\x9C\xBA\xE6\x83\x85\xE6\x9D\x80\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.217317"], ["updated_at", "2022-09-29 06:52:23.217317"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xAE\x9E\xE8\xA1\x8C\xE8\xA1\x80\xE8\x85\xA5\xE6\x95\x99\xE8\x82\xB2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xAE\x9E\xE8\xA1\x8C\xE8\xA1\x80\xE8\x85\xA5\xE6\x95\x99\xE8\x82\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.237442"], ["updated_at", "2022-09-29 06:52:23.237442"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xBC\xA9\xE5\xBC\x93\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xBC\xA9\xE5\xBC\x93\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.265398"], ["updated_at", "2022-09-29 06:52:23.265399"]] TRANSACTION (4.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x80\xA7\xE6\x90\x9C\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x80\xA7\xE6\x90\x9C\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.295499"], ["updated_at", "2022-09-29 06:52:23.295500"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x80\xA7\xE7\x88\xB1\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x80\xA7\xE7\x88\xB1\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.317294"], ["updated_at", "2022-09-29 06:52:23.317294"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x88\x90\xE4\xBA\xBA\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x88\x90\xE4\xBA\xBA\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.337823"], ["updated_at", "2022-09-29 06:52:23.337824"]] TRANSACTION (6.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x88\x98\xE7\xA5\x9E\xE5\x86\x9B\xE7\x94\xA8\xE5\xBC\x93\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x88\x98\xE7\xA5\x9E\xE5\x86\x9B\xE7\x94\xA8\xE5\xBC\x93\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.367644"], ["updated_at", "2022-09-29 06:52:23.367644"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.398308"], ["updated_at", "2022-09-29 06:52:23.398309"]] TRANSACTION (5.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x94\xAF\xE9\x85\x8D\xE4\xB8\x8B\xE7\x9A\x84\xE6\x9C\x9D\xE9\xB2\x9C\xE7\xBB\x8F\xE6\xB5\x8E"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x94\xAF\xE9\x85\x8D\xE4\xB8\x8B\xE7\x9A\x84\xE6\x9C\x9D\xE9\xB2\x9C\xE7\xBB\x8F\xE6\xB5\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.429662"], ["updated_at", "2022-09-29 06:52:23.429662"]] TRANSACTION (2.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x94\xBF\xE5\xBA\x9C\xE5\xB0\x81\xE9\x94\x81\xE6\xB6\x88\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x94\xBF\xE5\xBA\x9C\xE5\xB0\x81\xE9\x94\x81\xE6\xB6\x88\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.453369"], ["updated_at", "2022-09-29 06:52:23.453370"]] TRANSACTION (3.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x95\x99\xE5\xBE\x92"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x95\x99\xE5\xBE\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.486007"], ["updated_at", "2022-09-29 06:52:23.486008"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x96\xB0\xE6\xB0\x91\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x96\xB0\xE6\xB0\x91\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.511477"], ["updated_at", "2022-09-29 06:52:23.511478"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x97\xB6\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x97\xB6\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.535015"], ["updated_at", "2022-09-29 06:52:23.535016"]] TRANSACTION (4.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xAD\xA3\xE4\xB9\x89\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xAD\xA3\xE4\xB9\x89\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.562712"], ["updated_at", "2022-09-29 06:52:23.562713"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xAF\x8D\xE5\xAD\x90\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xAF\x8D\xE5\xAD\x90\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.593886"], ["updated_at", "2022-09-29 06:52:23.593887"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x94\xE6\x9E\xAA\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x94\xE6\x9E\xAA\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.618685"], ["updated_at", "2022-09-29 06:52:23.618686"]] TRANSACTION (2.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.638636"], ["updated_at", "2022-09-29 06:52:23.638638"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x94\xE7\x8B\x97\xE5\x95\x86\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x94\xE7\x8B\x97\xE5\x95\x86\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.668214"], ["updated_at", "2022-09-29 06:52:23.668215"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB2\xA1\xE6\x9C\x89\xE8\x87\xAA\xE7\x94\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB2\xA1\xE6\x9C\x89\xE8\x87\xAA\xE7\x94\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.697708"], ["updated_at", "2022-09-29 06:52:23.697709"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB5\xB7\xE5\xA4\x96\xE8\x85\x90\xE8\xB4\xA5\xE5\x85\xB5\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB5\xB7\xE5\xA4\x96\xE8\x85\x90\xE8\xB4\xA5\xE5\x85\xB5\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.721834"], ["updated_at", "2022-09-29 06:52:23.721834"]] TRANSACTION (2.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.744474"], ["updated_at", "2022-09-29 06:52:23.744475"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\x9A\x84\xE9\x99\xB7\xE9\x98\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\x9A\x84\xE9\x99\xB7\xE9\x98\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.774141"], ["updated_at", "2022-09-29 06:52:23.774143"]] TRANSACTION (3.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\x9C\x9F\xE5\xAE\x9E\xE5\x86\x85\xE5\xAE\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\x9C\x9F\xE5\xAE\x9E\xE5\x86\x85\xE5\xAE\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.807390"], ["updated_at", "2022-09-29 06:52:23.807392"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA4\xBE\xE4\xBC\x9A\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA4\xBE\xE4\xBC\x9A\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.831842"], ["updated_at", "2022-09-29 06:52:23.831843"]] TRANSACTION (3.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA4\xBE\xE4\xBC\x9A\xE8\xBF\x9B\xE6\xAD\xA5\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA4\xBE\xE4\xBC\x9A\xE8\xBF\x9B\xE6\xAD\xA5\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.856118"], ["updated_at", "2022-09-29 06:52:23.856119"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA5\x9E\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA5\x9E\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.894286"], ["updated_at", "2022-09-29 06:52:23.894286"]] TRANSACTION (2.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA7\xBB\xE5\x8A\xA8\xE9\x80\x9A\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA7\xBB\xE5\x8A\xA8\xE9\x80\x9A\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.919780"], ["updated_at", "2022-09-29 06:52:23.919781"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xBD\x91\xE7\xBB\x9C\xE5\xAE\xA1\xE6\x9F\xA5"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xBD\x91\xE7\xBB\x9C\xE5\xAE\xA1\xE6\x9F\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.941578"], ["updated_at", "2022-09-29 06:52:23.941579"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\x88\x86\xE8\xAE\xBA\xE7\x9B\x91\xE7\x9D\xA3\xE7\xBD\x91\xE5\x91\xA8\xE6\xB4\xAA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\x88\x86\xE8\xAE\xBA\xE7\x9B\x91\xE7\x9D\xA3\xE7\xBD\x91\xE5\x91\xA8\xE6\xB4\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:23.972468"], ["updated_at", "2022-09-29 06:52:23.972469"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.000179"], ["updated_at", "2022-09-29 06:52:24.000179"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xB4\xAA\xE5\xAE\x98\xE5\x9C\xA8\xE6\xB5\xB7\xE5\xA4\x96"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xB4\xAA\xE5\xAE\x98\xE5\x9C\xA8\xE6\xB5\xB7\xE5\xA4\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.022205"], ["updated_at", "2022-09-29 06:52:24.022206"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xBF\x87\xE6\xB8\xA1\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xBF\x87\xE6\xB8\xA1\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.045222"], ["updated_at", "2022-09-29 06:52:24.045223"]] TRANSACTION (9.4ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE9\x97\xAE\xE9\xA2\x98\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE9\x97\xAE\xE9\xA2\x98\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.086176"], ["updated_at", "2022-09-29 06:52:24.086177"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE9\xAB\x98\xE5\xB1\x82\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE9\xAB\x98\xE5\xB1\x82\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.118536"], ["updated_at", "2022-09-29 06:52:24.118536"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9C\x8Bzf"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9C\x8Bzf"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.143539"], ["updated_at", "2022-09-29 06:52:24.143540"]] TRANSACTION (5.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9C\x8B\xE7\x95\xB6\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9C\x8B\xE7\x95\xB6\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.179682"], ["updated_at", "2022-09-29 06:52:24.179683"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xA4\xAA\xE5\xAD\x90\xE5\x85\x9A\xE5\x92\x8C\xE8\xB4\xAA\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xA4\xAA\xE5\xAD\x90\xE5\x85\x9A\xE5\x92\x8C\xE8\xB4\xAA\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.210897"], ["updated_at", "2022-09-29 06:52:24.210897"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.234595"], ["updated_at", "2022-09-29 06:52:24.234596"]] TRANSACTION (5.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xA4\xAEzf"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xA4\xAEzf"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.263554"], ["updated_at", "2022-09-29 06:52:24.263555"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE5\x86\x9B\xE5\xA7\x94"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE5\x86\x9B\xE5\xA7\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.297230"], ["updated_at", "2022-09-29 06:52:24.297230"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE5\x86\x9B\xE5\xA7\x94\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE5\x86\x9B\xE5\xA7\x94\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.327320"], ["updated_at", "2022-09-29 06:52:24.327321"]] TRANSACTION (3.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE9\xA0\x98\xE5\xB0\x8E"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE9\xA0\x98\xE5\xB0\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.358832"], ["updated_at", "2022-09-29 06:52:24.358833"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE9\xBB\x91\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE9\xBB\x91\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.396832"], ["updated_at", "2022-09-29 06:52:24.396833"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xB9\xB4\xE7\xBE\x8E\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xB9\xB4\xE7\xBE\x8E\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.428052"], ["updated_at", "2022-09-29 06:52:24.428053"]] TRANSACTION (4.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE6\x96\x87\xE6\x90\x9C\xE6\x80\xA7\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE6\x96\x87\xE6\x90\x9C\xE6\x80\xA7\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.456611"], ["updated_at", "2022-09-29 06:52:24.456612"]] TRANSACTION (3.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.493451"], ["updated_at", "2022-09-29 06:52:24.493454"]] TRANSACTION (4.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE6\xAD\xA3\xE7\xBA\xAA\xE5\xBF\xB5\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE6\xAD\xA3\xE7\xBA\xAA\xE5\xBF\xB5\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.530073"], ["updated_at", "2022-09-29 06:52:24.530075"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.564013"], ["updated_at", "2022-09-29 06:52:24.564014"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE7\x8F\x99"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE7\x8F\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.599954"], ["updated_at", "2022-09-29 06:52:24.599955"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE7\x9A\x84\xE7\x8F\xAD\xE7\xA6\x85"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE7\x9A\x84\xE7\x8F\xAD\xE7\xA6\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.622826"], ["updated_at", "2022-09-29 06:52:24.622826"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE7\x9F\xB3\xE6\xB2\xB9\xE5\x9B\xBD\xE5\xAE\xB6\xE7\x94\xB5\xE7\xBD\x91\xE5\x80\x92\xE6\x95\xB0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE7\x9F\xB3\xE6\xB2\xB9\xE5\x9B\xBD\xE5\xAE\xB6\xE7\x94\xB5\xE7\xBD\x91\xE5\x80\x92\xE6\x95\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.643465"], ["updated_at", "2022-09-29 06:52:24.643466"]] TRANSACTION (3.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE7\xB4\x80\xE5\xA7\x94"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE7\xB4\x80\xE5\xA7\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.669545"], ["updated_at", "2022-09-29 06:52:24.669546"]] TRANSACTION (4.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE7\xBB\x84\xE9\x83\xA8\xE5\x89\x8D\xE9\x83\xA8\xE9\x95\xBF\xE7\x9B\xB4\xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE7\xBB\x84\xE9\x83\xA8\xE5\x89\x8D\xE9\x83\xA8\xE9\x95\xBF\xE7\x9B\xB4\xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.701056"], ["updated_at", "2022-09-29 06:52:24.701057"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE8\x8F\xAF\xE5\xB8\x9D\xE5\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE8\x8F\xAF\xE5\xB8\x9D\xE5\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.723565"], ["updated_at", "2022-09-29 06:52:24.723566"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE9\x97\xB4\xE9\x81\x93\xE8\xB7\xAF\xE5\x8D\x8F\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE9\x97\xB4\xE9\x81\x93\xE8\xB7\xAF\xE5\x8D\x8F\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.744422"], ["updated_at", "2022-09-29 06:52:24.744422"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB0\xE6\xBB\xA1"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB0\xE6\xBB\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.769131"], ["updated_at", "2022-09-29 06:52:24.769131"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB0\xE6\xBB\xA1\xE5\x9C\x86\xE6\xB6\xA6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB0\xE6\xBB\xA1\xE5\x9C\x86\xE6\xB6\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.808488"], ["updated_at", "2022-09-29 06:52:24.808489"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB0\xE6\xBB\xA1\xE5\x9D\x9A\xE6\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB0\xE6\xBB\xA1\xE5\x9D\x9A\xE6\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.834252"], ["updated_at", "2022-09-29 06:52:24.834254"]] TRANSACTION (4.0ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB0\xE7\x9B\x88"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB0\xE7\x9B\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.864576"], ["updated_at", "2022-09-29 06:52:24.864576"]] TRANSACTION (5.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB0\xE8\x83\xB8\xE7\xBF\x98\xE8\x87\x80"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB0\xE8\x83\xB8\xE7\xBF\x98\xE8\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.921371"], ["updated_at", "2022-09-29 06:52:24.921371"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB0\xE8\x87\x80\xE8\x82\xA5\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB0\xE8\x87\x80\xE8\x82\xA5\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.945138"], ["updated_at", "2022-09-29 06:52:24.945139"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB4\xE6\xB2\x82\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB4\xE6\xB2\x82\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:24.986224"], ["updated_at", "2022-09-29 06:52:24.986225"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB4\xE9\x9C\x87\xE9\xA2\x84\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB4\xE9\x9C\x87\xE9\xA2\x84\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.041535"], ["updated_at", "2022-09-29 06:52:25.041536"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB9\xE5\xA2\x9E\xE5\x98\x89\xE6\x8E\xAA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB9\xE5\xA2\x9E\xE5\x98\x89\xE6\x8E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.086142"], ["updated_at", "2022-09-29 06:52:25.086144"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBA\xE5\x85\x9A\xE4\xB8\x8D\xE4\xB8\xBA\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBA\xE5\x85\x9A\xE4\xB8\x8D\xE4\xB8\xBA\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.126048"], ["updated_at", "2022-09-29 06:52:25.126050"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.146753"], ["updated_at", "2022-09-29 06:52:25.146753"]] TRANSACTION (7.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBB\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBB\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.178796"], ["updated_at", "2022-09-29 06:52:25.178796"]] TRANSACTION (4.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBB\xE5\xB8\xAD\xE5\x83\x8F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBB\xE5\xB8\xAD\xE5\x83\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.213046"], ["updated_at", "2022-09-29 06:52:25.213047"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBB\xE5\xB8\xAD\xE5\xBF\x8F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBB\xE5\xB8\xAD\xE5\xBF\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.235335"], ["updated_at", "2022-09-29 06:52:25.235336"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBB\xE5\xB8\xAD\xE6\x9D\x8E\xE4\xB8\x96\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBB\xE5\xB8\xAD\xE6\x9D\x8E\xE4\xB8\x96\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.258115"], ["updated_at", "2022-09-29 06:52:25.258116"]] TRANSACTION (6.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBB\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBB\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.296956"], ["updated_at", "2022-09-29 06:52:25.296957"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBB\xE7\xA5\x9E\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBB\xE7\xA5\x9E\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.322291"], ["updated_at", "2022-09-29 06:52:25.322292"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBD\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBD\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.343705"], ["updated_at", "2022-09-29 06:52:25.343706"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBD\xE5\xAA\x9B\xE7\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBD\xE5\xAA\x9B\xE7\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.368408"], ["updated_at", "2022-09-29 06:52:25.368409"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBE\xE5\x9B\xBD\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBE\xE5\x9B\xBD\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.413379"], ["updated_at", "2022-09-29 06:52:25.413393"]] TRANSACTION (3.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x89\xE8\xA7\xA3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x89\xE8\xA7\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.460800"], ["updated_at", "2022-09-29 06:52:25.460801"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8C\xE4\xBA\x91\xE5\x85\xB6\xE6\x9C\xA8\xE6\xA0\xBC"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8C\xE4\xBA\x91\xE5\x85\xB6\xE6\x9C\xA8\xE6\xA0\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.513921"], ["updated_at", "2022-09-29 06:52:25.513922"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8C\xE5\x85\xB0\xE5\xA4\xAB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8C\xE5\x85\xB0\xE5\xA4\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.542570"], ["updated_at", "2022-09-29 06:52:25.542571"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8C\xE8\x9D\x87\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8C\xE8\x9D\x87\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.569455"], ["updated_at", "2022-09-29 06:52:25.569458"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8C\xE9\xB2\x81\xE6\x9C\xA8\xE9\xBD\x90"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8C\xE9\xB2\x81\xE6\x9C\xA8\xE9\xBD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.602825"], ["updated_at", "2022-09-29 06:52:25.602826"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.631679"], ["updated_at", "2022-09-29 06:52:25.631680"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.656435"], ["updated_at", "2022-09-29 06:52:25.656436"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.696716"], ["updated_at", "2022-09-29 06:52:25.696717"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.725197"], ["updated_at", "2022-09-29 06:52:25.725198"]] TRANSACTION (3.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.746557"], ["updated_at", "2022-09-29 06:52:25.746558"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.771807"], ["updated_at", "2022-09-29 06:52:25.771808"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.803802"], ["updated_at", "2022-09-29 06:52:25.803802"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.827591"], ["updated_at", "2022-09-29 06:52:25.827592"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x90\xE4\xB9\x8B\xE9\x86\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x90\xE4\xB9\x8B\xE9\x86\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.849234"], ["updated_at", "2022-09-29 06:52:25.849235"]] TRANSACTION (4.3ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x90\xE5\x8F\x8B\xE7\xBA\xBF\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x90\xE5\x8F\x8B\xE7\xBA\xBF\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.882123"], ["updated_at", "2022-09-29 06:52:25.882124"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x90\xE7\xBE\x8E\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x90\xE7\xBE\x8E\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.927512"], ["updated_at", "2022-09-29 06:52:25.927513"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x90\xE9\x80\x8F\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x90\xE9\x80\x8F\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.953835"], ["updated_at", "2022-09-29 06:52:25.953835"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x94\xE7\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x94\xE7\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:25.983939"], ["updated_at", "2022-09-29 06:52:25.983944"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x96\xE4\xB9\x96\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x96\xE4\xB9\x96\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.015131"], ["updated_at", "2022-09-29 06:52:26.015132"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x99\xE9\x85\xB0\xE4\xBA\x9A\xE7\xA0\xB7\xE9\x85\xB8\xE9\x93\x9C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x99\xE9\x85\xB0\xE4\xBA\x9A\xE7\xA0\xB7\xE9\x85\xB8\xE9\x93\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.035955"], ["updated_at", "2022-09-29 06:52:26.035956"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x99\xE9\x85\xB0\xE6\x9B\xBF\xE7\xA1\xAB\xE8\x84\xB2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x99\xE9\x85\xB0\xE6\x9B\xBF\xE7\xA1\xAB\xE8\x84\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.058851"], ["updated_at", "2022-09-29 06:52:26.058852"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x99\xE9\x86\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x99\xE9\x86\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.086361"], ["updated_at", "2022-09-29 06:52:26.086362"]] TRANSACTION (6.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9Dping"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9Dping"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.124202"], ["updated_at", "2022-09-29 06:52:26.124203"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE4\xB9\x9D\xE6\x83\x85\xE8\x89\xB2\xE5\xB8\x9D\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE4\xB9\x9D\xE6\x83\x85\xE8\x89\xB2\xE5\xB8\x9D\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.149787"], ["updated_at", "2022-09-29 06:52:26.149788"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE5\x8D\x81\xE4\xB8\x89\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE5\x8D\x81\xE4\xB8\x89\xE8\xBF\x90\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.176574"], ["updated_at", "2022-09-29 06:52:26.176575"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE5\x9F\x8E\xE6\x83\x85\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE5\x9F\x8E\xE6\x83\x85\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.210502"], ["updated_at", "2022-09-29 06:52:26.210503"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.237410"], ["updated_at", "2022-09-29 06:52:26.237410"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE8\xAF\x84"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE8\xAF\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.263365"], ["updated_at", "2022-09-29 06:52:26.263365"]] TRANSACTION (5.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE8\xAF\x84\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE8\xAF\x84\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.298282"], ["updated_at", "2022-09-29 06:52:26.298283"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE8\xAF\x84\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE8\xAF\x84\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.348735"], ["updated_at", "2022-09-29 06:52:26.348736"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE9\xA3\x8E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE9\xA3\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.440628"], ["updated_at", "2022-09-29 06:52:26.440630"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE9\xBE\x99\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE9\xBE\x99\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.462156"], ["updated_at", "2022-09-29 06:52:26.462157"]] TRANSACTION (3.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9F\xE8\xA6\x81\xE5\x9B\x9E\xE5\xA4\x8D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9F\xE8\xA6\x81\xE5\x9B\x9E\xE5\xA4\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.495623"], ["updated_at", "2022-09-29 06:52:26.495624"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.526495"], ["updated_at", "2022-09-29 06:52:26.526495"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE4\xBB\xB2\xE5\x8B\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE4\xBB\xB2\xE5\x8B\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.548437"], ["updated_at", "2022-09-29 06:52:26.548438"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.577764"], ["updated_at", "2022-09-29 06:52:26.577765"]] TRANSACTION (5.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE5\xA4\xA7\xE5\x82\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE5\xA4\xA7\xE5\x82\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.614221"], ["updated_at", "2022-09-29 06:52:26.614222"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE5\xA4\xA7\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE5\xA4\xA7\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.635917"], ["updated_at", "2022-09-29 06:52:26.635918"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE6\x98\x8E\xE6\xB3\xBD"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE6\x98\x8E\xE6\xB3\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.658821"], ["updated_at", "2022-09-29 06:52:26.658821"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE6\x99\x8B\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE6\x99\x8B\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.686384"], ["updated_at", "2022-09-29 06:52:26.686386"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE8\xBF\x91\xE5\xB9\xB3"], ["LIMIT", 1]] CensorBear::StopWord Update (7.3ms) UPDATE "censor_bear_stop_words" SET "key" = $1, "ugc" = $2, "username" = $3, "signature" = $4, "dialog" = $5, "nickname" = $6, "replacement" = $7, "user_id" = $8, "created_at" = $9, "updated_at" = $10 WHERE "censor_bear_stop_words"."id" = $11 [["key", "\xE4\xB9\xA0\xE8\xBF\x91\xE5\xB9\xB3"], ["ugc", "review"], ["username", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["nickname", "ignore"], ["replacement", "**"], ["user_id", 1], ["created_at", "2022-09-29 06:52:26.714605"], ["updated_at", "2022-09-29 06:52:26.714606"], ["id", 1]] User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE8\xBF\x9B\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE8\xBF\x9B\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.730187"], ["updated_at", "2022-09-29 06:52:26.730188"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE8\xBF\x9C\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE8\xBF\x9C\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.747884"], ["updated_at", "2022-09-29 06:52:26.747885"]] TRANSACTION (2.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6 \xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6 \xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.771325"], ["updated_at", "2022-09-29 06:52:26.771326"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6 \xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6 \xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.807790"], ["updated_at", "2022-09-29 06:52:26.807792"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6 \xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6 \xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.830520"], ["updated_at", "2022-09-29 06:52:26.830521"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6#\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6#\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.851200"], ["updated_at", "2022-09-29 06:52:26.851200"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6%\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6%\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.878389"], ["updated_at", "2022-09-29 06:52:26.878390"]] TRANSACTION (3.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6@\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6@\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.912982"], ["updated_at", "2022-09-29 06:52:26.912983"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6~\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6~\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.940192"], ["updated_at", "2022-09-29 06:52:26.940193"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xC2\xB7\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xC2\xB7\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.962558"], ["updated_at", "2022-09-29 06:52:26.962559"]] TRANSACTION (3.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE5\x8A\x9E\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE5\x8A\x9E\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:26.995713"], ["updated_at", "2022-09-29 06:52:26.995714"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.025861"], ["updated_at", "2022-09-29 06:52:27.025863"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.047644"], ["updated_at", "2022-09-29 06:52:27.047657"]] TRANSACTION (5.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.081015"], ["updated_at", "2022-09-29 06:52:27.081016"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE6\x97\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE6\x97\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.115570"], ["updated_at", "2022-09-29 06:52:27.115571"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.140281"], ["updated_at", "2022-09-29 06:52:27.140282"]] TRANSACTION (3.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.162393"], ["updated_at", "2022-09-29 06:52:27.162394"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE8\x80\xBD"], ["LIMIT", 1]] CensorBear::StopWord Update (5.0ms) UPDATE "censor_bear_stop_words" SET "key" = $1, "ugc" = $2, "username" = $3, "signature" = $4, "dialog" = $5, "nickname" = $6, "replacement" = $7, "user_id" = $8, "created_at" = $9, "updated_at" = $10 WHERE "censor_bear_stop_words"."id" = $11 [["key", "\xE4\xB9\xA6\xE8\x80\xBD"], ["ugc", "review"], ["username", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["nickname", "ignore"], ["replacement", "**"], ["user_id", 1], ["created_at", "2022-09-29 06:52:27.195256"], ["updated_at", "2022-09-29 06:52:27.195257"], ["id", 1014]] User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.212716"], ["updated_at", "2022-09-29 06:52:27.212720"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE8\xAF\x84"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE8\xAF\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.237584"], ["updated_at", "2022-09-29 06:52:27.237585"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.260362"], ["updated_at", "2022-09-29 06:52:27.260363"]] TRANSACTION (5.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xEF\xBC\x81\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xEF\xBC\x81\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.293961"], ["updated_at", "2022-09-29 06:52:27.293965"]] TRANSACTION (4.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xEF\xBF\xA5\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xEF\xBF\xA5\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.330541"], ["updated_at", "2022-09-29 06:52:27.330542"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE5\x88\xAB\xE5\xA2\x85"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE5\x88\xAB\xE5\xA2\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.355301"], ["updated_at", "2022-09-29 06:52:27.355302"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE5\x8D\x96\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE5\x8D\x96\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.381792"], ["updated_at", "2022-09-29 06:52:27.381793"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE5\x8D\x96\xE5\x81\x87\xE9\x92\xB1\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE5\x8D\x96\xE5\x81\x87\xE9\x92\xB1\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.412605"], ["updated_at", "2022-09-29 06:52:27.412606"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE5\x8D\x96\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE5\x8D\x96\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.436096"], ["updated_at", "2022-09-29 06:52:27.436096"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE5\xAE\x98\xE5\x8D\x96\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE5\xAE\x98\xE5\x8D\x96\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.459344"], ["updated_at", "2022-09-29 06:52:27.459344"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE5\xB0\x8F\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE5\xB0\x8F\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.486198"], ["updated_at", "2022-09-29 06:52:27.486199"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE6\x96\xAD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE6\x96\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.518683"], ["updated_at", "2022-09-29 06:52:27.518684"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE6\x96\xAD\xE4\xBD\x9C\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE6\x96\xAD\xE4\xBD\x9C\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.542927"], ["updated_at", "2022-09-29 06:52:27.542930"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.563445"], ["updated_at", "2022-09-29 06:52:27.563446"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE6\x98\xA5\xE5\x86\x9B\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE6\x98\xA5\xE5\x86\x9B\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.588370"], ["updated_at", "2022-09-29 06:52:27.588371"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE6\x98\xA5\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE6\x98\xA5\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.613962"], ["updated_at", "2022-09-29 06:52:27.613963"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.640539"], ["updated_at", "2022-09-29 06:52:27.640540"]] TRANSACTION (4.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE7\x9C\x9F\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE7\x9C\x9F\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.673778"], ["updated_at", "2022-09-29 06:52:27.673779"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE8\x82\xBE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE8\x82\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.695858"], ["updated_at", "2022-09-29 06:52:27.695859"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB1\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB1\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.720031"], ["updated_at", "2022-09-29 06:52:27.720031"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB1\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB1\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.740125"], ["updated_at", "2022-09-29 06:52:27.740126"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB1\xE4\xBC\xA6"], ["LIMIT", 1]] CensorBear::StopWord Update (5.3ms) UPDATE "censor_bear_stop_words" SET "key" = $1, "ugc" = $2, "username" = $3, "signature" = $4, "dialog" = $5, "nickname" = $6, "replacement" = $7, "user_id" = $8, "created_at" = $9, "updated_at" = $10 WHERE "censor_bear_stop_words"."id" = $11 [["key", "\xE4\xB9\xB1\xE4\xBC\xA6"], ["ugc", "review"], ["username", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["nickname", "ignore"], ["replacement", "**"], ["user_id", 1], ["created_at", "2022-09-29 06:52:27.766162"], ["updated_at", "2022-09-29 06:52:27.766163"], ["id", 1035]] User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB1\xE4\xBC\xA6\xE5\xB0\x8F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB1\xE4\xBC\xA6\xE5\xB0\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.783937"], ["updated_at", "2022-09-29 06:52:27.783938"]] TRANSACTION (5.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB1\xE4\xBC\xA6\xE7\xB1\xBB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB1\xE4\xBC\xA6\xE7\xB1\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.817698"], ["updated_at", "2022-09-29 06:52:27.817699"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB1\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB1\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.838566"], ["updated_at", "2022-09-29 06:52:27.838567"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3 \xE6\xB2\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3 \xE6\xB2\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.862305"], ["updated_at", "2022-09-29 06:52:27.862306"]] TRANSACTION (4.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.893629"], ["updated_at", "2022-09-29 06:52:27.893630"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.921752"], ["updated_at", "2022-09-29 06:52:27.921753"]] TRANSACTION (2.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE5\xB0\x96"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE5\xB0\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.943122"], ["updated_at", "2022-09-29 06:52:27.943123"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.964006"], ["updated_at", "2022-09-29 06:52:27.964006"]] TRANSACTION (3.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE6\x88\xBF"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE6\x88\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:27.994309"], ["updated_at", "2022-09-29 06:52:27.994311"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE6\x99\x95"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE6\x99\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.021967"], ["updated_at", "2022-09-29 06:52:28.021967"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE6\xB2\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE6\xB2\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.043886"], ["updated_at", "2022-09-29 06:52:28.043887"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE7\x88\x86"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE7\x88\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.066998"], ["updated_at", "2022-09-29 06:52:28.066998"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE7\x8F\xA0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE7\x8F\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.106639"], ["updated_at", "2022-09-29 06:52:28.106640"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE9\xA6\x96"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE9\xA6\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.132729"], ["updated_at", "2022-09-29 06:52:28.132729"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xEF\xBC\x8C\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xEF\xBC\x8C\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.154789"], ["updated_at", "2022-09-29 06:52:28.154789"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xBE\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xBE\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.191014"], ["updated_at", "2022-09-29 06:52:28.191016"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xBE\xE4\xBD\xA0\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xBE\xE4\xBD\xA0\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.221793"], ["updated_at", "2022-09-29 06:52:28.221794"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xBE\xE4\xBD\xA0\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xBE\xE4\xBD\xA0\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.246000"], ["updated_at", "2022-09-29 06:52:28.246001"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xBE\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xBE\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.268189"], ["updated_at", "2022-09-29 06:52:28.268189"]] TRANSACTION (6.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x82\xE5\x80\xAB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x82\xE5\x80\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.305917"], ["updated_at", "2022-09-29 06:52:28.305917"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x86\xE4\xBB\xB6\xE6\xB8\x94\xE8\xA2\x8D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x86\xE4\xBB\xB6\xE6\xB8\x94\xE8\xA2\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.331482"], ["updated_at", "2022-09-29 06:52:28.331482"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x86\xE8\xA7\xA3\xE5\xA5\xB9\xE4\xBB\xAC\xE7\x9A\x84\xE6\x9C\x8D\xE5\x8A\xA1\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x86\xE8\xA7\xA3\xE5\xA5\xB9\xE4\xBB\xAC\xE7\x9A\x84\xE6\x9C\x8D\xE5\x8A\xA1\xE5\x92\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.352918"], ["updated_at", "2022-09-29 06:52:28.352919"]] TRANSACTION (3.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x88\xE6\x99\xB4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x88\xE6\x99\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.378222"], ["updated_at", "2022-09-29 06:52:28.378225"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x89\xE9\xB8\xA3\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x89\xE9\xB8\xA3\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.411490"], ["updated_at", "2022-09-29 06:52:28.411491"]] TRANSACTION (5.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8B\xE5\xAE\x9E\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8B\xE5\xAE\x9E\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.443836"], ["updated_at", "2022-09-29 06:52:28.443838"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8CB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8CB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.477312"], ["updated_at", "2022-09-29 06:52:28.477314"]] TRANSACTION (4.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x85\xAB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x85\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.515655"], ["updated_at", "2022-09-29 06:52:28.515656"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE4\xBA\x94\xE5\x85\xAB\xE5\x85\xAD\xE4\xB8\x83\xE4\xB9\x9D\xE5\x9B\x9B\xE4\xB9\x9D"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE4\xBA\x94\xE5\x85\xAB\xE5\x85\xAD\xE4\xB8\x83\xE4\xB9\x9D\xE5\x9B\x9B\xE4\xB9\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.542914"], ["updated_at", "2022-09-29 06:52:28.542915"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE4\xBB\xA3\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE4\xBB\xA3\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.572497"], ["updated_at", "2022-09-29 06:52:28.572498"]] TRANSACTION (6.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE5\x8D\x81\xE5\x9B\x9B\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE5\x8D\x81\xE5\x9B\x9B\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.618449"], ["updated_at", "2022-09-29 06:52:28.618450"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.662235"], ["updated_at", "2022-09-29 06:52:28.662236"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE5\xA5\xB6\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE5\xA5\xB6\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.691758"], ["updated_at", "2022-09-29 06:52:28.691760"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.722004"], ["updated_at", "2022-09-29 06:52:28.722004"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.745572"], ["updated_at", "2022-09-29 06:52:28.745572"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8E\xE5\xA4\xA7\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8E\xE5\xA4\xA7\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.772919"], ["updated_at", "2022-09-29 06:52:28.772919"]] TRANSACTION (3.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8E\xE5\xB9\xBC\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8E\xE5\xB9\xBC\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.804937"], ["updated_at", "2022-09-29 06:52:28.804938"]] TRANSACTION (3.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8E\xE6\xB0\xB8\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8E\xE6\xB0\xB8\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.833608"], ["updated_at", "2022-09-29 06:52:28.833609"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8E\xE6\xB5\xA9\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8E\xE6\xB5\xA9\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.854753"], ["updated_at", "2022-09-29 06:52:28.854754"]] TRANSACTION (5.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8E\xE9\xA3\x9E \xE5\xB9\xBF\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8E\xE9\xA3\x9E \xE5\xB9\xBF\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.882792"], ["updated_at", "2022-09-29 06:52:28.882794"]] TRANSACTION (4.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x91\xE4\xB9\x9D\xE9\x9C\x84"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x91\xE4\xB9\x9D\xE9\x9C\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.914595"], ["updated_at", "2022-09-29 06:52:28.914595"]] TRANSACTION (2.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x91\xE5\x8D\x97\xE7\x88\x86\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x91\xE5\x8D\x97\xE7\x88\x86\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.937676"], ["updated_at", "2022-09-29 06:52:28.937676"]] TRANSACTION (3.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x91\xE8\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x91\xE8\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.961330"], ["updated_at", "2022-09-29 06:52:28.961330"]] TRANSACTION (5.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x91\xE9\x9B\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x91\xE9\x9B\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:28.992169"], ["updated_at", "2022-09-29 06:52:28.992170"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x91\xE9\x9B\x80\xE4\xB9\xA6\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x91\xE9\x9B\x80\xE4\xB9\xA6\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.022103"], ["updated_at", "2022-09-29 06:52:29.022104"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x91\xE9\x9B\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x91\xE9\x9B\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.045452"], ["updated_at", "2022-09-29 06:52:29.045453"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x91\xE9\x9B\xA8\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x91\xE9\x9B\xA8\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.069844"], ["updated_at", "2022-09-29 06:52:29.069845"]] TRANSACTION (4.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x92\xE8\x81\x94\xE7\xBD\x91\xE5\xAE\xA1\xE6\x9F\xA5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x92\xE8\x81\x94\xE7\xBD\x91\xE5\xAE\xA1\xE6\x9F\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.101657"], ["updated_at", "2022-09-29 06:52:29.101658"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE4\xB8\x8D"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE4\xB8\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.166590"], ["updated_at", "2022-09-29 06:52:29.166591"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE4\xB8\x8D\xE4\xBA\x89\xE9\xB8\xA3\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE4\xB8\x8D\xE4\xBA\x89\xE9\xB8\xA3\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.239868"], ["updated_at", "2022-09-29 06:52:29.239869"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE5\x87\xBA\xE4\xB8\x89\xE8\xBF\x9B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE5\x87\xBA\xE4\xB8\x89\xE8\xBF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.261021"], ["updated_at", "2022-09-29 06:52:29.261021"]] TRANSACTION (5.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE5\xA5\x97\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE5\xA5\x97\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.287039"], ["updated_at", "2022-09-29 06:52:29.287040"]] TRANSACTION (4.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE5\xA5\x97\xE5\x8A\x9F\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE5\xA5\x97\xE5\x8A\x9F\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.320077"], ["updated_at", "2022-09-29 06:52:29.320078"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE5\xA5\xB6\xE5\xB0\x8F\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE5\xA5\xB6\xE5\xB0\x8F\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.343348"], ["updated_at", "2022-09-29 06:52:29.343348"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.363251"], ["updated_at", "2022-09-29 06:52:29.363252"]] TRANSACTION (4.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.393435"], ["updated_at", "2022-09-29 06:52:29.393436"]] TRANSACTION (8.8ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE6\xAF\x9B\xE4\xBB\xAC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE6\xAF\x9B\xE4\xBB\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.442240"], ["updated_at", "2022-09-29 06:52:29.442241"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE6\xAF\x9B\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE6\xAF\x9B\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.467894"], ["updated_at", "2022-09-29 06:52:29.467894"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE5\xA4\xAA\xE6\xAD\xA3\xE6\x82\x9F\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE5\xA4\xAA\xE6\xAD\xA3\xE6\x82\x9F\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.502120"], ["updated_at", "2022-09-29 06:52:29.502121"]] TRANSACTION (5.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.532581"], ["updated_at", "2022-09-29 06:52:29.532581"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x80\xA7\xE4\xBA\xA4\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x80\xA7\xE4\xBA\xA4\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.555975"], ["updated_at", "2022-09-29 06:52:29.555975"]] TRANSACTION (3.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x80\xA7\xE8\x99\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x80\xA7\xE8\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.581447"], ["updated_at", "2022-09-29 06:52:29.581448"]] TRANSACTION (5.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x88\x90\xE4\xBA\xBA\xE8\xB4\xB4\xE5\x9B\xBE\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (7.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x88\x90\xE4\xBA\xBA\xE8\xB4\xB4\xE5\x9B\xBE\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.613636"], ["updated_at", "2022-09-29 06:52:29.613638"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x8F\x92\xE7\xA9\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x8F\x92\xE7\xA9\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.642109"], ["updated_at", "2022-09-29 06:52:29.642110"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x97\xA0\xE7\xA0\x81\xE7\x94\xB5\xE5\xBD\xB1\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x97\xA0\xE7\xA0\x81\xE7\x94\xB5\xE5\xBD\xB1\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.665614"], ["updated_at", "2022-09-29 06:52:29.665615"]] TRANSACTION (5.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.694097"], ["updated_at", "2022-09-29 06:52:29.694098"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA0\xB7\xE9\x85\xB8\xE9\x92\xA0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA0\xB7\xE9\x85\xB8\xE9\x92\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.727157"], ["updated_at", "2022-09-29 06:52:29.727157"]] TRANSACTION (3.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA0\xB7\xE9\x85\xB8\xE9\x92\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA0\xB7\xE9\x85\xB8\xE9\x92\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.752054"], ["updated_at", "2022-09-29 06:52:29.752055"]] TRANSACTION (2.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA0\xB7\xEF\xBC\x88\xE9\x85\xB8\xEF\xBC\x89\xE9\x85\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA0\xB7\xEF\xBC\x88\xE9\x85\xB8\xEF\xBC\x89\xE9\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.777243"], ["updated_at", "2022-09-29 06:52:29.777244"]] TRANSACTION (4.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.811306"], ["updated_at", "2022-09-29 06:52:29.811307"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE4\xBA\x8C\xE9\x92\xA0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE4\xBA\x8C\xE9\x92\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.838265"], ["updated_at", "2022-09-29 06:52:29.838265"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE6\xB0\xA2\xE9\x92\xA0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE6\xB0\xA2\xE9\x92\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.863625"], ["updated_at", "2022-09-29 06:52:29.863626"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE9\x92\xA0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE9\x92\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.890472"], ["updated_at", "2022-09-29 06:52:29.890473"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE9\x95\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE9\x95\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.923035"], ["updated_at", "2022-09-29 06:52:29.923036"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA1\x9D\xE9\x85\xB0\xE4\xB9\x99\xE6\xB0\xA7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA1\x9D\xE9\x85\xB0\xE4\xB9\x99\xE6\xB0\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.946199"], ["updated_at", "2022-09-29 06:52:29.946200"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA1\x9D\xE9\x85\xB8\xE4\xB9\x99\xE9\x85\xAF"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA1\x9D\xE9\x85\xB8\xE4\xB9\x99\xE9\x85\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.969356"], ["updated_at", "2022-09-29 06:52:29.969356"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA1\xE5\x85\x9A\xE4\xBA\xA1\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA1\xE5\x85\x9A\xE4\xBA\xA1\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:29.998607"], ["updated_at", "2022-09-29 06:52:29.998609"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA2\xE8\xAE\xAE"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA2\xE8\xAE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.030345"], ["updated_at", "2022-09-29 06:52:30.030346"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA4\xE5\x90\x88"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA4\xE5\x90\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.050664"], ["updated_at", "2022-09-29 06:52:30.050665"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA4\xE5\xAA\xBE"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA4\xE5\xAA\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.071991"], ["updated_at", "2022-09-29 06:52:30.071992"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA4\xE6\x8D\xA2\xE5\xA4\xAB\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA4\xE6\x8D\xA2\xE5\xA4\xAB\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.109754"], ["updated_at", "2022-09-29 06:52:30.109755"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA4\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA4\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.140198"], ["updated_at", "2022-09-29 06:52:30.140199"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA4\xE7\x8F\xAD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA4\xE7\x8F\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.164691"], ["updated_at", "2022-09-29 06:52:30.164691"]] TRANSACTION (4.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA4\xE7\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA4\xE7\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.192897"], ["updated_at", "2022-09-29 06:52:30.192899"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA4\xE9\x85\x8D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA4\xE9\x85\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.225665"], ["updated_at", "2022-09-29 06:52:30.225666"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA6\xE5\x87\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA6\xE5\x87\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.252050"], ["updated_at", "2022-09-29 06:52:30.252051"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA7\xE5\x85\x9A\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA7\xE5\x85\x9A\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.276045"], ["updated_at", "2022-09-29 06:52:30.276046"]] TRANSACTION (4.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xAB\xE5\x8F\x97"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xAB\xE5\x8F\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.313253"], ["updated_at", "2022-09-29 06:52:30.313254"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xAB\xE6\x9C\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xAB\xE6\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.338529"], ["updated_at", "2022-09-29 06:52:30.338530"]] TRANSACTION (2.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xAB\xE9\x98\x85"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xAB\xE9\x98\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.361748"], ["updated_at", "2022-09-29 06:52:30.361749"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xAC\xE5\x9C\xB0\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xAC\xE5\x9C\xB0\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.392780"], ["updated_at", "2022-09-29 06:52:30.392781"]] TRANSACTION (5.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xAC\xE5\xA4\xAB\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xAC\xE5\xA4\xAB\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.428200"], ["updated_at", "2022-09-29 06:52:30.428201"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xAC\xE8\xA6\x81\xE5\x9C\xB0\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xAC\xE8\xA6\x81\xE5\x9C\xB0\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.456234"], ["updated_at", "2022-09-29 06:52:30.456235"]] TRANSACTION (6.8ms) COMMIT User Load (8.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE4\xBA\xB2"], ["LIMIT", 1]] TRANSACTION (16.1ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE4\xBA\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.499918"], ["updated_at", "2022-09-29 06:52:30.499920"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE4\xBB\xAC"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE4\xBB\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.560924"], ["updated_at", "2022-09-29 06:52:30.560925"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.591847"], ["updated_at", "2022-09-29 06:52:30.591848"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE5\x88\x86\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE5\x88\x86\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.623833"], ["updated_at", "2022-09-29 06:52:30.623833"]] TRANSACTION (6.6ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE5\xAA\x92\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE5\xAA\x92\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.662298"], ["updated_at", "2022-09-29 06:52:30.662299"]] TRANSACTION (5.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE6\x9D\xA5\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE6\x9D\xA5\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.694475"], ["updated_at", "2022-09-29 06:52:30.694476"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE8\xA1\x8C\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE8\xA1\x8C\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.727227"], ["updated_at", "2022-09-29 06:52:30.727228"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.748900"], ["updated_at", "2022-09-29 06:52:30.748900"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.774752"], ["updated_at", "2022-09-29 06:52:30.774752"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.805052"], ["updated_at", "2022-09-29 06:52:30.805053"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB5\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB5\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.834902"], ["updated_at", "2022-09-29 06:52:30.834903"]] TRANSACTION (4.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBAquan"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBAquan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.861521"], ["updated_at", "2022-09-29 06:52:30.861522"]] TRANSACTION (3.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE4\xB8\x8E\xE5\x85\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE4\xB8\x8E\xE5\x85\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.887685"], ["updated_at", "2022-09-29 06:52:30.887686"]] TRANSACTION (4.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE4\xBA\xBA\xE6\x9C\x89\xE8\x89\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE4\xBA\xBA\xE6\x9C\x89\xE8\x89\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.925015"], ["updated_at", "2022-09-29 06:52:30.925016"]] TRANSACTION (3.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.952608"], ["updated_at", "2022-09-29 06:52:30.952611"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE4\xBD\x93\xE6\x91\x84\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE4\xBD\x93\xE6\x91\x84\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:30.980746"], ["updated_at", "2022-09-29 06:52:30.980747"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE4\xBD\x93\xE7\x82\xB8\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE4\xBD\x93\xE7\x82\xB8\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.018332"], ["updated_at", "2022-09-29 06:52:31.018333"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE4\xBD\x93\xE8\xB5\xB0\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE4\xBD\x93\xE8\xB5\xB0\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.065774"], ["updated_at", "2022-09-29 06:52:31.065774"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\x85\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\x85\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.110833"], ["updated_at", "2022-09-29 06:52:31.110834"]] TRANSACTION (6.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\x85\xBD\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\x85\xBD\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.151712"], ["updated_at", "2022-09-29 06:52:31.151713"]] TRANSACTION (3.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\x9C\xA8\xE4\xBA\x91\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\x9C\xA8\xE4\xBA\x91\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.185612"], ["updated_at", "2022-09-29 06:52:31.185613"]] TRANSACTION (5.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.226816"], ["updated_at", "2022-09-29 06:52:31.226817"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.266725"], ["updated_at", "2022-09-29 06:52:31.266725"]] TRANSACTION (5.0ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\xA6\x96\xE4\xBA\x92\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\xA6\x96\xE4\xBA\x92\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.297316"], ["updated_at", "2022-09-29 06:52:31.297317"]] TRANSACTION (5.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.330637"], ["updated_at", "2022-09-29 06:52:31.330637"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\xA6\xBB\xE5\x86\x85\xE5\xB0\x84"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\xA6\xBB\xE5\x86\x85\xE5\xB0\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.355888"], ["updated_at", "2022-09-29 06:52:31.355888"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\xAE\x87\xE7\x89\xB9\xE8\x83\xBD\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\xAE\x87\xE7\x89\xB9\xE8\x83\xBD\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.378463"], ["updated_at", "2022-09-29 06:52:31.378464"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.409339"], ["updated_at", "2022-09-29 06:52:31.409340"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\x8B\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\x8B\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.438894"], ["updated_at", "2022-09-29 06:52:31.438895"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\x9C\xA8\xE5\x8F\x88"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\x9C\xA8\xE5\x8F\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.464105"], ["updated_at", "2022-09-29 06:52:31.464105"]] TRANSACTION (2.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.487337"], ["updated_at", "2022-09-29 06:52:31.487338"]] TRANSACTION (4.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\x9D\x83\xE4\xBF\x9D\xE6\x8A\xA4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\x9D\x83\xE4\xBF\x9D\xE6\x8A\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.533053"], ["updated_at", "2022-09-29 06:52:31.533055"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE4\xB9\x8B\xE5\xA3\xB0\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE4\xB9\x8B\xE5\xA3\xB0\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.587491"], ["updated_at", "2022-09-29 06:52:31.587492"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE5\x86\x85\xE6\x83\x85\xE7\x9C\x9F\xE7\x9B\xB8"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE5\x86\x85\xE6\x83\x85\xE7\x9C\x9F\xE7\x9B\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.615821"], ["updated_at", "2022-09-29 06:52:31.615822"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE6\x81\xB6\xE6\x90\x9E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE6\x81\xB6\xE6\x90\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.637101"], ["updated_at", "2022-09-29 06:52:31.637104"]] TRANSACTION (5.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.664599"], ["updated_at", "2022-09-29 06:52:31.664599"]] TRANSACTION (7.0ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE7\x9C\x9F\xE5\xAE\x9E"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE7\x9C\x9F\xE5\xAE\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.697008"], ["updated_at", "2022-09-29 06:52:31.697009"]] TRANSACTION (5.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\xB5\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\xB5\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.732408"], ["updated_at", "2022-09-29 06:52:31.732410"]] TRANSACTION (8.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\xB8\xA3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\xB8\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.767290"], ["updated_at", "2022-09-29 06:52:31.767291"]] TRANSACTION (5.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE7\x9C\x9F\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE7\x9C\x9F\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.793611"], ["updated_at", "2022-09-29 06:52:31.793611"]] TRANSACTION (3.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE7\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE7\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.866641"], ["updated_at", "2022-09-29 06:52:31.866642"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE7\xB1\xBB\xE7\x81\xAD\xE4\xBA\xA1\xE6\x97\xB6\xE9\x97\xB4\xE8\xA1\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE7\xB1\xBB\xE7\x81\xAD\xE4\xBA\xA1\xE6\x97\xB6\xE9\x97\xB4\xE8\xA1\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.941015"], ["updated_at", "2022-09-29 06:52:31.941017"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE7\xB1\xBB\xE7\x81\xAD\xE4\xBA\xA1\xE8\xBF\x9B\xE7\xA8\x8B\xE8\xA1\xA8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE7\xB1\xBB\xE7\x81\xAD\xE4\xBA\xA1\xE8\xBF\x9B\xE7\xA8\x8B\xE8\xA1\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.964421"], ["updated_at", "2022-09-29 06:52:31.964422"]] TRANSACTION (2.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE7\xB1\xBB\xE7\xBD\xAA\xE6\x81\xB6\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE7\xB1\xBB\xE7\xBD\xAA\xE6\x81\xB6\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:31.987221"], ["updated_at", "2022-09-29 06:52:31.987222"]] TRANSACTION (4.9ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE8\x82\x89\xE7\x82\xB8\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE8\x82\x89\xE7\x82\xB8\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.030686"], ["updated_at", "2022-09-29 06:52:32.030687"]] TRANSACTION (8.1ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE8\x88\x87\xE7\x8D\xB8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE8\x88\x87\xE7\x8D\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.092077"], ["updated_at", "2022-09-29 06:52:32.092102"]] TRANSACTION (3.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBB\xE5\x85\xBC\xE8\x80\xB3\xE5\x8F\xAA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBB\xE5\x85\xBC\xE8\x80\xB3\xE5\x8F\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.124701"], ["updated_at", "2022-09-29 06:52:32.124701"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBD\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBD\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.146125"], ["updated_at", "2022-09-29 06:52:32.146126"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x81\xE5\xAF\xBF\xE8\xAD\xA6\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x81\xE5\xAF\xBF\xE8\xAD\xA6\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.167668"], ["updated_at", "2022-09-29 06:52:32.167669"]] TRANSACTION (3.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x86\xE4\xB8\x8D\xE6\x80\x95\xE9\xA5\xAE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x86\xE4\xB8\x8D\xE6\x80\x95\xE9\xA5\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.192668"], ["updated_at", "2022-09-29 06:52:32.192669"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x87\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x87\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.220740"], ["updated_at", "2022-09-29 06:52:32.220741"]] TRANSACTION (2.3ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x93\xE4\xBA\x95\xE7\xA9\xBA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x93\xE4\xBA\x95\xE7\xA9\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.242201"], ["updated_at", "2022-09-29 06:52:32.242202"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x96\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x96\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.261551"], ["updated_at", "2022-09-29 06:52:32.261552"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x96\xE5\xA6\x88\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x96\xE5\xA6\x88\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.285136"], ["updated_at", "2022-09-29 06:52:32.285138"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x96\xE6\xAF\x8D\xE4\xBA\xB2"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x96\xE6\xAF\x8D\xE4\xBA\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.317228"], ["updated_at", "2022-09-29 06:52:32.317229"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x98\xE6\x99\x93\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x98\xE6\x99\x93\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.342516"], ["updated_at", "2022-09-29 06:52:32.342517"]] TRANSACTION (4.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x98\xE7\x94\xB3\xE5\xA5\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x98\xE7\x94\xB3\xE5\xA5\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.370519"], ["updated_at", "2022-09-29 06:52:32.370520"]] TRANSACTION (3.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x99\xE9\xB9\xA4\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x99\xE9\xB9\xA4\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.395229"], ["updated_at", "2022-09-29 06:52:32.395232"]] TRANSACTION (4.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x86\x99"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x86\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.429233"], ["updated_at", "2022-09-29 06:52:32.429234"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x86\x99\xE6\xAF\x95"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x86\x99\xE6\xAF\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.454271"], ["updated_at", "2022-09-29 06:52:32.454273"]] TRANSACTION (2.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x86\x99\xE8\xAE\xBA\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x86\x99\xE8\xAE\xBA\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.476663"], ["updated_at", "2022-09-29 06:52:32.476664"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x85\xA8\xE5\x9B\xBD\xE6\xAF\x95\xE4\xB8\x9A\xE5\xAD\xA6\xE5\x8E\x86"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x85\xA8\xE5\x9B\xBD\xE6\xAF\x95\xE4\xB8\x9A\xE5\xAD\xA6\xE5\x8E\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.504070"], ["updated_at", "2022-09-29 06:52:32.504072"]] TRANSACTION (3.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x86\x92\xE5\x90\x8D\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x86\x92\xE5\x90\x8D\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.555164"], ["updated_at", "2022-09-29 06:52:32.555165"]] TRANSACTION (4.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.597159"], ["updated_at", "2022-09-29 06:52:32.597161"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.642646"], ["updated_at", "2022-09-29 06:52:32.642647"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x90\x84"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x90\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.671259"], ["updated_at", "2022-09-29 06:52:32.671260"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x90\x84\xE7\xB1\xBB\xE6\x96\x87\xE5\x87\xAD"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x90\x84\xE7\xB1\xBB\xE6\x96\x87\xE5\x87\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.696765"], ["updated_at", "2022-09-29 06:52:32.696766"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x90\x84\xE7\xB1\xBB\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x90\x84\xE7\xB1\xBB\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.731644"], ["updated_at", "2022-09-29 06:52:32.731646"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.763255"], ["updated_at", "2022-09-29 06:52:32.763256"]] TRANSACTION (4.9ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.796371"], ["updated_at", "2022-09-29 06:52:32.796373"]] TRANSACTION (7.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.838892"], ["updated_at", "2022-09-29 06:52:32.838893"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE8\xBD\xA6\xE7\x89\x8C\xE6\x89\xA7\xE7\x85\xA7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE8\xBD\xA6\xE7\x89\x8C\xE6\x89\xA7\xE7\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.871659"], ["updated_at", "2022-09-29 06:52:32.871659"]] TRANSACTION (3.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE9\xA9\xBE\xE9\xA9\xB6\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE9\xA9\xBE\xE9\xA9\xB6\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.898504"], ["updated_at", "2022-09-29 06:52:32.898506"]] TRANSACTION (6.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xAD\x95"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xAD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.936993"], ["updated_at", "2022-09-29 06:52:32.936994"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xAD\x95\xE5\xA6\x88\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xAD\x95\xE5\xA6\x88\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:32.972597"], ["updated_at", "2022-09-29 06:52:32.972598"]] TRANSACTION (5.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80fapiao"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80fapiao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.002866"], ["updated_at", "2022-09-29 06:52:33.002867"]] TRANSACTION (5.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8C\xBB\xE7\x96\x97\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8C\xBB\xE7\x96\x97\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.042180"], ["updated_at", "2022-09-29 06:52:33.042181"]] TRANSACTION (5.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE5\x98\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE5\x98\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.085266"], ["updated_at", "2022-09-29 06:52:33.085269"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE6\xBC\x82"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE6\xBC\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.117790"], ["updated_at", "2022-09-29 06:52:33.117791"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.148228"], ["updated_at", "2022-09-29 06:52:33.148229"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE7\xA5\xA8QQ"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE7\xA5\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.172494"], ["updated_at", "2022-09-29 06:52:33.172496"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x92\xA8\xE8\xAF\xA2\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x92\xA8\xE8\xAF\xA2\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.194257"], ["updated_at", "2022-09-29 06:52:33.194258"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x95\x86\xE5\x93\x81\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x95\x86\xE5\x93\x81\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.221756"], ["updated_at", "2022-09-29 06:52:33.221756"]] TRANSACTION (3.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x9B\xBD\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x9B\xBD\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.247219"], ["updated_at", "2022-09-29 06:52:33.247220"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x9B\xBD\xE9\x99\x85\xE8\xB4\xA7\xE8\xBF\x90\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x9B\xBD\xE9\x99\x85\xE8\xB4\xA7\xE8\xBF\x90\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.268244"], ["updated_at", "2022-09-29 06:52:33.268245"]] TRANSACTION (2.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x9C\xB0\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x9C\xB0\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.288198"], ["updated_at", "2022-09-29 06:52:33.288199"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xA2\x9E\xE5\x80\xBC\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xA2\x9E\xE5\x80\xBC\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.319256"], ["updated_at", "2022-09-29 06:52:33.319259"]] TRANSACTION (7.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xAE\x89\xE8\xA3\x85\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xAE\x89\xE8\xA3\x85\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.358044"], ["updated_at", "2022-09-29 06:52:33.358044"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xB9\xBF\xE5\x91\x8A\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xB9\xBF\xE5\x91\x8A\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.378904"], ["updated_at", "2022-09-29 06:52:33.378905"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xBB\xBA\xE7\xAD\x91\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xBB\xBA\xE7\xAD\x91\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.398416"], ["updated_at", "2022-09-29 06:52:33.398417"]] TRANSACTION (5.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x88\xBF\xE7\xA7\x9F\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x88\xBF\xE7\xA7\x9F\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.433330"], ["updated_at", "2022-09-29 06:52:33.433331"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x99\xAE\xE9\x80\x9A\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x99\xAE\xE9\x80\x9A\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.462037"], ["updated_at", "2022-09-29 06:52:33.462037"]] TRANSACTION (2.7ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x99\xAE\xE9\x80\x9A\xE5\x95\x86\xE5\x93\x81\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x99\xAE\xE9\x80\x9A\xE5\x95\x86\xE5\x93\x81\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.485278"], ["updated_at", "2022-09-29 06:52:33.485278"]] TRANSACTION (3.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x9C\x8D\xE5\x8A\xA1\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x9C\x8D\xE5\x8A\xA1\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.509252"], ["updated_at", "2022-09-29 06:52:33.509253"]] TRANSACTION (5.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA7\x9F\xE8\xB5\x81\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA7\x9F\xE8\xB5\x81\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.545009"], ["updated_at", "2022-09-29 06:52:33.545010"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA8\x8E\xE5\x8A\xA1\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA8\x8E\xE5\x8A\xA1\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.568372"], ["updated_at", "2022-09-29 06:52:33.568373"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA8\x8E\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA8\x8E\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.589480"], ["updated_at", "2022-09-29 06:52:33.589481"]] TRANSACTION (5.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA8\x8E\xE7\xA5\xA8QQ"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA8\x8E\xE7\xA5\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.623023"], ["updated_at", "2022-09-29 06:52:33.623023"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xBB\xB4\xE4\xBF\xAE\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xBB\xB4\xE4\xBF\xAE\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.655007"], ["updated_at", "2022-09-29 06:52:33.655007"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE8\xBF\x90\xE8\xBE\x93\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE8\xBF\x90\xE8\xBE\x93\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.678101"], ["updated_at", "2022-09-29 06:52:33.678101"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE9\xA4\x90\xE9\xA5\xAE\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE9\xA4\x90\xE9\xA5\xAE\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.699132"], ["updated_at", "2022-09-29 06:52:33.699133"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE6\x82\xA8\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE6\x82\xA8\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.730677"], ["updated_at", "2022-09-29 06:52:33.730679"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.761645"], ["updated_at", "2022-09-29 06:52:33.761645"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE7\x90\x86\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE7\x90\x86\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.783304"], ["updated_at", "2022-09-29 06:52:33.783304"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE7\x90\x86\xE7\xA5\xA8\xE6\x8D\xAE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE7\x90\x86\xE7\xA5\xA8\xE6\x8D\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.809192"], ["updated_at", "2022-09-29 06:52:33.809193"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE7\x94\x9F\xE5\xAD\xA9\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE7\x94\x9F\xE5\xAD\xA9\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.843642"], ["updated_at", "2022-09-29 06:52:33.843643"]] TRANSACTION (2.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.866728"], ["updated_at", "2022-09-29 06:52:33.866729"]] TRANSACTION (2.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\x8D\xAF\xE7\x89\xA9\xE6\xAF\x92\xE5\x93\x81\xE7\xB1\xBB\xEF\xBC\x9A\xE8\xA1\x80\xE6\xB5\x86"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\x8D\xAF\xE7\x89\xA9\xE6\xAF\x92\xE5\x93\x81\xE7\xB1\xBB\xEF\xBC\x9A\xE8\xA1\x80\xE6\xB5\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.887935"], ["updated_at", "2022-09-29 06:52:33.887935"]] TRANSACTION (5.4ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\xA1\x80\xE6\xB5\x86"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\xA1\x80\xE6\xB5\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.923496"], ["updated_at", "2022-09-29 06:52:33.923499"]] TRANSACTION (7.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\xA1\xA8\xE7\x83\xA6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\xA1\xA8\xE7\x83\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:33.970888"], ["updated_at", "2022-09-29 06:52:33.970889"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\xAE\xA8\xE5\x80\xBA"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\xAE\xA8\xE5\x80\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.001460"], ["updated_at", "2022-09-29 06:52:34.001462"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\xBE\xA6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\xBE\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.037379"], ["updated_at", "2022-09-29 06:52:34.037380"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\xBE\xA6\xE5\x85\xA8\xE5\x9C\x8B\xE7\x95\xA2\xE6\xA5\xAD\xE5\xAD\xB8\xE6\xAD\xB7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\xBE\xA6\xE5\x85\xA8\xE5\x9C\x8B\xE7\x95\xA2\xE6\xA5\xAD\xE5\xAD\xB8\xE6\xAD\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.068706"], ["updated_at", "2022-09-29 06:52:34.068707"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\xBE\xA6\xE5\x90\x84\xE7\xB1\xBB\xE8\xAD\x89\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\xBE\xA6\xE5\x90\x84\xE7\xB1\xBB\xE8\xAD\x89\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.096150"], ["updated_at", "2022-09-29 06:52:34.096150"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\xBF\xBD\xE5\x80\xBA"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\xBF\xBD\xE5\x80\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.129395"], ["updated_at", "2022-09-29 06:52:34.129396"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE9\x96\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE9\x96\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.158468"], ["updated_at", "2022-09-29 06:52:34.158469"]] TRANSACTION (3.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE9\x96\x8B\xE5\x8C\x97\xE4\xBA\xAC\xE9\x86\xB1\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE9\x96\x8B\xE5\x8C\x97\xE4\xBA\xAC\xE9\x86\xB1\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.180415"], ["updated_at", "2022-09-29 06:52:34.180415"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE9\x96\x8B\xE5\x90\x84\xE7\xB1\xBB\xE7\xA5\xA8\xE6\x8D\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE9\x96\x8B\xE5\x90\x84\xE7\xB1\xBB\xE7\xA5\xA8\xE6\x8D\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.200700"], ["updated_at", "2022-09-29 06:52:34.200701"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE9\x96\x8B\xE9\x86\xB1\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE9\x96\x8B\xE9\x86\xB1\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.231955"], ["updated_at", "2022-09-29 06:52:34.231956"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA5\xE6\x9D\x83\xE8\xB0\x8B\xE7\xA7\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA5\xE6\x9D\x83\xE8\xB0\x8B\xE7\xA7\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.257261"], ["updated_at", "2022-09-29 06:52:34.257261"]] TRANSACTION (2.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE4\xBA\x8E\xE6\x96\xAF\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE4\xBA\x8E\xE6\x96\xAF\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.277958"], ["updated_at", "2022-09-29 06:52:34.277959"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE5\x85\x8B\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE5\x85\x8B\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.297675"], ["updated_at", "2022-09-29 06:52:34.297677"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE5\xBB\xBA\xE6\x96\xB0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE5\xBB\xBA\xE6\x96\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.330612"], ["updated_at", "2022-09-29 06:52:34.330613"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE7\x99\xBD\xE5\x87\x80"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE7\x99\xBD\xE5\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.365203"], ["updated_at", "2022-09-29 06:52:34.365204"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE7\x99\xBD\xE6\xB4\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE7\x99\xBD\xE6\xB4\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.387331"], ["updated_at", "2022-09-29 06:52:34.387331"]] TRANSACTION (5.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE7\xBB\xA7\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE7\xBB\xA7\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.456689"], ["updated_at", "2022-09-29 06:52:34.456690"]] TRANSACTION (4.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE8\xBF\x9C\xE5\xBE\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE8\xBF\x9C\xE5\xBE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.528012"], ["updated_at", "2022-09-29 06:52:34.528013"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE8\xBF\x9C\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE8\xBF\x9C\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.556790"], ["updated_at", "2022-09-29 06:52:34.556791"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE8\xBF\x9C\xE8\xBF\x9C"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE8\xBF\x9C\xE8\xBF\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.578281"], ["updated_at", "2022-09-29 06:52:34.578281"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.598146"], ["updated_at", "2022-09-29 06:52:34.598147"]] TRANSACTION (4.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.634447"], ["updated_at", "2022-09-29 06:52:34.634447"]] TRANSACTION (3.5ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAA\xE8\xAF\x9A\xE4\xBF\xA1\xE7\xBB\x8F\xE8\x90\xA5"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAA\xE8\xAF\x9A\xE4\xBF\xA1\xE7\xBB\x8F\xE8\x90\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.668239"], ["updated_at", "2022-09-29 06:52:34.668242"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.689532"], ["updated_at", "2022-09-29 06:52:34.689533"]] TRANSACTION (6.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.719780"], ["updated_at", "2022-09-29 06:52:34.719781"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.749589"], ["updated_at", "2022-09-29 06:52:34.749590"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.771649"], ["updated_at", "2022-09-29 06:52:34.771650"]] TRANSACTION (2.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.796631"], ["updated_at", "2022-09-29 06:52:34.796632"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.827818"], ["updated_at", "2022-09-29 06:52:34.827819"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE\xE7\xBA\xB8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE\xE7\xBA\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.861010"], ["updated_at", "2022-09-29 06:52:34.861011"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.883860"], ["updated_at", "2022-09-29 06:52:34.883861"]] TRANSACTION (3.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.907491"], ["updated_at", "2022-09-29 06:52:34.907493"]] TRANSACTION (4.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.943816"], ["updated_at", "2022-09-29 06:52:34.943817"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAF\x9A\xE4\xBF\xA1\xE7\xBB\x8F\xE8\x90\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAF\x9A\xE4\xBF\xA1\xE7\xBB\x8F\xE8\x90\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:34.973127"], ["updated_at", "2022-09-29 06:52:34.973128"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE7\x8B\x97\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE7\x8B\x97\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.000649"], ["updated_at", "2022-09-29 06:52:35.000651"]] TRANSACTION (7.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE7\x8B\x97\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE7\x8B\x97\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.045946"], ["updated_at", "2022-09-29 06:52:35.045947"]] TRANSACTION (3.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91qq"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.076538"], ["updated_at", "2022-09-29 06:52:35.076539"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.099069"], ["updated_at", "2022-09-29 06:52:35.099069"]] TRANSACTION (5.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x81\xE9\xB9\x85"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x81\xE9\xB9\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.132559"], ["updated_at", "2022-09-29 06:52:35.132560"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x81\xE9\xB9\x85\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x81\xE9\xB9\x85\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.163666"], ["updated_at", "2022-09-29 06:52:35.163666"]] TRANSACTION (2.9ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.185107"], ["updated_at", "2022-09-29 06:52:35.185107"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE5\x8A\x9B\xE5\x93\x88\xE6\x9C\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE5\x8A\x9B\xE5\x93\x88\xE6\x9C\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.206510"], ["updated_at", "2022-09-29 06:52:35.206511"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE6\x96\xAF\xE5\x85\xB0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE6\x96\xAF\xE5\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.232834"], ["updated_at", "2022-09-29 06:52:35.232834"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE6\x96\xAF\xE5\x85\xB0\xE4\xB9\x8B\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE6\x96\xAF\xE5\x85\xB0\xE4\xB9\x8B\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.262256"], ["updated_at", "2022-09-29 06:52:35.262257"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE6\x96\xAF\xE5\x85\xB0\xE5\x8E\x9F\xE6\x95\x99\xE6\x97\xA8\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE6\x96\xAF\xE5\x85\xB0\xE5\x8E\x9F\xE6\x95\x99\xE6\x97\xA8\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.293366"], ["updated_at", "2022-09-29 06:52:35.293367"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE7\x9A\xAE\xE6\x81\xA9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE7\x9A\xAE\xE6\x81\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.324306"], ["updated_at", "2022-09-29 06:52:35.324307"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE8\x80\x8C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE8\x80\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.354009"], ["updated_at", "2022-09-29 06:52:35.354009"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.376382"], ["updated_at", "2022-09-29 06:52:35.376383"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.399170"], ["updated_at", "2022-09-29 06:52:35.399170"]] TRANSACTION (6.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8D\xE5\x87\xA1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8D\xE5\x87\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.435641"], ["updated_at", "2022-09-29 06:52:35.435642"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8D\xE7\xBB\x8D\xE7\xA5\x96"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8D\xE7\xBB\x8D\xE7\xA5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.465977"], ["updated_at", "2022-09-29 06:52:35.465977"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x90\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x90\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.489075"], ["updated_at", "2022-09-29 06:52:35.489076"]] TRANSACTION (5.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x90\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x90\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.518596"], ["updated_at", "2022-09-29 06:52:35.518597"]] TRANSACTION (5.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x90\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x90\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.555086"], ["updated_at", "2022-09-29 06:52:35.555088"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x90\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x90\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.580099"], ["updated_at", "2022-09-29 06:52:35.580099"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x90\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x90\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.602835"], ["updated_at", "2022-09-29 06:52:35.602836"]] TRANSACTION (5.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x90\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x90\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.639237"], ["updated_at", "2022-09-29 06:52:35.639238"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x90\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x90\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.678909"], ["updated_at", "2022-09-29 06:52:35.678909"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x97\xE5\x83\x8F\xE7\xBE\x94"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x97\xE5\x83\x8F\xE7\xBE\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.703007"], ["updated_at", "2022-09-29 06:52:35.703008"]] TRANSACTION (6.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x98\xE5\x8C\x96\xE5\xAE\x98\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x98\xE5\x8C\x96\xE5\xAE\x98\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.758546"], ["updated_at", "2022-09-29 06:52:35.758547"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x98\xE5\x8E\x9A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x98\xE5\x8E\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.791316"], ["updated_at", "2022-09-29 06:52:35.791316"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x98\xE8\xB4\xA8\xE4\xBD\x9C\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x98\xE8\xB4\xA8\xE4\xBD\x9C\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.821489"], ["updated_at", "2022-09-29 06:52:35.821490"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA0\xE4\xB9\x9D\xE4\xBF\x83\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA0\xE4\xB9\x9D\xE4\xBF\x83\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.851592"], ["updated_at", "2022-09-29 06:52:35.851592"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA0\xE4\xB9\x9D\xE9\x80\x80\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA0\xE4\xB9\x9D\xE9\x80\x80\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.872892"], ["updated_at", "2022-09-29 06:52:35.872893"]] TRANSACTION (2.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA0\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA0\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.893006"], ["updated_at", "2022-09-29 06:52:35.893007"]] TRANSACTION (7.4ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA0\xE9\x80\x81\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA0\xE9\x80\x81\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.931161"], ["updated_at", "2022-09-29 06:52:35.931162"]] TRANSACTION (5.7ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA6\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA6\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.974273"], ["updated_at", "2022-09-29 06:52:35.974274"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA6\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA6\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:35.999283"], ["updated_at", "2022-09-29 06:52:35.999284"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA6\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA6\xE6\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.033757"], ["updated_at", "2022-09-29 06:52:36.033757"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.063671"], ["updated_at", "2022-09-29 06:52:36.063672"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.085530"], ["updated_at", "2022-09-29 06:52:36.085531"]] TRANSACTION (3.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.110483"], ["updated_at", "2022-09-29 06:52:36.110484"]] TRANSACTION (6.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.152810"], ["updated_at", "2022-09-29 06:52:36.152811"]] TRANSACTION (2.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAA\xE5\x85\x84\xE5\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAA\xE5\x85\x84\xE5\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.180043"], ["updated_at", "2022-09-29 06:52:36.180044"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAA\xE5\x9F\xBA\xE7\x99\xBE\xE7\xA7\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAA\xE5\x9F\xBA\xE7\x99\xBE\xE7\xA7\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.201218"], ["updated_at", "2022-09-29 06:52:36.201219"]] TRANSACTION (4.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAA\xE5\xA7\x90\xE5\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAA\xE5\xA7\x90\xE5\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.235421"], ["updated_at", "2022-09-29 06:52:36.235423"]] TRANSACTION (4.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAA\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAA\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.266894"], ["updated_at", "2022-09-29 06:52:36.266894"]] TRANSACTION (2.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAA\xE6\xB0\x91\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAA\xE6\xB0\x91\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.286913"], ["updated_at", "2022-09-29 06:52:36.286914"]] TRANSACTION (2.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAA\xE7\x81\xAB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAA\xE7\x81\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.310877"], ["updated_at", "2022-09-29 06:52:36.310879"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAA\xE7\x88\xB6\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAA\xE7\x88\xB6\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.338726"], ["updated_at", "2022-09-29 06:52:36.338726"]] TRANSACTION (4.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAF\xE8\x8E\xB1\xE5\xA1\x94\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAF\xE8\x8E\xB1\xE5\xA1\x94\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.364247"], ["updated_at", "2022-09-29 06:52:36.364248"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x8D\xE7\x9A\x84qq"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x8D\xE7\x9A\x84qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.385332"], ["updated_at", "2022-09-29 06:52:36.385332"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x8E\xE4\xBB\xB7\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x8E\xE4\xBB\xB7\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.404996"], ["updated_at", "2022-09-29 06:52:36.404997"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x8E\xE4\xBB\xB7\xE9\x94\x80\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE5\x81\x87\xE9\x92\x9E"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x8E\xE4\xBB\xB7\xE9\x94\x80\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE5\x81\x87\xE9\x92\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.436260"], ["updated_at", "2022-09-29 06:52:36.436261"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x8E\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x8E\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.463551"], ["updated_at", "2022-09-29 06:52:36.463552"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x8F\xE8\x8B\xB1\xE5\x9B\xBD\xE6\x88\xBF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x8F\xE8\x8B\xB1\xE5\x9B\xBD\xE6\x88\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.485322"], ["updated_at", "2022-09-29 06:52:36.485323"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x93\xE4\xBD\x8D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x93\xE4\xBD\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.504842"], ["updated_at", "2022-09-29 06:52:36.504843"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x93\xE5\x86\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x93\xE5\x86\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.537360"], ["updated_at", "2022-09-29 06:52:36.537361"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x93\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x93\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.568374"], ["updated_at", "2022-09-29 06:52:36.568375"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x93\xE6\x93\x8Dmm"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x93\xE6\x93\x8Dmm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.588437"], ["updated_at", "2022-09-29 06:52:36.588438"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x93\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x93\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.616437"], ["updated_at", "2022-09-29 06:52:36.616438"]] TRANSACTION (5.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x93\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x93\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.649426"], ["updated_at", "2022-09-29 06:52:36.649427"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE4\xB8\x8D\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE4\xB8\x8D\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.674150"], ["updated_at", "2022-09-29 06:52:36.674151"]] TRANSACTION (2.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE5\x8B\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE5\x8B\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.694822"], ["updated_at", "2022-09-29 06:52:36.694823"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE5\x8E\x9A\xE9\x93\xA7"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE5\x8E\x9A\xE9\x93\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.722314"], ["updated_at", "2022-09-29 06:52:36.722315"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE5\xBE\xB7\xE6\x99\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE5\xBE\xB7\xE6\x99\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.753642"], ["updated_at", "2022-09-29 06:52:36.753643"]] TRANSACTION (2.4ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE6\xB4\xAA\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE6\xB4\xAA\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.773422"], ["updated_at", "2022-09-29 06:52:36.773423"]] TRANSACTION (3.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE6\xB8\x85\xE6\xB6\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE6\xB8\x85\xE6\xB6\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.798181"], ["updated_at", "2022-09-29 06:52:36.798182"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE7\xA5\x9A\xE5\xBA\xA5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE7\xA5\x9A\xE5\xBA\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.833935"], ["updated_at", "2022-09-29 06:52:36.833936"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE7\xAB\x8B\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE7\xAB\x8B\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.868818"], ["updated_at", "2022-09-29 06:52:36.868819"]] TRANSACTION (4.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE7\xBB\xB4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE7\xBB\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.899022"], ["updated_at", "2022-09-29 06:52:36.899023"]] TRANSACTION (5.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x99\xE7\xA7\x8B\xE9\x87\x8C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x99\xE7\xA7\x8B\xE9\x87\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.933680"], ["updated_at", "2022-09-29 06:52:36.933681"]] TRANSACTION (4.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x99\xE8\x8B\xB1\xE6\x97\xB6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x99\xE8\x8B\xB1\xE6\x97\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.972312"], ["updated_at", "2022-09-29 06:52:36.972313"]] TRANSACTION (2.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9B\xE5\x90\x8C\xE4\xBF\xAE"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9B\xE5\x90\x8C\xE4\xBF\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:36.998495"], ["updated_at", "2022-09-29 06:52:36.998496"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9B\xE5\xB1\x95\xE5\x8D\x83\xE6\x89\x8B\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9B\xE5\xB1\x95\xE5\x8D\x83\xE6\x89\x8B\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.027969"], ["updated_at", "2022-09-29 06:52:37.027970"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9B\xE6\x80\x80\xE7\x85\xBD\xE4\xBB\x87\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9B\xE6\x80\x80\xE7\x85\xBD\xE4\xBB\x87\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.056985"], ["updated_at", "2022-09-29 06:52:37.056986"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE5\x90\x84\xE7\xA7\x8D\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE5\x90\x84\xE7\xA7\x8D\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.079882"], ["updated_at", "2022-09-29 06:52:37.079883"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE5\xBC\x8A\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE5\xBC\x8A\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.101938"], ["updated_at", "2022-09-29 06:52:37.101938"]] TRANSACTION (5.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.135057"], ["updated_at", "2022-09-29 06:52:37.135058"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.163906"], ["updated_at", "2022-09-29 06:52:37.163906"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.185921"], ["updated_at", "2022-09-29 06:52:37.185922"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE5\xA7\xBF\xE5\x8A\xBF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE5\xA7\xBF\xE5\x8A\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.210686"], ["updated_at", "2022-09-29 06:52:37.210686"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.241777"], ["updated_at", "2022-09-29 06:52:37.241778"]] TRANSACTION (5.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE7\xA1\x9D\xE5\x8C\x96\xE7\x94\x98"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE7\xA1\x9D\xE5\x8C\x96\xE7\x94\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.299116"], ["updated_at", "2022-09-29 06:52:37.299117"]] TRANSACTION (17.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE7\xA7\x80"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE7\xA7\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.400107"], ["updated_at", "2022-09-29 06:52:37.400108"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.427129"], ["updated_at", "2022-09-29 06:52:37.427130"]] TRANSACTION (6.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE8\x80\x85\xE5\xA4\xA7\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE8\x80\x85\xE5\xA4\xA7\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.460922"], ["updated_at", "2022-09-29 06:52:37.460923"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE8\x80\x85\xE6\x82\xA8\xE5\xA5\xBD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE8\x80\x85\xE6\x82\xA8\xE5\xA5\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.483119"], ["updated_at", "2022-09-29 06:52:37.483119"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE8\x80\x85\xE7\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (8.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE8\x80\x85\xE7\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.504022"], ["updated_at", "2022-09-29 06:52:37.504024"]] TRANSACTION (7.7ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE4\xBB\x96\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE4\xBB\x96\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.566946"], ["updated_at", "2022-09-29 06:52:37.566948"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE4\xBB\x96\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE4\xBB\x96\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.622066"], ["updated_at", "2022-09-29 06:52:37.622067"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\x8A\x9E\xE4\xBA\x8B\xE6\x88\x91\xE6\x94\xBE\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\x8A\x9E\xE4\xBA\x8B\xE6\x88\x91\xE6\x94\xBE\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.648494"], ["updated_at", "2022-09-29 06:52:37.648494"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\x90\x97b"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\x90\x97b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.669840"], ["updated_at", "2022-09-29 06:52:37.669840"]] TRANSACTION (2.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\x97\x8Eb"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\x97\x8Eb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.689782"], ["updated_at", "2022-09-29 06:52:37.689782"]] TRANSACTION (2.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA4\xA7\xE7\x88\xB7\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA4\xA7\xE7\x88\xB7\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.713478"], ["updated_at", "2022-09-29 06:52:37.713479"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA5\xB6\xE5\xA5\xB6\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA5\xB6\xE5\xA5\xB6\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.748009"], ["updated_at", "2022-09-29 06:52:37.748010"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA5\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA5\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.772106"], ["updated_at", "2022-09-29 06:52:37.772106"]] TRANSACTION (2.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.794324"], ["updated_at", "2022-09-29 06:52:37.794325"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.818448"], ["updated_at", "2022-09-29 06:52:37.818449"]] TRANSACTION (5.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA6\x88\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA6\x88\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.849304"], ["updated_at", "2022-09-29 06:52:37.849305"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA7\xA5\xE5\xA7\xA5\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA7\xA5\xE5\xA7\xA5\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.872812"], ["updated_at", "2022-09-29 06:52:37.872813"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA7\xA5\xE7\x88\xB7\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA7\xA5\xE7\x88\xB7\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.893465"], ["updated_at", "2022-09-29 06:52:37.893466"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.916575"], ["updated_at", "2022-09-29 06:52:37.916576"]] TRANSACTION (5.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xAA\xBD\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xAA\xBD\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.949642"], ["updated_at", "2022-09-29 06:52:37.949644"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE6\x95\xA2\xE4\xB8\x8A\xE5\x90\x97"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE6\x95\xA2\xE4\xB8\x8A\xE5\x90\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:37.981829"], ["updated_at", "2022-09-29 06:52:37.981829"]] TRANSACTION (2.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE7\x88\xB7\xE7\x88\xB7\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE7\x88\xB7\xE7\x88\xB7\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.001736"], ["updated_at", "2022-09-29 06:52:38.001737"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE7\x88\xB8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE7\x88\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.028985"], ["updated_at", "2022-09-29 06:52:38.028986"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE7\x9A\x84\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE7\x9A\x84\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.056578"], ["updated_at", "2022-09-29 06:52:38.056579"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE7\x9A\x84\xE8\xA5\xBF\xE5\x9F\x9F"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE7\x9A\x84\xE8\xA5\xBF\xE5\x9F\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.078715"], ["updated_at", "2022-09-29 06:52:38.078715"]] TRANSACTION (3.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE8\xAF\xB4\xE6\x88\x91\xE8\xAF\xB4\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE8\xAF\xB4\xE6\x88\x91\xE8\xAF\xB4\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.100796"], ["updated_at", "2022-09-29 06:52:38.100796"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE9\xBA\xBB\xE7\x97\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE9\xBA\xBB\xE7\x97\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.123695"], ["updated_at", "2022-09-29 06:52:38.123696"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE9\xBA\xBB\xE7\x97\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE9\xBA\xBB\xE7\x97\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.148817"], ["updated_at", "2022-09-29 06:52:38.148818"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xB3\xE9\x9D\x99\xE5\xAE\x89\xE5\xAE\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xB3\xE9\x9D\x99\xE5\xAE\x89\xE5\xAE\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.173372"], ["updated_at", "2022-09-29 06:52:38.173373"]] TRANSACTION (3.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xB3\xE9\x9D\x99\xE5\xAE\x89\xE5\xAE\x9A\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xB3\xE9\x9D\x99\xE5\xAE\x89\xE5\xAE\x9A\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.198717"], ["updated_at", "2022-09-29 06:52:38.198718"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x8D\xE5\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x8D\xE5\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.222972"], ["updated_at", "2022-09-29 06:52:38.222973"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x8D\xE5\xBC\x84"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x8D\xE5\xBC\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.246892"], ["updated_at", "2022-09-29 06:52:38.246893"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE4\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.274753"], ["updated_at", "2022-09-29 06:52:38.274756"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE5\xBA\x94\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE5\xBA\x94\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.297078"], ["updated_at", "2022-09-29 06:52:38.297079"]] TRANSACTION (3.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE7\x94\xA2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE7\x94\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.329782"], ["updated_at", "2022-09-29 06:52:38.329783"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE9\x8F\x9F\xE8\xA5\xA0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE9\x8F\x9F\xE8\xA5\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.360800"], ["updated_at", "2022-09-29 06:52:38.360801"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE9\x8F\x9F\xE8\xAE\x9C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE9\x8F\x9F\xE8\xAE\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.382608"], ["updated_at", "2022-09-29 06:52:38.382609"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE9\x8F\x9F\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE9\x8F\x9F\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.404173"], ["updated_at", "2022-09-29 06:52:38.404174"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE9\x93\xB2\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE9\x93\xB2\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.431976"], ["updated_at", "2022-09-29 06:52:38.431979"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE9\x93\xB2\xE8\xA3\x86"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE9\x93\xB2\xE8\xA3\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.459747"], ["updated_at", "2022-09-29 06:52:38.459748"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE9\x93\xB2\xE8\xB0\xA0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE9\x93\xB2\xE8\xB0\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.481743"], ["updated_at", "2022-09-29 06:52:38.481743"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\xA6\xE6\x8E\xA2\xE8\xAE\xBE\xE5\xA4\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\xA6\xE6\x8E\xA2\xE8\xAE\xBE\xE5\xA4\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.501827"], ["updated_at", "2022-09-29 06:52:38.501827"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\xAF\xE4\xBC\x8D\xE6\x9D\xB0"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\xAF\xE4\xBC\x8D\xE6\x9D\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.531185"], ["updated_at", "2022-09-29 06:52:38.531187"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\xAF\xE5\xBE\xB7\xE5\x81\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\xAF\xE5\xBE\xB7\xE5\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.564742"], ["updated_at", "2022-09-29 06:52:38.564742"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\xB5\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\xB5\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.589593"], ["updated_at", "2022-09-29 06:52:38.589594"]] TRANSACTION (3.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\xB5\xE7\x8A\xAF\xE5\x9B\xBD\xE5\xA4\x96\xE4\xB8\x93\xE5\x88\xA9"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\xB5\xE7\x8A\xAF\xE5\x9B\xBD\xE5\xA4\x96\xE4\xB8\x93\xE5\x88\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.619027"], ["updated_at", "2022-09-29 06:52:38.619028"]] TRANSACTION (6.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x83\xE6\x80\xA7\xE8\x85\xBA\xE6\xBF\x80\xE7\xB4\xA0"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x83\xE6\x80\xA7\xE8\x85\xBA\xE6\xBF\x80\xE7\xB4\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.667131"], ["updated_at", "2022-09-29 06:52:38.667131"]] TRANSACTION (4.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x83\xE7\xBA\xA2\xE7\xBB\x86\xE8\x83\x9E\xE7\x94\x9F\xE6\x88\x90\xE7\xB4\xA0"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x83\xE7\xBA\xA2\xE7\xBB\x86\xE8\x83\x9E\xE7\x94\x9F\xE6\x88\x90\xE7\xB4\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.710741"], ["updated_at", "2022-09-29 06:52:38.710798"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x84\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x84\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.763398"], ["updated_at", "2022-09-29 06:52:38.763398"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x84\xE7\xBD\x97\xE6\x96\xAF\xE8\xBD\xAE\xE7\x9B\x98"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x84\xE7\xBD\x97\xE6\x96\xAF\xE8\xBD\xAE\xE7\x9B\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.794604"], ["updated_at", "2022-09-29 06:52:38.794604"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x84\xE7\xBE\x85\xE6\x96\xAF"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x84\xE7\xBE\x85\xE6\x96\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.817969"], ["updated_at", "2022-09-29 06:52:38.817972"]] TRANSACTION (5.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x9D\xE5\xBA\x95"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x9D\xE5\xBA\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.855095"], ["updated_at", "2022-09-29 06:52:38.855096"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x9D\xE8\xAF\x81\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x9D\xE8\xAF\x81\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.883956"], ["updated_at", "2022-09-29 06:52:38.883957"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x9D\xE8\xBF\x87\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x9D\xE8\xBF\x87\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.908258"], ["updated_at", "2022-09-29 06:52:38.908259"]] TRANSACTION (3.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x9D\xE9\x92\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x9D\xE9\x92\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.947767"], ["updated_at", "2022-09-29 06:52:38.947769"]] TRANSACTION (2.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x9D\xE9\x92\x93\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x9D\xE9\x92\x93\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.973532"], ["updated_at", "2022-09-29 06:52:38.973533"]] TRANSACTION (2.4ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x9E\xE5\xBC\xBA\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x9E\xE5\xBC\xBA\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:38.992299"], ["updated_at", "2022-09-29 06:52:38.992299"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x9E\xE6\xAD\xA3\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x9E\xE6\xAD\xA3\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.014141"], ["updated_at", "2022-09-29 06:52:39.014142"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xA1\xE7\x94\xA8\xE5\x8D\xA1\xE5\xA5\x97\xE7\x8E\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xA1\xE7\x94\xA8\xE5\x8D\xA1\xE5\xA5\x97\xE7\x8E\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.045952"], ["updated_at", "2022-09-29 06:52:39.045952"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xA1\xE7\x94\xA8\xE5\x8D\xA1\xE6\x8F\x90\xE7\x8E\xB0"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xA1\xE7\x94\xA8\xE5\x8D\xA1\xE6\x8F\x90\xE7\x8E\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.072066"], ["updated_at", "2022-09-29 06:52:39.072066"]] TRANSACTION (2.3ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xA1\xE7\x94\xA8\xE5\x8D\xB1\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xA1\xE7\x94\xA8\xE5\x8D\xB1\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.091154"], ["updated_at", "2022-09-29 06:52:39.091155"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xA1\xE8\xAE\xBF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xA1\xE8\xAE\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.115479"], ["updated_at", "2022-09-29 06:52:39.115480"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xA1\xE8\xAE\xBF\xE4\xB8\x93\xE7\x8F\xAD"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xA1\xE8\xAE\xBF\xE4\xB8\x93\xE7\x8F\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.152634"], ["updated_at", "2022-09-29 06:52:39.152635"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xAA\xE5\xBD\xB1\xE8\x9D\x8E\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xAA\xE5\xBD\xB1\xE8\x9D\x8E\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.194030"], ["updated_at", "2022-09-29 06:52:39.194031"]] TRANSACTION (8.1ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xAE\xE6\x94\xB9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xAE\xE6\x94\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.236602"], ["updated_at", "2022-09-29 06:52:39.236606"]] TRANSACTION (5.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xAE\xE7\x82\xBC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xAE\xE7\x82\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.277706"], ["updated_at", "2022-09-29 06:52:39.277707"]] TRANSACTION (2.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xAE\xE7\x82\xBC\xE4\xB9\x8B\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xAE\xE7\x82\xBC\xE4\xB9\x8B\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.302280"], ["updated_at", "2022-09-29 06:52:39.302280"]] TRANSACTION (4.7ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xAE\xE7\x82\xBC\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xAE\xE7\x82\xBC\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.337738"], ["updated_at", "2022-09-29 06:52:39.337739"]] TRANSACTION (5.8ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x80\x9A\xE5\xA4\xA9\xE5\xB1\xA0\xE9\xBE\x99\xE5\x88\xAB\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x80\x9A\xE5\xA4\xA9\xE5\xB1\xA0\xE9\xBE\x99\xE5\x88\xAB\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.377807"], ["updated_at", "2022-09-29 06:52:39.377807"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x80\x9F\xE6\xAD\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x80\x9F\xE6\xAD\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.399003"], ["updated_at", "2022-09-29 06:52:39.399005"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x80\x9F\xE8\x85\xB9\xE7\x94\x9F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x80\x9F\xE8\x85\xB9\xE7\x94\x9F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.423915"], ["updated_at", "2022-09-29 06:52:39.423917"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x80\x9F\xE9\x89\xB4"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x80\x9F\xE9\x89\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.456385"], ["updated_at", "2022-09-29 06:52:39.456386"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x80\xAA\xE5\xBF\x97\xE7\xA6\x8F"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x80\xAA\xE5\xBF\x97\xE7\xA6\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.480603"], ["updated_at", "2022-09-29 06:52:39.480603"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x80\xAA\xE7\x8C\xAE\xE7\xAD\x96"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x80\xAA\xE7\x8C\xAE\xE7\xAD\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.501946"], ["updated_at", "2022-09-29 06:52:39.501947"]] TRANSACTION (8.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x80\xAA\xE8\x82\xB2\xE8\xB4\xA4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x80\xAA\xE8\x82\xB2\xE8\xB4\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.532028"], ["updated_at", "2022-09-29 06:52:39.532029"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.561572"], ["updated_at", "2022-09-29 06:52:39.561572"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.583312"], ["updated_at", "2022-09-29 06:52:39.583313"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.602434"], ["updated_at", "2022-09-29 06:52:39.602435"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x8118289325866"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x8118289325866"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.627708"], ["updated_at", "2022-09-29 06:52:39.627709"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE4\xB9\xB0\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE4\xB9\xB0\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.660109"], ["updated_at", "2022-09-29 06:52:39.660111"]] TRANSACTION (4.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE4\xBB\xA3\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE4\xBB\xA3\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.684077"], ["updated_at", "2022-09-29 06:52:39.684077"]] TRANSACTION (3.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.704167"], ["updated_at", "2022-09-29 06:52:39.704168"]] TRANSACTION (3.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAEQQ"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAEQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.729188"], ["updated_at", "2022-09-29 06:52:39.729190"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.757105"], ["updated_at", "2022-09-29 06:52:39.757106"]] TRANSACTION (3.6ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE6\x89\xB9\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE6\x89\xB9\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.780878"], ["updated_at", "2022-09-29 06:52:39.780879"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE\xE8\x81\x94\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE\xE8\x81\x94\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.803220"], ["updated_at", "2022-09-29 06:52:39.803221"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE9\x94\x80\xE5\x94\xAEQQ"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE9\x94\x80\xE5\x94\xAEQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.828074"], ["updated_at", "2022-09-29 06:52:39.828075"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE6\x8A\xA4\xE7\x85\xA7\xE5\x8A\x9E\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE6\x8A\xA4\xE7\x85\xA7\xE5\x8A\x9E\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.852036"], ["updated_at", "2022-09-29 06:52:39.852037"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE6\x96\x87\xE5\x87\xAD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE6\x96\x87\xE5\x87\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.878208"], ["updated_at", "2022-09-29 06:52:39.878209"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE6\xAF\x94\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE6\xAF\x94\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.901800"], ["updated_at", "2022-09-29 06:52:39.901801"]] TRANSACTION (4.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.931619"], ["updated_at", "2022-09-29 06:52:39.931619"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAEQQ"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAEQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.964918"], ["updated_at", "2022-09-29 06:52:39.964918"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81\xE6\x89\xB9\xE5\x8F\x91QQ"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81\xE6\x89\xB9\xE5\x8F\x91QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:39.989657"], ["updated_at", "2022-09-29 06:52:39.989658"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.012577"], ["updated_at", "2022-09-29 06:52:40.012578"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\x9E\xE4\xBA\xA4\xE6\x98\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\x9E\xE4\xBA\xA4\xE6\x98\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.041779"], ["updated_at", "2022-09-29 06:52:40.041780"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\x9E\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\x9E\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.071549"], ["updated_at", "2022-09-29 06:52:40.071550"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\x9E\xE6\x8D\xA2\xE7\x9C\x9F\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\x9E\xE6\x8D\xA2\xE7\x9C\x9F\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.094181"], ["updated_at", "2022-09-29 06:52:40.094182"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\x9E\xE6\x8D\xA2\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\x9E\xE6\x8D\xA2\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.114961"], ["updated_at", "2022-09-29 06:52:40.114962"]] TRANSACTION (3.7ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\xB1QQ"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\xB1QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.151822"], ["updated_at", "2022-09-29 06:52:40.151823"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\xB1\xE4\xB9\xB0\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\xB1\xE4\xB9\xB0\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.181860"], ["updated_at", "2022-09-29 06:52:40.181861"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\xB1\xE4\xBB\xA3\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\xB1\xE4\xBB\xA3\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.203492"], ["updated_at", "2022-09-29 06:52:40.203492"]] TRANSACTION (10.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\xB1\xE5\x85\xAC\xE5\x8F\xB8QQ"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\xB1\xE5\x85\xAC\xE5\x8F\xB8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.235594"], ["updated_at", "2022-09-29 06:52:40.235595"]] TRANSACTION (4.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\xB1\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\xB1\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.265045"], ["updated_at", "2022-09-29 06:52:40.265045"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\xB1\xE6\x89\xB9\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\xB1\xE6\x89\xB9\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.286990"], ["updated_at", "2022-09-29 06:52:40.286990"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\xA9\xBE\xE9\xA9\xB6\xE8\xAF\x81\xE5\x8A\x9E\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\xA9\xBE\xE9\xA9\xB6\xE8\xAF\x81\xE5\x8A\x9E\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.308185"], ["updated_at", "2022-09-29 06:52:40.308185"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A \xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A \xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.334112"], ["updated_at", "2022-09-29 06:52:40.334113"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE6\x84\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE6\x84\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.365488"], ["updated_at", "2022-09-29 06:52:40.365489"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.396011"], ["updated_at", "2022-09-29 06:52:40.396012"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.419021"], ["updated_at", "2022-09-29 06:52:40.419022"]] TRANSACTION (3.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.457349"], ["updated_at", "2022-09-29 06:52:40.457350"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.482656"], ["updated_at", "2022-09-29 06:52:40.482658"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\xA5\xB3\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\xA5\xB3\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.504091"], ["updated_at", "2022-09-29 06:52:40.504092"]] TRANSACTION (4.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\xB0\x8F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\xB0\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.531437"], ["updated_at", "2022-09-29 06:52:40.531438"]] TRANSACTION (6.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.566736"], ["updated_at", "2022-09-29 06:52:40.566737"]] TRANSACTION (2.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE6\x8A\x80\xE5\xB7\xA7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE6\x8A\x80\xE5\xB7\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.589468"], ["updated_at", "2022-09-29 06:52:40.589469"]] TRANSACTION (2.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.611029"], ["updated_at", "2022-09-29 06:52:40.611030"]] TRANSACTION (7.6ms) COMMIT User Load (12.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.661807"], ["updated_at", "2022-09-29 06:52:40.661810"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.691947"], ["updated_at", "2022-09-29 06:52:40.691948"]] TRANSACTION (3.8ms) COMMIT User Load (19.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.744147"], ["updated_at", "2022-09-29 06:52:40.744148"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.779836"], ["updated_at", "2022-09-29 06:52:40.779837"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.807348"], ["updated_at", "2022-09-29 06:52:40.807349"]] TRANSACTION (6.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.885760"], ["updated_at", "2022-09-29 06:52:40.885761"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.959332"], ["updated_at", "2022-09-29 06:52:40.959332"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:40.982798"], ["updated_at", "2022-09-29 06:52:40.982799"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.010176"], ["updated_at", "2022-09-29 06:52:41.010176"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.043969"], ["updated_at", "2022-09-29 06:52:41.043970"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.075417"], ["updated_at", "2022-09-29 06:52:41.075418"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.097494"], ["updated_at", "2022-09-29 06:52:41.097495"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE5\x81\xB7\xE8\xB4\xAA"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE5\x81\xB7\xE8\xB4\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.119037"], ["updated_at", "2022-09-29 06:52:41.119038"]] TRANSACTION (5.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE5\x90\xAC\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE5\x90\xAC\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.153606"], ["updated_at", "2022-09-29 06:52:41.153606"]] TRANSACTION (2.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE5\x95\xAA,dv"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE5\x95\xAA,dv"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.186227"], ["updated_at", "2022-09-29 06:52:41.186227"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (7.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.215075"], ["updated_at", "2022-09-29 06:52:41.215076"]] TRANSACTION (7.1ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.267119"], ["updated_at", "2022-09-29 06:52:41.267122"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE4\xB9\xB3\xE6\x88\xBF\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE4\xB9\xB3\xE6\x88\xBF\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.311177"], ["updated_at", "2022-09-29 06:52:41.311178"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.344210"], ["updated_at", "2022-09-29 06:52:41.344211"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.377881"], ["updated_at", "2022-09-29 06:52:41.377885"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x8E\x95\xE6\x89\x80"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x8E\x95\xE6\x89\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.399210"], ["updated_at", "2022-09-29 06:52:41.399210"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (8.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.422467"], ["updated_at", "2022-09-29 06:52:41.422468"]] TRANSACTION (5.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA5\xB3\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA5\xB3\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.469406"], ["updated_at", "2022-09-29 06:52:41.469407"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA5\xB3\xE7\x94\x9F\xE5\xAE\xBF\xE8\x88\x8D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA5\xB3\xE7\x94\x9F\xE5\xAE\xBF\xE8\x88\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.495270"], ["updated_at", "2022-09-29 06:52:41.495271"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA6\x82\xE5\x8E\x95"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA6\x82\xE5\x8E\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.522694"], ["updated_at", "2022-09-29 06:52:41.522695"]] TRANSACTION (4.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xB9\xB2\xE8\x80\x81\xE5\xA6\x9E"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xB9\xB2\xE8\x80\x81\xE5\xA6\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.558403"], ["updated_at", "2022-09-29 06:52:41.558404"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\x80\xA7\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\x80\xA7\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.585022"], ["updated_at", "2022-09-29 06:52:41.585023"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\x83\x85\xE4\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\x83\x85\xE4\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.611280"], ["updated_at", "2022-09-29 06:52:41.611281"]] TRANSACTION (4.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\x83\x85\xE4\xBE\xB6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\x83\x85\xE4\xBE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.645759"], ["updated_at", "2022-09-29 06:52:41.645760"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.683290"], ["updated_at", "2022-09-29 06:52:41.683291"]] TRANSACTION (5.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE7\x85\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE7\x85\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.717175"], ["updated_at", "2022-09-29 06:52:41.717176"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE7\xA7\x81\xE5\xA4\x84"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE7\xA7\x81\xE5\xA4\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.756629"], ["updated_at", "2022-09-29 06:52:41.756630"]] TRANSACTION (3.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE7\xBE\x8E\xE5\xA5\xB3\xE6\xB4\x97\xE6\xBE\xA1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE7\xBE\x8E\xE5\xA5\xB3\xE6\xB4\x97\xE6\xBE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.786439"], ["updated_at", "2022-09-29 06:52:41.786440"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.813099"], ["updated_at", "2022-09-29 06:52:41.813100"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE8\xB5\xB0\xE5\x85\x89\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE8\xB5\xB0\xE5\x85\x89\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.841283"], ["updated_at", "2022-09-29 06:52:41.841283"]] TRANSACTION (3.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.879020"], ["updated_at", "2022-09-29 06:52:41.879021"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE7\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE7\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.904676"], ["updated_at", "2022-09-29 06:52:41.904677"]] TRANSACTION (2.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE7\xAA\xA5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE7\xAA\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.929430"], ["updated_at", "2022-09-29 06:52:41.929431"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE7\xAA\xA5\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE7\xAA\xA5\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.963644"], ["updated_at", "2022-09-29 06:52:41.963645"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE7\xAA\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE7\xAA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:41.988736"], ["updated_at", "2022-09-29 06:52:41.988736"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE8\x82\x83\xE8\xB4\xAA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE8\x82\x83\xE8\xB4\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.016294"], ["updated_at", "2022-09-29 06:52:42.016294"]] TRANSACTION (4.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE9\x9B\xBB\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE9\x9B\xBB\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.047022"], ["updated_at", "2022-09-29 06:52:42.047023"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\x85\xE5\x85\xA8\xE6\x9C\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\x85\xE5\x85\xA8\xE6\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.076860"], ["updated_at", "2022-09-29 06:52:42.076860"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\x85\xE5\xBF\x97\xE5\xAF\xB0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\x85\xE5\xBF\x97\xE5\xAF\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.100602"], ["updated_at", "2022-09-29 06:52:42.100603"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\x85\xE7\x94\xB3\xE5\xA5\x87"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\x85\xE7\x94\xB3\xE5\xA5\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.120680"], ["updated_at", "2022-09-29 06:52:42.120681"]] TRANSACTION (4.6ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\x94\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\x94\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.155088"], ["updated_at", "2022-09-29 06:52:42.155093"]] TRANSACTION (3.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\x94\xE8\xBB\xB9"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\x94\xE8\xBB\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.184384"], ["updated_at", "2022-09-29 06:52:42.184385"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xAC\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xAC\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.202747"], ["updated_at", "2022-09-29 06:52:42.202748"]] TRANSACTION (2.7ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xAC\xE6\x83\x85\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xAC\xE6\x83\x85\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.221881"], ["updated_at", "2022-09-29 06:52:42.221882"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xAC\xE6\x83\x85\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xAC\xE6\x83\x85\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.248963"], ["updated_at", "2022-09-29 06:52:42.248965"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xAC\xE6\x83\x85\xE8\x97\xA5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xAC\xE6\x83\x85\xE8\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.278671"], ["updated_at", "2022-09-29 06:52:42.278671"]] TRANSACTION (16.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xAC\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xAC\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.316271"], ["updated_at", "2022-09-29 06:52:42.316271"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xAC\xE7\x9C\xA0\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xAC\xE7\x9C\xA0\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.343319"], ["updated_at", "2022-09-29 06:52:42.343320"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xB2\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xB2\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.374226"], ["updated_at", "2022-09-29 06:52:42.374227"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xBBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xBBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.397847"], ["updated_at", "2022-09-29 06:52:42.397847"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xBB\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xBB\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.423555"], ["updated_at", "2022-09-29 06:52:42.423556"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xBB\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xBB\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.458809"], ["updated_at", "2022-09-29 06:52:42.458810"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xBB\xE9\x80\xBC\xE7\xB2\xBE\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xBB\xE9\x80\xBC\xE7\xB2\xBE\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.487958"], ["updated_at", "2022-09-29 06:52:42.487958"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x83\xB5\xE8\xB4\xBC"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x83\xB5\xE8\xB4\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.511585"], ["updated_at", "2022-09-29 06:52:42.511586"]] TRANSACTION (4.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x83\xB5\xE8\xB4\xBC\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x83\xB5\xE8\xB4\xBC\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.538390"], ["updated_at", "2022-09-29 06:52:42.538391"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE5\x87\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE5\x87\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.578650"], ["updated_at", "2022-09-29 06:52:42.578652"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE6\x83\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE6\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.605700"], ["updated_at", "2022-09-29 06:52:42.605701"]] TRANSACTION (2.8ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.626088"], ["updated_at", "2022-09-29 06:52:42.626090"]] TRANSACTION (6.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE7\xA0\x8D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE7\xA0\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.664728"], ["updated_at", "2022-09-29 06:52:42.664730"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x81\xE5\x9C\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x81\xE5\x9C\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.692727"], ["updated_at", "2022-09-29 06:52:42.692728"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x83\xE6\x9E\x81\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x83\xE6\x9E\x81\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.714825"], ["updated_at", "2022-09-29 06:52:42.714825"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x84\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x84\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.740546"], ["updated_at", "2022-09-29 06:52:42.740547"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x85\xE5\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x85\xE5\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.776092"], ["updated_at", "2022-09-29 06:52:42.776093"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x85\xE6\xB0\x94\xE5\xA8\x83"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x85\xE6\xB0\x94\xE5\xA8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.803288"], ["updated_at", "2022-09-29 06:52:42.803289"]] TRANSACTION (3.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x85\xE6\xB0\x94\xE5\xA8\x83\xE5\xA8\x83"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x85\xE6\xB0\x94\xE5\xA8\x83\xE5\xA8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.833812"], ["updated_at", "2022-09-29 06:52:42.833813"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x85\xE8\xA1\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x85\xE8\xA1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.866066"], ["updated_at", "2022-09-29 06:52:42.866067"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x88\xE7\x83\x88\xE7\x94\xB5\xE7\x94\xB5"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x88\xE7\x83\x88\xE7\x94\xB5\xE7\x94\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.891179"], ["updated_at", "2022-09-29 06:52:42.891181"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x88\xE7\x83\x88\xE7\xBA\xB7\xE7\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x88\xE7\x83\x88\xE7\xBA\xB7\xE7\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.914297"], ["updated_at", "2022-09-29 06:52:42.914298"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x89\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x89\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.940917"], ["updated_at", "2022-09-29 06:52:42.940918"]] TRANSACTION (3.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x89\xE5\xA4\x8D\xE6\xB0\x91\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x89\xE5\xA4\x8D\xE6\xB0\x91\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:42.975234"], ["updated_at", "2022-09-29 06:52:42.975235"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x89\xE5\xAD\xA6\xE7\x9C\x9F\xE9\xA2\x98"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x89\xE5\xAD\xA6\xE7\x9C\x9F\xE9\xA2\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.003817"], ["updated_at", "2022-09-29 06:52:43.003817"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x89\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x89\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.025357"], ["updated_at", "2022-09-29 06:52:43.025357"]] TRANSACTION (5.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x89\xE7\xA5\x96"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x89\xE7\xA5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.062491"], ["updated_at", "2022-09-29 06:52:43.062492"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8B\xE5\x88\x86\xE6\x9E\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8B\xE5\x88\x86\xE6\x9E\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.090677"], ["updated_at", "2022-09-29 06:52:43.090678"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8B\xE5\x8D\x83\xE6\x9C\xAF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8B\xE5\x8D\x83\xE6\x9C\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.121293"], ["updated_at", "2022-09-29 06:52:43.121295"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8B\xE9\x80\x8F\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8B\xE9\x80\x8F\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.150163"], ["updated_at", "2022-09-29 06:52:43.150164"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE5\xAE\x9A\xE9\x87\x91\xE9\x92\xA2\xE7\x8F\xA0\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE5\xAE\x9A\xE9\x87\x91\xE9\x92\xA2\xE7\x8F\xA0\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.182699"], ["updated_at", "2022-09-29 06:52:43.182700"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE7\x94\xB5\xE7\x81\xAF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE7\x94\xB5\xE7\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.206039"], ["updated_at", "2022-09-29 06:52:43.206039"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB2\xBB\xE6\xB7\xAB\xE5\xA7\xA6\xE9\xBB\x83\xE8\x89\xB2\xE9\x9B\xBB\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (6.9ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB2\xBB\xE6\xB7\xAB\xE5\xA7\xA6\xE9\xBB\x83\xE8\x89\xB2\xE9\x9B\xBB\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.234984"], ["updated_at", "2022-09-29 06:52:43.234985"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB2\xBB\xE8\x89\xB7\xE6\x83\x85\xE6\xB7\xAB\xE7\xA9\xA2\xE5\xB0\x8F\xE8\xAA\xAA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB2\xBB\xE8\x89\xB7\xE6\x83\x85\xE6\xB7\xAB\xE7\xA9\xA2\xE5\xB0\x8F\xE8\xAA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.275448"], ["updated_at", "2022-09-29 06:52:43.275450"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.310628"], ["updated_at", "2022-09-29 06:52:43.310630"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE4\xBA\x8C\xE7\xBA\xA7\xE5\x9F\x9F\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE4\xBA\x8C\xE7\xBA\xA7\xE5\x9F\x9F\xE5\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.344791"], ["updated_at", "2022-09-29 06:52:43.344792"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE4\xBD\xBF\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE4\xBD\xBF\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.374257"], ["updated_at", "2022-09-29 06:52:43.374258"]] TRANSACTION (3.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE5\x86\x85\xE5\xAE\xB9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE5\x86\x85\xE5\xAE\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.398384"], ["updated_at", "2022-09-29 06:52:43.398384"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.419981"], ["updated_at", "2022-09-29 06:52:43.419982"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.486832"], ["updated_at", "2022-09-29 06:52:43.486832"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.566469"], ["updated_at", "2022-09-29 06:52:43.566470"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x88\x90\xE4\xBA\xBA\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x88\x90\xE4\xBA\xBA\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.593195"], ["updated_at", "2022-09-29 06:52:43.593196"]] TRANSACTION (6.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.618479"], ["updated_at", "2022-09-29 06:52:43.618480"]] TRANSACTION (6.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.651794"], ["updated_at", "2022-09-29 06:52:43.651795"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE7\xB4\xA2\xE5\x8F\x96"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE7\xB4\xA2\xE5\x8F\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.684136"], ["updated_at", "2022-09-29 06:52:43.684137"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\x89\xB2\xE6\x83\x85\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\x89\xB2\xE6\x83\x85\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.706037"], ["updated_at", "2022-09-29 06:52:43.706037"]] TRANSACTION (3.1ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\x89\xB2\xE6\x83\x85\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\x89\xB2\xE6\x83\x85\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.734049"], ["updated_at", "2022-09-29 06:52:43.734051"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\xA3\xB8\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\xA3\xB8\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.773717"], ["updated_at", "2022-09-29 06:52:43.773718"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\xA3\xB8\xE8\x88\x9E\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\xA3\xB8\xE8\x88\x9E\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.801147"], ["updated_at", "2022-09-29 06:52:43.801148"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\xAE\xA2\xE8\xB4\xAD\xE7\x83\xAD\xE7\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\xAE\xA2\xE8\xB4\xAD\xE7\x83\xAD\xE7\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.823383"], ["updated_at", "2022-09-29 06:52:43.823384"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE9\xA3\x8E\xE9\xAA\x9A\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE9\xA3\x8E\xE9\xAA\x9A\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.854712"], ["updated_at", "2022-09-29 06:52:43.854714"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE9\xBB\x84b\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE9\xBB\x84b\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.882956"], ["updated_at", "2022-09-29 06:52:43.882957"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x94\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x94\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.907923"], ["updated_at", "2022-09-29 06:52:43.907924"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\x86\x85\xE5\x88\x86\xE8\xA3\x82"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\x86\x85\xE5\x88\x86\xE8\xA3\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.931129"], ["updated_at", "2022-09-29 06:52:43.931130"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\x86\x85\xE5\x8D\xB1\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\x86\x85\xE5\x8D\xB1\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.964622"], ["updated_at", "2022-09-29 06:52:43.964623"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\x86\x85\xE6\x9D\x83\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\x86\x85\xE6\x9D\x83\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:43.990179"], ["updated_at", "2022-09-29 06:52:43.990181"]] TRANSACTION (4.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\x86\x85\xE6\x9D\x83\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\x86\x85\xE6\x9D\x83\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.017603"], ["updated_at", "2022-09-29 06:52:44.017603"]] TRANSACTION (5.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\x86\x85\xE8\xA8\x80\xE4\xBA\x8B\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\x86\x85\xE8\xA8\x80\xE4\xBA\x8B\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.051498"], ["updated_at", "2022-09-29 06:52:44.051499"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\x89\x8D\xE5\xB9\xB2\xE5\x8A\xB2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\x89\x8D\xE5\xB9\xB2\xE5\x8A\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.083418"], ["updated_at", "2022-09-29 06:52:44.083419"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\x90\x8E\xE8\x90\x8E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\x90\x8E\xE8\x90\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.107922"], ["updated_at", "2022-09-29 06:52:44.107923"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\xA4\x96\xE5\x88\x8A\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\xA4\x96\xE5\x88\x8A\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.130265"], ["updated_at", "2022-09-29 06:52:44.130266"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE6\xA0\xA1\xE5\xAE\x89\xE6\x8F\x92\xE4\xBA\xB2\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE6\xA0\xA1\xE5\xAE\x89\xE6\x8F\x92\xE4\xBA\xB2\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.163682"], ["updated_at", "2022-09-29 06:52:44.163683"]] TRANSACTION (2.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE6\xA3\x8D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE6\xA3\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.189968"], ["updated_at", "2022-09-29 06:52:44.189969"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE7\x9A\x84\xE5\x96\x89\xE8\x88\x8C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE7\x9A\x84\xE5\x96\x89\xE8\x88\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.211642"], ["updated_at", "2022-09-29 06:52:44.211643"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.237248"], ["updated_at", "2022-09-29 06:52:44.237250"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.272853"], ["updated_at", "2022-09-29 06:52:44.272855"]] TRANSACTION (3.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE9\x9E\xAD"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE9\x9E\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.299739"], ["updated_at", "2022-09-29 06:52:44.299740"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE9\xA3\x8E\xE6\x97\xA5\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE9\xA3\x8E\xE6\x97\xA5\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.324767"], ["updated_at", "2022-09-29 06:52:44.324768"]] TRANSACTION (6.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA5\xE5\x8F\xA3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA5\xE5\x8F\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.363995"], ["updated_at", "2022-09-29 06:52:44.363996"]] TRANSACTION (7.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA5\xE8\x80\xB3\xE5\x85\xB3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA5\xE8\x80\xB3\xE5\x85\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.398475"], ["updated_at", "2022-09-29 06:52:44.398476"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA5\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA5\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.427554"], ["updated_at", "2022-09-29 06:52:44.427554"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA7\xE8\xA4\xB2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA7\xE8\xA4\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.462814"], ["updated_at", "2022-09-29 06:52:44.462817"]] TRANSACTION (5.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA81\xE7\x90\x83\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA81\xE7\x90\x83\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.493835"], ["updated_at", "2022-09-29 06:52:44.493835"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\x8B\xA4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\x8B\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.521103"], ["updated_at", "2022-09-29 06:52:44.521103"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\x9B\xBD\xE4\xB8\xA4\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\x9B\xBD\xE4\xB8\xA4\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.555319"], ["updated_at", "2022-09-29 06:52:44.555320"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\x9B\xBD\xE9\x80\x80\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\x9B\xBD\xE9\x80\x80\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.587943"], ["updated_at", "2022-09-29 06:52:44.587943"]] TRANSACTION (2.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\xA5\x97\xE6\x9C\x8D\xE5\x8A\xA1\xE5\x8C\x85\xE5\x90\xB9\xE5\x8C\x85\xE5\x81\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\xA5\x97\xE6\x9C\x8D\xE5\x8A\xA1\xE5\x8C\x85\xE5\x90\xB9\xE5\x8C\x85\xE5\x81\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.612665"], ["updated_at", "2022-09-29 06:52:44.612665"]] TRANSACTION (3.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE4\xB8\x8D\xE5\xBE\x97\xE5\xA5\xBD\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE4\xB8\x8D\xE5\xBE\x97\xE5\xA5\xBD\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.638717"], ["updated_at", "2022-09-29 06:52:44.638718"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE6\xAD\xBB\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE6\xAD\xBB\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.672464"], ["updated_at", "2022-09-29 06:52:44.672465"]] TRANSACTION (3.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE6\xAD\xBB\xE7\xB5\x95"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE6\xAD\xBB\xE7\xB5\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.701593"], ["updated_at", "2022-09-29 06:52:44.701595"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE6\xAD\xBB\xE7\xBB\x9D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE6\xAD\xBB\xE7\xBB\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.722677"], ["updated_at", "2022-09-29 06:52:44.722677"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE6\xA0\xB9\xE5\xB0\xBD\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE6\xA0\xB9\xE5\xB0\xBD\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.750210"], ["updated_at", "2022-09-29 06:52:44.750211"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE6\xB8\xA0\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE6\xB8\xA0\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.783397"], ["updated_at", "2022-09-29 06:52:44.783398"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE7\x9C\x9F\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE7\x9C\x9F\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.805989"], ["updated_at", "2022-09-29 06:52:44.805990"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE8\x87\xAA\xE5\x8A\xA8\xE5\xBC\x80\xE9\x94\x81\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE8\x87\xAA\xE5\x8A\xA8\xE5\xBC\x80\xE9\x94\x81\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.827478"], ["updated_at", "2022-09-29 06:52:44.827479"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE8\x8C\x83\xE5\x9B\xB4\xE6\x95\x99\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE8\x8C\x83\xE5\x9B\xB4\xE6\x95\x99\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.858027"], ["updated_at", "2022-09-29 06:52:44.858028"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.891256"], ["updated_at", "2022-09-29 06:52:44.891256"]] TRANSACTION (2.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE8\xA3\xB8\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE8\xA3\xB8\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.911680"], ["updated_at", "2022-09-29 06:52:44.911683"]] TRANSACTION (2.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE8\xA3\xB8\xE5\xA5\xB3\xE9\x83\x8E"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE8\xA3\xB8\xE5\xA5\xB3\xE9\x83\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.930262"], ["updated_at", "2022-09-29 06:52:44.930263"]] TRANSACTION (5.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE8\xA3\xB8\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE8\xA3\xB8\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.969824"], ["updated_at", "2022-09-29 06:52:44.969824"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE9\x9B\x86\xE5\x9C\xA8\xE7\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE9\x9B\x86\xE5\x9C\xA8\xE7\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:44.997828"], ["updated_at", "2022-09-29 06:52:44.997828"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.021790"], ["updated_at", "2022-09-29 06:52:45.021791"]] TRANSACTION (6.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE4\xB9\x9D"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE4\xB9\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.061273"], ["updated_at", "2022-09-29 06:52:45.061274"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.107138"], ["updated_at", "2022-09-29 06:52:45.107141"]] TRANSACTION (3.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.137433"], ["updated_at", "2022-09-29 06:52:45.137434"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE6\x94\xBF\xE6\xB2\xBB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE6\x94\xBF\xE6\xB2\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.178253"], ["updated_at", "2022-09-29 06:52:45.178254"]] TRANSACTION (3.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.204058"], ["updated_at", "2022-09-29 06:52:45.204058"]] TRANSACTION (2.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE5\x90\xA7\xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE5\x90\xA7\xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.227551"], ["updated_at", "2022-09-29 06:52:45.227552"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE5\x90\xA7\xE4\xBC\x8A\xE8\x80\x8C\xE9\x99\x86\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE5\x90\xA7\xE4\xBC\x8A\xE8\x80\x8C\xE9\x99\x86\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.262646"], ["updated_at", "2022-09-29 06:52:45.262646"]] TRANSACTION (4.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE7\xBA\xA7\xE5\x9C\xB0\xE9\x9C\x87\xE6\xAF\xAB\xE6\x97\xA0\xE9\xA2\x84\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE7\xBA\xA7\xE5\x9C\xB0\xE9\x9C\x87\xE6\xAF\xAB\xE6\x97\xA0\xE9\xA2\x84\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.288922"], ["updated_at", "2022-09-29 06:52:45.288923"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE8\x80\x81"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE8\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.310308"], ["updated_at", "2022-09-29 06:52:45.310309"]] TRANSACTION (4.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.339124"], ["updated_at", "2022-09-29 06:52:45.339125"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\x85\xB3\xE5\x88\xA0\xE9\x99\xA4\xE7\x99\xBE\xE5\xBA\xA6\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\x85\xB3\xE5\x88\xA0\xE9\x99\xA4\xE7\x99\xBE\xE5\xBA\xA6\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.374662"], ["updated_at", "2022-09-29 06:52:45.374664"]] TRANSACTION (3.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\x85\xB3\xE8\xB4\x9F\xE9\x9D\xA2\xE4\xBF\xA1\xE6\x81\xAF\xE5\xA4\x84\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\x85\xB3\xE8\xB4\x9F\xE9\x9D\xA2\xE4\xBF\xA1\xE6\x81\xAF\xE5\xA4\x84\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.400251"], ["updated_at", "2022-09-29 06:52:45.400253"]] TRANSACTION (3.3ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\x8A\xA1\xE5\x91\x98\xE4\xBB\xA3\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\x8A\xA1\xE5\x91\x98\xE4\xBB\xA3\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.421018"], ["updated_at", "2022-09-29 06:52:45.421019"]] TRANSACTION (5.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\x8A\xA1\xE5\x91\x98\xE8\x80\x83\xE7\x94\x9F\xE4\xBF\xA1\xE6\x81\xAF\xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\x8A\xA1\xE5\x91\x98\xE8\x80\x83\xE7\x94\x9F\xE4\xBF\xA1\xE6\x81\xAF\xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.448551"], ["updated_at", "2022-09-29 06:52:45.448552"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\x8E\x95"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\x8E\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.484620"], ["updated_at", "2022-09-29 06:52:45.484621"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\x91\x8A"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\x91\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.505645"], ["updated_at", "2022-09-29 06:52:45.505646"]] TRANSACTION (2.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.526271"], ["updated_at", "2022-09-29 06:52:45.526272"]] TRANSACTION (5.8ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.564234"], ["updated_at", "2022-09-29 06:52:45.564235"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\xAE\x89\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\xAE\x89\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.589519"], ["updated_at", "2022-09-29 06:52:45.589520"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\xAE\x89\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\xAE\x89\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.615016"], ["updated_at", "2022-09-29 06:52:45.615016"]] TRANSACTION (2.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\xAE\x89\xE9\x94\x99\xE6\x89\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\xAE\x89\xE9\x94\x99\xE6\x89\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.636689"], ["updated_at", "2022-09-29 06:52:45.636690"]] TRANSACTION (5.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\xBC\x80\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\xBC\x80\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.673169"], ["updated_at", "2022-09-29 06:52:45.673170"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\xBC\x80\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\xBC\x80\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.698195"], ["updated_at", "2022-09-29 06:52:45.698196"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE6\xA3\x80\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE6\xA3\x80\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.722697"], ["updated_at", "2022-09-29 06:52:45.722697"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.751137"], ["updated_at", "2022-09-29 06:52:45.751139"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE7\x94\xA2\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE7\x94\xA2\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.785592"], ["updated_at", "2022-09-29 06:52:45.785593"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xADHE\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xADHE\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.816506"], ["updated_at", "2022-09-29 06:52:45.816506"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE4\xB8\x87\xE5\xAD\x97\xE4\xB8\x8A\xE6\x9E\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE4\xB8\x87\xE5\xAD\x97\xE4\xB8\x8A\xE6\x9E\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.839911"], ["updated_at", "2022-09-29 06:52:45.839912"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE4\xBB\xA3\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE4\xBB\xA3\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.872222"], ["updated_at", "2022-09-29 06:52:45.872223"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE4\xBD\x8Dqq"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE4\xBD\x8Dqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.903037"], ["updated_at", "2022-09-29 06:52:45.903038"]] TRANSACTION (4.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x90\x88\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x90\x88\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.937397"], ["updated_at", "2022-09-29 06:52:45.937400"]] TRANSACTION (5.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x90\x88\xE9\x87\x87"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x90\x88\xE9\x87\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:45.976993"], ["updated_at", "2022-09-29 06:52:45.976994"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x92\x8C\xE8\xB0\x90\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x92\x8C\xE8\xB0\x90\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.010990"], ["updated_at", "2022-09-29 06:52:46.010991"]] TRANSACTION (11.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.053742"], ["updated_at", "2022-09-29 06:52:46.053742"]] TRANSACTION (6.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xB9\x8B\xE5\xBD\xB9"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xB9\x8B\xE5\xBD\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.093935"], ["updated_at", "2022-09-29 06:52:46.093936"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.126394"], ["updated_at", "2022-09-29 06:52:46.126394"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.157004"], ["updated_at", "2022-09-29 06:52:46.157005"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.186584"], ["updated_at", "2022-09-29 06:52:46.186585"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\x86\x85\xE9\x83\xA8\xE6\x97\xA5\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\x86\x85\xE9\x83\xA8\xE6\x97\xA5\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.208023"], ["updated_at", "2022-09-29 06:52:46.208023"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\x8F\x97\xE9\x9A\xBE\xE8\x80\x85\xE5\xAE\xB6\xE5\xB1\x9E\xE8\xAF\x81\xE8\xBE\x9E"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\x8F\x97\xE9\x9A\xBE\xE8\x80\x85\xE5\xAE\xB6\xE5\xB1\x9E\xE8\xAF\x81\xE8\xBE\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.228375"], ["updated_at", "2022-09-29 06:52:46.228375"]] TRANSACTION (4.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xAD\xA6\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xAD\xA6\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.263552"], ["updated_at", "2022-09-29 06:52:46.263554"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xB1\xA0\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xB1\xA0\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.291627"], ["updated_at", "2022-09-29 06:52:46.291627"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xB1\xA0\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.317121"], ["updated_at", "2022-09-29 06:52:46.317122"]] TRANSACTION (3.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xBC\x8F\xE6\x89\x8BQQ"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xBC\x8F\xE6\x89\x8BQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.342403"], ["updated_at", "2022-09-29 06:52:46.342404"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE6\x94\xBF\xE5\x8F\x98"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE6\x94\xBF\xE5\x8F\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.375652"], ["updated_at", "2022-09-29 06:52:46.375652"]] TRANSACTION (3.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE6\xAF\x8D\xE4\xBA\xB2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE6\xAF\x8D\xE4\xBA\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.411870"], ["updated_at", "2022-09-29 06:52:46.411871"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE8\xA1\x80\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE8\xA1\x80\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.432726"], ["updated_at", "2022-09-29 06:52:46.432727"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE8\xB5\x84\xE6\x96\x99\xE9\xA6\x86"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE8\xB5\x84\xE6\x96\x99\xE9\xA6\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.467793"], ["updated_at", "2022-09-29 06:52:46.467794"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.494305"], ["updated_at", "2022-09-29 06:52:46.494306"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.513811"], ["updated_at", "2022-09-29 06:52:46.513812"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE6\x9C\x88\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE6\x9C\x88\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.533828"], ["updated_at", "2022-09-29 06:52:46.533829"]] TRANSACTION (4.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.566569"], ["updated_at", "2022-09-29 06:52:46.566571"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE6\xB0\x9F\xE5\x8C\x96\xE9\x93\x80"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE6\xB0\x9F\xE5\x8C\x96\xE9\x93\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.592825"], ["updated_at", "2022-09-29 06:52:46.592826"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE6\xB2\xB3\xE8\x9F\xB9\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE6\xB2\xB3\xE8\x9F\xB9\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.616277"], ["updated_at", "2022-09-29 06:52:46.616278"]] TRANSACTION (2.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE7\x99\xBE\xE5\xBA\xA6\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE7\x99\xBE\xE5\xBA\xA6\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.635365"], ["updated_at", "2022-09-29 06:52:46.635365"]] TRANSACTION (10.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB0\xE5\xB7\x9E\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB0\xE5\xB7\x9E\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.679731"], ["updated_at", "2022-09-29 06:52:46.679732"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB0\xE5\xB7\x9E\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB0\xE5\xB7\x9E\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.720868"], ["updated_at", "2022-09-29 06:52:46.720869"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1c\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1c\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.817961"], ["updated_at", "2022-09-29 06:52:46.817962"]] TRANSACTION (2.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1c\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1c\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.838907"], ["updated_at", "2022-09-29 06:52:46.838908"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1x\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1x\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.874142"], ["updated_at", "2022-09-29 06:52:46.874143"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1x\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1x\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.899467"], ["updated_at", "2022-09-29 06:52:46.899468"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xB8\x80\xE4\xBA\xA7\xE4\xB8\x80\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xB8\x80\xE4\xBA\xA7\xE4\xB8\x80\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.924299"], ["updated_at", "2022-09-29 06:52:46.924300"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xB8\x80\xE7\x94\xA2\xE4\xB8\x80\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xB8\x80\xE7\x94\xA2\xE4\xB8\x80\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.946478"], ["updated_at", "2022-09-29 06:52:46.946479"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.973861"], ["updated_at", "2022-09-29 06:52:46.973861"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\x93\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\x93\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:46.998791"], ["updated_at", "2022-09-29 06:52:46.998792"]] TRANSACTION (6.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89\xE7\x9A\x84\xE5\xB9\xBD\xE7\x81\xB5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89\xE7\x9A\x84\xE5\xB9\xBD\xE7\x81\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.035360"], ["updated_at", "2022-09-29 06:52:47.035361"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89\xE9\xBB\x91\xE7\x9A\xAE\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89\xE9\xBB\x91\xE7\x9A\xAE\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.060981"], ["updated_at", "2022-09-29 06:52:47.060981"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.080965"], ["updated_at", "2022-09-29 06:52:47.080966"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE4\xB8\x8D\xE5\x8F\xAF\xE8\xAF\xB4\xE7\x9A\x84\xE7\xA7\x98"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE4\xB8\x8D\xE5\x8F\xAF\xE8\xAF\xB4\xE7\x9A\x84\xE7\xA7\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.100186"], ["updated_at", "2022-09-29 06:52:47.100186"]] TRANSACTION (2.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE4\xB8\x93\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE4\xB8\x93\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.120961"], ["updated_at", "2022-09-29 06:52:47.120961"]] TRANSACTION (4.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE7\x9A\x84\xE6\x8A\xA5\xE5\xBA\x94"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE7\x9A\x84\xE6\x8A\xA5\xE5\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.149509"], ["updated_at", "2022-09-29 06:52:47.149510"]] TRANSACTION (4.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE7\x9A\x84\xE6\x9C\xAB\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE7\x9A\x84\xE6\x9C\xAB\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.180152"], ["updated_at", "2022-09-29 06:52:47.180153"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE8\x85\x90\xE8\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE8\x85\x90\xE8\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.201788"], ["updated_at", "2022-09-29 06:52:47.201789"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE6\x97\xA0\xE8\xB5\x96"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE6\x97\xA0\xE8\xB5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.222230"], ["updated_at", "2022-09-29 06:52:47.222231"]] TRANSACTION (4.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE6\x9E\x81\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE6\x9E\x81\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.248531"], ["updated_at", "2022-09-29 06:52:47.248532"]] TRANSACTION (4.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE7\x8E\x8B\xE6\x9C\x9D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE7\x8E\x8B\xE6\x9C\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.282580"], ["updated_at", "2022-09-29 06:52:47.282581"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.306047"], ["updated_at", "2022-09-29 06:52:47.306048"]] TRANSACTION (3.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.331347"], ["updated_at", "2022-09-29 06:52:47.331348"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE5\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE5\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.360501"], ["updated_at", "2022-09-29 06:52:47.360502"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE5\x8C\xAA\xE5\x85\xB1\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE5\x8C\xAA\xE5\x85\xB1\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.388952"], ["updated_at", "2022-09-29 06:52:47.388953"]] TRANSACTION (2.6ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE5\x92\x8C\xE5\x9B\xBD2049"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE5\x92\x8C\xE5\x9B\xBD2049"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.408318"], ["updated_at", "2022-09-29 06:52:47.408319"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.431489"], ["updated_at", "2022-09-29 06:52:47.431489"]] TRANSACTION (5.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE5\xAD\x97\xE7\x8E\x84\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE5\xAD\x97\xE7\x8E\x84\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.465194"], ["updated_at", "2022-09-29 06:52:47.465194"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\x83\xA8"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.495535"], ["updated_at", "2022-09-29 06:52:47.495536"]] TRANSACTION (2.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\x85\x98"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\x85\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.520936"], ["updated_at", "2022-09-29 06:52:47.520937"]] TRANSACTION (3.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\xAE\x8B\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\xAE\x8B\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.547128"], ["updated_at", "2022-09-29 06:52:47.547129"]] TRANSACTION (4.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\xAE\x8B\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\xAE\x8B\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.580468"], ["updated_at", "2022-09-29 06:52:47.580469"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\xAE\x8B\xE8\xA3\x86"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\xAE\x8B\xE8\xA3\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.602577"], ["updated_at", "2022-09-29 06:52:47.602578"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\xAE\x98\xE4\xB8\xBB\xE7\xBE\xA9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\xAE\x98\xE4\xB8\xBB\xE7\xBE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.623508"], ["updated_at", "2022-09-29 06:52:47.623509"]] TRANSACTION (4.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\xAE\x98\xE8\xA5\xA0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\xAE\x98\xE8\xA5\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.648569"], ["updated_at", "2022-09-29 06:52:47.648570"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\xAE\x98\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\xAE\x98\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.681516"], ["updated_at", "2022-09-29 06:52:47.681518"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.706684"], ["updated_at", "2022-09-29 06:52:47.706685"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE7\x8E\x8B\xE5\x82\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE7\x8E\x8B\xE5\x82\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.728780"], ["updated_at", "2022-09-29 06:52:47.728781"]] TRANSACTION (9.6ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE4\xB8\xBB\xE7\xBE\xA9\xE7\x9A\x84\xE5\xB9\xBD\xE9\x9D\x88"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE4\xB8\xBB\xE7\xBE\xA9\xE7\x9A\x84\xE5\xB9\xBD\xE9\x9D\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.769922"], ["updated_at", "2022-09-29 06:52:47.769923"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE5\xB0\x88\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE5\xB0\x88\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.800650"], ["updated_at", "2022-09-29 06:52:47.800650"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE7\x8E\x8B\xE6\x9C\x9D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE7\x8E\x8B\xE6\x9C\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.823727"], ["updated_at", "2022-09-29 06:52:47.823728"]] TRANSACTION (5.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.853564"], ["updated_at", "2022-09-29 06:52:47.853565"]] TRANSACTION (4.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE8\xB2\xAA\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE8\xB2\xAA\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.884012"], ["updated_at", "2022-09-29 06:52:47.884013"]] TRANSACTION (2.2ms) COMMIT User Load (1.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE8\xB4\xAA\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE8\xB4\xAA\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.902033"], ["updated_at", "2022-09-29 06:52:47.902034"]] TRANSACTION (3.3ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE9\x8F\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE9\x8F\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.924456"], ["updated_at", "2022-09-29 06:52:47.924456"]] TRANSACTION (4.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE9\x93\xB2"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE9\x93\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.949720"], ["updated_at", "2022-09-29 06:52:47.949721"]] TRANSACTION (4.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE9\x93\xB2\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE9\x93\xB2\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:47.986841"], ["updated_at", "2022-09-29 06:52:47.986841"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE9\x9D\x92\xE5\x9B\xA2\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE9\x9D\x92\xE5\x9B\xA2\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.012299"], ["updated_at", "2022-09-29 06:52:48.012300"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE9\x9D\x92\xE8\x83\x8C\xE6\x99\xAF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE9\x9D\x92\xE8\x83\x8C\xE6\x99\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.033153"], ["updated_at", "2022-09-29 06:52:48.033154"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB3\xE5\x8D\x93\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB3\xE5\x8D\x93\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.066459"], ["updated_at", "2022-09-29 06:52:48.066460"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB3\xE6\xB3\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB3\xE6\xB3\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.093341"], ["updated_at", "2022-09-29 06:52:48.093341"]] TRANSACTION (4.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB3\xE6\xB3\xA8\xE5\xBE\xAE\xE4\xBF\xA1\xE5\x85\xAC\xE4\xBC\x97\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB3\xE6\xB3\xA8\xE5\xBE\xAE\xE4\xBF\xA1\xE5\x85\xAC\xE4\xBC\x97\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.119705"], ["updated_at", "2022-09-29 06:52:48.119706"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB3\xE9\x97\xAD\xE6\x89\x80\xE6\x9C\x89\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB3\xE9\x97\xAD\xE6\x89\x80\xE6\x9C\x89\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.142141"], ["updated_at", "2022-09-29 06:52:48.142142"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB4\xE4\xB8\xAD\xE5\xBF\x83\xE5\xB9\xBC"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB4\xE4\xB8\xAD\xE5\xBF\x83\xE5\xB9\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.177545"], ["updated_at", "2022-09-29 06:52:48.177547"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB4\xE5\x8D\x8E\xE8\xAE\xBA\xE8\xB0\x88"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB4\xE5\x8D\x8E\xE8\xAE\xBA\xE8\xB0\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.202270"], ["updated_at", "2022-09-29 06:52:48.202271"]] TRANSACTION (3.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB4\xE5\xA5\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB4\xE5\xA5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.225762"], ["updated_at", "2022-09-29 06:52:48.225762"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB4\xE5\xA5\x8B\xE5\x89\x82"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB4\xE5\xA5\x8B\xE5\x89\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.254086"], ["updated_at", "2022-09-29 06:52:48.254088"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB5\xE5\x8A\x9B\xE9\x83\xA8\xE7\xBD\xB2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB5\xE5\x8A\x9B\xE9\x83\xA8\xE7\xBD\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.285063"], ["updated_at", "2022-09-29 06:52:48.285063"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB7\xE4\xBD\x93\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB7\xE4\xBD\x93\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.311843"], ["updated_at", "2022-09-29 06:52:48.311844"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC-\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC-\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.333219"], ["updated_at", "2022-09-29 06:52:48.333220"]] TRANSACTION (3.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBCzhi"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBCzhi"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.364775"], ["updated_at", "2022-09-29 06:52:48.364776"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE5\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE5\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.394144"], ["updated_at", "2022-09-29 06:52:48.394145"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE7\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE7\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.415574"], ["updated_at", "2022-09-29 06:52:48.415575"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE8\x80\xB3"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE8\x80\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.436909"], ["updated_at", "2022-09-29 06:52:48.436910"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE8\x80\xB3\xE5\x8F\xAA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE8\x80\xB3\xE5\x8F\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.476509"], ["updated_at", "2022-09-29 06:52:48.476510"]] TRANSACTION (3.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.511670"], ["updated_at", "2022-09-29 06:52:48.511671"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE8\x81\x8C\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE8\x81\x8C\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.540466"], ["updated_at", "2022-09-29 06:52:48.540467"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE8\x81\x8C\xE5\xA5\xB3\xE4\xB8\x8A\xE9\x97\xA8qq"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE8\x81\x8C\xE5\xA5\xB3\xE4\xB8\x8A\xE9\x97\xA8qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.573993"], ["updated_at", "2022-09-29 06:52:48.573994"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE8\x81\x8C\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE8\x81\x8C\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.606576"], ["updated_at", "2022-09-29 06:52:48.606577"]] TRANSACTION (2.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE8\x81\xB7"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE8\x81\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.632492"], ["updated_at", "2022-09-29 06:52:48.632492"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBD\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBD\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.657779"], ["updated_at", "2022-09-29 06:52:48.657780"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBD\xE5\x85\xBD\xE9\x97\xA8\xE8\xA7\x86\xE9\xA2\x91\xE5\xAE\x8C\xE6\x95\xB4\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBD\xE5\x85\xBD\xE9\x97\xA8\xE8\xA7\x86\xE9\xA2\x91\xE5\xAE\x8C\xE6\x95\xB4\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.688762"], ["updated_at", "2022-09-29 06:52:48.688762"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBD\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBD\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.712978"], ["updated_at", "2022-09-29 06:52:48.712978"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBD\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBD\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.733737"], ["updated_at", "2022-09-29 06:52:48.733737"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBD\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBD\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.764055"], ["updated_at", "2022-09-29 06:52:48.764057"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE3\x80\x82\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE3\x80\x82\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.795548"], ["updated_at", "2022-09-29 06:52:48.795548"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE4\xBA\x89\xE4\xBA\xBA\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE4\xBA\x89\xE4\xBA\xBA\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.819122"], ["updated_at", "2022-09-29 06:52:48.819122"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE5\xA3\x81"], ["LIMIT", 1]] TRANSACTION (9.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE5\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.844284"], ["updated_at", "2022-09-29 06:52:48.844285"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE5\xB0\x84"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE5\xB0\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.889885"], ["updated_at", "2022-09-29 06:52:48.889886"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE6\x96\x97\xE9\x80\x80\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE6\x96\x97\xE9\x80\x80\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.920772"], ["updated_at", "2022-09-29 06:52:48.920772"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE6\xB6\xB5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE6\xB6\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.943950"], ["updated_at", "2022-09-29 06:52:48.943952"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE7\xAD\xBE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE7\xAD\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:48.980688"], ["updated_at", "2022-09-29 06:52:48.980689"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.008189"], ["updated_at", "2022-09-29 06:52:49.008190"]] TRANSACTION (2.2ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.027423"], ["updated_at", "2022-09-29 06:52:49.027424"]] TRANSACTION (6.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xEF\xBC\x8C\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xEF\xBC\x8C\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.052931"], ["updated_at", "2022-09-29 06:52:49.052932"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x88\xE6\x9C\xAC\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x88\xE6\x9C\xAC\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.085028"], ["updated_at", "2022-09-29 06:52:49.085029"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x92\xE6\x98\xA7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x92\xE6\x98\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.106772"], ["updated_at", "2022-09-29 06:52:49.106773"]] TRANSACTION (2.4ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x99\xE4\xB8\xA4\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x99\xE4\xB8\xA4\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.124879"], ["updated_at", "2022-09-29 06:52:49.124879"]] TRANSACTION (6.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x99\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x99\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.154006"], ["updated_at", "2022-09-29 06:52:49.154007"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x99\xE5\xBE\x97"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x99\xE5\xBE\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.185041"], ["updated_at", "2022-09-29 06:52:49.185043"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x99\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x99\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.212496"], ["updated_at", "2022-09-29 06:52:49.212497"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.234541"], ["updated_at", "2022-09-29 06:52:49.234542"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x99\xE7\x9C\x9F\xE5\xA5\xB3\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x99\xE7\x9C\x9F\xE5\xA5\xB3\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.267046"], ["updated_at", "2022-09-29 06:52:49.267047"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE4\xBA\x8B\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE4\xBA\x8B\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.296916"], ["updated_at", "2022-09-29 06:52:49.296917"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE5\x88\x80 \xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE5\x88\x80 \xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.323461"], ["updated_at", "2022-09-29 06:52:49.323461"]] TRANSACTION (3.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.347718"], ["updated_at", "2022-09-29 06:52:49.347720"]] TRANSACTION (5.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE5\x88\x80\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE5\x88\x80\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.385952"], ["updated_at", "2022-09-29 06:52:49.385953"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE5\x88\x80\xE5\x8C\x95\xE9\xA6\x96\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE5\x88\x80\xE5\x8C\x95\xE9\xA6\x96\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.411929"], ["updated_at", "2022-09-29 06:52:49.411930"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.433549"], ["updated_at", "2022-09-29 06:52:49.433550"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE5\x88\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE5\x88\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.458449"], ["updated_at", "2022-09-29 06:52:49.458450"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE5\x93\x81\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE5\x93\x81\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.487283"], ["updated_at", "2022-09-29 06:52:49.487283"]] TRANSACTION (3.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE7\x81\xAB\xE4\xBB\xB7\xE6\xA0\xBC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE7\x81\xAB\xE4\xBB\xB7\xE6\xA0\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.514779"], ["updated_at", "2022-09-29 06:52:49.514781"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE7\x94\xA8\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE7\x94\xA8\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.538804"], ["updated_at", "2022-09-29 06:52:49.538806"]] TRANSACTION (7.2ms) COMMIT User Load (7.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE7\x94\xA8\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE7\x94\xA8\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.579670"], ["updated_at", "2022-09-29 06:52:49.579671"]] TRANSACTION (5.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE7\x94\xA8\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE7\x94\xA8\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.606328"], ["updated_at", "2022-09-29 06:52:49.606329"]] TRANSACTION (2.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE8\xBD\xAC"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE8\xBD\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.627453"], ["updated_at", "2022-09-29 06:52:49.627454"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE9\x95\xBF\xE5\x8F\x91\xE5\xA8\x81"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE9\x95\xBF\xE5\x8F\x91\xE5\xA8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.654249"], ["updated_at", "2022-09-29 06:52:49.654250"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE9\x95\xBF\xE7\xA0\xB8\xE6\xB4\x97\xE6\xB5\xB4\xE4\xB8\xAD\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE9\x95\xBF\xE7\xA0\xB8\xE6\xB4\x97\xE6\xB5\xB4\xE4\xB8\xAD\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.689411"], ["updated_at", "2022-09-29 06:52:49.689413"]] TRANSACTION (3.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xA4\xE6\xB0\x91\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xA4\xE6\xB0\x91\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.719054"], ["updated_at", "2022-09-29 06:52:49.719054"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xAF\xE4\xB8\x9C\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xAF\xE4\xB8\x9C\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.742140"], ["updated_at", "2022-09-29 06:52:49.742140"]] TRANSACTION (5.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xAF\xE6\xB4\xAA\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xAF\xE6\xB4\xAA\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.772210"], ["updated_at", "2022-09-29 06:52:49.772211"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xAF\xE7\x90\x86\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xAF\xE7\x90\x86\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.799809"], ["updated_at", "2022-09-29 06:52:49.799809"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xAF\xE7\xB4\xA0\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xAF\xE7\xB4\xA0\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.823710"], ["updated_at", "2022-09-29 06:52:49.823711"]] TRANSACTION (3.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE5\x9C\xA8\xE7\x81\xAB\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE5\x9C\xA8\xE7\x81\xAB\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.849250"], ["updated_at", "2022-09-29 06:52:49.849251"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.882400"], ["updated_at", "2022-09-29 06:52:49.882401"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.905230"], ["updated_at", "2022-09-29 06:52:49.905232"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE8\xA3\xBD\xE4\xBD\x9C\xE5\xB7\xA5\xE8\x97\x9DQQ"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE8\xA3\xBD\xE4\xBD\x9C\xE5\xB7\xA5\xE8\x97\x9DQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.926844"], ["updated_at", "2022-09-29 06:52:49.926844"]] TRANSACTION (3.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE8\xA3\xBD\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95QQ"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE8\xA3\xBD\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.952592"], ["updated_at", "2022-09-29 06:52:49.952593"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE9\x85\x8D\xE6\x96\xB9\xE8\xAE\xB2\xE8\xA7\xA3\xE5\x85\x89\xE7\x9B\x98"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE9\x85\x8D\xE6\x96\xB9\xE8\xAE\xB2\xE8\xA7\xA3\xE5\x85\x89\xE7\x9B\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:49.994611"], ["updated_at", "2022-09-29 06:52:49.994612"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE6\xB7\xAB\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE6\xB7\xAB\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.025093"], ["updated_at", "2022-09-29 06:52:50.025094"]] TRANSACTION (2.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE4\xB9\x9D\xE9\x87\x8D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE4\xB9\x9D\xE9\x87\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.047836"], ["updated_at", "2022-09-29 06:52:50.047837"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE4\xBD\xB3"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE4\xBD\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.080122"], ["updated_at", "2022-09-29 06:52:50.080123"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.103918"], ["updated_at", "2022-09-29 06:52:50.103919"]] TRANSACTION (3.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE6\xBC\xAB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE6\xBC\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.174246"], ["updated_at", "2022-09-29 06:52:50.174248"]] TRANSACTION (3.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB2\xE5\x87\x89\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB2\xE5\x87\x89\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.253316"], ["updated_at", "2022-09-29 06:52:50.253317"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB2\xE5\x87\xBB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB2\xE5\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.293224"], ["updated_at", "2022-09-29 06:52:50.293225"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB2\xE5\x88\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB2\xE5\x88\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.323158"], ["updated_at", "2022-09-29 06:52:50.323158"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB2\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB2\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.343147"], ["updated_at", "2022-09-29 06:52:50.343148"]] TRANSACTION (4.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB2\xE6\x92\x9E"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB2\xE6\x92\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.369168"], ["updated_at", "2022-09-29 06:52:50.369169"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB2\xE6\xA6\x9C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB2\xE6\xA6\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.393058"], ["updated_at", "2022-09-29 06:52:50.393059"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB7\xE9\x92\xA2\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB7\xE9\x92\xA2\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.426314"], ["updated_at", "2022-09-29 06:52:50.426316"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB7\xE9\x92\xA2\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB7\xE9\x92\xA2\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.450479"], ["updated_at", "2022-09-29 06:52:50.450480"]] TRANSACTION (3.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\x8C\xE8\xBE\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\x8C\xE8\xBE\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.482291"], ["updated_at", "2022-09-29 06:52:50.482293"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\x8C\xE9\x94\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\x8C\xE9\x94\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.512343"], ["updated_at", "2022-09-29 06:52:50.512345"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\x9D \xE8\x81\x9A"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\x9D \xE8\x81\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.537849"], ["updated_at", "2022-09-29 06:52:50.537849"]] TRANSACTION (5.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\x9D\xE8\x81\x9A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\x9D\xE8\x81\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.566857"], ["updated_at", "2022-09-29 06:52:50.566858"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xA0\xE5\x90\xA7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xA0\xE5\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.599864"], ["updated_at", "2022-09-29 06:52:50.599864"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xAF\xE4\xBB\x96\xE6\x95\x8F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xAF\xE4\xBB\x96\xE6\x95\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.623401"], ["updated_at", "2022-09-29 06:52:50.623401"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xB6\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xB6\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.643858"], ["updated_at", "2022-09-29 06:52:50.643858"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xB8\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xB8\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.682313"], ["updated_at", "2022-09-29 06:52:50.682314"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xB8\xE7\x82\xB9\xE8\xA3\x85"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xB8\xE7\x82\xB9\xE8\xA3\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.707819"], ["updated_at", "2022-09-29 06:52:50.707820"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xB8\xE8\x82\x89\xE4\xBC\x98"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xB8\xE8\x82\x89\xE4\xBC\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.728679"], ["updated_at", "2022-09-29 06:52:50.728681"]] TRANSACTION (3.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xB9\xE5\x87\xB8\xE6\x9C\x89\xE8\x87\xB4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xB9\xE5\x87\xB8\xE6\x9C\x89\xE8\x87\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.753160"], ["updated_at", "2022-09-29 06:52:50.753161"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xB9\xE6\x99\x95"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xB9\xE6\x99\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.804104"], ["updated_at", "2022-09-29 06:52:50.804105"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.858371"], ["updated_at", "2022-09-29 06:52:50.858372"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87BI"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87BI"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.887646"], ["updated_at", "2022-09-29 06:52:50.887646"]] TRANSACTION (2.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87rmb"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87rmb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.912467"], ["updated_at", "2022-09-29 06:52:50.912469"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.934121"], ["updated_at", "2022-09-29 06:52:50.934122"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.962309"], ["updated_at", "2022-09-29 06:52:50.962309"]] TRANSACTION (5.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:50.997367"], ["updated_at", "2022-09-29 06:52:50.997368"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\x8F\x91\xE7\xA5\xA8QQ"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\x8F\x91\xE7\xA5\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.023158"], ["updated_at", "2022-09-29 06:52:51.023158"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.042437"], ["updated_at", "2022-09-29 06:52:51.042438"]] TRANSACTION (5.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.079720"], ["updated_at", "2022-09-29 06:52:51.079721"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE5\xBD\x93\xE9\x9D\xA2\xE4\xBA\xA4\xE6\x98\x93"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE5\xBD\x93\xE9\x9D\xA2\xE4\xBA\xA4\xE6\x98\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.113077"], ["updated_at", "2022-09-29 06:52:51.113078"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.135709"], ["updated_at", "2022-09-29 06:52:51.135711"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE8\x81\x94\xE7\xB3\xBB\xE6\x96\xB9\xE5\xBC\x8F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE8\x81\x94\xE7\xB3\xBB\xE6\x96\xB9\xE5\xBC\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.163961"], ["updated_at", "2022-09-29 06:52:51.163962"]] TRANSACTION (4.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE8\x81\x94\xE7\xB3\xBB\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE8\x81\x94\xE7\xB3\xBB\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.198226"], ["updated_at", "2022-09-29 06:52:51.198228"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.221629"], ["updated_at", "2022-09-29 06:52:51.221630"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB9\xA3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB9\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.243537"], ["updated_at", "2022-09-29 06:52:51.243538"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.271609"], ["updated_at", "2022-09-29 06:52:51.271610"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9E"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.302775"], ["updated_at", "2022-09-29 06:52:51.302775"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9EQQ"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9EQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.332082"], ["updated_at", "2022-09-29 06:52:51.332083"]] TRANSACTION (2.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9E\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9E\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.353569"], ["updated_at", "2022-09-29 06:52:51.353570"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9E\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9E\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.384855"], ["updated_at", "2022-09-29 06:52:51.384855"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.407378"], ["updated_at", "2022-09-29 06:52:51.407378"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\xB1QQ"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\xB1QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.429319"], ["updated_at", "2022-09-29 06:52:51.429320"]] TRANSACTION (3.0ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\xB1\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\xB1\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.449533"], ["updated_at", "2022-09-29 06:52:51.449534"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.473063"], ["updated_at", "2022-09-29 06:52:51.473064"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.498318"], ["updated_at", "2022-09-29 06:52:51.498319"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.525880"], ["updated_at", "2022-09-29 06:52:51.525881"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.554313"], ["updated_at", "2022-09-29 06:52:51.554314"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9C\x9D\xE9\xB2\x9C\xE7\x89\x88\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9C\x9D\xE9\xB2\x9C\xE7\x89\x88\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.585932"], ["updated_at", "2022-09-29 06:52:51.585932"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9C\x9D\xE9\xB2\x9C\xE7\x89\x88\xE7\xA1\xAC\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9C\x9D\xE9\xB2\x9C\xE7\x89\x88\xE7\xA1\xAC\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.610052"], ["updated_at", "2022-09-29 06:52:51.610053"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9C\x9D\xE9\xB2\x9C\xE7\x89\x88\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9C\x9D\xE9\xB2\x9C\xE7\x89\x88\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.632410"], ["updated_at", "2022-09-29 06:52:51.632411"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9E\xAA\xE6\x94\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9E\xAA\xE6\x94\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.659978"], ["updated_at", "2022-09-29 06:52:51.659979"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\xB5\xB7\xE6\xB4\x9B\xE5\x9B\xA0QQ"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\xB5\xB7\xE6\xB4\x9B\xE5\x9B\xA0QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.693630"], ["updated_at", "2022-09-29 06:52:51.693631"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.721262"], ["updated_at", "2022-09-29 06:52:51.721262"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE8\x82\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE8\x82\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.742170"], ["updated_at", "2022-09-29 06:52:51.742170"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE8\xBF\xB7\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE8\xBF\xB7\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.772243"], ["updated_at", "2022-09-29 06:52:51.772244"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\x85\x92\xE5\xBA\x97\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\x85\x92\xE5\xBA\x97\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.804587"], ["updated_at", "2022-09-29 06:52:51.804587"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE5\x81\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE5\x81\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.826383"], ["updated_at", "2022-09-29 06:52:51.826384"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.847880"], ["updated_at", "2022-09-29 06:52:51.847881"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE5\x81\x87\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE5\x81\x87\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.883289"], ["updated_at", "2022-09-29 06:52:51.883289"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.920059"], ["updated_at", "2022-09-29 06:52:51.920059"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.943178"], ["updated_at", "2022-09-29 06:52:51.943179"]] TRANSACTION (6.8ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE9\x92\x9E"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE9\x92\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:51.996270"], ["updated_at", "2022-09-29 06:52:51.996271"]] TRANSACTION (4.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE5\x81\x87\xE4\xBB\xBF\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE5\x81\x87\xE4\xBB\xBF\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.031603"], ["updated_at", "2022-09-29 06:52:52.031604"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE6\xB8\x85\xE6\x99\xB0\xE5\x81\x87\xE9\x92\x9E"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE6\xB8\x85\xE6\x99\xB0\xE5\x81\x87\xE9\x92\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.053470"], ["updated_at", "2022-09-29 06:52:52.053470"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE6\xB8\x85\xE7\xBD\x91\xE7\xBB\x9CTV\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE6\xB8\x85\xE7\xBD\x91\xE7\xBB\x9CTV\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.085419"], ["updated_at", "2022-09-29 06:52:52.085419"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE7\xBA\xAFK\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE7\xBA\xAFK\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.110119"], ["updated_at", "2022-09-29 06:52:52.110119"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE7\xBA\xAF\xE5\xBA\xA6\xE5\x86\xB0\xE7\xB3\x96"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE7\xBA\xAF\xE5\xBA\xA6\xE5\x86\xB0\xE7\xB3\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.132109"], ["updated_at", "2022-09-29 06:52:52.132110"]] TRANSACTION (3.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\xA2\x99\xE7\xBA\xA2\xE6\x9D\x8F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\xA2\x99\xE7\xBA\xA2\xE6\x9D\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.156179"], ["updated_at", "2022-09-29 06:52:52.156180"]] TRANSACTION (5.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE6\x88\x90\xE7\xBB\xA9\xE4\xBB\x98"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE6\x88\x90\xE7\xBB\xA9\xE4\xBB\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.189111"], ["updated_at", "2022-09-29 06:52:52.189112"]] TRANSACTION (2.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.212686"], ["updated_at", "2022-09-29 06:52:52.212686"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE7\x8E\xB0\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE7\x8E\xB0\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.236115"], ["updated_at", "2022-09-29 06:52:52.236116"]] TRANSACTION (3.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE8\xBD\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE8\xBD\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.260797"], ["updated_at", "2022-09-29 06:52:52.260798"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96QQ"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.293322"], ["updated_at", "2022-09-29 06:52:52.293323"]] TRANSACTION (5.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.325821"], ["updated_at", "2022-09-29 06:52:52.325822"]] TRANSACTION (2.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.346299"], ["updated_at", "2022-09-29 06:52:52.346300"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x80\xE5\x89\x91\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x80\xE5\x89\x91\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.373626"], ["updated_at", "2022-09-29 06:52:52.373628"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x80\xE6\x9E\xB6\xE4\xBF\x9D\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x80\xE6\x9E\xB6\xE4\xBF\x9D\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.400655"], ["updated_at", "2022-09-29 06:52:52.400656"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x80\xE7\xBD\x91-\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x80\xE7\xBD\x91-\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.422146"], ["updated_at", "2022-09-29 06:52:52.422147"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE5\x89\xB2"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE5\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.442688"], ["updated_at", "2022-09-29 06:52:52.442689"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE5\x89\xB2\xE7\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE5\x89\xB2\xE7\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.471033"], ["updated_at", "2022-09-29 06:52:52.471034"]] TRANSACTION (4.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE5\xA8\xA9"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE5\xA8\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.503313"], ["updated_at", "2022-09-29 06:52:52.503314"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE5\xAE\xB6\xE5\x9C\xA8"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE5\xAE\xB6\xE5\x9C\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.529103"], ["updated_at", "2022-09-29 06:52:52.529104"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE5\xB0\xB8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE5\xB0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.549096"], ["updated_at", "2022-09-29 06:52:52.549097"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE6\x88\x90\xE5\x8D\x8F\xE8\xAE\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE6\x88\x90\xE5\x8D\x8F\xE8\xAE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.578578"], ["updated_at", "2022-09-29 06:52:52.578579"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE8\xA3\x82"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE8\xA3\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.620212"], ["updated_at", "2022-09-29 06:52:52.620213"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.643190"], ["updated_at", "2022-09-29 06:52:52.643190"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE9\x9A\x94\xE7\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE9\x9A\x94\xE7\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.674415"], ["updated_at", "2022-09-29 06:52:52.674417"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x87\xE5\x90\xAC\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x87\xE5\x90\xAC\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.705238"], ["updated_at", "2022-09-29 06:52:52.705238"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x91\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x91\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.726825"], ["updated_at", "2022-09-29 06:52:52.726826"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x92\xE8\x80\x81\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x92\xE8\x80\x81\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.749791"], ["updated_at", "2022-09-29 06:52:52.749791"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x97\xE7\xA1\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x97\xE7\xA1\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.783647"], ["updated_at", "2022-09-29 06:52:52.783648"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE4\xBA\x91\xE5\xB1\xB1"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE4\xBA\x91\xE5\xB1\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.810761"], ["updated_at", "2022-09-29 06:52:52.810761"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE4\xBA\x9A\xE6\xB4\xB2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE4\xBA\x9A\xE6\xB4\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.831156"], ["updated_at", "2022-09-29 06:52:52.831157"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE4\xBC\x9A\xE8\xBF\x9C"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE4\xBC\x9A\xE8\xBF\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.854617"], ["updated_at", "2022-09-29 06:52:52.854618"]] TRANSACTION (5.6ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE4\xBC\xAF\xE6\x89\xBF"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE4\xBC\xAF\xE6\x89\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.894265"], ["updated_at", "2022-09-29 06:52:52.894266"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE4\xBF\x8A\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE4\xBF\x8A\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.926003"], ["updated_at", "2022-09-29 06:52:52.926005"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x85\x8B\xE7\x94\xB0"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x85\x8B\xE7\x94\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.949833"], ["updated_at", "2022-09-29 06:52:52.949833"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x85\xA8\xE5\x96\x9C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x85\xA8\xE5\x96\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:52.986291"], ["updated_at", "2022-09-29 06:52:52.986292"]] TRANSACTION (6.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x87\xAF\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x87\xAF\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.018550"], ["updated_at", "2022-09-29 06:52:53.018550"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x88\x9A"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x88\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.044091"], ["updated_at", "2022-09-29 06:52:53.044092"]] TRANSACTION (5.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x8A\x9B\xE8\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x8A\x9B\xE8\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.074734"], ["updated_at", "2022-09-29 06:52:53.074734"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x8D\x83\xE7\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x8D\x83\xE7\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.106388"], ["updated_at", "2022-09-29 06:52:53.106389"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x8D\x8E\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x8D\x8E\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.131034"], ["updated_at", "2022-09-29 06:52:53.131034"]] TRANSACTION (2.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x8E\x86\xE8\xBF\x9C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x8E\x86\xE8\xBF\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.150629"], ["updated_at", "2022-09-29 06:52:53.150631"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x9B\xBD\xE5\x87\xAF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x9B\xBD\xE5\x87\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.183186"], ["updated_at", "2022-09-29 06:52:53.183187"]] TRANSACTION (3.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xA3\xAB\xE8\xB4\xA4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xA3\xAB\xE8\xB4\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.208966"], ["updated_at", "2022-09-29 06:52:53.208967"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xA4\xAA\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xA4\xAA\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.237027"], ["updated_at", "2022-09-29 06:52:53.237028"]] TRANSACTION (3.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xA4\xAA\xE8\xBF\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xA4\xAA\xE8\xBF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.262665"], ["updated_at", "2022-09-29 06:52:53.262668"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xA5\x87\xE8\x91\x86"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (8.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xA5\x87\xE8\x91\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.316984"], ["updated_at", "2022-09-29 06:52:53.316984"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xAE\xBE\xE6\xB7\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xAE\xBE\xE6\xB7\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.406324"], ["updated_at", "2022-09-29 06:52:53.406325"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xAE\xBE\xE9\x9B\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xAE\xBE\xE9\x9B\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.427838"], ["updated_at", "2022-09-29 06:52:53.427839"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xB0\x8F\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xB0\x8F\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.449669"], ["updated_at", "2022-09-29 06:52:53.449670"]] TRANSACTION (8.0ms) COMMIT User Load (8.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xB0\x8F\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xB0\x8F\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.511731"], ["updated_at", "2022-09-29 06:52:53.511733"]] TRANSACTION (4.4ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xB0\x91\xE5\xA5\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xB0\x91\xE5\xA5\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.549879"], ["updated_at", "2022-09-29 06:52:53.549880"]] TRANSACTION (3.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xB1\xB1\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xB1\xB1\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.580854"], ["updated_at", "2022-09-29 06:52:53.580855"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xB9\xBF\xE6\x99\xBA \xE7\xA9\xBA\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xB9\xBF\xE6\x99\xBA \xE7\xA9\xBA\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.610674"], ["updated_at", "2022-09-29 06:52:53.610675"]] TRANSACTION (3.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xBB\xB6\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xBB\xB6\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.634443"], ["updated_at", "2022-09-29 06:52:53.634443"]] TRANSACTION (2.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xBB\xB6\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xBB\xB6\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.657212"], ["updated_at", "2022-09-29 06:52:53.657213"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xBB\xB6\xE7\x94\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xBB\xB6\xE7\x94\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.693366"], ["updated_at", "2022-09-29 06:52:53.693367"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xBC\xA5\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xBC\xA5\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.722721"], ["updated_at", "2022-09-29 06:52:53.722721"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xBF\x97\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xBF\x97\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.742883"], ["updated_at", "2022-09-29 06:52:53.742884"]] TRANSACTION (5.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xBF\x97\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xBF\x97\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.778440"], ["updated_at", "2022-09-29 06:52:53.778442"]] TRANSACTION (6.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\x96\x87\xE8\x83\x9C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\x96\x87\xE8\x83\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.821461"], ["updated_at", "2022-09-29 06:52:53.821462"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\x96\xB0\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\x96\xB0\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.846272"], ["updated_at", "2022-09-29 06:52:53.846273"]] TRANSACTION (5.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\x96\xB9\xE4\xBB\x81"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\x96\xB9\xE4\xBB\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.880464"], ["updated_at", "2022-09-29 06:52:53.880467"]] TRANSACTION (4.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\x98\x8E\xE5\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\x98\x8E\xE5\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.918827"], ["updated_at", "2022-09-29 06:52:53.918828"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\x99\x93\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\x99\x93\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.940379"], ["updated_at", "2022-09-29 06:52:53.940380"]] TRANSACTION (8.2ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\x99\x93\xE7\xAB\xB9"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\x99\x93\xE7\xAB\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:53.982340"], ["updated_at", "2022-09-29 06:52:53.982343"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\xB0\xB8\xE5\xB7\x9D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\xB0\xB8\xE5\xB7\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.029422"], ["updated_at", "2022-09-29 06:52:54.029423"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\xB0\xB8\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\xB0\xB8\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.052401"], ["updated_at", "2022-09-29 06:52:54.052401"]] TRANSACTION (4.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\xB7\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\xB7\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.084321"], ["updated_at", "2022-09-29 06:52:54.084321"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\xB9\x96"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\xB9\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.109412"], ["updated_at", "2022-09-29 06:52:54.109413"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE7\x85\x9C\xE5\xA5\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE7\x85\x9C\xE5\xA5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.132646"], ["updated_at", "2022-09-29 06:52:54.132647"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE7\x9F\xA5\xE7\x82\xB3"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE7\x9F\xA5\xE7\x82\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.154525"], ["updated_at", "2022-09-29 06:52:54.154525"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE7\xBB\xB4\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE7\xBB\xB4\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.190546"], ["updated_at", "2022-09-29 06:52:54.190547"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE8\x83\xA1\xE5\x85\xB0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE8\x83\xA1\xE5\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.216275"], ["updated_at", "2022-09-29 06:52:54.216276"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE8\x8F\x8A\xE8\x8A\xAC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE8\x8F\x8A\xE8\x8A\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.239172"], ["updated_at", "2022-09-29 06:52:54.239174"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE8\x99\x8E\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE8\x99\x8E\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.264058"], ["updated_at", "2022-09-29 06:52:54.264059"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE8\xA7\xA3\xE5\x85\x88"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE8\xA7\xA3\xE5\x85\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.294147"], ["updated_at", "2022-09-29 06:52:54.294148"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE8\xB1\xB9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE8\xB1\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.326489"], ["updated_at", "2022-09-29 06:52:54.326490"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE8\xB4\xA4\xE6\x96\x8C\xE6\x96\x87\xE9\x80\x89"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE8\xB4\xA4\xE6\x96\x8C\xE6\x96\x87\xE9\x80\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.349473"], ["updated_at", "2022-09-29 06:52:54.349473"]] TRANSACTION (4.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE8\xBF\x9E\xE6\x98\x86"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE8\xBF\x9E\xE6\x98\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.382276"], ["updated_at", "2022-09-29 06:52:54.382278"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE9\x87\x91\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE9\x87\x91\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.412619"], ["updated_at", "2022-09-29 06:52:54.412619"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE9\x94\xA1\xE8\x8D\xA3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE9\x94\xA1\xE8\x8D\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.440749"], ["updated_at", "2022-09-29 06:52:54.440750"]] TRANSACTION (6.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE9\x95\xBF\xE8\xB4\xB5"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE9\x95\xBF\xE8\xB4\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.476143"], ["updated_at", "2022-09-29 06:52:54.476144"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE9\x98\xBF\xE8\x92\x99"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE9\x98\xBF\xE8\x92\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.514803"], ["updated_at", "2022-09-29 06:52:54.514804"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE9\x9B\x81\xE7\xBF\x8E"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE9\x9B\x81\xE7\xBF\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.544414"], ["updated_at", "2022-09-29 06:52:54.544415"]] TRANSACTION (3.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.577469"], ["updated_at", "2022-09-29 06:52:54.577470"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE9\xB9\xA4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE9\xB9\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.617267"], ["updated_at", "2022-09-29 06:52:54.617268"]] TRANSACTION (4.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x99\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x99\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.644544"], ["updated_at", "2022-09-29 06:52:54.644544"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x9B \xE5\x88\xAB"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x9B \xE5\x88\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.675952"], ["updated_at", "2022-09-29 06:52:54.675953"]] TRANSACTION (5.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x9B\xE4\xB8\x96\xE4\xB9\x8B\xE5\xAD\x90\xE7\x8C\x8E\xE8\x89\xB3\xE4\xB9\x8B\xE6\x97\x85"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x9B\xE4\xB8\x96\xE4\xB9\x8B\xE5\xAD\x90\xE7\x8C\x8E\xE8\x89\xB3\xE4\xB9\x8B\xE6\x97\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.717414"], ["updated_at", "2022-09-29 06:52:54.717415"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x9B\xE5\x88\xAB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x9B\xE5\x88\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.738346"], ["updated_at", "2022-09-29 06:52:54.738347"]] TRANSACTION (7.0ms) COMMIT User Load (12.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x9B\xE5\x88\xAB\xE4\xB9\xA6\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x9B\xE5\x88\xAB\xE4\xB9\xA6\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.777222"], ["updated_at", "2022-09-29 06:52:54.777223"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x9D\xE5\xA4\x9C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x9D\xE5\xA4\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.815537"], ["updated_at", "2022-09-29 06:52:54.815538"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.837284"], ["updated_at", "2022-09-29 06:52:54.837285"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA0\xE5\xB8\x96\xE7\x82\x92\xE4\xBD\x9C\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA0\xE5\xB8\x96\xE7\x82\x92\xE4\xBD\x9C\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.864315"], ["updated_at", "2022-09-29 06:52:54.864316"]] TRANSACTION (4.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA0\xE5\xB8\x96\xE8\x90\xA5\xE9\x94\x80\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA0\xE5\xB8\x96\xE8\x90\xA5\xE9\x94\x80\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.897869"], ["updated_at", "2022-09-29 06:52:54.897870"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA0\xE9\x99\xA4\xE8\xB4\x9F\xE9\x9D\xA2\xE5\xB8\x96\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA0\xE9\x99\xA4\xE8\xB4\x9F\xE9\x9D\xA2\xE5\xB8\x96\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.923415"], ["updated_at", "2022-09-29 06:52:54.923416"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA4\xE5\xA4\x84\xE6\xAD\xBB\xE5\x88\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA4\xE5\xA4\x84\xE6\xAD\xBB\xE5\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.947528"], ["updated_at", "2022-09-29 06:52:54.947528"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA5\xE4\xBB\x96\xE5\x97\x8E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA5\xE4\xBB\x96\xE5\x97\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:54.977274"], ["updated_at", "2022-09-29 06:52:54.977275"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA9\xE4\xBB\x96\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA9\xE4\xBB\x96\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.008847"], ["updated_at", "2022-09-29 06:52:55.008847"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA9\xE6\xB1\x9D\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA9\xE6\xB1\x9D\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.034975"], ["updated_at", "2022-09-29 06:52:55.034976"]] TRANSACTION (3.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xAB\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xAB\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.061145"], ["updated_at", "2022-09-29 06:52:55.061146"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xAB\xE4\xBB\x96\xE5\x90\x97"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xAB\xE4\xBB\x96\xE5\x90\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.097769"], ["updated_at", "2022-09-29 06:52:55.097770"]] TRANSACTION (2.4ms) COMMIT User Load (1.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xAB\xE6\xA2\xA6\xE6\x88\x90\xE7\x81\xB0"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xAB\xE6\xA2\xA6\xE6\x88\x90\xE7\x81\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.122452"], ["updated_at", "2022-09-29 06:52:55.122452"]] TRANSACTION (2.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB0\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB0\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.142606"], ["updated_at", "2022-09-29 06:52:55.142607"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB0\xE8\x8A\xB1\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB0\xE8\x8A\xB1\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.171894"], ["updated_at", "2022-09-29 06:52:55.171895"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB6\xE4\xBD\x9C\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB6\xE4\xBD\x9C\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.209449"], ["updated_at", "2022-09-29 06:52:55.209450"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB6\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB6\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.231838"], ["updated_at", "2022-09-29 06:52:55.231839"]] TRANSACTION (3.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB6\xE6\x9C\x8D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB6\xE6\x9C\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.263438"], ["updated_at", "2022-09-29 06:52:55.263439"]] TRANSACTION (5.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB6\xE6\x9C\x8D\xE8\xAF\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB6\xE6\x9C\x8D\xE8\xAF\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.299881"], ["updated_at", "2022-09-29 06:52:55.299882"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB6\xE8\xAF\x81\xE5\xAE\x9A\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB6\xE8\xAF\x81\xE5\xAE\x9A\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.324946"], ["updated_at", "2022-09-29 06:52:55.324946"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB9\xE7\xAC\x94"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB9\xE7\xAC\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.346278"], ["updated_at", "2022-09-29 06:52:55.346278"]] TRANSACTION (4.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xBA\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xBA\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.373496"], ["updated_at", "2022-09-29 06:52:55.373497"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xBA\xE6\xBF\x80"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xBA\xE6\xBF\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.405602"], ["updated_at", "2022-09-29 06:52:55.405602"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xBB\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xBB\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.429618"], ["updated_at", "2022-09-29 06:52:55.429619"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.451760"], ["updated_at", "2022-09-29 06:52:55.451761"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E\xE8\xAF\x81\xE4\xBB\xB6qq"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E\xE8\xAF\x81\xE4\xBB\xB6qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.482382"], ["updated_at", "2022-09-29 06:52:55.482382"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E\xE8\xAF\x81\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E\xE8\xAF\x81\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.512167"], ["updated_at", "2022-09-29 06:52:55.512168"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE6\x88\xB7\xE5\x8F\xA3\xE6\x9C\xAC\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE6\x88\xB7\xE5\x8F\xA3\xE6\x9C\xAC\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.534170"], ["updated_at", "2022-09-29 06:52:55.534171"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\x87\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\x87\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.556584"], ["updated_at", "2022-09-29 06:52:55.556584"]] TRANSACTION (7.2ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\x8D\xE5\x87\xB8\xE5\x90\x8E\xE7\xBF\x98"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\x8D\xE5\x87\xB8\xE5\x90\x8E\xE7\xBF\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.597341"], ["updated_at", "2022-09-29 06:52:55.597342"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\x8D\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\x8D\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.623782"], ["updated_at", "2022-09-29 06:52:55.623783"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\x8D\xE7\xAA\x81"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\x8D\xE7\xAA\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.647318"], ["updated_at", "2022-09-29 06:52:55.647332"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\x8E\xE7\xAD\x86"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\x8E\xE7\xAD\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.673570"], ["updated_at", "2022-09-29 06:52:55.673571"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\xA5\xE5\xA4\xBA\xE6\x94\xBF\xE6\xB2\xBB\xE6\x9D\x83\xE5\x88\xA9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\xA5\xE5\xA4\xBA\xE6\x94\xBF\xE6\xB2\xBB\xE6\x9D\x83\xE5\x88\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.707277"], ["updated_at", "2022-09-29 06:52:55.707277"]] TRANSACTION (2.7ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\xA5\xE5\xA4\xBA\xE6\x94\xBF\xE6\xB2\xBB\xE6\x9D\x83\xE5\x88\xA9\xE7\xBB\x88\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\xA5\xE5\xA4\xBA\xE6\x94\xBF\xE6\xB2\xBB\xE6\x9D\x83\xE5\x88\xA9\xE7\xBB\x88\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.727794"], ["updated_at", "2022-09-29 06:52:55.727795"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\xA7\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\xA7\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.748090"], ["updated_at", "2022-09-29 06:52:55.748090"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\xA9\xE7\x81\xAB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\xA9\xE7\x81\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.775636"], ["updated_at", "2022-09-29 06:52:55.775637"]] TRANSACTION (3.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD\xE5\xAE\x8B\xE4\xB8\x87\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD\xE5\xAE\x8B\xE4\xB8\x87\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.809236"], ["updated_at", "2022-09-29 06:52:55.809237"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x88\xE5\x8F\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x88\xE5\x8F\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.836530"], ["updated_at", "2022-09-29 06:52:55.836531"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x89\xE5\xA5\x87\xE8\x91\x86"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x89\xE5\xA5\x87\xE8\x91\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.866124"], ["updated_at", "2022-09-29 06:52:55.866124"]] TRANSACTION (6.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x89\xE6\xB0\xB8\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x89\xE6\xB0\xB8\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.904617"], ["updated_at", "2022-09-29 06:52:55.904618"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE5\xBA\xA6\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE5\xBA\xA6\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.930744"], ["updated_at", "2022-09-29 06:52:55.930745"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE5\xBC\x93\xE5\xBC\xA9\xE4\xBE\x9B\xE5\xBA\x94"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE5\xBC\x93\xE5\xBC\xA9\xE4\xBE\x9B\xE5\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.952769"], ["updated_at", "2022-09-29 06:52:55.952770"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE6\x94\xB9\xE8\xA3\x85"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE6\x94\xB9\xE8\xA3\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:55.979900"], ["updated_at", "2022-09-29 06:52:55.979902"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.006836"], ["updated_at", "2022-09-29 06:52:56.006837"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE9\xBB\x91\xE7\x86\x8A\xE6\x94\xB9\xE8\xA3\x85"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE9\xBB\x91\xE7\x86\x8A\xE6\x94\xB9\xE8\xA3\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.027463"], ["updated_at", "2022-09-29 06:52:56.027464"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE9\xBB\x91\xE7\x86\x8A\xE9\x85\x8D\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE9\xBB\x91\xE7\x86\x8A\xE9\x85\x8D\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.048728"], ["updated_at", "2022-09-29 06:52:56.048729"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE6\x9C\x88\xE8\xA5\xBF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE6\x9C\x88\xE8\xA5\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.074717"], ["updated_at", "2022-09-29 06:52:56.074718"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE9\xAA\x97\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE9\xAA\x97\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.104623"], ["updated_at", "2022-09-29 06:52:56.104623"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE6\x80\x94"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE6\x80\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.128513"], ["updated_at", "2022-09-29 06:52:56.128514"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE6\x96\x87\xE5\x87\xAD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE6\x96\x87\xE5\x87\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.149904"], ["updated_at", "2022-09-29 06:52:56.149904"]] TRANSACTION (3.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE6\x9C\xAC\xE7\xA7\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE6\x9C\xAC\xE7\xA7\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.178806"], ["updated_at", "2022-09-29 06:52:56.178875"]] TRANSACTION (4.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE5\x90\x84\xE7\xA7\x8D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE5\x90\x84\xE7\xA7\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.212818"], ["updated_at", "2022-09-29 06:52:56.212819"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE6\x96\x87\xE5\x87\xAD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE6\x96\x87\xE5\x87\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.237724"], ["updated_at", "2022-09-29 06:52:56.237725"]] TRANSACTION (5.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE6\x9C\xAC\xE7\xA7\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE6\x9C\xAC\xE7\xA7\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.267455"], ["updated_at", "2022-09-29 06:52:56.267456"]] TRANSACTION (5.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE7\x9C\x9F\xE5\xAE\x9E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE7\x9C\x9F\xE5\xAE\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.304643"], ["updated_at", "2022-09-29 06:52:56.304644"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE7\xA5\xA8\xE6\x8D\xAE"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE7\xA5\xA8\xE6\x8D\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.328719"], ["updated_at", "2022-09-29 06:52:56.328720"]] TRANSACTION (2.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE8\xAF\x81\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE8\xAF\x81\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.347525"], ["updated_at", "2022-09-29 06:52:56.347526"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.378949"], ["updated_at", "2022-09-29 06:52:56.378951"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE8\xB5\x84\xE6\xA0\xBC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE8\xB5\x84\xE6\xA0\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.409510"], ["updated_at", "2022-09-29 06:52:56.409510"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.433130"], ["updated_at", "2022-09-29 06:52:56.433131"]] TRANSACTION (3.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9F\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9F\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.456357"], ["updated_at", "2022-09-29 06:52:56.456358"]] TRANSACTION (7.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9F\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9F\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.491043"], ["updated_at", "2022-09-29 06:52:56.491044"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0Q"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0Q"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.520010"], ["updated_at", "2022-09-29 06:52:56.520010"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE4\xBA\x86\xE6\x9C\x8D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE4\xBA\x86\xE6\x9C\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.540290"], ["updated_at", "2022-09-29 06:52:56.540290"]] TRANSACTION (5.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE5\x85\xA5\xE6\x88\x91\xE4\xBB\xAC\xE8\xBE\xA3\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE5\x85\xA5\xE6\x88\x91\xE4\xBB\xAC\xE8\xBE\xA3\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.568515"], ["updated_at", "2022-09-29 06:52:56.568517"]] TRANSACTION (4.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.600183"], ["updated_at", "2022-09-29 06:52:56.600184"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE6\x88\x91\xE8\x96\x87\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE6\x88\x91\xE8\x96\x87\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.622862"], ["updated_at", "2022-09-29 06:52:56.622863"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE6\x89\xA3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE6\x89\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.643157"], ["updated_at", "2022-09-29 06:52:56.643158"]] TRANSACTION (3.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.666942"], ["updated_at", "2022-09-29 06:52:56.666943"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE6\xB2\xB9\xE6\x9C\xBA\xE5\xB9\xB2\xE6\x89\xB0\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE6\xB2\xB9\xE6\x9C\xBA\xE5\xB9\xB2\xE6\x89\xB0\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.703510"], ["updated_at", "2022-09-29 06:52:56.703511"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.726563"], ["updated_at", "2022-09-29 06:52:56.726564"]] TRANSACTION (2.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE7\x9B\x9F\xE8\xBF\x9E\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE7\x9B\x9F\xE8\xBF\x9E\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.747436"], ["updated_at", "2022-09-29 06:52:56.747437"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.773171"], ["updated_at", "2022-09-29 06:52:56.773172"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.808629"], ["updated_at", "2022-09-29 06:52:56.808630"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA1\xE5\x91\x98\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA1\xE5\x91\x98\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.831360"], ["updated_at", "2022-09-29 06:52:56.831361"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA1\xE5\x91\x98\xE8\x80\x83\xE8\xAF\x95"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA1\xE5\x91\x98\xE8\x80\x83\xE8\xAF\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.850015"], ["updated_at", "2022-09-29 06:52:56.850016"]] TRANSACTION (5.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA3\xE7\xAD\x89\xE6\xB0\x91\xE6\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA3\xE7\xAD\x89\xE6\xB0\x91\xE6\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.885195"], ["updated_at", "2022-09-29 06:52:56.885196"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA8\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA8\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.916553"], ["updated_at", "2022-09-29 06:52:56.916553"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA8\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA8\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.937620"], ["updated_at", "2022-09-29 06:52:56.937621"]] TRANSACTION (3.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA9\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA9\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.966096"], ["updated_at", "2022-09-29 06:52:56.966097"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA9\xE8\x80\x83\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA9\xE8\x80\x83\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:56.999894"], ["updated_at", "2022-09-29 06:52:56.999895"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xB2\xE7\x88\x86"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xB2\xE7\x88\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.023576"], ["updated_at", "2022-09-29 06:52:57.023577"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xB2\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xB2\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.049313"], ["updated_at", "2022-09-29 06:52:57.049314"]] TRANSACTION (6.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xB3\xE5\x8A\xA8\xE6\x95\x99\xE5\x85\xBB\xE6\x89\x80"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xB3\xE5\x8A\xA8\xE6\x95\x99\xE5\x85\xBB\xE6\x89\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.076903"], ["updated_at", "2022-09-29 06:52:57.076904"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xB3\xE6\x94\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xB3\xE6\x94\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.114771"], ["updated_at", "2022-09-29 06:52:57.114771"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xB3\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xB3\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.141684"], ["updated_at", "2022-09-29 06:52:57.141685"]] TRANSACTION (2.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\x83\xE8\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\x83\xE8\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.166034"], ["updated_at", "2022-09-29 06:52:57.166035"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\x83\xEF\xBC\x8C\xE8\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\x83\xEF\xBC\x8C\xE8\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.199215"], ["updated_at", "2022-09-29 06:52:57.199216"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\x95\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\x95\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.267779"], ["updated_at", "2022-09-29 06:52:57.267780"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xA4\xE6\x8D\x9E\xE8\x87\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xA4\xE6\x8D\x9E\xE8\x87\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.340501"], ["updated_at", "2022-09-29 06:52:57.340501"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xBE\xE3\x80\x82\xE5\xBC\x95"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xBE\xE3\x80\x82\xE5\xBC\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.365764"], ["updated_at", "2022-09-29 06:52:57.365765"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xBE\xE4\xB8\x80\xE5\xBC\x95"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xBE\xE4\xB8\x80\xE5\xBC\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.403081"], ["updated_at", "2022-09-29 06:52:57.403082"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xBE\xE4\xB8\x80\xE6\x90\xAD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xBE\xE4\xB8\x80\xE6\x90\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.429395"], ["updated_at", "2022-09-29 06:52:57.429396"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xBE\xE5\xBC\x95"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xBE\xE5\xBC\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.458197"], ["updated_at", "2022-09-29 06:52:57.458198"]] TRANSACTION (3.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xBE\xE6\x90\xAD"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xBE\xE6\x90\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.491862"], ["updated_at", "2022-09-29 06:52:57.491864"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xBE\xE6\xB1\x89\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xBE\xE6\xB1\x89\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.523012"], ["updated_at", "2022-09-29 06:52:57.523013"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xBF\xE6\x89\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xBF\xE6\x89\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.544954"], ["updated_at", "2022-09-29 06:52:57.544974"]] TRANSACTION (3.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE4\xB8\x80\xE5\x85\xBB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE4\xB8\x80\xE5\x85\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.570673"], ["updated_at", "2022-09-29 06:52:57.570673"]] TRANSACTION (3.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE4\xBA\x8C\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE4\xBA\x8C\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.607439"], ["updated_at", "2022-09-29 06:52:57.607441"]] TRANSACTION (2.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE5\x85\xBB"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE5\x85\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.632743"], ["updated_at", "2022-09-29 06:52:57.632743"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE5\x8A\x9E\xE8\x89\xB2\xE6\x83\x85\xE5\xA8\xB1\xE4\xB9\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE5\x8A\x9E\xE8\x89\xB2\xE6\x83\x85\xE5\xA8\xB1\xE4\xB9\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.652166"], ["updated_at", "2022-09-29 06:52:57.652167"]] TRANSACTION (5.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE5\xA4\x9C\xE6\x80\xA7\xE6\x9C\x8D\xE5\x8A\xA1\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE5\xA4\x9C\xE6\x80\xA7\xE6\x9C\x8D\xE5\x8A\xA1\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.681265"], ["updated_at", "2022-09-29 06:52:57.681266"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE5\xA8\x83\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE5\xA8\x83\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.709261"], ["updated_at", "2022-09-29 06:52:57.709262"]] TRANSACTION (2.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE7\x9A\xAE"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE7\x9A\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.731187"], ["updated_at", "2022-09-29 06:52:57.731188"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE9\x9D\x92\xE5\xA4\xA9\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE9\x9D\x92\xE5\xA4\xA9\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.749888"], ["updated_at", "2022-09-29 06:52:57.749888"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x96\xE5\xAD\xA6\xE6\x89\xAB\xE7\x9B\xB2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x96\xE5\xAD\xA6\xE6\x89\xAB\xE7\x9B\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.773552"], ["updated_at", "2022-09-29 06:52:57.773553"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x96\xE5\xB7\xA5\xE5\x8E\x82\xE7\x88\x86\xE7\x82\xB8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x96\xE5\xB7\xA5\xE5\x8E\x82\xE7\x88\x86\xE7\x82\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.805520"], ["updated_at", "2022-09-29 06:52:57.805520"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE4\xB9\x8B\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE4\xB9\x8B\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.828294"], ["updated_at", "2022-09-29 06:52:57.828295"]] TRANSACTION (2.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.848836"], ["updated_at", "2022-09-29 06:52:57.848837"]] TRANSACTION (4.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\xB8\x82\xE5\xA7\x94\xE9\xBB\x91\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\xB8\x82\xE5\xA7\x94\xE9\xBB\x91\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.878532"], ["updated_at", "2022-09-29 06:52:57.878532"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.909782"], ["updated_at", "2022-09-29 06:52:57.909783"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\xBD\x93\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\xBD\x93\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.935541"], ["updated_at", "2022-09-29 06:52:57.935542"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE6\x94\xBF\xE5\x9D\x9B\xE6\xB8\x85\xE5\x8D\x8E\xE5\x90\x8D\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE6\x94\xBF\xE5\x9D\x9B\xE6\xB8\x85\xE5\x8D\x8E\xE5\x90\x8D\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.958327"], ["updated_at", "2022-09-29 06:52:57.958328"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE6\x94\xBF\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE6\x94\xBF\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:57.991950"], ["updated_at", "2022-09-29 06:52:57.991951"]] TRANSACTION (3.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE6\x94\xBF\xE6\xAC\x8A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE6\x94\xBF\xE6\xAC\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.024948"], ["updated_at", "2022-09-29 06:52:58.024950"]] TRANSACTION (10.4ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.066881"], ["updated_at", "2022-09-29 06:52:58.066883"]] TRANSACTION (5.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE7\x95\xB6\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE7\x95\xB6\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.105738"], ["updated_at", "2022-09-29 06:52:58.105740"]] TRANSACTION (4.8ms) COMMIT User Load (10.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE9\xA3\x8E\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE9\xA3\x8E\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.155101"], ["updated_at", "2022-09-29 06:52:58.155102"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE9\xBB\x91\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE9\xBB\x91\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.189447"], ["updated_at", "2022-09-29 06:52:58.189448"]] TRANSACTION (4.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE5\x8C\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE5\x8C\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.227019"], ["updated_at", "2022-09-29 06:52:58.227020"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE5\xA4\xA7\xE4\xB8\x89\xE8\xA7\x92\xE5\x9C\xB0\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE5\xA4\xA7\xE4\xB8\x89\xE8\xA7\x92\xE5\x9C\xB0\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.257106"], ["updated_at", "2022-09-29 06:52:58.257107"]] TRANSACTION (7.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE5\xA7\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE5\xA7\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.300861"], ["updated_at", "2022-09-29 06:52:58.300863"]] TRANSACTION (7.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE6\x88\xB4\xE6\xB2\xB3\xE4\xBC\x9A\xE8\xAE\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE6\x88\xB4\xE6\xB2\xB3\xE4\xBC\x9A\xE8\xAE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.352270"], ["updated_at", "2022-09-29 06:52:58.352271"]] TRANSACTION (8.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE7\x9C\x81\xE5\xA7\x94\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE7\x9C\x81\xE5\xA7\x94\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.392188"], ["updated_at", "2022-09-29 06:52:58.392189"]] TRANSACTION (6.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE7\xBE\x8E\xE5\xB7\xA1\xE5\x9B\x9E\xE8\xAE\xB2\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE7\xBE\x8E\xE5\xB7\xA1\xE5\x9B\x9E\xE8\xAE\xB2\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.434798"], ["updated_at", "2022-09-29 06:52:58.434799"]] TRANSACTION (3.6ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE7\xBE\x8E\xE8\x87\xAA\xE7\x94\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE7\xBE\x8E\xE8\x87\xAA\xE7\x94\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.471167"], ["updated_at", "2022-09-29 06:52:58.471169"]] TRANSACTION (5.7ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE9\x9F\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE9\x9F\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.516408"], ["updated_at", "2022-09-29 06:52:58.516409"]] TRANSACTION (4.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE9\xAB\x98\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE9\xAB\x98\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.547106"], ["updated_at", "2022-09-29 06:52:58.547107"]] TRANSACTION (5.8ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\xBA\xE7\x9A\x84\xE9\x9B\xB7\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\xBA\xE7\x9A\x84\xE9\x9B\xB7\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.580288"], ["updated_at", "2022-09-29 06:52:58.580291"]] TRANSACTION (6.1ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x817\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x817\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.627017"], ["updated_at", "2022-09-29 06:52:58.627018"]] TRANSACTION (5.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.666038"], ["updated_at", "2022-09-29 06:52:58.666039"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE4\xBD\x8D\xE8\x80\x81\xE9\x83\xA8\xE9\x95\xBF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE4\xBD\x8D\xE8\x80\x81\xE9\x83\xA8\xE9\x95\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.702290"], ["updated_at", "2022-09-29 06:52:58.702291"]] TRANSACTION (3.9ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.739868"], ["updated_at", "2022-09-29 06:52:58.739870"]] TRANSACTION (10.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7\xE4\xBA\xBA\xE4\xBA\x8B\xE5\xAE\x89\xE6\x8E\x92"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7\xE4\xBA\xBA\xE4\xBA\x8B\xE5\xAE\x89\xE6\x8E\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.788535"], ["updated_at", "2022-09-29 06:52:58.788536"]] TRANSACTION (6.4ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.840495"], ["updated_at", "2022-09-29 06:52:58.840498"]] TRANSACTION (7.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7\xE6\x9D\x83\xE5\x8A\x9B\xE4\xBA\x89\xE9\x9C\xB8\xE6\x88\x98"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7\xE6\x9D\x83\xE5\x8A\x9B\xE4\xBA\x89\xE9\x9C\xB8\xE6\x88\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.889300"], ["updated_at", "2022-09-29 06:52:58.889301"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xB8\xAA\xE9\xA2\x84\xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xB8\xAA\xE9\xA2\x84\xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.933574"], ["updated_at", "2022-09-29 06:52:58.933575"]] TRANSACTION (5.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xBA\x8C\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xBA\x8C\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:58.981140"], ["updated_at", "2022-09-29 06:52:58.981141"]] TRANSACTION (7.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xBA\x94"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.034418"], ["updated_at", "2022-09-29 06:52:59.034420"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\x85\xAB\xE5\xA4\xA7\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\x85\xAB\xE5\xA4\xA7\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.073679"], ["updated_at", "2022-09-29 06:52:59.073681"]] TRANSACTION (3.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\x85\xAB\xE6\x91\xB8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\x85\xAB\xE6\x91\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.104131"], ["updated_at", "2022-09-29 06:52:59.104132"]] TRANSACTION (4.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\x85\xAB\xE7\xAD\x89"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\x85\xAB\xE7\xAD\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.139739"], ["updated_at", "2022-09-29 06:52:59.139740"]] TRANSACTION (4.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\x85\xAD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\x85\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.175438"], ["updated_at", "2022-09-29 06:52:59.175439"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\x85\xAD\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\x85\xAD\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.205943"], ["updated_at", "2022-09-29 06:52:59.205944"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\x88\x86\xE6\x8A\xB1\xE6\xAD\x89"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\x88\x86\xE6\x8A\xB1\xE6\xAD\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.242952"], ["updated_at", "2022-09-29 06:52:59.242953"]] TRANSACTION (3.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\xA4\xA7\xE7\x8B\xAC\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\xA4\xA7\xE7\x8B\xAC\xE8\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.278025"], ["updated_at", "2022-09-29 06:52:59.278026"]] TRANSACTION (6.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\xA4\xA7\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\xA4\xA7\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.323200"], ["updated_at", "2022-09-29 06:52:59.323201"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\xA4\xA7\xE8\xB0\x8E"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\xA4\xA7\xE8\xB0\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.360147"], ["updated_at", "2022-09-29 06:52:59.360148"]] TRANSACTION (3.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE6\x99\xAF\xE7\xBC\x8E"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE6\x99\xAF\xE7\xBC\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.395768"], ["updated_at", "2022-09-29 06:52:59.395769"]] TRANSACTION (5.7ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE7\xB1\xBB\xE4\xBA\xBA\xE4\xB8\x8D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE7\xB1\xBB\xE4\xBA\xBA\xE4\xB8\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.446558"], ["updated_at", "2022-09-29 06:52:59.446561"]] TRANSACTION (5.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x83\xE4\xBA\xBA\xE6\x91\xB8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x83\xE4\xBA\xBA\xE6\x91\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.478315"], ["updated_at", "2022-09-29 06:52:59.478316"]] TRANSACTION (6.1ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x83\xE5\xAD\x97"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x83\xE5\xAD\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.523974"], ["updated_at", "2022-09-29 06:52:59.523975"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x83\xE7\xA6\xA7\xE5\xBC\x98\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x83\xE7\xA6\xA7\xE5\xBC\x98\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.559071"], ["updated_at", "2022-09-29 06:52:59.559072"]] TRANSACTION (7.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x87\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x87\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.591784"], ["updated_at", "2022-09-29 06:52:59.591785"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x87\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x87\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.624870"], ["updated_at", "2022-09-29 06:52:59.624872"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x87\xE8\xBE\xBE\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x87\xE8\xBE\xBE\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.649940"], ["updated_at", "2022-09-29 06:52:59.649941"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x88\xE5\xA4\x9C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x88\xE5\xA4\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.672948"], ["updated_at", "2022-09-29 06:52:59.672948"]] TRANSACTION (6.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x88\xE5\xA4\x9C\xE6\x9E\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x88\xE5\xA4\x9C\xE6\x9E\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.700296"], ["updated_at", "2022-09-29 06:52:59.700297"]] TRANSACTION (4.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x88\xE5\xA4\x9C\xE7\x94\xB5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x88\xE5\xA4\x9C\xE7\x94\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.732954"], ["updated_at", "2022-09-29 06:52:59.732957"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x88\xE5\xA4\x9C\xE7\x94\xB5\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x88\xE5\xA4\x9C\xE7\x94\xB5\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.759903"], ["updated_at", "2022-09-29 06:52:59.759903"]] TRANSACTION (2.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8A\xE5\x88\xBA\xE5\x88\x80"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8A\xE5\x88\xBA\xE5\x88\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.781836"], ["updated_at", "2022-09-29 06:52:59.781836"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8A\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8A\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.815192"], ["updated_at", "2022-09-29 06:52:59.815193"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E \xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E \xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.844143"], ["updated_at", "2022-09-29 06:52:59.844144"]] TRANSACTION (5.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE5\x9B\xBD\xE9\x94\x8B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE5\x9B\xBD\xE9\x94\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.888098"], ["updated_at", "2022-09-29 06:52:59.888100"]] TRANSACTION (5.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE5\xA4\x8F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE5\xA4\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.926902"], ["updated_at", "2022-09-29 06:52:59.926904"]] TRANSACTION (5.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE5\xA4\x8F\xE5\xA4\xA9\xE7\xA9\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE5\xA4\x8F\xE5\xA4\xA9\xE7\xA9\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.959453"], ["updated_at", "2022-09-29 06:52:59.959454"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE5\xA4\x8F\xE6\x96\x87\xE6\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE5\xA4\x8F\xE6\x96\x87\xE6\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:52:59.983616"], ["updated_at", "2022-09-29 06:52:59.983617"]] TRANSACTION (4.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE5\xA4\x8F\xE8\xBE\xA3\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE5\xA4\x8F\xE8\xBE\xA3\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.018250"], ["updated_at", "2022-09-29 06:53:00.018252"]] TRANSACTION (2.9ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE5\xB2\xB3\xE6\x97\xB6\xE4\xBA\x8B\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE5\xB2\xB3\xE6\x97\xB6\xE4\xBA\x8B\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.044469"], ["updated_at", "2022-09-29 06:53:00.044470"]] TRANSACTION (2.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE5\xBB\xBA\xE6\x95\x8F"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE5\xBB\xBA\xE6\x95\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.065966"], ["updated_at", "2022-09-29 06:53:00.065968"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.086241"], ["updated_at", "2022-09-29 06:53:00.086242"]] TRANSACTION (5.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE7\x9B\x9B\xE9\xA1\xBF\xE9\x82\xAE\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE7\x9B\x9B\xE9\xA1\xBF\xE9\x82\xAE\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.120325"], ["updated_at", "2022-09-29 06:53:00.120326"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE8\x97\x8F\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE8\x97\x8F\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.149325"], ["updated_at", "2022-09-29 06:53:00.149325"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE8\xAF\xAD\xE4\xB8\x96\xE7\x95\x8C\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE8\xAF\xAD\xE4\xB8\x96\xE7\x95\x8C\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.178447"], ["updated_at", "2022-09-29 06:53:00.178447"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE9\x80\x9A\xE6\x97\xB6\xE4\xBA\x8B\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE9\x80\x9A\xE6\x97\xB6\xE4\xBA\x8B\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.215056"], ["updated_at", "2022-09-29 06:53:00.215059"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE9\x97\xA8\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE9\x97\xA8\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.245077"], ["updated_at", "2022-09-29 06:53:00.245077"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE9\x97\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE9\x97\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.269562"], ["updated_at", "2022-09-29 06:53:00.269563"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x95\xE5\xAD\x90\xE5\xA4\x9A\xE5\xA4\x9A"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x95\xE5\xAD\x90\xE5\xA4\x9A\xE5\xA4\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.294800"], ["updated_at", "2022-09-29 06:53:00.294801"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x95\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x95\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.330536"], ["updated_at", "2022-09-29 06:53:00.330538"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96QQ\xE5\x8F\xB7\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96QQ\xE5\x8F\xB7\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.360031"], ["updated_at", "2022-09-29 06:53:00.360032"]] TRANSACTION (3.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE4\xBA\x8C\xE4\xBB\xA3\xE7\x9C\x9F\xE5\xAE\x9E\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE4\xBA\x8C\xE4\xBB\xA3\xE7\x9C\x9F\xE5\xAE\x9E\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.385066"], ["updated_at", "2022-09-29 06:53:00.385066"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.419268"], ["updated_at", "2022-09-29 06:53:00.419269"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.446571"], ["updated_at", "2022-09-29 06:53:00.446571"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE5\x9C\xB0\xE8\xB4\xA2\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE5\x9C\xB0\xE8\xB4\xA2\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.476167"], ["updated_at", "2022-09-29 06:53:00.476168"]] TRANSACTION (8.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.523179"], ["updated_at", "2022-09-29 06:53:00.523181"]] TRANSACTION (9.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.644825"], ["updated_at", "2022-09-29 06:53:00.644826"]] TRANSACTION (10.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.752229"], ["updated_at", "2022-09-29 06:53:00.752230"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.782440"], ["updated_at", "2022-09-29 06:53:00.782441"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE8\x82\xBE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE8\x82\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.818473"], ["updated_at", "2022-09-29 06:53:00.818474"]] TRANSACTION (7.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE8\x82\xBE\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE8\x82\xBE\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.863276"], ["updated_at", "2022-09-29 06:53:00.863278"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE8\x87\xAA\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE8\x87\xAA\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.890459"], ["updated_at", "2022-09-29 06:53:00.890461"]] TRANSACTION (7.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE8\xA1\x80"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE8\xA1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.934063"], ["updated_at", "2022-09-29 06:53:00.934064"]] TRANSACTION (3.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:00.966392"], ["updated_at", "2022-09-29 06:53:00.966393"]] TRANSACTION (5.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.004278"], ["updated_at", "2022-09-29 06:53:01.004280"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.043540"], ["updated_at", "2022-09-29 06:53:01.043540"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.078817"], ["updated_at", "2022-09-29 06:53:01.078818"]] TRANSACTION (6.0ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xEF\xBC\x8C\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xEF\xBC\x8C\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.123837"], ["updated_at", "2022-09-29 06:53:01.123838"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x97\xE4\xBA\xAC\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x97\xE4\xBA\xAC\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.166070"], ["updated_at", "2022-09-29 06:53:01.166071"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x97\xE5\x85\x85\xE9\x92\x88"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x97\xE5\x85\x85\xE9\x92\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.195726"], ["updated_at", "2022-09-29 06:53:01.195727"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x97\xE5\xA4\xA7\xE8\x87\xAA\xE7\x94\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x97\xE5\xA4\xA7\xE8\x87\xAA\xE7\x94\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.224728"], ["updated_at", "2022-09-29 06:53:01.224731"]] TRANSACTION (2.3ms) COMMIT User Load (1.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x97\xE6\x96\xB9\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x97\xE6\x96\xB9\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.245397"], ["updated_at", "2022-09-29 06:53:01.245398"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x97\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x97\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.264671"], ["updated_at", "2022-09-29 06:53:01.264672"]] TRANSACTION (2.9ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x97\xE8\xA1\x97\xE6\x9D\x91"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x97\xE8\xA1\x97\xE6\x9D\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.283699"], ["updated_at", "2022-09-29 06:53:01.283700"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x9A\xE4\xBC\x9A\xE6\x9A\x82\xE5\x81\x9C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x9A\xE4\xBC\x9A\xE6\x9A\x82\xE5\x81\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.312946"], ["updated_at", "2022-09-29 06:53:01.312948"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x9A\xE5\x90\x9B\xE4\xB8\x80\xE8\x82\x96"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x9A\xE5\x90\x9B\xE4\xB8\x80\xE8\x82\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.339735"], ["updated_at", "2022-09-29 06:53:01.339735"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x9A\xE5\x9B\xAD\xE5\x8C\xBA\xE4\xBC\xAA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x9A\xE5\x9B\xAD\xE5\x8C\xBA\xE4\xBC\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.358615"], ["updated_at", "2022-09-29 06:53:01.358616"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x9A\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x9A\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.380077"], ["updated_at", "2022-09-29 06:53:01.380077"]] TRANSACTION (5.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x9A\xE5\xBD\xA9\xE5\xA8\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x9A\xE5\xBD\xA9\xE5\xA8\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.405049"], ["updated_at", "2022-09-29 06:53:01.405050"]] TRANSACTION (5.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x9A\xE7\x99\xBD\xE5\x8E\xBF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x9A\xE7\x99\xBD\xE5\x8E\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.438078"], ["updated_at", "2022-09-29 06:53:01.438078"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x9A\xE8\xAE\xAF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x9A\xE8\xAE\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.464674"], ["updated_at", "2022-09-29 06:53:01.464675"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA0\xE6\x9C\x89"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA0\xE6\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.488483"], ["updated_at", "2022-09-29 06:53:01.488484"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA0\xE9\xA2\x86\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA0\xE9\xA2\x86\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.525116"], ["updated_at", "2022-09-29 06:53:01.525117"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA1\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA1\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.554057"], ["updated_at", "2022-09-29 06:53:01.554057"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA1\xE8\xBE\x9B\xE7\xBA\xB3\xE5\xA4\xA7\xE9\x81\x93\xE5\x92\x8C\xE4\xB8\x89\xE7\xA6\x8F\xE5\xA4\xA7\xE9\x81\x93\xE4\xBA\xA4\xE7\x95\x8C\xE5\xA4\x84"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA1\xE8\xBE\x9B\xE7\xBA\xB3\xE5\xA4\xA7\xE9\x81\x93\xE5\x92\x8C\xE4\xB8\x89\xE7\xA6\x8F\xE5\xA4\xA7\xE9\x81\x93\xE4\xBA\xA4\xE7\x95\x8C\xE5\xA4\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.577772"], ["updated_at", "2022-09-29 06:53:01.577773"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA2\xE5\xB1\x95\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA2\xE5\xB1\x95\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.606072"], ["updated_at", "2022-09-29 06:53:01.606073"]] TRANSACTION (4.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA2\xE5\xB4\x87\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA2\xE5\xB4\x87\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.641895"], ["updated_at", "2022-09-29 06:53:01.641896"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA2\xE8\xB7\x83\xE5\x88\x9A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA2\xE8\xB7\x83\xE5\x88\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.670812"], ["updated_at", "2022-09-29 06:53:01.670812"]] TRANSACTION (2.4ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA7\xE6\xA7\xBD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA7\xE6\xA7\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.690016"], ["updated_at", "2022-09-29 06:53:01.690016"]] TRANSACTION (5.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA7\xE8\x89\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA7\xE8\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.721062"], ["updated_at", "2022-09-29 06:53:01.721063"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xAB\xE6\x98\x9F\xE5\xB9\xBF\xE6\x92\xAD\xE5\x99\xA8\xE6\x9D\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xAB\xE6\x98\x9F\xE5\xB9\xBF\xE6\x92\xAD\xE5\x99\xA8\xE6\x9D\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.746222"], ["updated_at", "2022-09-29 06:53:01.746223"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xAB\xE6\x98\x9F\xE9\x81\xAD\xE9\xBB\x91\xE5\xAE\xA2\xE6\x94\xBB\xE5\x87\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xAB\xE6\x98\x9F\xE9\x81\xAD\xE9\xBB\x91\xE5\xAE\xA2\xE6\x94\xBB\xE5\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.767667"], ["updated_at", "2022-09-29 06:53:01.767668"]] TRANSACTION (2.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xAB\xE6\x98\x9F\xE9\xAB\x98\xE9\xA2\x91\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xAB\xE6\x98\x9F\xE9\xAB\x98\xE9\xA2\x91\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.787354"], ["updated_at", "2022-09-29 06:53:01.787355"]] TRANSACTION (3.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xB0\xE5\xB0\xBC\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xB0\xE5\xB0\xBC\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.819184"], ["updated_at", "2022-09-29 06:53:01.819185"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xB0\xE5\xB0\xBC\xE5\xB1\xA0\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xB0\xE5\xB0\xBC\xE5\xB1\xA0\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.847168"], ["updated_at", "2022-09-29 06:53:01.847169"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xB0\xE8\x97\x8F\xE8\x81\x94\xE7\xBB\x9C\xE5\x8D\x8F\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xB0\xE8\x97\x8F\xE8\x81\x94\xE7\xBB\x9C\xE5\x8D\x8F\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.867312"], ["updated_at", "2022-09-29 06:53:01.867312"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xB3\xE5\xB0\x86\xE6\x8E\xA8\xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xB3\xE5\xB0\x86\xE6\x8E\xA8\xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.887396"], ["updated_at", "2022-09-29 06:53:01.887396"]] TRANSACTION (4.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x86\xE5\x8F\xB2\xE7\x9A\x84\xE4\xBC\xA4\xE5\x8F\xA3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x86\xE5\x8F\xB2\xE7\x9A\x84\xE4\xBC\xA4\xE5\x8F\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.918933"], ["updated_at", "2022-09-29 06:53:01.918934"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x95\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x95\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.944586"], ["updated_at", "2022-09-29 06:53:01.944586"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x95\xE6\x89\x80\xE5\x81\xB7\xE6\x8B\x8D\xE6\xB7\xAB\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x95\xE6\x89\x80\xE5\x81\xB7\xE6\x8B\x8D\xE6\xB7\xAB\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.966083"], ["updated_at", "2022-09-29 06:53:01.966084"]] TRANSACTION (3.0ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE4\xB8\x80\xE4\xB9\x9D\xE4\xBA\x94\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE4\xB8\x80\xE4\xB9\x9D\xE4\xBA\x94\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:01.986205"], ["updated_at", "2022-09-29 06:53:01.986206"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\x88\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\x88\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.016875"], ["updated_at", "2022-09-29 06:53:02.016876"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\x91\xB3\xE5\x86\x85\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\x91\xB3\xE5\x86\x85\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.056768"], ["updated_at", "2022-09-29 06:53:02.056769"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9DIY\xE6\x95\x99\xE7\xA8\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9DIY\xE6\x95\x99\xE7\xA8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.080212"], ["updated_at", "2022-09-29 06:53:02.080212"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x89\x8B\xE5\x86\x8C"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x89\x8B\xE5\x86\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.110955"], ["updated_at", "2022-09-29 06:53:02.110956"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x95\x99\xE7\xA8\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x95\x99\xE7\xA8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.142744"], ["updated_at", "2022-09-29 06:53:02.142745"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.166652"], ["updated_at", "2022-09-29 06:53:02.166653"]] TRANSACTION (3.4ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95DIY"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95DIY"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.185798"], ["updated_at", "2022-09-29 06:53:02.185799"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE7\xAE\x80\xE6\x98\x8E\xE6\x95\x99\xE7\xA8\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE7\xAE\x80\xE6\x98\x8E\xE6\x95\x99\xE7\xA8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.208675"], ["updated_at", "2022-09-29 06:53:02.208676"]] TRANSACTION (4.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE9\x80\xA0\xE5\xAE\x8C\xE5\x85\xA8\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE9\x80\xA0\xE5\xAE\x8C\xE5\x85\xA8\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.237416"], ["updated_at", "2022-09-29 06:53:02.237416"]] TRANSACTION (3.0ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.258907"], ["updated_at", "2022-09-29 06:53:02.258908"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE6\xB8\x85\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE6\xB8\x85\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.278748"], ["updated_at", "2022-09-29 06:53:02.278749"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (11.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.305281"], ["updated_at", "2022-09-29 06:53:02.305282"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE7\xA0\xB7\xE9\x85\xB8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE7\xA0\xB7\xE9\x85\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.346503"], ["updated_at", "2022-09-29 06:53:02.346505"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE8\xA3\x85\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE8\xA3\x85\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.367738"], ["updated_at", "2022-09-29 06:53:02.367739"]] TRANSACTION (2.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE8\xA3\x85\xE7\xA7\x83\xE9\xB9\xB0qq"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE8\xA3\x85\xE7\xA7\x83\xE9\xB9\xB0qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.387906"], ["updated_at", "2022-09-29 06:53:02.387906"]] TRANSACTION (5.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE8\xA3\x85\xE8\xBF\x9B\xE5\x8F\xA3\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE8\xA3\x85\xE8\xBF\x9B\xE5\x8F\xA3\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.419345"], ["updated_at", "2022-09-29 06:53:02.419347"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE9\x9F\xB3\xE9\x93\x83\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE9\x9F\xB3\xE9\x93\x83\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.447885"], ["updated_at", "2022-09-29 06:53:02.447886"]] TRANSACTION (4.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\xA6\xE9\x97\xA8PX"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\xA6\xE9\x97\xA8PX"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.475790"], ["updated_at", "2022-09-29 06:53:02.475791"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\xA6\xE9\x97\xA8\xE5\xA4\xA7\xE6\xB8\xB8\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\xA6\xE9\x97\xA8\xE5\xA4\xA7\xE6\xB8\xB8\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.502442"], ["updated_at", "2022-09-29 06:53:02.502443"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\xBB\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\xBB\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.532330"], ["updated_at", "2022-09-29 06:53:02.532330"]] TRANSACTION (2.6ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\xBB\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\xBB\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.555646"], ["updated_at", "2022-09-29 06:53:02.555647"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x89\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x89\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.584494"], ["updated_at", "2022-09-29 06:53:02.584495"]] TRANSACTION (5.4ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x89\xE8\x85\xBF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x89\xE8\x85\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.630793"], ["updated_at", "2022-09-29 06:53:02.630795"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8A\xE5\xB7\x9D\xE5\xA5\x88\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8A\xE5\xB7\x9D\xE5\xA5\x88\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.661893"], ["updated_at", "2022-09-29 06:53:02.661893"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8B\xE6\x83\x85\xE6\x8E\xA8\xE8\x8D\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8B\xE6\x83\x85\xE6\x8E\xA8\xE8\x8D\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.688973"], ["updated_at", "2022-09-29 06:53:02.688974"]] TRANSACTION (9.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.739732"], ["updated_at", "2022-09-29 06:53:02.739733"]] TRANSACTION (5.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE4\xBF\xAE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE4\xBF\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.778527"], ["updated_at", "2022-09-29 06:53:02.778528"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE5\x8D\x81\xE8\x8A\x82"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE5\x8D\x81\xE8\x8A\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.807094"], ["updated_at", "2022-09-29 06:53:02.807095"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.841812"], ["updated_at", "2022-09-29 06:53:02.841813"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.881287"], ["updated_at", "2022-09-29 06:53:02.881288"]] TRANSACTION (4.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.908195"], ["updated_at", "2022-09-29 06:53:02.908196"]] TRANSACTION (5.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE6\x8E\xA8"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE6\x8E\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.956568"], ["updated_at", "2022-09-29 06:53:02.956569"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE6\xB2\x9F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE6\xB2\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:02.989682"], ["updated_at", "2022-09-29 06:53:02.989683"]] TRANSACTION (5.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE7\x8E\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE7\x8E\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.029557"], ["updated_at", "2022-09-29 06:53:03.029558"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE7\xAD\x92"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE7\xAD\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.064836"], ["updated_at", "2022-09-29 06:53:03.064837"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE7\xAE\xA1\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE7\xAE\xA1\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.092584"], ["updated_at", "2022-09-29 06:53:03.092585"]] TRANSACTION (4.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE7\xAE\xA1\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE7\xAE\xA1\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.138807"], ["updated_at", "2022-09-29 06:53:03.138810"]] TRANSACTION (7.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE8\x85\xBF\xE4\xB9\x8B\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE8\x85\xBF\xE4\xB9\x8B\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.186325"], ["updated_at", "2022-09-29 06:53:03.186328"]] TRANSACTION (5.4ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE8\x85\xBF\xE5\xBC\xA0\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE8\x85\xBF\xE5\xBC\xA0\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.240008"], ["updated_at", "2022-09-29 06:53:03.240009"]] TRANSACTION (8.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE8\x85\xBF\xE9\x97\xB4\xE7\x9A\x84\xE7\xA6\x81\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE8\x85\xBF\xE9\x97\xB4\xE7\x9A\x84\xE7\xA6\x81\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.296837"], ["updated_at", "2022-09-29 06:53:03.296838"]] TRANSACTION (6.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE8\x87\x80"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE8\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.341008"], ["updated_at", "2022-09-29 06:53:03.341009"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE8\xA7\x84"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE8\xA7\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.376857"], ["updated_at", "2022-09-29 06:53:03.376858"]] TRANSACTION (3.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE9\x9E\x8B\xE6\x95\x85\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE9\x9E\x8B\xE6\x95\x85\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.405404"], ["updated_at", "2022-09-29 06:53:03.405405"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE9\xA3\x9E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE9\xA3\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.438085"], ["updated_at", "2022-09-29 06:53:03.438086"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE9\xBE\x99\xE5\x85\xA5\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE9\xBE\x99\xE5\x85\xA5\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.461093"], ["updated_at", "2022-09-29 06:53:03.461093"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8Dparty"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8Dparty"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.484381"], ["updated_at", "2022-09-29 06:53:03.484382"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE4\xB8\xAD\xE5\x85\xB1\xE9\xBB\x91\xE8\x89\xB2\xE6\x9A\xB4\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE4\xB8\xAD\xE5\x85\xB1\xE9\xBB\x91\xE8\x89\xB2\xE6\x9A\xB4\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.508223"], ["updated_at", "2022-09-29 06:53:03.508224"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE4\xB8\xAD\xE6\xB8\xB8\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE4\xB8\xAD\xE6\xB8\xB8\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.540566"], ["updated_at", "2022-09-29 06:53:03.540567"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE4\xBA\xBA\xE7\xB1\xBB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE4\xBA\xBA\xE7\xB1\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.566243"], ["updated_at", "2022-09-29 06:53:03.566243"]] TRANSACTION (5.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.594220"], ["updated_at", "2022-09-29 06:53:03.594221"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.623102"], ["updated_at", "2022-09-29 06:53:03.623103"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\x85\xB1\xE4\xBC\xA0\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\x85\xB1\xE4\xBC\xA0\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.653422"], ["updated_at", "2022-09-29 06:53:03.653423"]] TRANSACTION (3.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\x85\xB1\xE8\xA8\x80\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\x85\xB1\xE8\xA8\x80\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.718141"], ["updated_at", "2022-09-29 06:53:03.718142"]] TRANSACTION (7.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\x88\x86\xE8\xA3\x82"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\x88\x86\xE8\xA3\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.845530"], ["updated_at", "2022-09-29 06:53:03.845531"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\x8F\xB3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\x8F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.878584"], ["updated_at", "2022-09-29 06:53:03.878585"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\x8F\xB3\xE9\xA2\x98\xE6\x9D\x90"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\x8F\xB3\xE9\xA2\x98\xE6\x9D\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.905872"], ["updated_at", "2022-09-29 06:53:03.905873"]] TRANSACTION (4.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\xA5\xA5"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\xA5\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.943292"], ["updated_at", "2022-09-29 06:53:03.943293"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\xAF\xB9\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\xAF\xB9\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:03.978180"], ["updated_at", "2022-09-29 06:53:03.978181"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\xAF\xB9\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\xAF\xB9\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.003877"], ["updated_at", "2022-09-29 06:53:04.003878"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.039360"], ["updated_at", "2022-09-29 06:53:04.039361"]] TRANSACTION (6.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\xB0\x81\xE9\x94\x81\xE6\x8A\x80\xE6\x9C\xAF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\xB0\x81\xE9\x94\x81\xE6\x8A\x80\xE6\x9C\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.078394"], ["updated_at", "2022-09-29 06:53:04.078395"]] TRANSACTION (3.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\xB1\x8F\xE8\x94\xBD"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\xB1\x8F\xE8\x94\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.106959"], ["updated_at", "2022-09-29 06:53:04.106959"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE6\x81\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE6\x81\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.141963"], ["updated_at", "2022-09-29 06:53:04.141964"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE6\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.170947"], ["updated_at", "2022-09-29 06:53:04.170948"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE6\x94\xBB\xE5\xA4\xA7\xE9\x99\x86"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE6\x94\xBB\xE5\xA4\xA7\xE9\x99\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.196361"], ["updated_at", "2022-09-29 06:53:04.196362"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE6\x97\xA5\xE4\xB8\x87\xE4\xBA\xBA\xE6\xB8\xB8\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE6\x97\xA5\xE4\xB8\x87\xE4\xBA\xBA\xE6\xB8\xB8\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.227801"], ["updated_at", "2022-09-29 06:53:04.227802"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE6\xB5\x8B\xE9\x80\x9F\xE9\x9B\xB7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE6\xB5\x8B\xE9\x80\x9F\xE9\x9B\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.262652"], ["updated_at", "2022-09-29 06:53:04.262653"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE7\xA4\xBE\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE7\xA4\xBE\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.292940"], ["updated_at", "2022-09-29 06:53:04.292941"]] TRANSACTION (5.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE7\xA4\xBE\xE4\xBC\x9A\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE7\xA4\xBE\xE4\xBC\x9A\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.342571"], ["updated_at", "2022-09-29 06:53:04.342573"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE8\x85\x90\xE6\x80\xBB\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE8\x85\x90\xE6\x80\xBB\xE6\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.369059"], ["updated_at", "2022-09-29 06:53:04.369060"]] TRANSACTION (3.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE8\x85\x90\xE8\xB4\xA5\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE8\x85\x90\xE8\xB4\xA5\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.404492"], ["updated_at", "2022-09-29 06:53:04.404493"]] TRANSACTION (5.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE9\x9B\xB7\xE8\xBE\xBE\xE6\xB5\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE9\x9B\xB7\xE8\xBE\xBE\xE6\xB5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.437219"], ["updated_at", "2022-09-29 06:53:04.437221"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE9\x9B\xB7\xE8\xBE\xBE\xE6\xB5\x8B\xE9\x80\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE9\x9B\xB7\xE8\xBE\xBE\xE6\xB5\x8B\xE9\x80\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.460626"], ["updated_at", "2022-09-29 06:53:04.460627"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.485219"], ["updated_at", "2022-09-29 06:53:04.485219"]] TRANSACTION (2.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE4\xBB\x91da\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE4\xBB\x91da\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.506785"], ["updated_at", "2022-09-29 06:53:04.506786"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.540848"], ["updated_at", "2022-09-29 06:53:04.540849"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE4\xBC\xA6\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE4\xBC\xA6\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.563247"], ["updated_at", "2022-09-29 06:53:04.563248"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE4\xBC\xA6\xE5\x8F\x91\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE4\xBC\xA6\xE5\x8F\x91\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.584069"], ["updated_at", "2022-09-29 06:53:04.584070"]] TRANSACTION (2.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE4\xBC\xA6\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE4\xBC\xA6\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.609044"], ["updated_at", "2022-09-29 06:53:04.609045"]] TRANSACTION (5.3ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.644576"], ["updated_at", "2022-09-29 06:53:04.644577"]] TRANSACTION (3.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.682230"], ["updated_at", "2022-09-29 06:53:04.682230"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\x84\xA3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\x84\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.708808"], ["updated_at", "2022-09-29 06:53:04.708832"]] TRANSACTION (4.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.743748"], ["updated_at", "2022-09-29 06:53:04.743749"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\x8A\xA1\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\x8A\xA1\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.767565"], ["updated_at", "2022-09-29 06:53:04.767565"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.789045"], ["updated_at", "2022-09-29 06:53:04.789046"]] TRANSACTION (4.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\xAD\xA3\xE5\xBF\xB5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\xAD\xA3\xE5\xBF\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.816906"], ["updated_at", "2022-09-29 06:53:04.816907"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.848980"], ["updated_at", "2022-09-29 06:53:04.848981"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\xB5\xAA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\xB5\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.871717"], ["updated_at", "2022-09-29 06:53:04.871718"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\xBC\x82\xE4\xBB\xA3\xE5\xBC\x80QQ"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\xBC\x82\xE4\xBB\xA3\xE5\xBC\x80QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.894202"], ["updated_at", "2022-09-29 06:53:04.894203"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\x89\x8C\xE7\xBB\x9D"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\x89\x8C\xE7\xBB\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.928114"], ["updated_at", "2022-09-29 06:53:04.928115"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\x8E\xB0\xE5\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\x8E\xB0\xE5\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.959556"], ["updated_at", "2022-09-29 06:53:04.959556"]] TRANSACTION (2.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\x94\x9F\xE5\x85\xB3\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\x94\x9F\xE5\x85\xB3\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:04.982900"], ["updated_at", "2022-09-29 06:53:04.982900"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\x94\x9F\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\x94\x9F\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.006502"], ["updated_at", "2022-09-29 06:53:05.006503"]] TRANSACTION (5.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\x9E\x9F"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\x9E\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.041040"], ["updated_at", "2022-09-29 06:53:05.041041"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE4\xBB\xA3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE4\xBB\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.072585"], ["updated_at", "2022-09-29 06:53:05.072586"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE4\xBB\xA3\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE4\xBB\xA3\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.095099"], ["updated_at", "2022-09-29 06:53:05.095100"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.127810"], ["updated_at", "2022-09-29 06:53:05.127811"]] TRANSACTION (6.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.166887"], ["updated_at", "2022-09-29 06:53:05.166888"]] TRANSACTION (4.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.189787"], ["updated_at", "2022-09-29 06:53:05.189787"]] TRANSACTION (5.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.215477"], ["updated_at", "2022-09-29 06:53:05.215478"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xAE\xBA\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xAE\xBA\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.246394"], ["updated_at", "2022-09-29 06:53:05.246395"]] TRANSACTION (2.8ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xAE\xBA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xAE\xBA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.267956"], ["updated_at", "2022-09-29 06:53:05.267956"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xAE\xBA\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xAE\xBA\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.291546"], ["updated_at", "2022-09-29 06:53:05.291546"]] TRANSACTION (7.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xB4\xB4\xE5\xB7\xA5\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xB4\xB4\xE5\xB7\xA5\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.324251"], ["updated_at", "2022-09-29 06:53:05.324252"]] TRANSACTION (5.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xB4\xB4\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xB4\xB4\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.359198"], ["updated_at", "2022-09-29 06:53:05.359199"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.387318"], ["updated_at", "2022-09-29 06:53:05.387319"]] TRANSACTION (10.3ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xBD\xAE\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xBD\xAE\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.433919"], ["updated_at", "2022-09-29 06:53:05.433920"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xBD\xAE\xE5\x8A\x9F\xE9\x99\x88\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xBD\xAE\xE5\x8A\x9F\xE9\x99\x88\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.473767"], ["updated_at", "2022-09-29 06:53:05.473768"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xBD\xAE\xE5\x8F\x91\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xBD\xAE\xE5\x8F\x91\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.503175"], ["updated_at", "2022-09-29 06:53:05.503176"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.547115"], ["updated_at", "2022-09-29 06:53:05.547116"]] TRANSACTION (7.9ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x94\xE5\xAB\x82"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x94\xE5\xAB\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.590944"], ["updated_at", "2022-09-29 06:53:05.590945"]] TRANSACTION (6.9ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x97\xE5\xAD\x95"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x97\xE5\xAD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.628337"], ["updated_at", "2022-09-29 06:53:05.628339"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x97\xE8\xB4\xBF\xE7\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x97\xE8\xB4\xBF\xE7\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.668170"], ["updated_at", "2022-09-29 06:53:05.668172"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x98\xE3\x80\x82\xE6\x80\x81"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x98\xE3\x80\x82\xE6\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.696301"], ["updated_at", "2022-09-29 06:53:05.696302"]] TRANSACTION (6.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x98\xE4\xB8\x80\xE6\x80\x81"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x98\xE4\xB8\x80\xE6\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.741532"], ["updated_at", "2022-09-29 06:53:05.741533"]] TRANSACTION (5.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x98\xE6\x80\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x98\xE6\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.777884"], ["updated_at", "2022-09-29 06:53:05.777885"]] TRANSACTION (5.3ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x98\xE7\x89\x8C"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x98\xE7\x89\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.823114"], ["updated_at", "2022-09-29 06:53:05.823115"]] TRANSACTION (7.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x98\xE7\x89\x8C\xE7\xBB\x9D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x98\xE7\x89\x8C\xE7\xBB\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.867614"], ["updated_at", "2022-09-29 06:53:05.867615"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x9B\xE9\x80\x83\xE7\xBE\x8E\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x9B\xE9\x80\x83\xE7\xBE\x8E\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.896427"], ["updated_at", "2022-09-29 06:53:05.896428"]] TRANSACTION (5.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.926552"], ["updated_at", "2022-09-29 06:53:05.926553"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE5\x90\xAB\xE9\xB8\xA1\xE5\xB7\xB4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE5\x90\xAB\xE9\xB8\xA1\xE5\xB7\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.958833"], ["updated_at", "2022-09-29 06:53:05.958835"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE5\xB0\x84"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE5\xB0\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:05.991265"], ["updated_at", "2022-09-29 06:53:05.991266"]] TRANSACTION (8.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.031414"], ["updated_at", "2022-09-29 06:53:06.031415"]] TRANSACTION (5.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE6\x8A\x80\xE7\xBB\x8F\xE9\xAA\x8C\xE8\xB6\x85\xE4\xB8\xB0\xE5\xAF\x8C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE6\x8A\x80\xE7\xBB\x8F\xE9\xAA\x8C\xE8\xB6\x85\xE4\xB8\xB0\xE5\xAF\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.066398"], ["updated_at", "2022-09-29 06:53:06.066399"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.095446"], ["updated_at", "2022-09-29 06:53:06.095447"]] TRANSACTION (6.3ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.133352"], ["updated_at", "2022-09-29 06:53:06.133353"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE7\x88\x86"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE7\x88\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.171770"], ["updated_at", "2022-09-29 06:53:06.171771"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE7\x94\xB3\xE5\x8F\xA3\xE4\xBB\x8A"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE7\x94\xB3\xE5\x8F\xA3\xE4\xBB\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.195437"], ["updated_at", "2022-09-29 06:53:06.195438"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xEF\xBC\x8C\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xEF\xBC\x8C\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.225709"], ["updated_at", "2022-09-29 06:53:06.225710"]] TRANSACTION (4.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xEF\xBC\x8C\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xEF\xBC\x8C\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.262412"], ["updated_at", "2022-09-29 06:53:06.262413"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA4\xE5\x85\xB0\xE7\xBB\x8F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA4\xE5\x85\xB0\xE7\xBB\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.290283"], ["updated_at", "2022-09-29 06:53:06.290284"]] TRANSACTION (4.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA4\xE6\x96\xB9\xE8\xBF\xB7\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA4\xE6\x96\xB9\xE8\xBF\xB7\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.318749"], ["updated_at", "2022-09-29 06:53:06.318752"]] TRANSACTION (6.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA6\xE9\xA1\x9E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA6\xE9\xA1\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.356275"], ["updated_at", "2022-09-29 06:53:06.356276"]] TRANSACTION (3.9ms) COMMIT User Load (12.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAB\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAB\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.392881"], ["updated_at", "2022-09-29 06:53:06.392882"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAB\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAB\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.421586"], ["updated_at", "2022-09-29 06:53:06.421587"]] TRANSACTION (6.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAB\xE6\x99\xB6\xE6\x99\xB6\xE7\x9A\x84\xE5\xA5\xB3\xE5\xAD\xA9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAB\xE6\x99\xB6\xE6\x99\xB6\xE7\x9A\x84\xE5\xA5\xB3\xE5\xAD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.471319"], ["updated_at", "2022-09-29 06:53:06.471320"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAB\xE8\x87\xAA\xE6\x85\xB0"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAB\xE8\x87\xAA\xE6\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.504115"], ["updated_at", "2022-09-29 06:53:06.504116"]] TRANSACTION (7.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAB\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAB\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.549608"], ["updated_at", "2022-09-29 06:53:06.549609"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAC\xE6\x96\x87\xE5\xAD\x97\xE8\xBE\x93\xE5\x85\xA5\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAC\xE6\x96\x87\xE5\xAD\x97\xE8\xBE\x93\xE5\x85\xA5\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.586254"], ["updated_at", "2022-09-29 06:53:06.586255"]] TRANSACTION (7.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAC\xE8\x80\xB3\xE7\x94\xB9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAC\xE8\x80\xB3\xE7\x94\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.631170"], ["updated_at", "2022-09-29 06:53:06.631172"]] TRANSACTION (2.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAF\xE5\x8F\xAF\xE7\xB2\xBE\xE7\x9B\xB4\xE9\x94\x80qq"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAF\xE5\x8F\xAF\xE7\xB2\xBE\xE7\x9B\xB4\xE9\x94\x80qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.665773"], ["updated_at", "2022-09-29 06:53:06.665774"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAF\xE5\xA1\x91\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAF\xE5\xA1\x91\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.692917"], ["updated_at", "2022-09-29 06:53:06.692918"]] TRANSACTION (6.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAF\xE7\x91\xB6"], ["LIMIT", 1]] TRANSACTION (7.1ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAF\xE7\x91\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.726260"], ["updated_at", "2022-09-29 06:53:06.726261"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAF\xE8\xBF\x87\xE6\x9C\xBA\xE5\x81\x87\xE9\x92\x9EQQ"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAF\xE8\xBF\x87\xE6\x9C\xBA\xE5\x81\x87\xE9\x92\x9EQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.768627"], ["updated_at", "2022-09-29 06:53:06.768630"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAF\xE8\xBF\x87\xE6\x9C\xBA\xE5\x81\x87\xE9\x92\xB1QQ"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAF\xE8\xBF\x87\xE6\x9C\xBA\xE5\x81\x87\xE9\x92\xB1QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.798114"], ["updated_at", "2022-09-29 06:53:06.798115"]] TRANSACTION (5.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0du"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0du"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.826813"], ["updated_at", "2022-09-29 06:53:06.826813"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0wan"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0wan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.856400"], ["updated_at", "2022-09-29 06:53:06.856401"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.886228"], ["updated_at", "2022-09-29 06:53:06.886230"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE5\xAE\x8C"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE5\xAE\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.910924"], ["updated_at", "2022-09-29 06:53:06.910925"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE5\xBC\xAF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE5\xBC\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:06.954852"], ["updated_at", "2022-09-29 06:53:06.954853"]] TRANSACTION (4.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.059815"], ["updated_at", "2022-09-29 06:53:07.059816"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE5\x8D\xB1\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE5\x8D\xB1\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.085112"], ["updated_at", "2022-09-29 06:53:07.085113"]] TRANSACTION (5.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE5\xA4\xA7\xE6\x88\x98"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE5\xA4\xA7\xE6\x88\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.111890"], ["updated_at", "2022-09-29 06:53:07.111891"]] TRANSACTION (6.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE5\xB1\x80\xE5\x8A\xBF"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE5\xB1\x80\xE5\x8A\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.161962"], ["updated_at", "2022-09-29 06:53:07.161963"]] TRANSACTION (3.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE6\x88\x98\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE6\x88\x98\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.195910"], ["updated_at", "2022-09-29 06:53:07.195910"]] TRANSACTION (6.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE7\xBB\x9F\xE4\xB8\x80"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE7\xBB\x9F\xE4\xB8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.225506"], ["updated_at", "2022-09-29 06:53:07.225508"]] TRANSACTION (4.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE9\x97\xAE\xE9\xA2\x98"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE9\x97\xAE\xE9\xA2\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.262581"], ["updated_at", "2022-09-29 06:53:07.262582"]] TRANSACTION (2.6ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\x85\xB1\xE5\x92\x8C\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\x85\xB1\xE5\x92\x8C\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.283535"], ["updated_at", "2022-09-29 06:53:07.283536"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\x9B\xA2\xE7\xBB\x93\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\x9B\xA2\xE7\xBB\x93\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.306510"], ["updated_at", "2022-09-29 06:53:07.306511"]] TRANSACTION (5.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.353565"], ["updated_at", "2022-09-29 06:53:07.353566"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\xBA\x94\xE8\xAF\xA5\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\xBA\x94\xE8\xAF\xA5\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.379533"], ["updated_at", "2022-09-29 06:53:07.379534"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\xBB\xBA\xE5\x9B\xBD\xE8\xBF\x90\xE5\x8A\xA8\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\xBB\xBA\xE5\x9B\xBD\xE8\xBF\x90\xE5\x8A\xA8\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.404448"], ["updated_at", "2022-09-29 06:53:07.404448"]] TRANSACTION (8.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE6\x94\xBF\xE8\xAE\xBA\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE6\x94\xBF\xE8\xAE\xBA\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.444856"], ["updated_at", "2022-09-29 06:53:07.444856"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE6\x9C\x89\xE6\x9D\x83\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE6\x9C\x89\xE6\x9D\x83\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.469276"], ["updated_at", "2022-09-29 06:53:07.469277"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE6\x9E\x81\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE6\x9E\x81\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.492560"], ["updated_at", "2022-09-29 06:53:07.492561"]] TRANSACTION (11.0ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.534508"], ["updated_at", "2022-09-29 06:53:07.534509"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.575989"], ["updated_at", "2022-09-29 06:53:07.575990"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.603219"], ["updated_at", "2022-09-29 06:53:07.603219"]] TRANSACTION (6.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.644428"], ["updated_at", "2022-09-29 06:53:07.644429"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.678092"], ["updated_at", "2022-09-29 06:53:07.678093"]] TRANSACTION (5.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.707986"], ["updated_at", "2022-09-29 06:53:07.707990"]] TRANSACTION (4.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.749525"], ["updated_at", "2022-09-29 06:53:07.749526"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE8\x87\xAA\xE7\x94\xB1\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE8\x87\xAA\xE7\x94\xB1\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.775769"], ["updated_at", "2022-09-29 06:53:07.775770"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE9\x97\xAE\xE9\xA2\x98"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE9\x97\xAE\xE9\xA2\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.802940"], ["updated_at", "2022-09-29 06:53:07.802941"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE9\x9D\x92\xE5\xB9\xB4\xE7\x8B\xAC\xE7\xAB\x8B\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE9\x9D\x92\xE5\xB9\xB4\xE7\x8B\xAC\xE7\xAB\x8B\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.833505"], ["updated_at", "2022-09-29 06:53:07.833506"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.863858"], ["updated_at", "2022-09-29 06:53:07.863858"]] TRANSACTION (3.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE7\x99\xBE\xE5\xBA\xA6\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE7\x99\xBE\xE5\xBA\xA6\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.885449"], ["updated_at", "2022-09-29 06:53:07.885450"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.906811"], ["updated_at", "2022-09-29 06:53:07.906812"]] TRANSACTION (6.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB3\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB3\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.940950"], ["updated_at", "2022-09-29 06:53:07.940951"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB3\xE8\xBD\xAC\xE6\x98\xAF\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB3\xE8\xBD\xAC\xE6\x98\xAF\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.975653"], ["updated_at", "2022-09-29 06:53:07.975654"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB6\xE4\xB8\xB9\xE4\xB8\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB6\xE4\xB8\xB9\xE4\xB8\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:07.995473"], ["updated_at", "2022-09-29 06:53:07.995474"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB6\xE5\x89\x91\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB6\xE5\x89\x91\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.025033"], ["updated_at", "2022-09-29 06:53:08.025034"]] TRANSACTION (5.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB6\xE5\xAD\x90\xE6\xA5\xA3"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB6\xE5\xAD\x90\xE6\xA5\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.068161"], ["updated_at", "2022-09-29 06:53:08.068162"]] TRANSACTION (7.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB6\xE5\xB0\x8F\xE7\x87\x95"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB6\xE5\xB0\x8F\xE7\x87\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.112841"], ["updated_at", "2022-09-29 06:53:08.112852"]] TRANSACTION (6.2ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB6\xE7\x88\xB1\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB6\xE7\x88\xB1\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.166840"], ["updated_at", "2022-09-29 06:53:08.166841"]] TRANSACTION (6.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB7\xE5\xB1\x8F\xE8\x94\xBD\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB7\xE5\xB1\x8F\xE8\x94\xBD\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.208026"], ["updated_at", "2022-09-29 06:53:08.208028"]] TRANSACTION (8.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB7\xE7\xA0\x81\xE7\x99\xBE\xE4\xBA\x8B\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB7\xE7\xA0\x81\xE7\x99\xBE\xE4\xBA\x8B\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.258849"], ["updated_at", "2022-09-29 06:53:08.258850"]] TRANSACTION (7.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE5\xBE\x92\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE5\xBE\x92\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.304929"], ["updated_at", "2022-09-29 06:53:08.304931"]] TRANSACTION (7.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE6\xB3\x95\xE8\xAD\xA6\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE6\xB3\x95\xE8\xAD\xA6\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.351978"], ["updated_at", "2022-09-29 06:53:08.351979"]] TRANSACTION (5.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE6\xB3\x95\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE6\xB3\x95\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.392828"], ["updated_at", "2022-09-29 06:53:08.392830"]] TRANSACTION (6.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE6\xB3\x95\xE9\xBB\x91"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE6\xB3\x95\xE9\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.434538"], ["updated_at", "2022-09-29 06:53:08.434539"]] TRANSACTION (5.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE8\x80\x83\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE8\x80\x83\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.481826"], ["updated_at", "2022-09-29 06:53:08.481828"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE9\x95\xBF\xE6\x9C\x9F\xE6\x9C\x89"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE9\x95\xBF\xE6\x9C\x9F\xE6\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.510215"], ["updated_at", "2022-09-29 06:53:08.510216"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE9\xA9\xAC\xE6\x99\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE9\xA9\xAC\xE6\x99\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.543216"], ["updated_at", "2022-09-29 06:53:08.543219"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE9\xA9\xAC\xE7\x92\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE9\xA9\xAC\xE7\x92\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.571510"], ["updated_at", "2022-09-29 06:53:08.571511"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE9\xA9\xAC\xE7\x92\x90\xE5\x9B\x9E\xE5\xBF\x86\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE9\xA9\xAC\xE7\x92\x90\xE5\x9B\x9E\xE5\xBF\x86\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.596762"], ["updated_at", "2022-09-29 06:53:08.596763"]] TRANSACTION (7.1ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x83\xE5\xB9\xB2\xE6\x8A\xB9\xE5\x87\x80"], ["LIMIT", 1]] TRANSACTION (7.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x83\xE5\xB9\xB2\xE6\x8A\xB9\xE5\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.638697"], ["updated_at", "2022-09-29 06:53:08.638704"]] TRANSACTION (4.5ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x83\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (8.3ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x83\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.695879"], ["updated_at", "2022-09-29 06:53:08.695881"]] TRANSACTION (4.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x84\xE4\xB8\xAA\xE9\x93\xB6\xE8\xA1\x8C\xE5\x85\xA8\xE7\xA7\xB0"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x84\xE4\xB8\xAA\xE9\x93\xB6\xE8\xA1\x8C\xE5\x85\xA8\xE7\xA7\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.753441"], ["updated_at", "2022-09-29 06:53:08.753444"]] TRANSACTION (5.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x84\xE7\xA7\x8D\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x84\xE7\xA7\x8D\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.805944"], ["updated_at", "2022-09-29 06:53:08.805946"]] TRANSACTION (3.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x84\xE7\xA7\x8D\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9\xE5\xA4\xA7\xE5\x85\xA8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x84\xE7\xA7\x8D\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9\xE5\xA4\xA7\xE5\x85\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.840228"], ["updated_at", "2022-09-29 06:53:08.840230"]] TRANSACTION (6.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x84\xE7\xB1\xBB\xE6\x96\x87\xE5\x87\xAD"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x84\xE7\xB1\xBB\xE6\x96\x87\xE5\x87\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.878927"], ["updated_at", "2022-09-29 06:53:08.878928"]] TRANSACTION (5.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x84\xE7\xB1\xBB\xE8\x80\x83\xE8\xAF\x95"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x84\xE7\xB1\xBB\xE8\x80\x83\xE8\xAF\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.923724"], ["updated_at", "2022-09-29 06:53:08.923725"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x88\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x88\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:08.967331"], ["updated_at", "2022-09-29 06:53:08.967331"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x88\xE6\x88\x90K\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x88\xE6\x88\x90K\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.013089"], ["updated_at", "2022-09-29 06:53:09.013090"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x88\xE6\x88\x90\xE5\x86\xB0\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x88\xE6\x88\x90\xE5\x86\xB0\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.044579"], ["updated_at", "2022-09-29 06:53:09.044579"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x88\xE6\x88\x90\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x88\xE6\x88\x90\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.077199"], ["updated_at", "2022-09-29 06:53:09.077200"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x88\xE6\x88\x90\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAEqq"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x88\xE6\x88\x90\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAEqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.099601"], ["updated_at", "2022-09-29 06:53:09.099601"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x88\xE6\x88\x90\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x88\xE6\x88\x90\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.120420"], ["updated_at", "2022-09-29 06:53:09.120421"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x89\xE7\x82\xB3\xE8\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x89\xE7\x82\xB3\xE8\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.147141"], ["updated_at", "2022-09-29 06:53:09.147142"]] TRANSACTION (3.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.203113"], ["updated_at", "2022-09-29 06:53:09.203114"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.292669"], ["updated_at", "2022-09-29 06:53:09.292670"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\x9C\xA8\xE7\xBA\xBF\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\x9C\xA8\xE7\xBA\xBF\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.321855"], ["updated_at", "2022-09-29 06:53:09.321856"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\xB8\x85\xE5\x93\xA5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\xB8\x85\xE5\x93\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.357895"], ["updated_at", "2022-09-29 06:53:09.357897"]] TRANSACTION (4.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.396728"], ["updated_at", "2022-09-29 06:53:09.396730"]] TRANSACTION (3.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.428879"], ["updated_at", "2022-09-29 06:53:09.428880"]] TRANSACTION (4.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x80\xA7\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x80\xA7\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.470153"], ["updated_at", "2022-09-29 06:53:09.470154"]] TRANSACTION (3.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.504543"], ["updated_at", "2022-09-29 06:53:09.504545"]] TRANSACTION (5.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x81\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x81\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.544775"], ["updated_at", "2022-09-29 06:53:09.544777"]] TRANSACTION (5.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x81\x8B\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x81\x8B\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.588894"], ["updated_at", "2022-09-29 06:53:09.588895"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE6\x88\xBF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE6\x88\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.615288"], ["updated_at", "2022-09-29 06:53:09.615289"]] TRANSACTION (5.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE7\x9B\x9F\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE7\x9B\x9F\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.644200"], ["updated_at", "2022-09-29 06:53:09.644201"]] TRANSACTION (6.4ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8D\xE5\x88\x80\xE7\xBD\x91\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8D\xE5\x88\x80\xE7\xBD\x91\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.684827"], ["updated_at", "2022-09-29 06:53:09.684828"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8E \xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8E \xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.706841"], ["updated_at", "2022-09-29 06:53:09.706842"]] TRANSACTION (2.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8E\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8E\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.728770"], ["updated_at", "2022-09-29 06:53:09.728771"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8E\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8E\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.761632"], ["updated_at", "2022-09-29 06:53:09.761633"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8E\xE5\x85\xA5\xE5\xBC\x8F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8E\xE5\x85\xA5\xE5\xBC\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.795842"], ["updated_at", "2022-09-29 06:53:09.795843"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8E\xE5\xBA\xAD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8E\xE5\xBA\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.824008"], ["updated_at", "2022-09-29 06:53:09.824009"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8E\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8E\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.862171"], ["updated_at", "2022-09-29 06:53:09.862172"]] TRANSACTION (3.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8E\xE8\x8C\x93"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8E\xE8\x8C\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.896364"], ["updated_at", "2022-09-29 06:53:09.896365"]] TRANSACTION (2.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x90\xE8\x95\x83\xE4\xB9\x8B\xE5\x8F\x8B\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x90\xE8\x95\x83\xE4\xB9\x8B\xE5\x8F\x8B\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.925972"], ["updated_at", "2022-09-29 06:53:09.925973"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x91\xE5\xB7\xB4\xE5\xB9\xB3\xE6\x8E\xAA"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x91\xE5\xB7\xB4\xE5\xB9\xB3\xE6\x8E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.961698"], ["updated_at", "2022-09-29 06:53:09.961699"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x95\xE4\xBA\xAC\xE8\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x95\xE4\xBA\xAC\xE8\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:09.992530"], ["updated_at", "2022-09-29 06:53:09.992531"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x95\xE5\xBE\xB7\xE5\xBD\xAC"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x95\xE5\xBE\xB7\xE5\xBD\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.018289"], ["updated_at", "2022-09-29 06:53:10.018290"]] TRANSACTION (5.7ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x95\xE7\xA7\x80\xE8\x8E\xB2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x95\xE7\xA7\x80\xE8\x8E\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.050421"], ["updated_at", "2022-09-29 06:53:10.050422"]] TRANSACTION (7.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x97\xE5\x95\xA1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x97\xE5\x95\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.087064"], ["updated_at", "2022-09-29 06:53:10.087065"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x97\xE5\x95\xA1\xE4\xB8\x8A\xE7\x98\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x97\xE5\x95\xA1\xE4\xB8\x8A\xE7\x98\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.111037"], ["updated_at", "2022-09-29 06:53:10.111038"]] TRANSACTION (5.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x9B\xE4\xB9\x90\xE9\x83\xBD\xE4\xBC\x91\xE9\x97\xB2\xE5\xA8\xB1\xE4\xB9\x90\xE7\xA7\x81"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (8.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x9B\xE4\xB9\x90\xE9\x83\xBD\xE4\xBC\x91\xE9\x97\xB2\xE5\xA8\xB1\xE4\xB9\x90\xE7\xA7\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.147221"], ["updated_at", "2022-09-29 06:53:10.147223"]] TRANSACTION (7.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x9E\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x9E\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.210429"], ["updated_at", "2022-09-29 06:53:10.210432"]] TRANSACTION (5.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x9F\xE8\xB0\xB7"], ["LIMIT", 1]] TRANSACTION (9.5ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x9F\xE8\xB0\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.263930"], ["updated_at", "2022-09-29 06:53:10.263931"]] TRANSACTION (4.7ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xAB\xE4\xB8\x80\xE4\xBD\x8F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xAB\xE4\xB8\x80\xE4\xBD\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.318711"], ["updated_at", "2022-09-29 06:53:10.318712"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xAB\xE5\xB1\x8C"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xAB\xE5\xB1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.347989"], ["updated_at", "2022-09-29 06:53:10.347990"]] TRANSACTION (5.8ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xAE\xE5\x90\xB8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xAE\xE5\x90\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.389583"], ["updated_at", "2022-09-29 06:53:10.389583"]] TRANSACTION (7.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xAF\xE8\x92\x99\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xAF\xE8\x92\x99\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.431117"], ["updated_at", "2022-09-29 06:53:10.431118"]] TRANSACTION (4.9ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE4\xB8\x80\xE7\x84\xB6"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE4\xB8\x80\xE7\x84\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.474021"], ["updated_at", "2022-09-29 06:53:10.474026"]] TRANSACTION (6.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE4\xBB\x81\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE4\xBB\x81\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.520506"], ["updated_at", "2022-09-29 06:53:10.520507"]] TRANSACTION (7.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE4\xBB\xAA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE4\xBB\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.552805"], ["updated_at", "2022-09-29 06:53:10.552806"]] TRANSACTION (9.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xAD\xA6\xE7\x81\xBF"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xAD\xA6\xE7\x81\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.592817"], ["updated_at", "2022-09-29 06:53:10.592817"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xAD\xA6\xE7\x92\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xAD\xA6\xE7\x92\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.624897"], ["updated_at", "2022-09-29 06:53:10.624898"]] TRANSACTION (5.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xAD\xA6\xE8\xB0\xA6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xAD\xA6\xE8\xB0\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.658075"], ["updated_at", "2022-09-29 06:53:10.658076"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xAE\x8F\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xAE\x8F\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.696309"], ["updated_at", "2022-09-29 06:53:10.696310"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xAE\x98\xE6\xAD\xA3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xAE\x98\xE6\xAD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.728129"], ["updated_at", "2022-09-29 06:53:10.728130"]] TRANSACTION (6.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xBB\xBA\xE5\xB8\xB8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xBB\xBA\xE5\xB8\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.769653"], ["updated_at", "2022-09-29 06:53:10.769654"]] TRANSACTION (5.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xBC\x98\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xBC\x98\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.814721"], ["updated_at", "2022-09-29 06:53:10.814724"]] TRANSACTION (5.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.850144"], ["updated_at", "2022-09-29 06:53:10.850145"]] TRANSACTION (6.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE6\x8C\xAF\xE6\xB1\x89"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE6\x8C\xAF\xE6\xB1\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.895470"], ["updated_at", "2022-09-29 06:53:10.895471"]] TRANSACTION (5.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE6\x96\x87\xE8\x8B\xB1 \xE7\xBA\xBA\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE6\x96\x87\xE8\x8B\xB1 \xE7\xBA\xBA\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.948682"], ["updated_at", "2022-09-29 06:53:10.948683"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE6\x96\xB9\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE6\x96\xB9\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:10.982497"], ["updated_at", "2022-09-29 06:53:10.982498"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE7\x99\xBE\xE7\x9B\x8A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE7\x99\xBE\xE7\x9B\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.014564"], ["updated_at", "2022-09-29 06:53:11.014564"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE7\xAB\x8B\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE7\xAB\x8B\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.037291"], ["updated_at", "2022-09-29 06:53:11.037291"]] TRANSACTION (6.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE9\x82\xA6\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE9\x82\xA6\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.078556"], ["updated_at", "2022-09-29 06:53:11.078557"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.115688"], ["updated_at", "2022-09-29 06:53:11.115688"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB8\xE5\x82\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB8\xE5\x82\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.140468"], ["updated_at", "2022-09-29 06:53:11.140468"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB8\xE5\x85\x81"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB8\xE5\x85\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.169497"], ["updated_at", "2022-09-29 06:53:11.169498"]] TRANSACTION (10.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB8\xE5\x90\xAE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB8\xE5\x90\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.213945"], ["updated_at", "2022-09-29 06:53:11.213946"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB8\xE5\x95\x9C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB8\xE5\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.236172"], ["updated_at", "2022-09-29 06:53:11.236173"]] TRANSACTION (5.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB8\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB8\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.264134"], ["updated_at", "2022-09-29 06:53:11.264135"]] TRANSACTION (4.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB8\xE7\xB2\xBE\xE5\xB0\x91\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB8\xE7\xB2\xBE\xE5\xB0\x91\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.296011"], ["updated_at", "2022-09-29 06:53:11.296011"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB9\xE7\xAE\xAD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB9\xE7\xAE\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.317243"], ["updated_at", "2022-09-29 06:53:11.317244"]] TRANSACTION (2.4ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB9\xE8\x90\xA7"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB9\xE8\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.337785"], ["updated_at", "2022-09-29 06:53:11.337786"]] TRANSACTION (4.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xBE\xE5\xB0\x94"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xBE\xE5\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.361440"], ["updated_at", "2022-09-29 06:53:11.361442"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xBE\xE5\xB0\x94\xE5\xBC\x80\xE5\xB8\x8C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xBE\xE5\xB0\x94\xE5\xBC\x80\xE5\xB8\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.391570"], ["updated_at", "2022-09-29 06:53:11.391571"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xBE\xE5\xB0\x94\xE5\xBC\x80\xE8\xA5\xBF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xBE\xE5\xB0\x94\xE5\xBC\x80\xE8\xA5\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.415976"], ["updated_at", "2022-09-29 06:53:11.415977"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xBE\xE7\x88\xBE\xE9\x96\x8B\xE5\xB8\x8C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xBE\xE7\x88\xBE\xE9\x96\x8B\xE5\xB8\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.437087"], ["updated_at", "2022-09-29 06:53:11.437088"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\x8A\xE5\x85\xA8\xE5\x9B\xBD\xE5\x90\x8C\xE8\x83\x9E\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\x8A\xE5\x85\xA8\xE5\x9B\xBD\xE5\x90\x8C\xE8\x83\x9E\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.468874"], ["updated_at", "2022-09-29 06:53:11.468874"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\x8A\xE6\xB4\x8B\xE7\x8A\xB6"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\x8A\xE6\xB4\x8B\xE7\x8A\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.500127"], ["updated_at", "2022-09-29 06:53:11.500128"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\x8A\xE9\x95\xBF\xE6\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\x8A\xE9\x95\xBF\xE6\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.526941"], ["updated_at", "2022-09-29 06:53:11.526942"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\x8B\xE5\xA1\x9E\xE7\xB1\xB3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\x8B\xE5\xA1\x9E\xE7\xB1\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.548610"], ["updated_at", "2022-09-29 06:53:11.548610"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\x9C\xE5\xB0\x8F\xE7\x81\xAB\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\x9C\xE5\xB0\x8F\xE7\x81\xAB\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.581635"], ["updated_at", "2022-09-29 06:53:11.581636"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE5\x85\x8B\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE5\x85\x8B\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.609381"], ["updated_at", "2022-09-29 06:53:11.609382"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE5\xA4\xA9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE5\xA4\xA9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.631952"], ["updated_at", "2022-09-29 06:53:11.631953"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE5\xAE\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE5\xAE\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.660364"], ["updated_at", "2022-09-29 06:53:11.660366"]] TRANSACTION (5.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE5\xAE\xB9\xE9\x87\x8D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE5\xAE\xB9\xE9\x87\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.692589"], ["updated_at", "2022-09-29 06:53:11.692590"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE5\xB0\x8F\xE5\xB7\x9D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE5\xB0\x8F\xE5\xB7\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.720330"], ["updated_at", "2022-09-29 06:53:11.720331"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE5\xB0\x8F\xE9\xB9\xA4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE5\xB0\x8F\xE9\xB9\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.747008"], ["updated_at", "2022-09-29 06:53:11.747009"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.781255"], ["updated_at", "2022-09-29 06:53:11.781256"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE6\x81\xA9\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE6\x81\xA9\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.811022"], ["updated_at", "2022-09-29 06:53:11.811023"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE6\x8E\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE6\x8E\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.838832"], ["updated_at", "2022-09-29 06:53:11.838832"]] TRANSACTION (5.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE6\x96\x87\xE5\x90\x89"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE6\x96\x87\xE5\x90\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.873057"], ["updated_at", "2022-09-29 06:53:11.873058"]] TRANSACTION (4.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE6\x97\x8B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE6\x97\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.910755"], ["updated_at", "2022-09-29 06:53:11.910756"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE6\xAD\xA3\xE6\xAF\x85"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE6\xAD\xA3\xE6\xAF\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.936579"], ["updated_at", "2022-09-29 06:53:11.936580"]] TRANSACTION (4.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE6\xB0\xB8\xE5\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE6\xB0\xB8\xE5\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:11.970952"], ["updated_at", "2022-09-29 06:53:11.970954"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE7\xBB\x83"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE7\xBB\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.009360"], ["updated_at", "2022-09-29 06:53:12.009361"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE9\x94\x8B\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE9\x94\x8B\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.032334"], ["updated_at", "2022-09-29 06:53:12.032335"]] TRANSACTION (3.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xBB\xE4\xB8\x80\xE5\x90\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xBB\xE4\xB8\x80\xE5\x90\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.057326"], ["updated_at", "2022-09-29 06:53:12.057327"]] TRANSACTION (5.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xBB\xE5\x90\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xBB\xE5\x90\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.090813"], ["updated_at", "2022-09-29 06:53:12.090813"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xBD\xE6\xA0\xB9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xBD\xE6\xA0\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.118964"], ["updated_at", "2022-09-29 06:53:12.118964"]] TRANSACTION (4.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xBD\xE6\xA0\xB9\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xBD\xE6\xA0\xB9\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.144339"], ["updated_at", "2022-09-29 06:53:12.144340"]] TRANSACTION (5.7ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x8C\xE5\xA5\xB8\xE6\x88\x90\xE7\x98\xBE"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x8C\xE5\xA5\xB8\xE6\x88\x90\xE7\x98\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.194369"], ["updated_at", "2022-09-29 06:53:12.194370"]] TRANSACTION (6.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x8C\xE5\xB9\xB3\xE4\xBF\xAE\xE7\x82\xBC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x8C\xE5\xB9\xB3\xE4\xBF\xAE\xE7\x82\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.234929"], ["updated_at", "2022-09-29 06:53:12.234929"]] TRANSACTION (7.6ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x8C\xE5\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x8C\xE5\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.274433"], ["updated_at", "2022-09-29 06:53:12.274437"]] TRANSACTION (6.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x8C\xE7\x8B\x97\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x8C\xE7\x8B\x97\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.316891"], ["updated_at", "2022-09-29 06:53:12.316893"]] TRANSACTION (4.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x8C\xE7\x8B\x97\xE5\x81\x9A"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x8C\xE7\x8B\x97\xE5\x81\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.348444"], ["updated_at", "2022-09-29 06:53:12.348444"]] TRANSACTION (5.6ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x8C\xE7\x8B\x97\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x8C\xE7\x8B\x97\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.396929"], ["updated_at", "2022-09-29 06:53:12.396931"]] TRANSACTION (5.8ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x8F\xE5\xA6\x93"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x8F\xE5\xA6\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.447449"], ["updated_at", "2022-09-29 06:53:12.447452"]] TRANSACTION (5.4ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x96\xE5\x95\xA1\xE5\x9B\xA0"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x96\xE5\x95\xA1\xE5\x9B\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.501764"], ["updated_at", "2022-09-29 06:53:12.501765"]] TRANSACTION (3.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\xA8\xE8\xAF\xA2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\xA8\xE8\xAF\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.540728"], ["updated_at", "2022-09-29 06:53:12.540728"]] TRANSACTION (3.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\xAA\xE5\x92\xAA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\xAA\xE5\x92\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.568573"], ["updated_at", "2022-09-29 06:53:12.568574"]] TRANSACTION (4.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\xAA\xE5\x92\xAA\xE7\x88\xB1\xE8\xAE\xBA\xE5\x9D\x9B\xE6\x9C\x80\xE6\x96\xB0\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\xAA\xE5\x92\xAA\xE7\x88\xB1\xE8\xAE\xBA\xE5\x9D\x9B\xE6\x9C\x80\xE6\x96\xB0\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.599534"], ["updated_at", "2022-09-29 06:53:12.599535"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\xAC\xE7\x9D\x80\xE9\xBE\x9F\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\xAC\xE7\x9D\x80\xE9\xBE\x9F\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.623600"], ["updated_at", "2022-09-29 06:53:12.623600"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x81\xE8\x89\xB2\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x81\xE8\x89\xB2\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.643642"], ["updated_at", "2022-09-29 06:53:12.643643"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x81\xE8\x89\xB2\xE5\xA0\x82\xE7\xBD\x91\xE5\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x81\xE8\x89\xB2\xE5\xA0\x82\xE7\xBD\x91\xE5\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.673524"], ["updated_at", "2022-09-29 06:53:12.673525"]] TRANSACTION (6.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x81\xE8\x89\xB2\xE5\xA0\x82\xE8\xAE\xBA\xE5\x9D\x9B\xE6\x9C\x80\xE6\x96\xB0\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x81\xE8\x89\xB2\xE5\xA0\x82\xE8\xAE\xBA\xE5\x9D\x9B\xE6\x9C\x80\xE6\x96\xB0\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.710478"], ["updated_at", "2022-09-29 06:53:12.710479"]] TRANSACTION (3.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x81\xE9\xA6\x99\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x81\xE9\xA6\x99\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.739662"], ["updated_at", "2022-09-29 06:53:12.739663"]] TRANSACTION (8.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x87\xE5\x98\x8E\xE6\x88\x90\xE4\xBA\xBA\xE4\xB8\x89\xE7\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x87\xE5\x98\x8E\xE6\x88\x90\xE4\xBA\xBA\xE4\xB8\x89\xE7\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.797350"], ["updated_at", "2022-09-29 06:53:12.797351"]] TRANSACTION (5.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x88\xE6\x89\xB9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x88\xE6\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.837286"], ["updated_at", "2022-09-29 06:53:12.837287"]] TRANSACTION (5.9ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x88\xE7\x8B\x97\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x88\xE7\x8B\x97\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.875248"], ["updated_at", "2022-09-29 06:53:12.875249"]] TRANSACTION (6.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x88\xE8\x8D\xAF\xE7\x9B\xB4\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x88\xE8\x8D\xAF\xE7\x9B\xB4\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.922157"], ["updated_at", "2022-09-29 06:53:12.922158"]] TRANSACTION (3.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x92\xE8\xB5\x96"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x92\xE8\xB5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.955351"], ["updated_at", "2022-09-29 06:53:12.955353"]] TRANSACTION (3.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\xA5\xE7\x96\xBC"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\xA5\xE7\x96\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:12.988597"], ["updated_at", "2022-09-29 06:53:12.988598"]] TRANSACTION (10.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\xA5\xE7\x97\x9B"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\xA5\xE7\x97\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.127970"], ["updated_at", "2022-09-29 06:53:13.127972"]] TRANSACTION (6.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\xA6\xE5\x93\xA6"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\xA6\xE5\x93\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.199944"], ["updated_at", "2022-09-29 06:53:13.199946"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\xAA\xE6\x89\xBE\xE5\x85\xBC\xE8\x81\x8C\xE5\xAD\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\xAA\xE6\x89\xBE\xE5\x85\xBC\xE8\x81\x8C\xE5\xAD\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.245131"], ["updated_at", "2022-09-29 06:53:13.245131"]] TRANSACTION (7.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\xAD\xE6\xB1\x82"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\xAD\xE6\xB1\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.284033"], ["updated_at", "2022-09-29 06:53:13.284035"]] TRANSACTION (4.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\xB2\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\xB2\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.320250"], ["updated_at", "2022-09-29 06:53:13.320251"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\x87\xE7\x93\xA3"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\x87\xE7\x93\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.343504"], ["updated_at", "2022-09-29 06:53:13.343505"]] TRANSACTION (4.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\x90\xE4\xBA\xBA\xE7\x94\xB5\xE8\xA7\x86\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\x90\xE4\xBA\xBA\xE7\x94\xB5\xE8\xA7\x86\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.382046"], ["updated_at", "2022-09-29 06:53:13.382047"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\x90\xE5\x83\xA7\xE5\x92\x8C\xE7\xB2\x89\xE5\xB0\x98\xE5\xA5\xB3\xE5\xAD\x90\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\x90\xE5\x83\xA7\xE5\x92\x8C\xE7\xB2\x89\xE5\xB0\x98\xE5\xA5\xB3\xE5\xAD\x90\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.422551"], ["updated_at", "2022-09-29 06:53:13.422552"]] TRANSACTION (3.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\x90\xE6\x8D\xB7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\x90\xE6\x8D\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.460678"], ["updated_at", "2022-09-29 06:53:13.460680"]] TRANSACTION (4.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\x90\xE6\x9F\x8F\xE6\xA1\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\x90\xE6\x9F\x8F\xE6\xA1\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.501050"], ["updated_at", "2022-09-29 06:53:13.501051"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\x91\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\x91\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.536178"], ["updated_at", "2022-09-29 06:53:13.536179"]] TRANSACTION (6.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE4\xB8\x80\xE5\x85\x83\xE7\xA1\xAC"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE4\xB8\x80\xE5\x85\x83\xE7\xA1\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.577649"], ["updated_at", "2022-09-29 06:53:13.577650"]] TRANSACTION (5.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE4\xB8\x80\xE5\x85\x83\xE7\xA1\xAC\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE4\xB8\x80\xE5\x85\x83\xE7\xA1\xAC\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.619980"], ["updated_at", "2022-09-29 06:53:13.619981"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE4\xB8\x89\xE6\xA3\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE4\xB8\x89\xE6\xA3\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.653208"], ["updated_at", "2022-09-29 06:53:13.653209"]] TRANSACTION (5.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE4\xBA\x94\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE4\xBA\x94\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.689486"], ["updated_at", "2022-09-29 06:53:13.689487"]] TRANSACTION (6.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE4\xBF\xA1\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE4\xBF\xA1\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.722725"], ["updated_at", "2022-09-29 06:53:13.722725"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.743487"], ["updated_at", "2022-09-29 06:53:13.743488"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\x81\xA5\xE5\x8D\xAB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\x81\xA5\xE5\x8D\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.768732"], ["updated_at", "2022-09-29 06:53:13.768733"]] TRANSACTION (5.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\x86\x92\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\x86\x92\xE5\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.800786"], ["updated_at", "2022-09-29 06:53:13.800787"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\x86\x9B\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\x86\x9B\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.824193"], ["updated_at", "2022-09-29 06:53:13.824194"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\x8D\x95\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\x8D\x95\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.849858"], ["updated_at", "2022-09-29 06:53:13.849859"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\xAD\x90\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\xAD\x90\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.887144"], ["updated_at", "2022-09-29 06:53:13.887145"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\xB7\xA6\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\xB7\xA6\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.915802"], ["updated_at", "2022-09-29 06:53:13.915803"]] TRANSACTION (2.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\xBC\xB9\xE7\xB0\xA7\xE5\x88\x80"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\xBC\xB9\xE7\xB0\xA7\xE5\x88\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.940355"], ["updated_at", "2022-09-29 06:53:13.940356"]] TRANSACTION (7.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:13.978161"], ["updated_at", "2022-09-29 06:53:13.978163"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAAQQ"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAAQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.021591"], ["updated_at", "2022-09-29 06:53:14.021592"]] TRANSACTION (4.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\x9E\xAAQQ"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\x9E\xAAQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.055410"], ["updated_at", "2022-09-29 06:53:14.055411"]] TRANSACTION (3.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\x9E\xAA\xE6\x94\xAF"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\x9E\xAA\xE6\x94\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.088698"], ["updated_at", "2022-09-29 06:53:14.088700"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\x9E\xAA\xE8\xB4\xAD\xE4\xB9\xB0\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\x9E\xAA\xE8\xB4\xAD\xE4\xB9\xB0\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.120370"], ["updated_at", "2022-09-29 06:53:14.120371"]] TRANSACTION (2.3ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\xAD\xA5\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\xAD\xA5\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.143082"], ["updated_at", "2022-09-29 06:53:14.143083"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\xB0\xAF\xE8\x83\xBA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\xB0\xAF\xE8\x83\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.169233"], ["updated_at", "2022-09-29 06:53:14.169234"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\xB0\xB0\xE5\x8C\x96\xE7\x89\xA9QQ"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\xB0\xB0\xE5\x8C\x96\xE7\x89\xA9QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.203234"], ["updated_at", "2022-09-29 06:53:14.203234"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE7\x81\xAB\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE7\x81\xAB\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.227071"], ["updated_at", "2022-09-29 06:53:14.227072"]] TRANSACTION (2.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE7\x83\xAD\xE6\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE7\x83\xAD\xE6\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.248677"], ["updated_at", "2022-09-29 06:53:14.248678"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE7\x8B\x97\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE7\x8B\x97\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.276357"], ["updated_at", "2022-09-29 06:53:14.276358"]] TRANSACTION (6.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE7\x8C\x8E\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE7\x8C\x8E\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.311292"], ["updated_at", "2022-09-29 06:53:14.311293"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE7\x94\xB5\xE8\xAD\xA6\xE6\xA3\x8D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE7\x94\xB5\xE8\xAD\xA6\xE6\xA3\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.332629"], ["updated_at", "2022-09-29 06:53:14.332630"]] TRANSACTION (2.9ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE7\xBA\xAF\xE5\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE7\xBA\xAF\xE5\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.363516"], ["updated_at", "2022-09-29 06:53:14.363517"]] TRANSACTION (7.5ms) COMMIT User Load (11.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE8\x82\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE8\x82\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.420844"], ["updated_at", "2022-09-29 06:53:14.420845"]] TRANSACTION (5.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE8\x99\x8E\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE8\x99\x8E\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.457569"], ["updated_at", "2022-09-29 06:53:14.457573"]] TRANSACTION (5.9ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE8\xBB\x8D\xE7\x94\xA8\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE8\xBB\x8D\xE7\x94\xA8\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.503622"], ["updated_at", "2022-09-29 06:53:14.503623"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE9\x93\x8A\xE7\x9B\x90QQ"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE9\x93\x8A\xE7\x9B\x90QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.532766"], ["updated_at", "2022-09-29 06:53:14.532766"]] TRANSACTION (2.7ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE9\x98\xB2\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE9\x98\xB2\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.551489"], ["updated_at", "2022-09-29 06:53:14.551490"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.583963"], ["updated_at", "2022-09-29 06:53:14.583966"]] TRANSACTION (4.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE9\xBA\xBB\xE9\x86\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE9\xBA\xBB\xE9\x86\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.618135"], ["updated_at", "2022-09-29 06:53:14.618136"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x95\x86\xE5\x8A\xA1\xE5\xBF\xAB\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x95\x86\xE5\x8A\xA1\xE5\xBF\xAB\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.640316"], ["updated_at", "2022-09-29 06:53:14.640316"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x95\x86\xE5\x8A\xA1\xE7\x9F\xAD\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x95\x86\xE5\x8A\xA1\xE7\x9F\xAD\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.666961"], ["updated_at", "2022-09-29 06:53:14.666961"]] TRANSACTION (5.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x95\xA6\xE6\x92\x92"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x95\xA6\xE6\x92\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.703147"], ["updated_at", "2022-09-29 06:53:14.703148"]] TRANSACTION (2.3ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x95\xA6\xE6\xB2\x99"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x95\xA6\xE6\xB2\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.725613"], ["updated_at", "2022-09-29 06:53:14.725613"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x95\xA6\xE8\x90\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x95\xA6\xE8\x90\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.748175"], ["updated_at", "2022-09-29 06:53:14.748176"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\x82\xE5\xA5\xB6\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\x82\xE5\xA5\xB6\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.784807"], ["updated_at", "2022-09-29 06:53:14.784808"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\x84\xE5\x8F\x98"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\x84\xE5\x8F\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.820193"], ["updated_at", "2022-09-29 06:53:14.820194"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\x84\xE6\x81\xB6\xE6\x9C\x89\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\x84\xE6\x81\xB6\xE6\x9C\x89\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.839021"], ["updated_at", "2022-09-29 06:53:14.839022"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\x9C\xE8\xB4\xAA\xE8\xB5\x83"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\x9C\xE8\xB4\xAA\xE8\xB5\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.863871"], ["updated_at", "2022-09-29 06:53:14.863872"]] TRANSACTION (7.4ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\x9D\xE4\xB8\x80\xE9\x80\x81\xE4\xB8\x80"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\x9D\xE4\xB8\x80\xE9\x80\x81\xE4\xB8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.911226"], ["updated_at", "2022-09-29 06:53:14.911227"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\x9D\xE8\xA1\x80\xE7\xA4\xBE\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\x9D\xE8\xA1\x80\xE7\xA4\xBE\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.939392"], ["updated_at", "2022-09-29 06:53:14.939392"]] TRANSACTION (2.4ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\xB7\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\xB7\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.967416"], ["updated_at", "2022-09-29 06:53:14.967418"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\xB7\xE5\xB0\xBF"], ["LIMIT", 1]] TRANSACTION (7.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\xB7\xE5\xB0\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:14.997018"], ["updated_at", "2022-09-29 06:53:14.997019"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\xB7\xE7\x81\xAB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\xB7\xE7\x81\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.025765"], ["updated_at", "2022-09-29 06:53:15.025766"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\xB7\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\xB7\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.046051"], ["updated_at", "2022-09-29 06:53:15.046052"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\xB7\xE8\xA1\x80"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\xB7\xE8\xA1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.075012"], ["updated_at", "2022-09-29 06:53:15.075013"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\xB7\xE9\x9B\xBE\xE5\x9E\x8B\xE8\xBF\xB7\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\xB7\xE9\x9B\xBE\xE5\x9E\x8B\xE8\xBF\xB7\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.108158"], ["updated_at", "2022-09-29 06:53:15.108159"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x97\x91\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x97\x91\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.129920"], ["updated_at", "2022-09-29 06:53:15.129920"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x97\xA8\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x97\xA8\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.153966"], ["updated_at", "2022-09-29 06:53:15.153967"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x97\xA8\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x97\xA8\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.183627"], ["updated_at", "2022-09-29 06:53:15.183630"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x98\xBF\xE5\x92\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x98\xBF\xE5\x92\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.210104"], ["updated_at", "2022-09-29 06:53:15.210105"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.229658"], ["updated_at", "2022-09-29 06:53:15.229658"]] TRANSACTION (2.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x99\xA8\xE5\xAE\x98\xE6\x9C\x89\xE5\x81\xBF\xE6\x8D\x90\xE8\xB5\xA0\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x99\xA8\xE5\xAE\x98\xE6\x9C\x89\xE5\x81\xBF\xE6\x8D\x90\xE8\xB5\xA0\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.250744"], ["updated_at", "2022-09-29 06:53:15.250745"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x99\xA8\xE5\xAE\x98\xE8\xB4\xA9\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x99\xA8\xE5\xAE\x98\xE8\xB4\xA9\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.288075"], ["updated_at", "2022-09-29 06:53:15.288076"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x99\xB4\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x99\xB4\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.319914"], ["updated_at", "2022-09-29 06:53:15.319915"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.341188"], ["updated_at", "2022-09-29 06:53:15.341189"]] TRANSACTION (3.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9A\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9A\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.367369"], ["updated_at", "2022-09-29 06:53:15.367369"]] TRANSACTION (3.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE4\xB8\x89\xE5\x9B\x9B\xE4\xB9\x9D\xE4\xB8\x83\xE5\x85\xAB\xE4\xBA\x94\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE4\xB8\x89\xE5\x9B\x9B\xE4\xB9\x9D\xE4\xB8\x83\xE5\x85\xAB\xE4\xBA\x94\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.400113"], ["updated_at", "2022-09-29 06:53:15.400113"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.425509"], ["updated_at", "2022-09-29 06:53:15.425510"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE4\xBA\x8C\xE5\x85\xAD\xE7\xA4\xBE\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE4\xBA\x8C\xE5\x85\xAD\xE7\xA4\xBE\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.453070"], ["updated_at", "2022-09-29 06:53:15.453071"]] TRANSACTION (5.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE4\xBA\xBA\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (8.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE4\xBA\xBA\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.497195"], ["updated_at", "2022-09-29 06:53:15.497197"]] TRANSACTION (6.7ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE5\x85\xAD\xE7\xBA\xA7,\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE5\x85\xAD\xE7\xBA\xA7,\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.553281"], ["updated_at", "2022-09-29 06:53:15.553283"]] TRANSACTION (5.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE5\x8D\x9A\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE5\x8D\x9A\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.592053"], ["updated_at", "2022-09-29 06:53:15.592054"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE5\xA4\xA7\xE6\x89\xAF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE5\xA4\xA7\xE6\x89\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.626525"], ["updated_at", "2022-09-29 06:53:15.626525"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE5\xA4\xA7\xE5\x9C\xB0\xE9\x9C\x87\xE5\xBC\x82\xE8\xB1\xA1\xE6\x8F\xAD\xE5\xAF\x86"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE5\xA4\xA7\xE5\x9C\xB0\xE9\x9C\x87\xE5\xBC\x82\xE8\xB1\xA1\xE6\x8F\xAD\xE5\xAF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.648236"], ["updated_at", "2022-09-29 06:53:15.648237"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE6\x9C\xB1\xE6\x98\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE6\x9C\xB1\xE6\x98\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.669839"], ["updated_at", "2022-09-29 06:53:15.669840"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.704808"], ["updated_at", "2022-09-29 06:53:15.704809"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.729439"], ["updated_at", "2022-09-29 06:53:15.729439"]] TRANSACTION (3.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.759238"], ["updated_at", "2022-09-29 06:53:15.759239"]] TRANSACTION (5.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE6\xB5\xB7\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE6\xB5\xB7\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.793131"], ["updated_at", "2022-09-29 06:53:15.793132"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE6\xB5\xB7\xE9\xBE\x99\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE6\xB5\xB7\xE9\xBE\x99\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.824393"], ["updated_at", "2022-09-29 06:53:15.824393"]] TRANSACTION (2.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE7\xBA\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE7\xBA\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.849875"], ["updated_at", "2022-09-29 06:53:15.849876"]] TRANSACTION (3.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE9\xA3\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE9\xA3\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.875052"], ["updated_at", "2022-09-29 06:53:15.875053"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE5\x9B\x9E"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE5\x9B\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.908121"], ["updated_at", "2022-09-29 06:53:15.908122"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE5\xA4\x8D\xE5\x8F\xAF\xE8\xA7\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE5\xA4\x8D\xE5\x8F\xAF\xE8\xA7\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.935179"], ["updated_at", "2022-09-29 06:53:15.935181"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE5\xBF\x86\xE5\x85\xAD\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE5\xBF\x86\xE5\x85\xAD\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.960294"], ["updated_at", "2022-09-29 06:53:15.960295"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:15.995382"], ["updated_at", "2022-09-29 06:53:15.995383"]] TRANSACTION (6.8ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\x97\x8F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.038816"], ["updated_at", "2022-09-29 06:53:16.038818"]] TRANSACTION (5.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.085656"], ["updated_at", "2022-09-29 06:53:16.085658"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\xB0\x91\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\xB0\x91\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.123398"], ["updated_at", "2022-09-29 06:53:16.123399"]] TRANSACTION (3.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\xB0\x91\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\xB0\x91\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.157891"], ["updated_at", "2022-09-29 06:53:16.157892"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\xB0\x91\xE7\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\xB0\x91\xE7\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.188501"], ["updated_at", "2022-09-29 06:53:16.188502"]] TRANSACTION (5.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\xB1\x89\xE5\x86\xB2\xE7\xAA\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\xB1\x89\xE5\x86\xB2\xE7\xAA\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.224430"], ["updated_at", "2022-09-29 06:53:16.224432"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.249110"], ["updated_at", "2022-09-29 06:53:16.249111"]] TRANSACTION (5.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE8\x89\xAF\xE7\x8E\x89"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE8\x89\xAF\xE7\x8E\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.281970"], ["updated_at", "2022-09-29 06:53:16.281972"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xA0\xE6\xAF\x92\xE7\xA1\xAB\xE7\xA3\xB7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xA0\xE6\xAF\x92\xE7\xA1\xAB\xE7\xA3\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.317017"], ["updated_at", "2022-09-29 06:53:16.317018"]] TRANSACTION (2.6ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xA0\xE6\xAF\x92\xE7\xA3\xB7"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xA0\xE6\xAF\x92\xE7\xA3\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.337985"], ["updated_at", "2022-09-29 06:53:16.337985"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xB4\xE6\x94\xBB\xE4\xB8\x8A\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xB4\xE6\x94\xBB\xE4\xB8\x8A\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.360675"], ["updated_at", "2022-09-29 06:53:16.360676"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBDwu\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBDwu\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.388396"], ["updated_at", "2022-09-29 06:53:16.388397"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE4\xB8\x80\xE4\xB9\x9D\xE4\xBA\x94\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE4\xB8\x80\xE4\xB9\x9D\xE4\xBA\x94\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.421702"], ["updated_at", "2022-09-29 06:53:16.421703"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE4\xB9\x8B\xE6\xAF\x8D"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE4\xB9\x8B\xE6\xAF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.445094"], ["updated_at", "2022-09-29 06:53:16.445095"]] TRANSACTION (3.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE4\xBA\xA7av"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE4\xBA\xA7av"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.471112"], ["updated_at", "2022-09-29 06:53:16.471112"]] TRANSACTION (3.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE4\xBA\xA7v"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE4\xBA\xA7v"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.501982"], ["updated_at", "2022-09-29 06:53:16.501983"]] TRANSACTION (5.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE4\xBA\xA7\xE6\xB1\xBD\xE7\x8B\x97\xE4\xB8\x93\xE5\x8D\x96\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE4\xBA\xA7\xE6\xB1\xBD\xE7\x8B\x97\xE4\xB8\x93\xE5\x8D\x96\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.531844"], ["updated_at", "2022-09-29 06:53:16.531844"]] TRANSACTION (8.3ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\x86\x85\xE5\xA4\xA9\xE4\xBD\xBF\xE5\x81\x9A\xE7\x88\xB1\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\x86\x85\xE5\xA4\xA9\xE4\xBD\xBF\xE5\x81\x9A\xE7\x88\xB1\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.679680"], ["updated_at", "2022-09-29 06:53:16.679680"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.781217"], ["updated_at", "2022-09-29 06:53:16.781218"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\x8A\x9E\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\x8A\x9E\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.806500"], ["updated_at", "2022-09-29 06:53:16.806501"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xA4\x96"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xA4\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.851471"], ["updated_at", "2022-09-29 06:53:16.851472"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xA7\x86"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.875260"], ["updated_at", "2022-09-29 06:53:16.875261"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.897379"], ["updated_at", "2022-09-29 06:53:16.897380"]] TRANSACTION (5.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.934204"], ["updated_at", "2022-09-29 06:53:16.934206"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\x90\x9E\xE5\xBE\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\x90\x9E\xE5\xBE\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.963673"], ["updated_at", "2022-09-29 06:53:16.963673"]] TRANSACTION (4.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\xA6\x93"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\xA6\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:16.987717"], ["updated_at", "2022-09-29 06:53:16.987717"]] TRANSACTION (5.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\xAE\x89\xE5\x85\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\xAE\x89\xE5\x85\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.020336"], ["updated_at", "2022-09-29 06:53:17.020337"]] TRANSACTION (5.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.057149"], ["updated_at", "2022-09-29 06:53:17.057149"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE6\x94\xBF\xE7\xAD\x96\xE6\xB3\x95\xE8\xA7\x84"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE6\x94\xBF\xE7\xAD\x96\xE6\xB3\x95\xE8\xA7\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.082963"], ["updated_at", "2022-09-29 06:53:17.082963"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE6\x9C\xBA\xE5\xAF\x86"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE6\x9C\xBA\xE5\xAF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.106129"], ["updated_at", "2022-09-29 06:53:17.106130"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE8\xBD\xAF\xE5\xBC\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE8\xBD\xAF\xE5\xBC\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.148967"], ["updated_at", "2022-09-29 06:53:17.148968"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xBA\x93\xE6\x8A\x98"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xBA\x93\xE6\x8A\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.177390"], ["updated_at", "2022-09-29 06:53:17.177390"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE6\xAF\x8D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE6\xAF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.199285"], ["updated_at", "2022-09-29 06:53:17.199286"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE6\xB0\x91\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE6\xB0\x91\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.233351"], ["updated_at", "2022-09-29 06:53:17.233352"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE7\xBB\x9F\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE7\xBB\x9F\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.258514"], ["updated_at", "2022-09-29 06:53:17.258515"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE7\xBB\x9F\xE7\xBA\xB2\xE9\xA2\x86"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE7\xBB\x9F\xE7\xBA\xB2\xE9\xA2\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.277642"], ["updated_at", "2022-09-29 06:53:17.277642"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE8\x80\x83\xE8\x80\x83\xE7\x94\x9F\xE5\x90\x8D\xE5\x8D\x95\xE5\x87\xBA\xE5\x94\xAEq"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE8\x80\x83\xE8\x80\x83\xE7\x94\x9F\xE5\x90\x8D\xE5\x8D\x95\xE5\x87\xBA\xE5\x94\xAEq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.296589"], ["updated_at", "2022-09-29 06:53:17.296590"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE8\x89\xB2\xE5\xA4\xA9\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE8\x89\xB2\xE5\xA4\xA9\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.330970"], ["updated_at", "2022-09-29 06:53:17.330971"]] TRANSACTION (3.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE8\xB4\xBC"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE8\xB4\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.356020"], ["updated_at", "2022-09-29 06:53:17.356022"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE5\xA3\xB0\xE6\x8F\xB4\xE8\xA5\xBF\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE5\xA3\xB0\xE6\x8F\xB4\xE8\xA5\xBF\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.382385"], ["updated_at", "2022-09-29 06:53:17.382386"]] TRANSACTION (6.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE5\xA3\xB0\xE6\x8F\xB4\xE8\xA5\xBF\xE8\x97\x8F\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE5\xA3\xB0\xE6\x8F\xB4\xE8\xA5\xBF\xE8\x97\x8F\xE8\xBF\x90\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.421694"], ["updated_at", "2022-09-29 06:53:17.421695"]] TRANSACTION (2.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.454144"], ["updated_at", "2022-09-29 06:53:17.454145"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE6\x8A\x95\xE6\xB3\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE6\x8A\x95\xE6\xB3\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.479377"], ["updated_at", "2022-09-29 06:53:17.479378"]] TRANSACTION (2.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE7\x89\xB9\xE8\xB5\xA6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE7\x89\xB9\xE8\xB5\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.501100"], ["updated_at", "2022-09-29 06:53:17.501101"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBE\xE7\x89\x87\xE9\x93\xBE\xE6\x8E\xA5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBE\xE7\x89\x87\xE9\x93\xBE\xE6\x8E\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.536544"], ["updated_at", "2022-09-29 06:53:17.536546"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x86\xE6\x98\x8E\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x86\xE6\x98\x8E\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.564314"], ["updated_at", "2022-09-29 06:53:17.564315"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x86\xE6\xB6\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x86\xE6\xB6\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.584362"], ["updated_at", "2022-09-29 06:53:17.584363"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x86\xE6\xBB\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x86\xE6\xBB\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.612340"], ["updated_at", "2022-09-29 06:53:17.612341"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x8Bwu\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x8Bwu\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.646324"], ["updated_at", "2022-09-29 06:53:17.646325"]] TRANSACTION (3.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x8B\xE5\x85\xA7\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x8B\xE5\x85\xA7\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.671305"], ["updated_at", "2022-09-29 06:53:17.671306"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x8B\xE7\x94\xA2"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x8B\xE7\x94\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.690718"], ["updated_at", "2022-09-29 06:53:17.690719"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x8C\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x8C\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.718924"], ["updated_at", "2022-09-29 06:53:17.718926"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x9Fg"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x9Fg"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.748355"], ["updated_at", "2022-09-29 06:53:17.748357"]] TRANSACTION (2.4ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x9F\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x9F\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.771499"], ["updated_at", "2022-09-29 06:53:17.771499"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x9F\xE5\x8C\xAA\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x9F\xE5\x8C\xAA\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.791005"], ["updated_at", "2022-09-29 06:53:17.791006"]] TRANSACTION (10.2ms) COMMIT User Load (11.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x9F\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (7.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x9F\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.841022"], ["updated_at", "2022-09-29 06:53:17.841023"]] TRANSACTION (7.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x9F\xE7\x82\xAE"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x9F\xE7\x82\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.893886"], ["updated_at", "2022-09-29 06:53:17.893887"]] TRANSACTION (5.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA3\xE5\xA5\xB3\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA3\xE5\xA5\xB3\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.939946"], ["updated_at", "2022-09-29 06:53:17.939947"]] TRANSACTION (3.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA3\xE6\x88\x98\xE4\xB8\x8D\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA3\xE6\x88\x98\xE4\xB8\x8D\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.972354"], ["updated_at", "2022-09-29 06:53:17.972355"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA3\xE6\x88\x98\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA3\xE6\x88\x98\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:17.993350"], ["updated_at", "2022-09-29 06:53:17.993351"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA3\xE6\xAE\xBF\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA3\xE6\xAE\xBF\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.026773"], ["updated_at", "2022-09-29 06:53:18.026774"]] TRANSACTION (4.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA3\xE7\x81\xAB\xE6\x8A\xA4\xE5\x8D\xAB"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA3\xE7\x81\xAB\xE6\x8A\xA4\xE5\x8D\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.055474"], ["updated_at", "2022-09-29 06:53:18.055475"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA3\xE7\x81\xB5\xE9\x87\x8D\xE5\xBB\xBA\xE6\x95\x99\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA3\xE7\x81\xB5\xE9\x87\x8D\xE5\xBB\xBA\xE6\x95\x99\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.075856"], ["updated_at", "2022-09-29 06:53:18.075857"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE5\x8D\x81\xE6\x9C\x88"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE5\x8D\x81\xE6\x9C\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.095618"], ["updated_at", "2022-09-29 06:53:18.095619"]] TRANSACTION (3.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE5\x81\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (8.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE5\x81\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.129008"], ["updated_at", "2022-09-29 06:53:18.129009"]] TRANSACTION (2.7ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE5\x8D\xB3\xE5\x8F\xAF"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE5\x8D\xB3\xE5\x8F\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.161685"], ["updated_at", "2022-09-29 06:53:18.161685"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE5\x8F\xAF\xE5\x81\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE5\x8F\xAF\xE5\x81\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.181616"], ["updated_at", "2022-09-29 06:53:18.181618"]] TRANSACTION (3.4ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE6\x8C\xA3\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE6\x8C\xA3\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.208415"], ["updated_at", "2022-09-29 06:53:18.208416"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE5\x8A\x9E\xE7\x90\x86\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE5\x8A\x9E\xE7\x90\x86\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.237042"], ["updated_at", "2022-09-29 06:53:18.237042"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE6\x92\xAD\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE6\x92\xAD\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.259107"], ["updated_at", "2022-09-29 06:53:18.259108"]] TRANSACTION (2.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.276975"], ["updated_at", "2022-09-29 06:53:18.276976"]] TRANSACTION (2.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE6\xBF\x80\xE6\x83\x85\xE8\x84\xB1\xE8\xA1\xA3\xE8\x89\xB3\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE6\xBF\x80\xE6\x83\x85\xE8\x84\xB1\xE8\xA1\xA3\xE8\x89\xB3\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.295399"], ["updated_at", "2022-09-29 06:53:18.295399"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.324604"], ["updated_at", "2022-09-29 06:53:18.324605"]] TRANSACTION (2.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE5\x85\x88\xE7\x83\x88"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE5\x85\x88\xE7\x83\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.351050"], ["updated_at", "2022-09-29 06:53:18.351051"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE5\x85\x88\xE7\x83\x88\xE4\xBB\xAC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE5\x85\x88\xE7\x83\x88\xE4\xBB\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.370836"], ["updated_at", "2022-09-29 06:53:18.370837"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE5\x88\x8A\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE5\x88\x8A\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.390239"], ["updated_at", "2022-09-29 06:53:18.390240"]] TRANSACTION (9.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE6\x95\x99\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE6\x95\x99\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.424016"], ["updated_at", "2022-09-29 06:53:18.424017"]] TRANSACTION (4.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE7\x9A\x84\xE5\x85\x88\xE7\x83\x88\xE4\xBB\xAC"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE7\x9A\x84\xE5\x85\x88\xE7\x83\x88\xE4\xBB\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.455473"], ["updated_at", "2022-09-29 06:53:18.455474"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE9\x92\xB1\xE5\xBA\x84"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE9\x92\xB1\xE5\xBA\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.475379"], ["updated_at", "2022-09-29 06:53:18.475380"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE4\xBA\xA7\xE4\xB9\x8B\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE4\xBA\xA7\xE4\xB9\x8B\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.497567"], ["updated_at", "2022-09-29 06:53:18.497567"]] TRANSACTION (7.6ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE5\xA1\x9E\xE7\xB1\xB3\xE6\x9D\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE5\xA1\x9E\xE7\xB1\xB3\xE6\x9D\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.547448"], ["updated_at", "2022-09-29 06:53:18.547449"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE5\xA5\x88\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE5\xA5\x88\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.582123"], ["updated_at", "2022-09-29 06:53:18.582124"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE7\x82\xB9\xE9\x83\xBD\xE6\x98\xAF\xE5\xAE\xA2\xE4\xBA\xBA\xE5\x86\xB3\xE5\xAE\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE7\x82\xB9\xE9\x83\xBD\xE6\x98\xAF\xE5\xAE\xA2\xE4\xBA\xBA\xE5\x86\xB3\xE5\xAE\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.610300"], ["updated_at", "2022-09-29 06:53:18.610300"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE7\xA3\x85\xE8\xA7\xA3\xE7\xA0\x81\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE7\xA3\x85\xE8\xA7\xA3\xE7\xA0\x81\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.641801"], ["updated_at", "2022-09-29 06:53:18.641802"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE7\xA3\x85\xE9\x81\xA5\xE6\x8E\xA7\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE7\xA3\x85\xE9\x81\xA5\xE6\x8E\xA7\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.668525"], ["updated_at", "2022-09-29 06:53:18.668526"]] TRANSACTION (3.9ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE7\xA8\x8E\xE9\xAB\xAE\xE7\xA5\xA8QQ"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE7\xA8\x8E\xE9\xAB\xAE\xE7\xA5\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.697315"], ["updated_at", "2022-09-29 06:53:18.697317"]] TRANSACTION (4.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE8\xA5\xBF\xE6\xB3\xAE"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE8\xA5\xBF\xE6\xB3\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.747147"], ["updated_at", "2022-09-29 06:53:18.747161"]] TRANSACTION (6.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE9\x9C\x87\xE6\x9D\xA5\xE5\xBE\x97\xE6\x9B\xB4\xE7\x8C\x9B\xE7\x83\x88"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE9\x9C\x87\xE6\x9D\xA5\xE5\xBE\x97\xE6\x9B\xB4\xE7\x8C\x9B\xE7\x83\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.792589"], ["updated_at", "2022-09-29 06:53:18.792590"]] TRANSACTION (10.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE9\x9C\x87\xE9\xA2\x84\xE6\xB5\x8B"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE9\x9C\x87\xE9\xA2\x84\xE6\xB5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.843446"], ["updated_at", "2022-09-29 06:53:18.843447"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9D\x87\xE5\x8F\xAF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9D\x87\xE5\x8F\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.876673"], ["updated_at", "2022-09-29 06:53:18.876673"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9D\x90\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9D\x90\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.895879"], ["updated_at", "2022-09-29 06:53:18.895879"]] TRANSACTION (5.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9D\x90\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9D\x90\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.929650"], ["updated_at", "2022-09-29 06:53:18.929658"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9D\x90\xE5\x8F\xB0\xE6\x89\x93\xE6\xB3\xA1"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9D\x90\xE5\x8F\xB0\xE6\x89\x93\xE6\xB3\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.955934"], ["updated_at", "2022-09-29 06:53:18.955934"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9D\x9A\xE6\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9D\x9A\xE6\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:18.976653"], ["updated_at", "2022-09-29 06:53:18.976653"]] TRANSACTION (3.2ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9D\x9A\xE7\xA1\xAC"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9D\x9A\xE7\xA1\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.006105"], ["updated_at", "2022-09-29 06:53:19.006106"]] TRANSACTION (6.2ms) COMMIT User Load (8.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9D\xA6\xE5\x85\x8B\xE5\x8E\x8B\xE5\xA4\xA7\xE5\xAD\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9D\xA6\xE5\x85\x8B\xE5\x8E\x8B\xE5\xA4\xA7\xE5\xAD\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.060603"], ["updated_at", "2022-09-29 06:53:19.060605"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\x82\xE6\xB6\x8E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\x82\xE6\xB6\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.091767"], ["updated_at", "2022-09-29 06:53:19.091768"]] TRANSACTION (8.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\x83\xE5\x9C\xBE"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\x83\xE5\x9C\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.137950"], ["updated_at", "2022-09-29 06:53:19.137951"]] TRANSACTION (9.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.186069"], ["updated_at", "2022-09-29 06:53:19.186071"]] TRANSACTION (6.8ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.236831"], ["updated_at", "2022-09-29 06:53:19.236832"]] TRANSACTION (8.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.281720"], ["updated_at", "2022-09-29 06:53:19.281722"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.321148"], ["updated_at", "2022-09-29 06:53:19.321149"]] TRANSACTION (5.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.369603"], ["updated_at", "2022-09-29 06:53:19.369605"]] TRANSACTION (8.4ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.415549"], ["updated_at", "2022-09-29 06:53:19.415550"]] TRANSACTION (7.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (7.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.465609"], ["updated_at", "2022-09-29 06:53:19.465610"]] TRANSACTION (8.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.516657"], ["updated_at", "2022-09-29 06:53:19.516661"]] TRANSACTION (6.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\x8E\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\x8E\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.565258"], ["updated_at", "2022-09-29 06:53:19.565259"]] TRANSACTION (5.8ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\x8E\xE7\xAE\xA1\xE6\x9A\xB4\xE5\x8A\x9B\xE6\x89\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\x8E\xE7\xAE\xA1\xE6\x9A\xB4\xE5\x8A\x9B\xE6\x89\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.615987"], ["updated_at", "2022-09-29 06:53:19.615989"]] TRANSACTION (7.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\x8E\xE7\xAE\xA1\xE7\x81\xAD"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\x8E\xE7\xAE\xA1\xE7\x81\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.665754"], ["updated_at", "2022-09-29 06:53:19.665755"]] TRANSACTION (2.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\xBA\xE5\x9C\xB0\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\xBA\xE5\x9C\xB0\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.702017"], ["updated_at", "2022-09-29 06:53:19.702018"]] TRANSACTION (6.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\xBA\xE6\x9C\xAC\xE6\xB7\xBB\xE4\xB8\x8A\xE4\xB8\x80\xE5\xB9\xB3\xE5\x8B\xBA\xE7\xA2\xB3"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\xBA\xE6\x9C\xAC\xE6\xB7\xBB\xE4\xB8\x8A\xE4\xB8\x80\xE5\xB9\xB3\xE5\x8B\xBA\xE7\xA2\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.744726"], ["updated_at", "2022-09-29 06:53:19.744728"]] TRANSACTION (5.4ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x85\x8D\xE6\x96\xB9\xE6\x98\xAF\xE7\xA1\x9D\xE9\x85\xB8\xE7\x94\x98"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x85\x8D\xE6\x96\xB9\xE6\x98\xAF\xE7\xA1\x9D\xE9\x85\xB8\xE7\x94\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.792860"], ["updated_at", "2022-09-29 06:53:19.792861"]] TRANSACTION (10.3ms) COMMIT User Load (10.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x9D\xA0\xE5\x90\xBC"], ["LIMIT", 1]] TRANSACTION (9.9ms) BEGIN User Load (9.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (13.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x9D\xA0\xE5\x90\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.853641"], ["updated_at", "2022-09-29 06:53:19.853642"]] TRANSACTION (6.1ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\xBA\xE7\x9D\xA3"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\xBA\xE7\x9D\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:19.933604"], ["updated_at", "2022-09-29 06:53:19.933606"]] TRANSACTION (6.7ms) COMMIT User Load (8.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\xBA\xE7\x9D\xA3\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\xBA\xE7\x9D\xA3\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:20.096058"], ["updated_at", "2022-09-29 06:53:20.096059"]] TRANSACTION (9.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\xBA\xE7\x9D\xA3\xE7\x81\xB5\xE6\x81\xA9\xE5\xB8\x83\xE9\x81\x93\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (7.3ms) BEGIN User Load (8.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\xBA\xE7\x9D\xA3\xE7\x81\xB5\xE6\x81\xA9\xE5\xB8\x83\xE9\x81\x93\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:20.232254"], ["updated_at", "2022-09-29 06:53:20.232255"]] TRANSACTION (5.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA0\x95\xE6\x81\x8B"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA0\x95\xE6\x81\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:20.305443"], ["updated_at", "2022-09-29 06:53:20.305446"]] TRANSACTION (7.7ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA0\xB1\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA0\xB1\xE5\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:20.385911"], ["updated_at", "2022-09-29 06:53:20.385912"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA1\x94\xE5\x88\xA9\xE7\x8F\xAD"], ["LIMIT", 1]] TRANSACTION (16.9ms) BEGIN User Load (19.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (18.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA1\x94\xE5\x88\xA9\xE7\x8F\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:20.437624"], ["updated_at", "2022-09-29 06:53:20.437625"]] TRANSACTION (18.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA2\x83\xE5\xA4\x96\xE5\xAA\x92\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA2\x83\xE5\xA4\x96\xE5\xAA\x92\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:20.540954"], ["updated_at", "2022-09-29 06:53:20.540955"]] TRANSACTION (5.5ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA2\xA8\xE8\x88\x9E\xE7\xBA\xA2\xE5\xB0\x98"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA2\xA8\xE8\x88\x9E\xE7\xBA\xA2\xE5\xB0\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:20.599179"], ["updated_at", "2022-09-29 06:53:20.599181"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA2\xA8\xE8\x88\x9E\xE7\xBA\xA2\xE5\xB0\x98\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA2\xA8\xE8\x88\x9E\xE7\xBA\xA2\xE5\xB0\x98\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:20.640067"], ["updated_at", "2022-09-29 06:53:20.640068"]] TRANSACTION (5.4ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA3\xAB\xE5\xBA\xB7\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA3\xAB\xE5\xBA\xB7\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:20.692803"], ["updated_at", "2022-09-29 06:53:20.692805"]] TRANSACTION (6.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA3\xAB\xE7\x9A\x84\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (7.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA3\xAB\xE7\x9A\x84\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:20.744698"], ["updated_at", "2022-09-29 06:53:20.744700"]] TRANSACTION (5.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA3\xAB\xE7\x9A\x84\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA3\xAB\xE7\x9A\x84\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:20.809773"], ["updated_at", "2022-09-29 06:53:20.809774"]] TRANSACTION (6.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA3\xB0\xE8\x89\xB2\xE5\x9C\xBA\xE6\x89\x80"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA3\xB0\xE8\x89\xB2\xE5\x9C\xBA\xE6\x89\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:20.864465"], ["updated_at", "2022-09-29 06:53:20.864466"]] TRANSACTION (9.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x84\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x84\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:20.919193"], ["updated_at", "2022-09-29 06:53:20.919194"]] TRANSACTION (7.4ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x84\xE5\xA5\xB3\xE7\xBB\x88\xE7\xBB\x93\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x84\xE5\xA5\xB3\xE7\xBB\x88\xE7\xBB\x93\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:20.972681"], ["updated_at", "2022-09-29 06:53:20.972683"]] TRANSACTION (6.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x84\xE5\xA5\xB3\xE8\x86\x9C"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x84\xE5\xA5\xB3\xE8\x86\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.028019"], ["updated_at", "2022-09-29 06:53:21.028020"]] TRANSACTION (13.4ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x84\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x84\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.093625"], ["updated_at", "2022-09-29 06:53:21.093627"]] TRANSACTION (9.5ms) COMMIT User Load (9.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x84\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x84\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.170792"], ["updated_at", "2022-09-29 06:53:21.170793"]] TRANSACTION (8.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x84\xE7\x94\xB7"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x84\xE7\x94\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.233687"], ["updated_at", "2022-09-29 06:53:21.233688"]] TRANSACTION (5.5ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x8D\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x8D\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.279582"], ["updated_at", "2022-09-29 06:53:21.279583"]] TRANSACTION (9.3ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x8D\xE5\x8D\xB0\xE4\xBB\xB6\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x8D\xE5\x8D\xB0\xE4\xBB\xB6\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.329141"], ["updated_at", "2022-09-29 06:53:21.329142"]] TRANSACTION (9.4ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x8D\xE5\x8D\xB0\xE4\xBB\xB6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x8D\xE5\x8D\xB0\xE4\xBB\xB6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.379647"], ["updated_at", "2022-09-29 06:53:21.379648"]] TRANSACTION (6.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x8F\xE5\xAE\x9D\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x8F\xE5\xAE\x9D\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.424896"], ["updated_at", "2022-09-29 06:53:21.424898"]] TRANSACTION (8.7ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x8F\xE5\xB7\x9D\xE7\xBA\xAF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x8F\xE5\xB7\x9D\xE7\xBA\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.482474"], ["updated_at", "2022-09-29 06:53:21.482476"]] TRANSACTION (13.7ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x8F\xE6\x98\x8E\xE7\xBF\xB0"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x8F\xE6\x98\x8E\xE7\xBF\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.541632"], ["updated_at", "2022-09-29 06:53:21.541636"]] TRANSACTION (10.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x8F\xE8\x8F\xB2\xE5\xB0\x94\xE5\x9B\xBD\xE9\x99\x85\xE5\x87\xBA\xE7\x89\x88\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (8.6ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x8F\xE8\x8F\xB2\xE5\xB0\x94\xE5\x9B\xBD\xE9\x99\x85\xE5\x87\xBA\xE7\x89\x88\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.603724"], ["updated_at", "2022-09-29 06:53:21.603727"]] TRANSACTION (9.2ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x95\xE6\xA0\x91\xE8\x88\x9E\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (7.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x95\xE6\xA0\x91\xE8\x88\x9E\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.669152"], ["updated_at", "2022-09-29 06:53:21.669153"]] TRANSACTION (7.8ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.725101"], ["updated_at", "2022-09-29 06:53:21.725103"]] TRANSACTION (6.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE4\xBA\xA4\xE4\xB8\x8E\xE6\x96\xB9\xE7\x95\xA5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE4\xBA\xA4\xE4\xB8\x8E\xE6\x96\xB9\xE7\x95\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.772948"], ["updated_at", "2022-09-29 06:53:21.772949"]] TRANSACTION (7.0ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE4\xBA\xA4\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE4\xBA\xA4\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.818814"], ["updated_at", "2022-09-29 06:53:21.819311"]] TRANSACTION (8.4ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE5\x9B\xB4\xE8\xB5\x8C\xE7\x90\x83"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE5\x9B\xB4\xE8\xB5\x8C\xE7\x90\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.875781"], ["updated_at", "2022-09-29 06:53:21.875782"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE5\x9B\xBD\xE5\xA6\x9E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE5\x9B\xBD\xE5\xA6\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.910374"], ["updated_at", "2022-09-29 06:53:21.910375"]] TRANSACTION (7.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE5\xAE\xA3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE5\xAE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.948999"], ["updated_at", "2022-09-29 06:53:21.949000"]] TRANSACTION (3.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE8\x92\x99\xE5\x9B\x9E\xE5\xBD\x92"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE8\x92\x99\xE5\x9B\x9E\xE5\xBD\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:21.991120"], ["updated_at", "2022-09-29 06:53:21.991120"]] TRANSACTION (4.5ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.028029"], ["updated_at", "2022-09-29 06:53:22.028030"]] TRANSACTION (5.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.077362"], ["updated_at", "2022-09-29 06:53:22.077363"]] TRANSACTION (2.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE4\xBA\xBA\xE6\x80\xA7\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE4\xBA\xBA\xE6\x80\xA7\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.100826"], ["updated_at", "2022-09-29 06:53:22.100827"]] TRANSACTION (3.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE4\xBA\xBA\xE7\xBE\xA4\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE4\xBA\xBA\xE7\xBE\xA4\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.129084"], ["updated_at", "2022-09-29 06:53:22.129085"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE4\xBA\xBA\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE4\xBA\xBA\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.168377"], ["updated_at", "2022-09-29 06:53:22.168377"]] TRANSACTION (7.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.199772"], ["updated_at", "2022-09-29 06:53:22.199774"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE5\x85\x9A\xE6\x89\xA7\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE5\x85\x9A\xE6\x89\xA7\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.234493"], ["updated_at", "2022-09-29 06:53:22.234494"]] TRANSACTION (5.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE5\x8A\xB3\xE5\xA4\x9A\xE5\xBE\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE5\x8A\xB3\xE5\xA4\x9A\xE5\xBE\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.270682"], ["updated_at", "2022-09-29 06:53:22.270683"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE5\xA4\x9A\xE6\x94\xAF\xE6\x8C\x81"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE5\xA4\x9A\xE6\x94\xAF\xE6\x8C\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.297984"], ["updated_at", "2022-09-29 06:53:22.297985"]] TRANSACTION (4.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE7\xBB\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE7\xBB\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.323058"], ["updated_at", "2022-09-29 06:53:22.323060"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE7\xBE\x8E\xE5\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE7\xBE\x8E\xE5\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.356265"], ["updated_at", "2022-09-29 06:53:22.356266"]] TRANSACTION (4.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.382826"], ["updated_at", "2022-09-29 06:53:22.382827"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE5\x8B\xA4\xE7\x97\x85\xE6\xA0\x8B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE5\x8B\xA4\xE7\x97\x85\xE6\xA0\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.404593"], ["updated_at", "2022-09-29 06:53:22.404594"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE5\x8D\x8A\xE5\x8A\xA0\xE7\xA8\x8E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE5\x8D\x8A\xE5\x8A\xA0\xE7\xA8\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.431960"], ["updated_at", "2022-09-29 06:53:22.431961"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.467410"], ["updated_at", "2022-09-29 06:53:22.467411"]] TRANSACTION (3.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE6\x80\xBB\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE6\x80\xBB\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.492582"], ["updated_at", "2022-09-29 06:53:22.492582"]] TRANSACTION (3.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.519612"], ["updated_at", "2022-09-29 06:53:22.519613"]] TRANSACTION (6.8ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE7\x8C\xAB\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE7\x8C\xAB\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.561895"], ["updated_at", "2022-09-29 06:53:22.561896"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.595371"], ["updated_at", "2022-09-29 06:53:22.595372"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE8\x89\xB2\xE7\x8E\x8B\xE6\x9C\x9D"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE8\x89\xB2\xE7\x8E\x8B\xE6\x9C\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.624680"], ["updated_at", "2022-09-29 06:53:22.624681"]] TRANSACTION (5.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE8\x89\xB2\xE8\xB4\xB5\xE6\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE8\x89\xB2\xE8\xB4\xB5\xE6\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.666401"], ["updated_at", "2022-09-29 06:53:22.666402"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE8\xAF\x9D\xE7\xB4\xAB\xE7\xA6\x81\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE8\xAF\x9D\xE7\xB4\xAB\xE7\xA6\x81\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.690462"], ["updated_at", "2022-09-29 06:53:22.690462"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7b"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.711585"], ["updated_at", "2022-09-29 06:53:22.711586"]] TRANSACTION (4.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7sb"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7sb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.746164"], ["updated_at", "2022-09-29 06:53:22.746165"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE4\xB8\xAD\xE5\x8D\x8E\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE4\xB8\xAD\xE5\x8D\x8E\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.778083"], ["updated_at", "2022-09-29 06:53:22.778084"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.804775"], ["updated_at", "2022-09-29 06:53:22.804776"]] TRANSACTION (6.1ms) COMMIT User Load (7.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.839899"], ["updated_at", "2022-09-29 06:53:22.839900"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE4\xBC\x97\xE7\x9C\x9F\xE4\xBA\xBA\xE7\x9C\x9F\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE4\xBC\x97\xE7\x9C\x9F\xE4\xBA\xBA\xE7\x9C\x9F\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.876604"], ["updated_at", "2022-09-29 06:53:22.876605"]] TRANSACTION (2.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x8A\x9B\xE6\x8A\xBD\xE9\x80\x81"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x8A\x9B\xE6\x8A\xBD\xE9\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.905095"], ["updated_at", "2022-09-29 06:53:22.905096"]] TRANSACTION (5.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x8F\x82\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x8F\x82\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.943627"], ["updated_at", "2022-09-29 06:53:22.943627"]] TRANSACTION (6.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x8F\xB2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x8F\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:22.980784"], ["updated_at", "2022-09-29 06:53:22.980784"]] TRANSACTION (4.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x8F\xB2\xE7\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x8F\xB2\xE7\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.008541"], ["updated_at", "2022-09-29 06:53:23.008543"]] TRANSACTION (9.8ms) COMMIT User Load (22.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x8F\xB2\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x8F\xB2\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.069767"], ["updated_at", "2022-09-29 06:53:23.069768"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x92\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.110303"], ["updated_at", "2022-09-29 06:53:23.110303"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x92\xAA\xE5\x92\xAA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x92\xAA\xE5\x92\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.139086"], ["updated_at", "2022-09-29 06:53:23.139087"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x98\xB4\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x98\xB4\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.174591"], ["updated_at", "2022-09-29 06:53:23.174592"]] TRANSACTION (3.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.203316"], ["updated_at", "2022-09-29 06:53:23.203317"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x9C\x86\xE6\xBB\xA1\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x9C\x86\xE6\xBB\xA1\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.232004"], ["updated_at", "2022-09-29 06:53:23.232005"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xA1\xBF\xE5\xAE\x81\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xA1\xBF\xE5\xAE\x81\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.268030"], ["updated_at", "2022-09-29 06:53:23.268031"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.291457"], ["updated_at", "2022-09-29 06:53:23.291458"]] TRANSACTION (3.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xA5\xB6\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xA5\xB6\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.318322"], ["updated_at", "2022-09-29 06:53:23.318323"]] TRANSACTION (8.0ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xA5\xB6\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xA5\xB6\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.358224"], ["updated_at", "2022-09-29 06:53:23.358225"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xA5\xB6\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xA5\xB6\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.395230"], ["updated_at", "2022-09-29 06:53:23.395231"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xA6\x93\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xA6\x93\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.429049"], ["updated_at", "2022-09-29 06:53:23.429050"]] TRANSACTION (5.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xAD\xA6\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xAD\xA6\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.470978"], ["updated_at", "2022-09-29 06:53:23.470979"]] TRANSACTION (3.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xAE\x9D\xE8\xB4\x9D"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xAE\x9D\xE8\xB4\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.504394"], ["updated_at", "2022-09-29 06:53:23.504394"]] TRANSACTION (3.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xAE\xB6\xE4\xBC\x99"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xAE\xB6\xE4\xBC\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.533994"], ["updated_at", "2022-09-29 06:53:23.533995"]] TRANSACTION (10.1ms) COMMIT User Load (10.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xAE\xB6\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xAE\xB6\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.591460"], ["updated_at", "2022-09-29 06:53:23.591461"]] TRANSACTION (4.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xB0\x86\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xB0\x86\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.629392"], ["updated_at", "2022-09-29 06:53:23.629394"]] TRANSACTION (6.7ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xB1\x81\xE8\x82\xA1"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xB1\x81\xE8\x82\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.675464"], ["updated_at", "2022-09-29 06:53:23.675464"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (7.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.713592"], ["updated_at", "2022-09-29 06:53:23.713593"]] TRANSACTION (5.1ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xBA\x84"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xBA\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.761126"], ["updated_at", "2022-09-29 06:53:23.761127"]] TRANSACTION (4.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\x89\xB9\xE8\xB4\xAA\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\x89\xB9\xE8\xB4\xAA\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.795637"], ["updated_at", "2022-09-29 06:53:23.795638"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\x8F\xAD\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\x8F\xAD\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.829785"], ["updated_at", "2022-09-29 06:53:23.829786"]] TRANSACTION (4.4ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xAF\x8D\xE7\x89\x9B\xE5\xA8\xB1\xE4\xB9\x90\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xAF\x8D\xE7\x89\x9B\xE5\xA8\xB1\xE4\xB9\x90\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.866136"], ["updated_at", "2022-09-29 06:53:23.866138"]] TRANSACTION (3.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.903517"], ["updated_at", "2022-09-29 06:53:23.903518"]] TRANSACTION (3.5ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.937689"], ["updated_at", "2022-09-29 06:53:23.937690"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE4\xB9\x8B\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE4\xB9\x8B\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:23.974931"], ["updated_at", "2022-09-29 06:53:23.974932"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE4\xBF\xAE\xE7\x82\xBC\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE4\xBF\xAE\xE7\x82\xBC\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.000546"], ["updated_at", "2022-09-29 06:53:24.000547"]] TRANSACTION (5.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE5\xA4\xA7\xE7\xA6\x8F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE5\xA4\xA7\xE7\xA6\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.024131"], ["updated_at", "2022-09-29 06:53:24.024132"]] TRANSACTION (8.4ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE5\xBC\x9F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE5\xBC\x9F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.063623"], ["updated_at", "2022-09-29 06:53:24.063624"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE6\x96\xB0\xE9\x97\xBB\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE6\x96\xB0\xE9\x97\xBB\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.098703"], ["updated_at", "2022-09-29 06:53:24.098705"]] TRANSACTION (6.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE6\xB4\xAA\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE6\xB4\xAA\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.129432"], ["updated_at", "2022-09-29 06:53:24.129433"]] TRANSACTION (8.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.176326"], ["updated_at", "2022-09-29 06:53:24.176328"]] TRANSACTION (7.0ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.270286"], ["updated_at", "2022-09-29 06:53:24.270287"]] TRANSACTION (3.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\xBD\xE6\x83\xA0"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\xBD\xE6\x83\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.365787"], ["updated_at", "2022-09-29 06:53:24.365788"]] TRANSACTION (3.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\x83\x9F"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\x83\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.407366"], ["updated_at", "2022-09-29 06:53:24.407367"]] TRANSACTION (11.5ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (7.4ms) BEGIN User Load (7.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.458860"], ["updated_at", "2022-09-29 06:53:24.458861"]] TRANSACTION (5.4ms) COMMIT User Load (9.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\x9B\x96\xE5\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\x9B\x96\xE5\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.518759"], ["updated_at", "2022-09-29 06:53:24.518760"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\xA1\x9E\xE5\xBC\x9F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\xA1\x9E\xE5\xBC\x9F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.555085"], ["updated_at", "2022-09-29 06:53:24.555089"]] TRANSACTION (4.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\xB4\x80\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\xB4\x80\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.600529"], ["updated_at", "2022-09-29 06:53:24.600530"]] TRANSACTION (6.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\xBA\xAA\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\xBA\xAA\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.643930"], ["updated_at", "2022-09-29 06:53:24.643931"]] TRANSACTION (4.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\xBA\xAA\xE5\x85\x83\xE6\x96\xB0\xE9\x97\xBB\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\xBA\xAA\xE5\x85\x83\xE6\x96\xB0\xE9\x97\xBB\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.686914"], ["updated_at", "2022-09-29 06:53:24.686915"]] TRANSACTION (5.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\xBA\xAA\xE5\x9B\xAD"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\xBA\xAA\xE5\x9B\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.724804"], ["updated_at", "2022-09-29 06:53:24.724805"]] TRANSACTION (5.8ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\xBA\xB2"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\xBA\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.770464"], ["updated_at", "2022-09-29 06:53:24.770465"]] TRANSACTION (6.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE8\x82\x89\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE8\x82\x89\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.809072"], ["updated_at", "2022-09-29 06:53:24.809073"]] TRANSACTION (5.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE8\x8A\xB1\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE8\x8A\xB1\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.845368"], ["updated_at", "2022-09-29 06:53:24.845369"]] TRANSACTION (4.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE8\x99\xAB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE8\x99\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.889059"], ["updated_at", "2022-09-29 06:53:24.889061"]] TRANSACTION (5.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE8\xB5\x9B"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE8\xB5\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.927870"], ["updated_at", "2022-09-29 06:53:24.927870"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE8\xB5\xA6\xE5\x9B\xBD\xE9\x99\x85"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE8\xB5\xA6\xE5\x9B\xBD\xE9\x99\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:24.968390"], ["updated_at", "2022-09-29 06:53:24.968391"]] TRANSACTION (6.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.005276"], ["updated_at", "2022-09-29 06:53:25.005277"]] TRANSACTION (8.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE4\xBC\xAA\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE4\xBC\xAA\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.048245"], ["updated_at", "2022-09-29 06:53:25.048246"]] TRANSACTION (5.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE4\xBE\x9B\xE5\xBA\x94\xE5\x90\x84\xE7\xA7\x8D\xE7\x8C\x8E\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE4\xBE\x9B\xE5\xBA\x94\xE5\x90\x84\xE7\xA7\x8D\xE7\x8C\x8E\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.100353"], ["updated_at", "2022-09-29 06:53:25.100355"]] TRANSACTION (4.0ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE5\x87\xBA\xE5\x94\xAE\xE5\x90\x84\xE7\xA7\x8D\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE5\x87\xBA\xE5\x94\xAE\xE5\x90\x84\xE7\xA7\x8D\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.126412"], ["updated_at", "2022-09-29 06:53:25.126412"]] TRANSACTION (3.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE6\x89\xB9\xE5\x8F\x91\xE4\xBE\x9B\xE5\xBA\x94\xE5\xBC\x93\xE9\xA9\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE6\x89\xB9\xE5\x8F\x91\xE4\xBE\x9B\xE5\xBA\x94\xE5\xBC\x93\xE9\xA9\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.153115"], ["updated_at", "2022-09-29 06:53:25.153116"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.182811"], ["updated_at", "2022-09-29 06:53:25.182811"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x99\x86"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (56.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x99\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.206563"], ["updated_at", "2022-09-29 06:53:25.206564"]] TRANSACTION (4.2ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x99\x86\xE5\xAE\x98\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x99\x86\xE5\xAE\x98\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.298941"], ["updated_at", "2022-09-29 06:53:25.298943"]] TRANSACTION (5.6ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x99\xB8\xE5\xAE\x98\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x99\xB8\xE5\xAE\x98\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.342829"], ["updated_at", "2022-09-29 06:53:25.342830"]] TRANSACTION (6.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x99\xB8\xE7\x95\xB6\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x99\xB8\xE7\x95\xB6\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.390621"], ["updated_at", "2022-09-29 06:53:25.390622"]] TRANSACTION (4.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x9B\x9E\xE5\xB7\xB4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x9B\x9E\xE5\xB7\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.420841"], ["updated_at", "2022-09-29 06:53:25.420841"]] TRANSACTION (2.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xB8\x9F"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xB8\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.448152"], ["updated_at", "2022-09-29 06:53:25.448152"]] TRANSACTION (4.2ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xB8\xA1\xE5\xB7\xB4"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xB8\xA1\xE5\xB7\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.485247"], ["updated_at", "2022-09-29 06:53:25.485249"]] TRANSACTION (5.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xB8\xA1\xE5\xB7\xB4\xE5\xB0\x8F\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xB8\xA1\xE5\xB7\xB4\xE5\xB0\x8F\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.527505"], ["updated_at", "2022-09-29 06:53:25.527506"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xBA\xBB"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xBA\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.562441"], ["updated_at", "2022-09-29 06:53:25.562442"]] TRANSACTION (5.5ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xBA\xBB\xE6\xA0\x91\xE8\x84\x82"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xBA\xBB\xE6\xA0\x91\xE8\x84\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.607216"], ["updated_at", "2022-09-29 06:53:25.607217"]] TRANSACTION (6.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xBA\xBB\xE6\xB2\xB9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xBA\xBB\xE6\xB2\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.655547"], ["updated_at", "2022-09-29 06:53:25.655549"]] TRANSACTION (7.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (6.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.698051"], ["updated_at", "2022-09-29 06:53:25.698052"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.733953"], ["updated_at", "2022-09-29 06:53:25.733953"]] TRANSACTION (4.5ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0\xE9\xA9\xBD\xE5\xBC\x93\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0\xE9\xA9\xBD\xE5\xBC\x93\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.767079"], ["updated_at", "2022-09-29 06:53:25.767080"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9 \xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9 \xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.800354"], ["updated_at", "2022-09-29 06:53:25.800354"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE4\xB8\x8A\xE4\xBA\xBA\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE4\xB8\x8A\xE4\xBA\xBA\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.831507"], ["updated_at", "2022-09-29 06:53:25.831508"]] TRANSACTION (5.4ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.867631"], ["updated_at", "2022-09-29 06:53:25.867632"]] TRANSACTION (5.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE5\xA4\xA9\xE5\xB9\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE5\xA4\xA9\xE5\xB9\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.906658"], ["updated_at", "2022-09-29 06:53:25.906660"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.934730"], ["updated_at", "2022-09-29 06:53:25.934731"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE4\xB8\x80\xE4\xBB\xA3"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE4\xB8\x80\xE4\xBB\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.962866"], ["updated_at", "2022-09-29 06:53:25.962867"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:25.996178"], ["updated_at", "2022-09-29 06:53:25.996179"]] TRANSACTION (3.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE5\xB1\xA0\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.029980"], ["updated_at", "2022-09-29 06:53:26.029980"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE5\xBD\x95\xE5\xBD\xB1\xE5\xB8\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE5\xBD\x95\xE5\xBD\xB1\xE5\xB8\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.057723"], ["updated_at", "2022-09-29 06:53:26.057726"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE8\x87\xAA\xE7\x84\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE8\x87\xAA\xE7\x84\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.086784"], ["updated_at", "2022-09-29 06:53:26.086785"]] TRANSACTION (3.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE6\x80\x92"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE6\x80\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.118914"], ["updated_at", "2022-09-29 06:53:26.118915"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE6\x8C\x89\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE6\x8C\x89\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.144263"], ["updated_at", "2022-09-29 06:53:26.144264"]] TRANSACTION (7.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE6\x8E\xA8\xE5\xB9\xBF\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE6\x8E\xA8\xE5\xB9\xBF\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.178102"], ["updated_at", "2022-09-29 06:53:26.178103"]] TRANSACTION (7.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE6\x9C\x9D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE6\x9C\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.221158"], ["updated_at", "2022-09-29 06:53:26.221158"]] TRANSACTION (23.5ms) COMMIT User Load (19.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (16.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE6\x9C\x9D\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (10.1ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE6\x9C\x9D\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.305007"], ["updated_at", "2022-09-29 06:53:26.305010"]] TRANSACTION (7.7ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE6\xB5\xB4"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE6\xB5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.388687"], ["updated_at", "2022-09-29 06:53:26.388689"]] TRANSACTION (6.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE7\x81\xAD\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE7\x81\xAD\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.431656"], ["updated_at", "2022-09-29 06:53:26.431657"]] TRANSACTION (5.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE7\x8C\xAB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE7\x8C\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.462575"], ["updated_at", "2022-09-29 06:53:26.462575"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE7\x94\x9F\xE5\xB0\xA4\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE7\x94\x9F\xE5\xB0\xA4\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.496616"], ["updated_at", "2022-09-29 06:53:26.496616"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE7\x9A\x87"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE7\x9A\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.529717"], ["updated_at", "2022-09-29 06:53:26.529717"]] TRANSACTION (5.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE7\xA9\xBA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE7\xA9\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.563610"], ["updated_at", "2022-09-29 06:53:26.563610"]] TRANSACTION (4.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE7\xA9\xBA\xE4\xB9\x8B\xE9\x95\x9C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE7\xA9\xBA\xE4\xB9\x8B\xE9\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.604813"], ["updated_at", "2022-09-29 06:53:26.604814"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE8\x91\xAC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE8\x91\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.637628"], ["updated_at", "2022-09-29 06:53:26.637629"]] TRANSACTION (4.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.670919"], ["updated_at", "2022-09-29 06:53:26.670919"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE8\xA6\x81\xE7\x81\xAD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE8\xA6\x81\xE7\x81\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.709073"], ["updated_at", "2022-09-29 06:53:26.709074"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE8\xB2\x93"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE8\xB2\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.741552"], ["updated_at", "2022-09-29 06:53:26.741553"]] TRANSACTION (3.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE9\x9F\xB3\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE9\x9F\xB3\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.770745"], ["updated_at", "2022-09-29 06:53:26.770746"]] TRANSACTION (5.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.809176"], ["updated_at", "2022-09-29 06:53:26.809177"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE9\xA6\x99\xE6\x96\xB0\xE4\xB9\xA6\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE9\xA6\x99\xE6\x96\xB0\xE4\xB9\xA6\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.843616"], ["updated_at", "2022-09-29 06:53:26.843617"]] TRANSACTION (2.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE9\xB9\x85\xE4\xB9\x8B\xE6\x97\x85"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE9\xB9\x85\xE4\xB9\x8B\xE6\x97\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.871660"], ["updated_at", "2022-09-29 06:53:26.871661"]] TRANSACTION (5.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAA\xE5\xAD\x90\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAA\xE5\xAD\x90\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.911522"], ["updated_at", "2022-09-29 06:53:26.911523"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAA\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAA\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.941790"], ["updated_at", "2022-09-29 06:53:26.941791"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAA\xE7\x8E\x8B\xE5\x9B\x9B\xE7\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAA\xE7\x8E\x8B\xE5\x9B\x9B\xE7\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:26.965817"], ["updated_at", "2022-09-29 06:53:26.965817"]] TRANSACTION (4.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAA\xE7\x8E\x8B\xE5\x9B\x9B\xE7\xA5\x9E\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAA\xE7\x8E\x8B\xE5\x9B\x9B\xE7\xA5\x9E\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.004265"], ["updated_at", "2022-09-29 06:53:27.004265"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAA\xE7\x9F\xB3\xE6\x9D\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAA\xE7\x9F\xB3\xE6\x9D\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.033161"], ["updated_at", "2022-09-29 06:53:27.033161"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAA\xE7\xA5\x96"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAA\xE7\xA5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.055778"], ["updated_at", "2022-09-29 06:53:27.055778"]] TRANSACTION (9.8ms) COMMIT User Load (8.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE4\xBA\xA4\xE6\x8D\xA2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE4\xBA\xA4\xE6\x8D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.104524"], ["updated_at", "2022-09-29 06:53:27.104525"]] TRANSACTION (5.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE4\xBD\x9C\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE4\xBD\x9C\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.137735"], ["updated_at", "2022-09-29 06:53:27.137736"]] TRANSACTION (3.3ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.161943"], ["updated_at", "2022-09-29 06:53:27.161943"]] TRANSACTION (7.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.197297"], ["updated_at", "2022-09-29 06:53:27.197298"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAD\xE7\x8C\xAB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAD\xE7\x8C\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.229695"], ["updated_at", "2022-09-29 06:53:27.229695"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAD\xE8\xB2\x93"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAD\xE8\xB2\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.252192"], ["updated_at", "2022-09-29 06:53:27.252192"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAE\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAE\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.278195"], ["updated_at", "2022-09-29 06:53:27.278196"]] TRANSACTION (5.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAE\xE8\xA7\x86\xE5\x86\x85\xE9\x83\xA8\xE6\x99\x9A\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAE\xE8\xA7\x86\xE5\x86\x85\xE9\x83\xA8\xE6\x99\x9A\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.314413"], ["updated_at", "2022-09-29 06:53:27.314414"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xB1\xE5\xAF\x86"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xB1\xE5\xAF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.339417"], ["updated_at", "2022-09-29 06:53:27.339418"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xB1\xE6\x84\x8F\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xB1\xE6\x84\x8F\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.363083"], ["updated_at", "2022-09-29 06:53:27.363084"]] TRANSACTION (11.7ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xB1\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xB1\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.409942"], ["updated_at", "2022-09-29 06:53:27.409943"]] TRANSACTION (3.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xB1\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xB1\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.441165"], ["updated_at", "2022-09-29 06:53:27.441166"]] TRANSACTION (15.6ms) COMMIT User Load (30.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xB1\xE8\xBA\xAB\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xB1\xE8\xBA\xAB\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.537769"], ["updated_at", "2022-09-29 06:53:27.537771"]] TRANSACTION (10.9ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xB4\xE5\x8F\x8C\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xB4\xE5\x8F\x8C\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.612265"], ["updated_at", "2022-09-29 06:53:27.612266"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xB9\xE7\xB4\xA7\xE5\x8F\x8C\xE8\x85\xBF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xB9\xE7\xB4\xA7\xE5\x8F\x8C\xE8\x85\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.648526"], ["updated_at", "2022-09-29 06:53:27.648527"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x87\xE6\xB7\xAB\xE6\x95\xA3"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x87\xE6\xB7\xAB\xE6\x95\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.679972"], ["updated_at", "2022-09-29 06:53:27.679972"]] TRANSACTION (6.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x87\xE8\xBF\xB9\xE7\x9A\x84\xE9\xBB\x84"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x87\xE8\xBF\xB9\xE7\x9A\x84\xE9\xBB\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.717897"], ["updated_at", "2022-09-29 06:53:27.717899"]] TRANSACTION (6.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x88\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x88\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.749463"], ["updated_at", "2022-09-29 06:53:27.749464"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x95\xE5\x8E\x8C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x95\xE5\x8E\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.774087"], ["updated_at", "2022-09-29 06:53:27.774088"]] TRANSACTION (6.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x96\xE5\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x96\xE5\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.814983"], ["updated_at", "2022-09-29 06:53:27.814985"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x97\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x97\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.841244"], ["updated_at", "2022-09-29 06:53:27.841244"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x97\xE5\x9C\x96"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x97\xE5\x9C\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.865923"], ["updated_at", "2022-09-29 06:53:27.865923"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x97\xE5\xBC\x84"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x97\xE5\xBC\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.900751"], ["updated_at", "2022-09-29 06:53:27.900753"]] TRANSACTION (5.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x97\xE7\x89\x8C\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x97\xE7\x89\x8C\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.940833"], ["updated_at", "2022-09-29 06:53:27.940835"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x97\xE7\x89\x8C\xE8\xBD\xA6\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x97\xE7\x89\x8C\xE8\xBD\xA6\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:27.969443"], ["updated_at", "2022-09-29 06:53:27.969444"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xA5\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xA5\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.055854"], ["updated_at", "2022-09-29 06:53:28.055855"]] TRANSACTION (4.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xA5\xE5\xAD\x95"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xA5\xE5\xAD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.123426"], ["updated_at", "2022-09-29 06:53:28.123426"]] TRANSACTION (3.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xA5\xE6\x99\x95"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xA5\xE6\x99\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.146399"], ["updated_at", "2022-09-29 06:53:28.146400"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.168215"], ["updated_at", "2022-09-29 06:53:28.168216"]] TRANSACTION (5.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE5\x92\x8C\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE5\x92\x8C\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.199553"], ["updated_at", "2022-09-29 06:53:28.199554"]] TRANSACTION (4.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.232819"], ["updated_at", "2022-09-29 06:53:28.232820"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE8\xB4\xB9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE8\xB4\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.254233"], ["updated_at", "2022-09-29 06:53:28.254233"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.279229"], ["updated_at", "2022-09-29 06:53:28.279230"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.313789"], ["updated_at", "2022-09-29 06:53:28.313790"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBB\xBB\xE8\x81\x8C\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBB\xBB\xE8\x81\x8C\xE5\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.345478"], ["updated_at", "2022-09-29 06:53:28.345478"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBC\x98"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBC\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.373625"], ["updated_at", "2022-09-29 06:53:28.373625"]] TRANSACTION (5.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBC\x9F\xE5\x93\xA5"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBC\x9F\xE5\x93\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.410089"], ["updated_at", "2022-09-29 06:53:28.410090"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBD\xA3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.443384"], ["updated_at", "2022-09-29 06:53:28.443384"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\x84\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\x84\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.472987"], ["updated_at", "2022-09-29 06:53:28.472987"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\x8E\x95\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA5\xB3\xE5\x8E\x95"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\x8E\x95\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA5\xB3\xE5\x8E\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.508981"], ["updated_at", "2022-09-29 06:53:28.508982"]] TRANSACTION (4.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\x8F\x8B\xE5\x9D\x8A"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\x8F\x8B\xE5\x9D\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.543658"], ["updated_at", "2022-09-29 06:53:28.543659"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\xA3\xAB\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\xA3\xAB\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.574209"], ["updated_at", "2022-09-29 06:53:28.574209"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.613345"], ["updated_at", "2022-09-29 06:53:28.613346"]] TRANSACTION (4.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.645888"], ["updated_at", "2022-09-29 06:53:28.645889"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\xAD\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\xAD\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.671222"], ["updated_at", "2022-09-29 06:53:28.671223"]] TRANSACTION (6.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\xAD\xA6\xE7\x94\x9F\xE4\xB9\xB3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\xAD\xA6\xE7\x94\x9F\xE4\xB9\xB3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.706319"], ["updated_at", "2022-09-29 06:53:28.706320"]] TRANSACTION (6.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.742988"], ["updated_at", "2022-09-29 06:53:28.742989"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE5\xA4\x96\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE5\xA4\x96\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.768164"], ["updated_at", "2022-09-29 06:53:28.768165"]] TRANSACTION (6.1ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.807044"], ["updated_at", "2022-09-29 06:53:28.807045"]] TRANSACTION (5.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.844687"], ["updated_at", "2022-09-29 06:53:28.844688"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE8\x87\xAA\xE6\x85\xB0"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE8\x87\xAA\xE6\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.874680"], ["updated_at", "2022-09-29 06:53:28.874681"]] TRANSACTION (4.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.915580"], ["updated_at", "2022-09-29 06:53:28.915581"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x8A\x80\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x8A\x80\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.956049"], ["updated_at", "2022-09-29 06:53:28.956050"]] TRANSACTION (5.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x8A\xA4\xE5\xA3\xAB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x8A\xA4\xE5\xA3\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:28.988253"], ["updated_at", "2022-09-29 06:53:28.988255"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x94\xAF"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x94\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.028665"], ["updated_at", "2022-09-29 06:53:29.028697"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x95\x99\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x95\x99\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.082496"], ["updated_at", "2022-09-29 06:53:29.082498"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\xAD\xBB\xE5\x9B\x9A"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\xAD\xBB\xE5\x9B\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.120189"], ["updated_at", "2022-09-29 06:53:29.120190"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\xB6\xA9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\xB6\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.151649"], ["updated_at", "2022-09-29 06:53:29.151664"]] TRANSACTION (4.5ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (12.2ms) BEGIN User Load (15.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.185475"], ["updated_at", "2022-09-29 06:53:29.185476"]] TRANSACTION (9.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.256498"], ["updated_at", "2022-09-29 06:53:29.256499"]] TRANSACTION (5.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.302825"], ["updated_at", "2022-09-29 06:53:29.302827"]] TRANSACTION (5.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE7\x94\x9F\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE7\x94\x9F\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.340309"], ["updated_at", "2022-09-29 06:53:29.340310"]] TRANSACTION (3.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE7\x94\x9F\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE7\x94\x9F\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.369037"], ["updated_at", "2022-09-29 06:53:29.369037"]] TRANSACTION (5.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE7\xA5\x9E\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE7\xA5\x9E\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.404042"], ["updated_at", "2022-09-29 06:53:29.404043"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE8\x80\x81\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE8\x80\x81\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.439618"], ["updated_at", "2022-09-29 06:53:29.439619"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE8\xA1\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE8\xA1\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.465110"], ["updated_at", "2022-09-29 06:53:29.465110"]] TRANSACTION (5.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE8\xA2\xAB\xE4\xBA\xBA\xE5\xAE\xB6\xE6\x90\x9E"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (7.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE8\xA2\xAB\xE4\xBA\xBA\xE5\xAE\xB6\xE6\x90\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.494891"], ["updated_at", "2022-09-29 06:53:29.494892"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.533715"], ["updated_at", "2022-09-29 06:53:29.533715"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.560892"], ["updated_at", "2022-09-29 06:53:29.560893"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB4\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB4\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.589496"], ["updated_at", "2022-09-29 06:53:29.589496"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB4\xE5\xBD\xB9\xE7\xAB\xA5\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB4\xE5\xBD\xB9\xE7\xAB\xA5\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.628646"], ["updated_at", "2022-09-29 06:53:29.628647"]] TRANSACTION (3.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB4\xE9\x9A\xB6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB4\xE9\x9A\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.656267"], ["updated_at", "2022-09-29 06:53:29.656268"]] TRANSACTION (3.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB6\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB6\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.682973"], ["updated_at", "2022-09-29 06:53:29.682974"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB6\xE5\xA5\xB6\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB6\xE5\xA5\xB6\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.720142"], ["updated_at", "2022-09-29 06:53:29.720142"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB6\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB6\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.747766"], ["updated_at", "2022-09-29 06:53:29.747767"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB6\xE6\x8C\xBA\xE8\x87\x80\xE7\xBF\x98"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB6\xE6\x8C\xBA\xE8\x87\x80\xE7\xBF\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.774768"], ["updated_at", "2022-09-29 06:53:29.774769"]] TRANSACTION (6.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB6\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB6\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.810862"], ["updated_at", "2022-09-29 06:53:29.810863"]] TRANSACTION (5.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB6\xE7\xB2\x89\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB6\xE7\xB2\x89\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.847757"], ["updated_at", "2022-09-29 06:53:29.847761"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE5\xA4\xAB"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE5\xA4\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.874747"], ["updated_at", "2022-09-29 06:53:29.874748"]] TRANSACTION (5.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE5\xB0\xB8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE5\xB0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.911626"], ["updated_at", "2022-09-29 06:53:29.911627"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE5\xB1\x8D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE5\xB1\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.942397"], ["updated_at", "2022-09-29 06:53:29.942398"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE5\xB9\xBC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE5\xB9\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.968003"], ["updated_at", "2022-09-29 06:53:29.968003"]] TRANSACTION (5.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:29.998094"], ["updated_at", "2022-09-29 06:53:29.998095"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE6\x88\x90\xE7\x98\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE6\x88\x90\xE7\x98\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.033593"], ["updated_at", "2022-09-29 06:53:30.033594"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.061016"], ["updated_at", "2022-09-29 06:53:30.061016"]] TRANSACTION (3.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.087139"], ["updated_at", "2022-09-29 06:53:30.087140"]] TRANSACTION (5.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xBD\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xBD\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.125098"], ["updated_at", "2022-09-29 06:53:30.125099"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xBD\xE5\xAB\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xBD\xE5\xAB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.153573"], ["updated_at", "2022-09-29 06:53:30.153574"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xBD\xE6\xB7\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xBD\xE6\xB7\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.176182"], ["updated_at", "2022-09-29 06:53:30.176182"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xBD\xE8\xA9\x95\xE5\xB8\xAB"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xBD\xE8\xA9\x95\xE5\xB8\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.210016"], ["updated_at", "2022-09-29 06:53:30.210017"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xBD\xE8\xAF\x84"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xBD\xE8\xAF\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.239764"], ["updated_at", "2022-09-29 06:53:30.239766"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xBD\xE8\xAF\x84\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xBD\xE8\xAF\x84\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.264356"], ["updated_at", "2022-09-29 06:53:30.264357"]] TRANSACTION (5.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x826\xE6\x84\x8F\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x826\xE6\x84\x8F\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.293754"], ["updated_at", "2022-09-29 06:53:30.293755"]] TRANSACTION (4.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x82\xE5\x8E\x95\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x82\xE5\x8E\x95\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.333454"], ["updated_at", "2022-09-29 06:53:30.333456"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x82\xE6\x9C\x89\xE6\x89\x93\xE6\x89\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x82\xE6\x9C\x89\xE6\x89\x93\xE6\x89\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.361297"], ["updated_at", "2022-09-29 06:53:30.361298"]] TRANSACTION (6.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x87\xE9\x94\x80\xE9\xAD\x82"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x87\xE9\x94\x80\xE9\xAD\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.399719"], ["updated_at", "2022-09-29 06:53:30.399720"]] TRANSACTION (6.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x88\xE4\xB8\x80\xE5\x92\xAA"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x88\xE4\xB8\x80\xE5\x92\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.442071"], ["updated_at", "2022-09-29 06:53:30.442073"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x88\xE4\xB8\xAAb"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x88\xE4\xB8\xAAb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.472068"], ["updated_at", "2022-09-29 06:53:30.472069"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x88\xE4\xBA\x86\xE4\xB8\xAA\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x88\xE4\xBA\x86\xE4\xB8\xAA\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.504002"], ["updated_at", "2022-09-29 06:53:30.504004"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x88\xE6\x89\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x88\xE6\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.544130"], ["updated_at", "2022-09-29 06:53:30.544131"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x88\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x88\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.571664"], ["updated_at", "2022-09-29 06:53:30.571665"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x88\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x88\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.601347"], ["updated_at", "2022-09-29 06:53:30.601348"]] TRANSACTION (4.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x8A\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x8A\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.640012"], ["updated_at", "2022-09-29 06:53:30.640016"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x93\xE3\x80\x82\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x93\xE3\x80\x82\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.681442"], ["updated_at", "2022-09-29 06:53:30.681443"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x93\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x93\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.716447"], ["updated_at", "2022-09-29 06:53:30.716448"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x93\xE5\xA5\xB3\xE7\x9A\x84\xE5\x8F\xA3\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x93\xE5\xA5\xB3\xE7\x9A\x84\xE5\x8F\xA3\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.744953"], ["updated_at", "2022-09-29 06:53:30.744954"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x96\xE5\xA8\x86"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x96\xE5\xA8\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.769849"], ["updated_at", "2022-09-29 06:53:30.769850"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x99\xE9\xBE\x84\xE4\xB9\x9F\xE9\x83\xBD\xE6\x98\xAF\xE5\x85\xBC\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x99\xE9\xBE\x84\xE4\xB9\x9F\xE9\x83\xBD\xE6\x98\xAF\xE5\x85\xBC\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.796199"], ["updated_at", "2022-09-29 06:53:30.796200"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x9E\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x9E\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.829930"], ["updated_at", "2022-09-29 06:53:30.829930"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x9E\xE5\xA6\x9E\xE6\x88\x90\xE4\xBA\xBA\xE5\x9F\xBA\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x9E\xE5\xA6\x9E\xE6\x88\x90\xE4\xBA\xBA\xE5\x9F\xBA\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.861153"], ["updated_at", "2022-09-29 06:53:30.861154"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xA9\xE5\xAA\x9A\xE6\x8C\x91\xE9\x80\x97"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xA9\xE5\xAA\x9A\xE6\x8C\x91\xE9\x80\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.886250"], ["updated_at", "2022-09-29 06:53:30.886251"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xB9\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xB9\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.929195"], ["updated_at", "2022-09-29 06:53:30.929197"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xB9\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xB9\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.962699"], ["updated_at", "2022-09-29 06:53:30.962701"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (7.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:30.983979"], ["updated_at", "2022-09-29 06:53:30.983980"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xB9\xE5\xA6\xB9\xE9\x98\xB4\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xB9\xE5\xA6\xB9\xE9\x98\xB4\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.024268"], ["updated_at", "2022-09-29 06:53:31.024269"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xB9\xE6\x8C\x89\xE6\x91\xA9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xB9\xE6\x8C\x89\xE6\x91\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.059466"], ["updated_at", "2022-09-29 06:53:31.059468"]] TRANSACTION (3.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xB9\xE7\x96\xBC"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xB9\xE7\x96\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.088442"], ["updated_at", "2022-09-29 06:53:31.088443"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xB9\xE7\x97\x9B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xB9\xE7\x97\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.123438"], ["updated_at", "2022-09-29 06:53:31.123439"]] TRANSACTION (5.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.155241"], ["updated_at", "2022-09-29 06:53:31.155242"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.180743"], ["updated_at", "2022-09-29 06:53:31.180743"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x90\xE5\x85\xBC\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x90\xE5\x85\xBC\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.214813"], ["updated_at", "2022-09-29 06:53:31.214813"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x90\xE5\x8C\x85\xE5\xA4\x9C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x90\xE5\x8C\x85\xE5\xA4\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.251984"], ["updated_at", "2022-09-29 06:53:31.251985"]] TRANSACTION (4.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.320321"], ["updated_at", "2022-09-29 06:53:31.320322"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x90\xE7\x96\xBC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x90\xE7\x96\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.387592"], ["updated_at", "2022-09-29 06:53:31.387593"]] TRANSACTION (5.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x90\xE7\x97\x9B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x90\xE7\x97\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.423205"], ["updated_at", "2022-09-29 06:53:31.423206"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x94\xE5\x9D\x90\xE8\x88\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x94\xE5\x9D\x90\xE8\x88\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.453783"], ["updated_at", "2022-09-29 06:53:31.453783"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x9A\xE4\xBE\x9D\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x9A\xE4\xBE\x9D\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.478098"], ["updated_at", "2022-09-29 06:53:31.478099"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x9A\xE6\x96\x87\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x9A\xE6\x96\x87\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.509604"], ["updated_at", "2022-09-29 06:53:31.509605"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x9A\xE6\x98\x8E\xE4\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x9A\xE6\x98\x8E\xE4\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.546217"], ["updated_at", "2022-09-29 06:53:31.546218"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x9A\xE6\x9C\x88\xE8\xB0\xA6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x9A\xE6\x9C\x88\xE8\xB0\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.573547"], ["updated_at", "2022-09-29 06:53:31.573547"]] TRANSACTION (16.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x9C\xE6\x98\xA5\xE4\xBA\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x9C\xE6\x98\xA5\xE4\xBA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.618150"], ["updated_at", "2022-09-29 06:53:31.618152"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x9C\xE6\xAE\xBF\xE6\xAD\xA6 \xE6\xB2\xB3\xE5\x8C\x97"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x9C\xE6\xAE\xBF\xE6\xAD\xA6 \xE6\xB2\xB3\xE5\x8C\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.653655"], ["updated_at", "2022-09-29 06:53:31.653656"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\xA6\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\xA6\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.678891"], ["updated_at", "2022-09-29 06:53:31.678892"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\xAC\xE5\xB7\xA7\xE7\x8E\xB2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\xAC\xE5\xB7\xA7\xE7\x8E\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.708944"], ["updated_at", "2022-09-29 06:53:31.708946"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\xAC\xE8\x83\x9C\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\xAC\xE8\x83\x9C\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.740533"], ["updated_at", "2022-09-29 06:53:31.740533"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\xAC\xE8\x83\x9C\xE5\xBE\xB7 \xE6\x80\xBB\xE5\x8F\x82"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\xAC\xE8\x83\x9C\xE5\xBE\xB7 \xE6\x80\xBB\xE5\x8F\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.764521"], ["updated_at", "2022-09-29 06:53:31.764521"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\xBF\xE5\x8A\xBF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\xBF\xE5\x8A\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.787226"], ["updated_at", "2022-09-29 06:53:31.787227"]] TRANSACTION (4.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x81\xE8\x83\x81\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x81\xE8\x83\x81\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.823080"], ["updated_at", "2022-09-29 06:53:31.823081"]] TRANSACTION (5.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x83\xE4\xB8\x80\xE5\xA8\x83"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x83\xE4\xB8\x80\xE5\xA8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.856317"], ["updated_at", "2022-09-29 06:53:31.856318"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x87\xE5\x96\x98"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x87\xE5\x96\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.877574"], ["updated_at", "2022-09-29 06:53:31.877575"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x87\xE5\xAB\xA9"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x87\xE5\xAB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.905841"], ["updated_at", "2022-09-29 06:53:31.905842"]] TRANSACTION (5.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x87\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x87\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.940589"], ["updated_at", "2022-09-29 06:53:31.940591"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x87\xE7\x82\xB9\xE5\xB1\x95\xE9\x9C\xB2\xE5\x85\xBB\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x87\xE7\x82\xB9\xE5\xB1\x95\xE9\x9C\xB2\xE5\x85\xBB\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.969392"], ["updated_at", "2022-09-29 06:53:31.969393"]] TRANSACTION (3.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x87\xE7\xBE\x9E"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x87\xE7\xBE\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:31.992235"], ["updated_at", "2022-09-29 06:53:31.992236"]] TRANSACTION (5.2ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x87\xE8\xBA\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x87\xE8\xBA\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.032601"], ["updated_at", "2022-09-29 06:53:32.032602"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x89\xE5\xAE\xA0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x89\xE5\xAE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.072270"], ["updated_at", "2022-09-29 06:53:32.072271"]] TRANSACTION (10.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x89\xE5\xAF\xB5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x89\xE5\xAF\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.105291"], ["updated_at", "2022-09-29 06:53:32.105292"]] TRANSACTION (3.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x98\xE4\xB8\xA4\xE8\x85\xBF\xE4\xB9\x8B\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x98\xE4\xB8\xA4\xE8\x85\xBF\xE4\xB9\x8B\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.138464"], ["updated_at", "2022-09-29 06:53:32.138465"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x98\xE8\xA5\xBF\xE7\x9A\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x98\xE8\xA5\xBF\xE7\x9A\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.170586"], ["updated_at", "2022-09-29 06:53:32.170587"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\xB1\xE4\xB9\x90\xE9\x80\x8F\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\xB1\xE4\xB9\x90\xE9\x80\x8F\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.200314"], ["updated_at", "2022-09-29 06:53:32.200315"]] TRANSACTION (5.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\xB6\xE9\x9F\xA9\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\xB6\xE9\x9F\xA9\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.236309"], ["updated_at", "2022-09-29 06:53:32.236311"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\xBC\xE5\xA6\x93"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\xBC\xE5\xA6\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.272063"], ["updated_at", "2022-09-29 06:53:32.272065"]] TRANSACTION (5.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA9\x8A\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA9\x8A\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.322282"], ["updated_at", "2022-09-29 06:53:32.322283"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA9\x8A\xE5\xAD\x90\xE5\x85\xBB\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA9\x8A\xE5\xAD\x90\xE5\x85\xBB\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.351673"], ["updated_at", "2022-09-29 06:53:32.351675"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA9\x8A\xE5\xAD\x90\xE9\xA4\x8A\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA9\x8A\xE5\xAD\x90\xE9\xA4\x8A\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.375212"], ["updated_at", "2022-09-29 06:53:32.375212"]] TRANSACTION (3.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA9\xAC\xE4\xB9\xB1\xE5\x86\x9B\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA9\xAC\xE4\xB9\xB1\xE5\x86\x9B\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.398108"], ["updated_at", "2022-09-29 06:53:32.398109"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA9\xB4\xE5\x84\xBF\xE5\x91\xBD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA9\xB4\xE5\x84\xBF\xE5\x91\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.429736"], ["updated_at", "2022-09-29 06:53:32.429737"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA9\xB4\xE5\x84\xBF\xE6\xB1\xA4"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA9\xB4\xE5\x84\xBF\xE6\xB1\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.451903"], ["updated_at", "2022-09-29 06:53:32.451904"]] TRANSACTION (3.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA9\xB7\xE5\xA9\xB7\xE6\xBF\x80\xE6\x83\x85\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA9\xB7\xE5\xA9\xB7\xE6\xBF\x80\xE6\x83\x85\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.473417"], ["updated_at", "2022-09-29 06:53:32.473418"]] TRANSACTION (3.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAA\x92\xE4\xBD\x93\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAA\x92\xE4\xBD\x93\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.498627"], ["updated_at", "2022-09-29 06:53:32.498628"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAA\x9A\xE5\xA4\x96"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAA\x9A\xE5\xA4\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.530292"], ["updated_at", "2022-09-29 06:53:32.530293"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAA\x9A\xE5\xA6\x99"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAA\x9A\xE5\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.555048"], ["updated_at", "2022-09-29 06:53:32.555048"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAA\xBD\xE4\xBA\x86\xE5\x80\x8B\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAA\xBD\xE4\xBA\x86\xE5\x80\x8B\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.575741"], ["updated_at", "2022-09-29 06:53:32.575742"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAA\xBD\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAA\xBD\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.602297"], ["updated_at", "2022-09-29 06:53:32.602298"]] TRANSACTION (6.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\x96\xE4\xBF\x84\xE7\xBD\x97"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\x96\xE4\xBF\x84\xE7\xBD\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.636837"], ["updated_at", "2022-09-29 06:53:32.636838"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\x96\xE5\xA6\x93"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\x96\xE5\xA6\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.665170"], ["updated_at", "2022-09-29 06:53:32.665170"]] TRANSACTION (2.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\x96\xE5\xA6\x93\xE6\x8C\x87\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\x96\xE5\xA6\x93\xE6\x8C\x87\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.687100"], ["updated_at", "2022-09-29 06:53:32.687100"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\x96\xE5\xA8\xBC"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\x96\xE5\xA8\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.721201"], ["updated_at", "2022-09-29 06:53:32.721201"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\x96\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\x96\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.750015"], ["updated_at", "2022-09-29 06:53:32.750015"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\xA9b"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\xA9b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.773186"], ["updated_at", "2022-09-29 06:53:32.773186"]] TRANSACTION (3.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\xA9\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\xA9\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.797828"], ["updated_at", "2022-09-29 06:53:32.797829"]] TRANSACTION (4.7ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\xA9\xE5\xAB\xA9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\xA9\xE5\xAB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.837965"], ["updated_at", "2022-09-29 06:53:32.837966"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\xA9\xE5\xB1\x84"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\xA9\xE5\xB1\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.861257"], ["updated_at", "2022-09-29 06:53:32.861258"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\xA9\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\xA9\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.885830"], ["updated_at", "2022-09-29 06:53:32.885832"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\xA9\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\xA9\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.919091"], ["updated_at", "2022-09-29 06:53:32.919092"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\xA9\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\xA9\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.947886"], ["updated_at", "2022-09-29 06:53:32.947887"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x90\xE5\xAD\x99\xE6\xA0\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x90\xE5\xAD\x99\xE6\xA0\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:32.972864"], ["updated_at", "2022-09-29 06:53:32.972864"]] TRANSACTION (4.8ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x90\xE5\xAE\xAB"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (25.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (28.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x90\xE5\xAE\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.004769"], ["updated_at", "2022-09-29 06:53:33.004771"]] TRANSACTION (5.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x94\xE4\xB8\xB9"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x94\xE4\xB8\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.091909"], ["updated_at", "2022-09-29 06:53:33.091909"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x94\xE5\xBA\x86\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x94\xE5\xBA\x86\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.126617"], ["updated_at", "2022-09-29 06:53:33.126618"]] TRANSACTION (3.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x94\xE6\x91\x84\xE5\x83\x8F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x94\xE6\x91\x84\xE5\x83\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.154561"], ["updated_at", "2022-09-29 06:53:33.154564"]] TRANSACTION (4.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x98\xE7\xA8\xBF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x98\xE7\xA8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.180475"], ["updated_at", "2022-09-29 06:53:33.180475"]] TRANSACTION (8.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x99\xE4\xB8\xAD\xE5\xB1\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x99\xE4\xB8\xAD\xE5\xB1\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.217682"], ["updated_at", "2022-09-29 06:53:33.217683"]] TRANSACTION (5.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x99\xE5\x96\x84\xE6\xAD\xA6\xE6\xB2\xB3\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x99\xE5\x96\x84\xE6\xAD\xA6\xE6\xB2\xB3\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.256771"], ["updated_at", "2022-09-29 06:53:33.256771"]] TRANSACTION (3.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x99\xE5\xB0\x8F\xE8\x99\xB9"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (8.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x99\xE5\xB0\x8F\xE8\x99\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.287295"], ["updated_at", "2022-09-29 06:53:33.287316"]] TRANSACTION (6.1ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x99\xE6\x98\xA5\xE5\x85\xB0"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x99\xE6\x98\xA5\xE5\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.334035"], ["updated_at", "2022-09-29 06:53:33.334036"]] TRANSACTION (4.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x99\xE6\x99\x8B\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x99\xE6\x99\x8B\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.366354"], ["updated_at", "2022-09-29 06:53:33.366355"]] TRANSACTION (4.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x99\xE7\x91\x9C"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (15.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x99\xE7\x91\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.393870"], ["updated_at", "2022-09-29 06:53:33.393871"]] TRANSACTION (11.1ms) COMMIT User Load (7.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x99\xE9\xB9\xA4\xE9\xBE\x84"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x99\xE9\xB9\xA4\xE9\xBE\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.462952"], ["updated_at", "2022-09-29 06:53:33.462953"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x9F\xE5\xBA\x86\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x9F\xE5\xBA\x86\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.495868"], ["updated_at", "2022-09-29 06:53:33.495869"]] TRANSACTION (6.5ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6chao"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6chao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.553956"], ["updated_at", "2022-09-29 06:53:33.553957"]] TRANSACTION (6.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE4\xB9\xA0\xE7\x8F\xAD"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE4\xB9\xA0\xE7\x8F\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.594042"], ["updated_at", "2022-09-29 06:53:33.594043"]] TRANSACTION (10.0ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE4\xBD\x8D\xE8\xAD\x89"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE4\xBD\x8D\xE8\xAD\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.643282"], ["updated_at", "2022-09-29 06:53:33.643283"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.683401"], ["updated_at", "2022-09-29 06:53:33.683403"]] TRANSACTION (7.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE4\xB8\x8E\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE4\xB8\x8E\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.724197"], ["updated_at", "2022-09-29 06:53:33.724198"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE4\xB9\xB3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE4\xB9\xB3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.756327"], ["updated_at", "2022-09-29 06:53:33.756328"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.786151"], ["updated_at", "2022-09-29 06:53:33.786152"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.821990"], ["updated_at", "2022-09-29 06:53:33.821991"]] TRANSACTION (6.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.858238"], ["updated_at", "2022-09-29 06:53:33.858239"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.887391"], ["updated_at", "2022-09-29 06:53:33.887392"]] TRANSACTION (12.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE9\xA2\x86\xE8\xA2\x96"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE9\xA2\x86\xE8\xA2\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.931919"], ["updated_at", "2022-09-29 06:53:33.931920"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x99\xBE\xE5\xBA\xA6\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x99\xBE\xE5\xBA\xA6\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.972248"], ["updated_at", "2022-09-29 06:53:33.972249"]] TRANSACTION (3.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:33.998338"], ["updated_at", "2022-09-29 06:53:33.998339"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.042069"], ["updated_at", "2022-09-29 06:53:34.042070"]] TRANSACTION (3.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE8\x87\xAA\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE8\x87\xAA\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.074717"], ["updated_at", "2022-09-29 06:53:34.074718"]] TRANSACTION (2.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.100224"], ["updated_at", "2022-09-29 06:53:34.100225"]] TRANSACTION (5.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE9\xAA\x9A\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE9\xAA\x9A\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.140728"], ["updated_at", "2022-09-29 06:53:34.140732"]] TRANSACTION (6.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xB8\xE7\x94\x9F\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xB8\xE7\x94\x9F\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.173546"], ["updated_at", "2022-09-29 06:53:34.173547"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x85\xE8\x85\x90\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x85\xE8\x85\x90\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.203891"], ["updated_at", "2022-09-29 06:53:34.203892"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE4\xB8\xBB\xE4\xBD\x9B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE4\xB8\xBB\xE4\xBD\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.235063"], ["updated_at", "2022-09-29 06:53:34.235064"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.262944"], ["updated_at", "2022-09-29 06:53:34.262944"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE6\x9C\x80\xE9\xAB\x98\xE6\xB3\x95\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE6\x9C\x80\xE9\xAB\x98\xE6\xB3\x95\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.284481"], ["updated_at", "2022-09-29 06:53:34.284482"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE6\xAF\x81\xE7\x81\xAD"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE6\xAF\x81\xE7\x81\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.312816"], ["updated_at", "2022-09-29 06:53:34.312817"]] TRANSACTION (3.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x87\xE6\x98\x8E\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x87\xE6\x98\x8E\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.345175"], ["updated_at", "2022-09-29 06:53:34.345176"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x88\xE6\x89\x80\xE6\xAD\xBB\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x88\xE6\x89\x80\xE6\xAD\xBB\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.370759"], ["updated_at", "2022-09-29 06:53:34.370760"]] TRANSACTION (2.6ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE5\xBF\x97\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE5\xBF\x97\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.390869"], ["updated_at", "2022-09-29 06:53:34.390870"]] TRANSACTION (4.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE6\x8B\x89"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE6\x8B\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.422498"], ["updated_at", "2022-09-29 06:53:34.422499"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE7\x9C\xA0\xE8\x97\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE7\x9C\xA0\xE8\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.455176"], ["updated_at", "2022-09-29 06:53:34.455176"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE7\x9C\xA0\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE7\x9C\xA0\xE9\x85\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.475520"], ["updated_at", "2022-09-29 06:53:34.475521"]] TRANSACTION (6.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE9\x98\xB3\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE9\x98\xB3\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.552402"], ["updated_at", "2022-09-29 06:53:34.552403"]] TRANSACTION (7.0ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE9\x9D\x9E\xE4\xBB\x96\xE5\x91\xBD"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE9\x9D\x9E\xE4\xBB\x96\xE5\x91\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.646778"], ["updated_at", "2022-09-29 06:53:34.646779"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE9\xA9\xAC\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE9\xA9\xAC\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.694977"], ["updated_at", "2022-09-29 06:53:34.694978"]] TRANSACTION (4.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE9\xAD\x82\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE9\xAD\x82\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.734487"], ["updated_at", "2022-09-29 06:53:34.734488"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE9\xBB\x8E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE9\xBB\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.765543"], ["updated_at", "2022-09-29 06:53:34.765543"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8Bxx"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8Bxx"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.791248"], ["updated_at", "2022-09-29 06:53:34.791248"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE4\xB9\xA6\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE4\xB9\xA6\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.825185"], ["updated_at", "2022-09-29 06:53:34.825185"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE4\xBB\xBB\xE7\xA9\xB7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE4\xBB\xBB\xE7\xA9\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.856113"], ["updated_at", "2022-09-29 06:53:34.856115"]] TRANSACTION (2.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE5\x8B\x87\xE8\xBE\xBD\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE5\x8B\x87\xE8\xBE\xBD\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.876942"], ["updated_at", "2022-09-29 06:53:34.876942"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.897118"], ["updated_at", "2022-09-29 06:53:34.897119"]] TRANSACTION (4.9ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE5\xB9\xB3\xE9\xA1\xBA"], ["LIMIT", 1]] TRANSACTION (8.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE5\xB9\xB3\xE9\xA1\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.936986"], ["updated_at", "2022-09-29 06:53:34.936987"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE5\xBA\x86\xE9\xBE\x84"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE5\xBA\x86\xE9\xBE\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.977079"], ["updated_at", "2022-09-29 06:53:34.977080"]] TRANSACTION (2.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE6\x99\xA8\xE5\x85\x89\xE6\xB1\x9F\xE8\xA5\xBF"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE6\x99\xA8\xE5\x85\x89\xE6\xB1\x9F\xE8\xA5\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:34.999967"], ["updated_at", "2022-09-29 06:53:34.999968"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE7\xA5\x96\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE7\xA5\x96\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.039125"], ["updated_at", "2022-09-29 06:53:35.039126"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE7\xBE\x8E\xE9\xBE\x84"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE7\xBE\x8E\xE9\xBE\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.068015"], ["updated_at", "2022-09-29 06:53:35.068016"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8C\xE5\x85\xA8\xE8\x87\xAA\xE6\x9D\x80\xE6\x89\x8B\xE5\x86\x8C"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8C\xE5\x85\xA8\xE8\x87\xAA\xE6\x9D\x80\xE6\x89\x8B\xE5\x86\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.094012"], ["updated_at", "2022-09-29 06:53:35.094012"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8C\xE6\x9C\xAC"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8C\xE6\x9C\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.125542"], ["updated_at", "2022-09-29 06:53:35.125543"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8F\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8F\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.156960"], ["updated_at", "2022-09-29 06:53:35.156961"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8F\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8F\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.181073"], ["updated_at", "2022-09-29 06:53:35.181073"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE4\xB9\x9F\xE4\xB8\x8D\xE5\xAE\xB9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE4\xB9\x9F\xE4\xB8\x8D\xE5\xAE\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.211434"], ["updated_at", "2022-09-29 06:53:35.211436"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE5\x83\x9A\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE5\x83\x9A\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.248409"], ["updated_at", "2022-09-29 06:53:35.248410"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE5\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE5\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.276280"], ["updated_at", "2022-09-29 06:53:35.276281"]] TRANSACTION (2.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE5\x8C\xAA\xE4\xB8\x80\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE5\x8C\xAA\xE4\xB8\x80\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.300655"], ["updated_at", "2022-09-29 06:53:35.300657"]] TRANSACTION (5.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE5\x95\x86\xE5\x8B\xBE"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE5\x95\x86\xE5\x8B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.343781"], ["updated_at", "2022-09-29 06:53:35.343782"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE5\x95\x86\xE5\x8B\xBE\xE7\xBB\x93"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE5\x95\x86\xE5\x8B\xBE\xE7\xBB\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.374594"], ["updated_at", "2022-09-29 06:53:35.374595"]] TRANSACTION (3.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE5\x9B\xA0\xE5\x8F\x91\xE5\xB8\x96"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE5\x9B\xA0\xE5\x8F\x91\xE5\xB8\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.402635"], ["updated_at", "2022-09-29 06:53:35.402636"]] TRANSACTION (6.2ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE7\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE7\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.448316"], ["updated_at", "2022-09-29 06:53:35.448322"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.478314"], ["updated_at", "2022-09-29 06:53:35.478314"]] TRANSACTION (2.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE9\x80\xBC\xE6\xB0\x91\xE5\x8F\x8D"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE9\x80\xBC\xE6\xB0\x91\xE5\x8F\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.503375"], ["updated_at", "2022-09-29 06:53:35.503376"]] TRANSACTION (4.4ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x99\xE6\x9C\x80\xE9\xAB\x98\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x99\xE6\x9C\x80\xE9\xAB\x98\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.539881"], ["updated_at", "2022-09-29 06:53:35.539882"]] TRANSACTION (4.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9A\xE8\xB4\xAD\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9A\xE8\xB4\xAD\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.572747"], ["updated_at", "2022-09-29 06:53:35.572748"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9A\xE8\xB4\xAD\xE5\x81\x87\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9A\xE8\xB4\xAD\xE5\x81\x87\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.596207"], ["updated_at", "2022-09-29 06:53:35.596207"]] TRANSACTION (10.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9D\xE5\x9C\xA8\xE7\x94\x98\xE8\x82\x83\xE4\xBF\xAE"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9D\xE5\x9C\xA8\xE7\x94\x98\xE8\x82\x83\xE4\xBF\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.633771"], ["updated_at", "2022-09-29 06:53:35.633772"]] TRANSACTION (7.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9D\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9D\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.673003"], ["updated_at", "2022-09-29 06:53:35.673004"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9E\xE4\xB9\xA0"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9E\xE4\xB9\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.697042"], ["updated_at", "2022-09-29 06:53:35.697043"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9E\xE4\xBD\x93\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9E\xE4\xBD\x93\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.738008"], ["updated_at", "2022-09-29 06:53:35.738009"]] TRANSACTION (3.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9E\xE4\xBD\x93\xE5\xA8\x83"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (8.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9E\xE4\xBD\x93\xE5\xA8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.782776"], ["updated_at", "2022-09-29 06:53:35.782777"]] TRANSACTION (9.2ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9E\xE5\xAD\xA6\xE5\x8E\x86\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (11.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9E\xE5\xAD\xA6\xE5\x8E\x86\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.838742"], ["updated_at", "2022-09-29 06:53:35.838743"]] TRANSACTION (5.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9E\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9E\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.892332"], ["updated_at", "2022-09-29 06:53:35.892333"]] TRANSACTION (7.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9E\xE9\x99\x85\xE7\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9E\xE9\x99\x85\xE7\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.934462"], ["updated_at", "2022-09-29 06:53:35.934464"]] TRANSACTION (3.1ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9E\xEF\xBC\x8C\xE4\xBD\x93\xEF\xBC\x8C\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9E\xEF\xBC\x8C\xE4\xBD\x93\xEF\xBC\x8C\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.972673"], ["updated_at", "2022-09-29 06:53:35.972673"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xA0\xE5\x85\xBB"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xA0\xE5\x85\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:35.996352"], ["updated_at", "2022-09-29 06:53:35.996353"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xA0\xE8\x99\x90"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xA0\xE8\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.033714"], ["updated_at", "2022-09-29 06:53:36.033715"]] TRANSACTION (4.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xA2\xE6\x88\xB7\xE7\xAB\xAF\xE9\x9D\x9E\xE6\xB3\x95\xE5\xAD\x97\xE7\xAC\xA6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xA2\xE6\x88\xB7\xE7\xAB\xAF\xE9\x9D\x9E\xE6\xB3\x95\xE5\xAD\x97\xE7\xAC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.065737"], ["updated_at", "2022-09-29 06:53:36.065737"]] TRANSACTION (2.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xA2\xE6\x9C\x8D"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xA2\xE6\x9C\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.089159"], ["updated_at", "2022-09-29 06:53:36.089159"]] TRANSACTION (5.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (28.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xA3\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xA3\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.118206"], ["updated_at", "2022-09-29 06:53:36.118207"]] TRANSACTION (4.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xA6\xE5\x9B\xBD\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xA6\xE5\x9B\xBD\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.183371"], ["updated_at", "2022-09-29 06:53:36.183376"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xAA\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xAA\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.215023"], ["updated_at", "2022-09-29 06:53:36.215024"]] TRANSACTION (6.1ms) COMMIT User Load (8.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xAA\xE6\xB3\x95\xE6\xB3\x95\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xAA\xE6\xB3\x95\xE6\xB3\x95\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.259874"], ["updated_at", "2022-09-29 06:53:36.259875"]] TRANSACTION (5.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xAA\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xAA\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.293352"], ["updated_at", "2022-09-29 06:53:36.293353"]] TRANSACTION (12.2ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xB6le\xE7\xA6\x8F"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xB6le\xE7\xA6\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.342950"], ["updated_at", "2022-09-29 06:53:36.342951"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xB6l\xE7\xA6\x8F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xB6l\xE7\xA6\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.376135"], ["updated_at", "2022-09-29 06:53:36.376136"]] TRANSACTION (3.8ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xB6\xE4\xB8\x80\xE6\xA0\xB7\xE9\xA5\xB1"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xB6\xE4\xB8\x80\xE6\xA0\xB7\xE9\xA5\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.407689"], ["updated_at", "2022-09-29 06:53:36.407690"]] TRANSACTION (7.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xB6\xE4\xB8\xAD\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xB6\xE4\xB8\xAD\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.451888"], ["updated_at", "2022-09-29 06:53:36.451893"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xB6\xE5\x85\x83\xE8\x87\xAA\xE7\xA7\xB0\xE7\x8E\x89\xE7\x9A\x87\xE5\xA4\xA7\xE5\xB8\x9D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xB6\xE5\x85\x83\xE8\x87\xAA\xE7\xA7\xB0\xE7\x8E\x89\xE7\x9A\x87\xE5\xA4\xA7\xE5\xB8\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.481721"], ["updated_at", "2022-09-29 06:53:36.481722"]] TRANSACTION (6.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xB6\xE5\xB1\x9E\xE8\xA2\xAB\xE6\x89\x93"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xB6\xE5\xB1\x9E\xE8\xA2\xAB\xE6\x89\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.515931"], ["updated_at", "2022-09-29 06:53:36.515932"]] TRANSACTION (7.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xB9\xE5\xBC\xB9\xE9\x87\x8F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xB9\xE5\xBC\xB9\xE9\x87\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.559528"], ["updated_at", "2022-09-29 06:53:36.559529"]] TRANSACTION (2.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xBD\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xBD\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.580955"], ["updated_at", "2022-09-29 06:53:36.580956"]] TRANSACTION (2.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x82\xE5\xAF\x9E"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x82\xE5\xAF\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.603231"], ["updated_at", "2022-09-29 06:53:36.603232"]] TRANSACTION (7.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.639272"], ["updated_at", "2022-09-29 06:53:36.639272"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.666363"], ["updated_at", "2022-09-29 06:53:36.666364"]] TRANSACTION (4.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE7\x94\xB7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE7\x94\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.689248"], ["updated_at", "2022-09-29 06:53:36.689249"]] TRANSACTION (7.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE9\x9A\xBE\xE8\x80\x90\xE4\xB8\x93\xE4\xB8\x9A\xE6\x8F\x90\xE4\xBE\x9BM"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE9\x9A\xBE\xE8\x80\x90\xE4\xB8\x93\xE4\xB8\x9A\xE6\x8F\x90\xE4\xBE\x9BM"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.728886"], ["updated_at", "2022-09-29 06:53:36.728887"]] TRANSACTION (4.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x86\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x86\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.763826"], ["updated_at", "2022-09-29 06:53:36.763826"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x86\xE7\xA9\xB4\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x86\xE7\xA9\xB4\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.789492"], ["updated_at", "2022-09-29 06:53:36.789493"]] TRANSACTION (6.0ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x8C\xE5\xA9\x86\xE7\xBB\x99\xE5\xBA\x9F"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x8C\xE5\xA9\x86\xE7\xBB\x99\xE5\xBA\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.825117"], ["updated_at", "2022-09-29 06:53:36.825120"]] TRANSACTION (5.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x8C\xE6\xB0\x91\xE7\xA9\xB7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x8C\xE6\xB0\x91\xE7\xA9\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.864203"], ["updated_at", "2022-09-29 06:53:36.864204"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x8C\xE8\xB4\xB5\xE4\xB8\x89\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x8C\xE8\xB4\xB5\xE4\xB8\x89\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.892514"], ["updated_at", "2022-09-29 06:53:36.892516"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x92\xE6\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x92\xE6\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.943829"], ["updated_at", "2022-09-29 06:53:36.943830"]] TRANSACTION (8.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x9F\xE8\xB1\xA1\xE8\x9A\x82"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x9F\xE8\xB1\xA1\xE8\x9A\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:36.995494"], ["updated_at", "2022-09-29 06:53:36.995495"]] TRANSACTION (3.4ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xAC\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xAC\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.037901"], ["updated_at", "2022-09-29 06:53:37.037902"]] TRANSACTION (3.8ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xB6\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xB6\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.079180"], ["updated_at", "2022-09-29 06:53:37.079181"]] TRANSACTION (3.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xB9\xE4\xB8\x8D\xE8\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xB9\xE4\xB8\x8D\xE8\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.106304"], ["updated_at", "2022-09-29 06:53:37.106306"]] TRANSACTION (20.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xB9\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE6\xB8\x85\xE7\xAE\x97"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xB9\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE6\xB8\x85\xE7\xAE\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.161930"], ["updated_at", "2022-09-29 06:53:37.161931"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xB9\xE6\x97\xA5\xE5\xBC\xBA\xE7\xA1\xAC"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xB9\xE6\x97\xA5\xE5\xBC\xBA\xE7\xA1\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.200666"], ["updated_at", "2022-09-29 06:53:37.200667"]] TRANSACTION (5.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBB\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBB\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.235102"], ["updated_at", "2022-09-29 06:53:37.235104"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBB\xE6\x89\xBE\xE6\x9E\x97\xE6\x98\xAD\xE7\x9A\x84\xE7\x81\xB5\xE9\xAD\x82"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBB\xE6\x89\xBE\xE6\x9E\x97\xE6\x98\xAD\xE7\x9A\x84\xE7\x81\xB5\xE9\xAD\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.262380"], ["updated_at", "2022-09-29 06:53:37.262380"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBB\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBB\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.284478"], ["updated_at", "2022-09-29 06:53:37.284478"]] TRANSACTION (3.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBC\xE4\xBA\xBA\xE6\x9C\x80"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBC\xE4\xBA\xBA\xE6\x9C\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.310368"], ["updated_at", "2022-09-29 06:53:37.310369"]] TRANSACTION (6.9ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBC\xE4\xBA\xBA\xE7\x9A\x84\xE6\x9C\x80"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBC\xE4\xBA\xBA\xE7\x9A\x84\xE6\x9C\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.354953"], ["updated_at", "2022-09-29 06:53:37.354954"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBC\xE5\x8F\xAB\xE5\xA4\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBC\xE5\x8F\xAB\xE5\xA4\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.379344"], ["updated_at", "2022-09-29 06:53:37.379345"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBC\xE5\xB0\x8F\xE5\x95\x86"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBC\xE5\xB0\x8F\xE5\x95\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.405949"], ["updated_at", "2022-09-29 06:53:37.405950"]] TRANSACTION (6.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBC\xE5\xB0\xBF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBC\xE5\xB0\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.452449"], ["updated_at", "2022-09-29 06:53:37.452452"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBC\xE7\x88\x86\xE7\xB4\xA2"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBC\xE7\x88\x86\xE7\xB4\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.482327"], ["updated_at", "2022-09-29 06:53:37.482328"]] TRANSACTION (5.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (13.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBC\xE7\x9A\x84\xE6\x83\x85\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBC\xE7\x9A\x84\xE6\x83\x85\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.523487"], ["updated_at", "2022-09-29 06:53:37.523488"]] TRANSACTION (5.1ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE4\xBB\x8E\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE4\xBB\x8E\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.573217"], ["updated_at", "2022-09-29 06:53:37.573218"]] TRANSACTION (3.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.605053"], ["updated_at", "2022-09-29 06:53:37.605054"]] TRANSACTION (7.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.646976"], ["updated_at", "2022-09-29 06:53:37.646977"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE9\x94\x81\xE6\xB6\x88"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE9\x94\x81\xE6\xB6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.678131"], ["updated_at", "2022-09-29 06:53:37.678132"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE9\x94\x81\xE6\xB6\x88\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE9\x94\x81\xE6\xB6\x88\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.709224"], ["updated_at", "2022-09-29 06:53:37.709226"]] TRANSACTION (4.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE9\x9D\xA2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE9\x9D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.741445"], ["updated_at", "2022-09-29 06:53:37.741445"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE9\x9D\xA2\xE5\xA5\xB3\xE9\x83\x8E"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE9\x9D\xA2\xE5\xA5\xB3\xE9\x83\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.780014"], ["updated_at", "2022-09-29 06:53:37.780015"]] TRANSACTION (5.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE9\xA1\xB6"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE9\xA1\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.816731"], ["updated_at", "2022-09-29 06:53:37.816732"]] TRANSACTION (6.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.859122"], ["updated_at", "2022-09-29 06:53:37.859123"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE7\x88\xBD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE7\x88\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.891832"], ["updated_at", "2022-09-29 06:53:37.891833"]] TRANSACTION (6.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.925760"], ["updated_at", "2022-09-29 06:53:37.925760"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE7\xBD\x91\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE7\xBD\x91\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:37.960006"], ["updated_at", "2022-09-29 06:53:37.960007"]] TRANSACTION (3.9ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE9\x92\x89\xE6\x9E\xAA\xE6\x94\xB9\xE6\xB0\x94"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE9\x92\x89\xE6\x9E\xAA\xE6\x94\xB9\xE6\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.041670"], ["updated_at", "2022-09-29 06:53:38.041672"]] TRANSACTION (11.0ms) COMMIT User Load (10.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE9\x92\x89\xE6\x9E\xAA\xE6\x94\xB9\xE7\x8C\x8E\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE9\x92\x89\xE6\x9E\xAA\xE6\x94\xB9\xE7\x8C\x8E\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.134361"], ["updated_at", "2022-09-29 06:53:38.134362"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE9\x92\x89\xE6\x9E\xAA\xE6\x94\xB9\xE8\xA3\x85\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE9\x92\x89\xE6\x9E\xAA\xE6\x94\xB9\xE8\xA3\x85\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.171853"], ["updated_at", "2022-09-29 06:53:38.171854"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE9\xA2\x9C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE9\xA2\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.195490"], ["updated_at", "2022-09-29 06:53:38.195490"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x86\xE5\x88\x99\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x86\xE5\x88\x99\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.223234"], ["updated_at", "2022-09-29 06:53:38.223235"]] TRANSACTION (3.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x89\xE5\x81\xA5\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x89\xE5\x81\xA5\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.255042"], ["updated_at", "2022-09-29 06:53:38.255043"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8A\xE7\x88\xB5\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8A\xE7\x88\xB5\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.278407"], ["updated_at", "2022-09-29 06:53:38.278408"]] TRANSACTION (7.8ms) COMMIT User Load (19.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F6\xE7\x81\xB5\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F6\xE7\x81\xB5\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.326863"], ["updated_at", "2022-09-29 06:53:38.326865"]] TRANSACTION (5.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8Fshuo\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8Fshuo\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.376282"], ["updated_at", "2022-09-29 06:53:38.376283"]] TRANSACTION (3.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8Fxue"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8Fxue"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.401406"], ["updated_at", "2022-09-29 06:53:38.401407"]] TRANSACTION (3.8ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE3\x80\x82\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE3\x80\x82\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.443486"], ["updated_at", "2022-09-29 06:53:38.443486"]] TRANSACTION (4.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE4\xBC\x99\xE4\xBC\xB4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE4\xBC\x99\xE4\xBC\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.476085"], ["updated_at", "2022-09-29 06:53:38.476086"]] TRANSACTION (3.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE4\xBE\xBF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE4\xBE\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.502426"], ["updated_at", "2022-09-29 06:53:38.502427"]] TRANSACTION (7.5ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE4\xBF\xAE"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE4\xBF\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.548883"], ["updated_at", "2022-09-29 06:53:38.548884"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x85\x84\xE5\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x85\x84\xE5\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.581856"], ["updated_at", "2022-09-29 06:53:38.581856"]] TRANSACTION (4.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8E\xA8\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8E\xA8\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.613133"], ["updated_at", "2022-09-29 06:53:38.613134"]] TRANSACTION (6.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\x82\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\x82\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.663353"], ["updated_at", "2022-09-29 06:53:38.663355"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.693591"], ["updated_at", "2022-09-29 06:53:38.693591"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.730640"], ["updated_at", "2022-09-29 06:53:38.730641"]] TRANSACTION (5.1ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.770262"], ["updated_at", "2022-09-29 06:53:38.770263"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.795194"], ["updated_at", "2022-09-29 06:53:38.795195"]] TRANSACTION (4.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.828770"], ["updated_at", "2022-09-29 06:53:38.828773"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x9B\xBE\xE7\xBA\xB8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x9B\xBE\xE7\xBA\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.866560"], ["updated_at", "2022-09-29 06:53:38.866562"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.893812"], ["updated_at", "2022-09-29 06:53:38.893813"]] TRANSACTION (5.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.934628"], ["updated_at", "2022-09-29 06:53:38.934629"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.970050"], ["updated_at", "2022-09-29 06:53:38.970053"]] TRANSACTION (2.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:38.993848"], ["updated_at", "2022-09-29 06:53:38.993849"]] TRANSACTION (7.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xB0\x94\xE6\x9E\xAA\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xB0\x94\xE6\x9E\xAA\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.029871"], ["updated_at", "2022-09-29 06:53:39.029872"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE7\xA7\x83\xE9\xB9\xB0\xE6\xB2\x99\xE6\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE7\xA7\x83\xE9\xB9\xB0\xE6\xB2\x99\xE6\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.066860"], ["updated_at", "2022-09-29 06:53:39.066861"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x91\xE6\xAD\xA5\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x91\xE6\xAD\xA5\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.092727"], ["updated_at", "2022-09-29 06:53:39.092728"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x91\xE6\xAD\xA5\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x91\xE6\xAD\xA5\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.122516"], ["updated_at", "2022-09-29 06:53:39.122517"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x9E\x8B\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x9E\x8B\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.156414"], ["updated_at", "2022-09-29 06:53:39.156417"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.179664"], ["updated_at", "2022-09-29 06:53:39.179665"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.203907"], ["updated_at", "2022-09-29 06:53:39.203907"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8\xE5\x85\xA8\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8\xE5\x85\xA8\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.230533"], ["updated_at", "2022-09-29 06:53:39.230534"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8\xE5\x8F\xA3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8\xE5\x8F\xA3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.268348"], ["updated_at", "2022-09-29 06:53:39.268348"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.290246"], ["updated_at", "2022-09-29 06:53:39.290246"]] TRANSACTION (5.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8E\xE6\x82\xA8\xE7\x9B\xB8\xE7\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8E\xE6\x82\xA8\xE7\x9B\xB8\xE7\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.321739"], ["updated_at", "2022-09-29 06:53:39.321740"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE5\x85\xA8\xE5\xA5\x97\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE5\x85\xA8\xE5\xA5\x97\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.357927"], ["updated_at", "2022-09-29 06:53:39.357928"]] TRANSACTION (3.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE5\x85\xBC\xE8\x81\x8C\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE5\x85\xBC\xE8\x81\x8C\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.381610"], ["updated_at", "2022-09-29 06:53:39.381611"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE6\x89\x93\xE9\xA3\x9E\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE6\x89\x93\xE9\xA3\x9E\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.404721"], ["updated_at", "2022-09-29 06:53:39.404723"]] TRANSACTION (6.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE6\x8C\x89\xE6\x91\xA9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE6\x8C\x89\xE6\x91\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.434318"], ["updated_at", "2022-09-29 06:53:39.434319"]] TRANSACTION (5.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE6\x8F\xB4\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE6\x8F\xB4\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.471163"], ["updated_at", "2022-09-29 06:53:39.471164"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE7\x89\xB9\xE6\xAE\x8A\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (11.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE7\x89\xB9\xE6\xAE\x8A\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.494989"], ["updated_at", "2022-09-29 06:53:39.494989"]] TRANSACTION (9.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.553121"], ["updated_at", "2022-09-29 06:53:39.553122"]] TRANSACTION (4.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xBC\x9F\xE5\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xBC\x9F\xE5\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.591786"], ["updated_at", "2022-09-29 06:53:39.591788"]] TRANSACTION (4.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE6\x97\xB6\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE6\x97\xB6\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.623483"], ["updated_at", "2022-09-29 06:53:39.623484"]] TRANSACTION (6.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE6\xB3\x89\xE6\x81\xB6\xE6\x90\x9E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE6\xB3\x89\xE6\x81\xB6\xE6\x90\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.665394"], ["updated_at", "2022-09-29 06:53:39.665395"]] TRANSACTION (9.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE4\xB8\x80\xE9\x83\x8E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE4\xB8\x80\xE9\x83\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.698418"], ["updated_at", "2022-09-29 06:53:39.698419"]] TRANSACTION (6.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE5\x9B\xAD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE5\x9B\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.736340"], ["updated_at", "2022-09-29 06:53:39.736385"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE5\x9C\x86"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE5\x9C\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.772497"], ["updated_at", "2022-09-29 06:53:39.772497"]] TRANSACTION (3.3ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE7\x8E\x9B\xE8\x8E\x89\xE4\xBA\x9A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE7\x8E\x9B\xE8\x8E\x89\xE4\xBA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.796584"], ["updated_at", "2022-09-29 06:53:39.796585"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE6\xB4\xBB\xE4\xBD\x9B"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE6\xB4\xBB\xE4\xBD\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.824926"], ["updated_at", "2022-09-29 06:53:39.824927"]] TRANSACTION (4.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\x81\xAB\xE8\xBD\xA6\xE5\x91\x9C"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\x81\xAB\xE8\xBD\xA6\xE5\x91\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.860773"], ["updated_at", "2022-09-29 06:53:39.860774"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\x81\xB5\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\x81\xB5\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.894321"], ["updated_at", "2022-09-29 06:53:39.894323"]] TRANSACTION (6.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\x8C\x8E\xE4\xBA\xBA\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\x8C\x8E\xE4\xBA\xBA\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.936453"], ["updated_at", "2022-09-29 06:53:39.936454"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\x94\x9C\xE9\xA5\xBCAPP"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\x94\x9C\xE9\xA5\xBCAPP"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:39.977067"], ["updated_at", "2022-09-29 06:53:39.977067"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.000856"], ["updated_at", "2022-09-29 06:53:40.000857"]] TRANSACTION (7.8ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\x99\xBD\xE5\x85\x94"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\x99\xBD\xE5\x85\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.047121"], ["updated_at", "2022-09-29 06:53:40.047122"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\xA7\x98\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\xA7\x98\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.085398"], ["updated_at", "2022-09-29 06:53:40.085399"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.113273"], ["updated_at", "2022-09-29 06:53:40.113274"]] TRANSACTION (7.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\xB1\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\xB1\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.157910"], ["updated_at", "2022-09-29 06:53:40.157914"]] TRANSACTION (3.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\xBC\x96"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\xBC\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.187022"], ["updated_at", "2022-09-29 06:53:40.187023"]] TRANSACTION (5.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\x82\x89\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\x82\x89\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.216859"], ["updated_at", "2022-09-29 06:53:40.216860"]] TRANSACTION (10.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\x85\xB9"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\x85\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.253691"], ["updated_at", "2022-09-29 06:53:40.253692"]] TRANSACTION (5.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\x85\xB9\xE5\xA4\x84"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\x85\xB9\xE5\xA4\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.286937"], ["updated_at", "2022-09-29 06:53:40.286938"]] TRANSACTION (11.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\x88\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\x88\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.320774"], ["updated_at", "2022-09-29 06:53:40.320775"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\x99\x8E\xE4\xB8\xBD\xE4\xB8\xBD\xE6\x89\xBE\xE9\x9D\x93\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\x99\x8E\xE4\xB8\xBD\xE4\xB8\xBD\xE6\x89\xBE\xE9\x9D\x93\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.356151"], ["updated_at", "2022-09-29 06:53:40.356152"]] TRANSACTION (2.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.381455"], ["updated_at", "2022-09-29 06:53:40.381456"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\xAF\xB4wang"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\xAF\xB4wang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.406202"], ["updated_at", "2022-09-29 06:53:40.406202"]] TRANSACTION (5.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE6\x8D\xA2\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE6\x8D\xA2\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.434596"], ["updated_at", "2022-09-29 06:53:40.434596"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE7\xA0\x81\xE5\xAD\x97\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE7\xA0\x81\xE5\xAD\x97\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.472240"], ["updated_at", "2022-09-29 06:53:40.472241"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.496005"], ["updated_at", "2022-09-29 06:53:40.496005"]] TRANSACTION (3.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE9\x98\x85\xE8\xAF\xBB\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE9\x98\x85\xE8\xAF\xBB\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.522374"], ["updated_at", "2022-09-29 06:53:40.522375"]] TRANSACTION (7.5ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.566729"], ["updated_at", "2022-09-29 06:53:40.566730"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE9\xA2\x9D\xE8\xB4\xB7\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE9\xA2\x9D\xE8\xB4\xB7\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.594134"], ["updated_at", "2022-09-29 06:53:40.594135"]] TRANSACTION (3.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE9\xAA\x9ABB"], ["LIMIT", 1]] TRANSACTION (44.0ms) BEGIN User Load (7.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE9\xAA\x9ABB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.622195"], ["updated_at", "2022-09-29 06:53:40.622196"]] TRANSACTION (8.7ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE9\xAA\x9ABB\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE9\xAA\x9ABB\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.724764"], ["updated_at", "2022-09-29 06:53:40.724765"]] TRANSACTION (4.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE9\xB8\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE9\xB8\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.770989"], ["updated_at", "2022-09-29 06:53:40.770990"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE9\xB8\xA1\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE9\xB8\xA1\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.800986"], ["updated_at", "2022-09-29 06:53:40.800987"]] TRANSACTION (7.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (28.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE9\xBB\x91\xE8\xB1\xB9 2005A"], ["LIMIT", 1]] TRANSACTION (28.1ms) BEGIN User Load (13.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE9\xBB\x91\xE8\xB1\xB9 2005A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.853166"], ["updated_at", "2022-09-29 06:53:40.853198"]] TRANSACTION (7.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE4\xBF\xAE\xE6\xAD\xA3"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE4\xBF\xAE\xE6\xAD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:40.997970"], ["updated_at", "2022-09-29 06:53:40.997974"]] TRANSACTION (8.3ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\x84\xBF\xE4\xB8\x8D\xE5\xAE\x9C"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\x84\xBF\xE4\xB8\x8D\xE5\xAE\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.047457"], ["updated_at", "2022-09-29 06:53:41.047458"]] TRANSACTION (9.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\x84\xBF\xE5\x8B\xBF\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\x84\xBF\xE5\x8B\xBF\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.103989"], ["updated_at", "2022-09-29 06:53:41.103992"]] TRANSACTION (9.4ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.150915"], ["updated_at", "2022-09-29 06:53:41.150916"]] TRANSACTION (4.5ms) COMMIT User Load (8.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE6\x8D\xA2\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE6\x8D\xA2\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.198872"], ["updated_at", "2022-09-29 06:53:41.198873"]] TRANSACTION (4.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE6\xB3\xA2\xE9\x9C\xB8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE6\xB3\xA2\xE9\x9C\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.236420"], ["updated_at", "2022-09-29 06:53:41.236420"]] TRANSACTION (5.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE6\xBD\x98\xE9\x87\x91\xE8\x8E\xB2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE6\xBD\x98\xE9\x87\x91\xE8\x8E\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.280319"], ["updated_at", "2022-09-29 06:53:41.280319"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE8\xA2\xAB\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE8\xA2\xAB\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.311367"], ["updated_at", "2022-09-29 06:53:41.311368"]] TRANSACTION (6.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE8\xBF\xB7\xE5\xB9\xBB\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE8\xBF\xB7\xE5\xB9\xBB\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.348538"], ["updated_at", "2022-09-29 06:53:41.348539"]] TRANSACTION (4.2ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE8\xBF\xB7\xE6\x83\x85\xE8\x8D\xAF\xE6\xB0\xB4\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE8\xBF\xB7\xE6\x83\x85\xE8\x8D\xAF\xE6\xB0\xB4\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.383784"], ["updated_at", "2022-09-29 06:53:41.383785"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE9\xAB\x98\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE9\xAB\x98\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.415202"], ["updated_at", "2022-09-29 06:53:41.415203"]] TRANSACTION (7.2ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.461674"], ["updated_at", "2022-09-29 06:53:41.461676"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE4\xBA\xBA\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE4\xBA\xBA\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.496737"], ["updated_at", "2022-09-29 06:53:41.496739"]] TRANSACTION (8.5ms) COMMIT User Load (8.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE7\x99\xBD\xE6\xB4\x81"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE7\x99\xBD\xE6\xB4\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.542185"], ["updated_at", "2022-09-29 06:53:41.542187"]] TRANSACTION (10.3ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE7\x99\xBD\xE6\xB4\x81\xE5\x85\xA8\xE9\x9B\x86"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE7\x99\xBD\xE6\xB4\x81\xE5\x85\xA8\xE9\x9B\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.590832"], ["updated_at", "2022-09-29 06:53:41.590832"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (8.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.624742"], ["updated_at", "2022-09-29 06:53:41.624743"]] TRANSACTION (7.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE8\xB5\xB0\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE8\xB5\xB0\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.760798"], ["updated_at", "2022-09-29 06:53:41.760800"]] TRANSACTION (5.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA9\xA6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.866226"], ["updated_at", "2022-09-29 06:53:41.866227"]] TRANSACTION (6.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xB9\xB4\xE5\xA4\xA7\xE5\xAE\x9D\xE5\x85\xA8\xE9\x9B\x86"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xB9\xB4\xE5\xA4\xA7\xE5\xAE\x9D\xE5\x85\xA8\xE9\x9B\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.908521"], ["updated_at", "2022-09-29 06:53:41.908522"]] TRANSACTION (10.4ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xB9\xB4\xE9\x98\xBF\xE5\xAE\xBE"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xB9\xB4\xE9\x98\xBF\xE5\xAE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.957029"], ["updated_at", "2022-09-29 06:53:41.957031"]] TRANSACTION (5.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x96\xE6\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x96\xE6\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:41.997916"], ["updated_at", "2022-09-29 06:53:41.997917"]] TRANSACTION (5.2ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x9A\xE7\xA6\x8F\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (7.2ms) BEGIN User Load (8.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x9A\xE7\xA6\x8F\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.034913"], ["updated_at", "2022-09-29 06:53:42.034914"]] TRANSACTION (5.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xA4\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xA4\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.085533"], ["updated_at", "2022-09-29 06:53:42.085534"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xA4\xE7\x89\xA9\xE6\xBF\x80\xE6\x83\x85\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xA4\xE7\x89\xA9\xE6\xBF\x80\xE6\x83\x85\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.113290"], ["updated_at", "2022-09-29 06:53:42.113290"]] TRANSACTION (6.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xA4\xE7\x89\xA9\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xA4\xE7\x89\xA9\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.146878"], ["updated_at", "2022-09-29 06:53:42.146880"]] TRANSACTION (6.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xB1\xE5\x8E\xBB\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xB1\xE5\x8E\xBB\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.186824"], ["updated_at", "2022-09-29 06:53:42.186825"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xB1\xE7\x88\xB1\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xB1\xE7\x88\xB1\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.229710"], ["updated_at", "2022-09-29 06:53:42.229711"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xB1\xE8\xA6\x81\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xB1\xE8\xA6\x81\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.274584"], ["updated_at", "2022-09-29 06:53:42.274586"]] TRANSACTION (4.3ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.326796"], ["updated_at", "2022-09-29 06:53:42.326799"]] TRANSACTION (7.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xB8\xE5\x8D\x9A"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xB8\xE5\x8D\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.376214"], ["updated_at", "2022-09-29 06:53:42.376214"]] TRANSACTION (5.2ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xB9\xE5\xBA\x86\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xB9\xE5\xBA\x86\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.425637"], ["updated_at", "2022-09-29 06:53:42.425639"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xB9\xE6\x96\xB9\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xB9\xE6\x96\xB9\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.460719"], ["updated_at", "2022-09-29 06:53:42.460720"]] TRANSACTION (3.8ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBC\xE5\x8F\xAF\xE5\x88\xB9\xE7\xB1\xB3"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBC\xE5\x8F\xAF\xE5\x88\xB9\xE7\xB1\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.496698"], ["updated_at", "2022-09-29 06:53:42.496699"]] TRANSACTION (5.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBC\xE6\xB3\x8A\xE5\xB0\x94\xE5\x86\x9B\xE5\x88\x80 \xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBC\xE6\xB3\x8A\xE5\xB0\x94\xE5\x86\x9B\xE5\x88\x80 \xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.535707"], ["updated_at", "2022-09-29 06:53:42.535709"]] TRANSACTION (3.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBC\xE6\xB3\x8A\xE5\xB0\x94\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBC\xE6\xB3\x8A\xE5\xB0\x94\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.573822"], ["updated_at", "2022-09-29 06:53:42.573823"]] TRANSACTION (5.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBC\xE6\xB3\x8A\xE5\xB0\x94\xE5\x86\x9B\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBC\xE6\xB3\x8A\xE5\xB0\x94\xE5\x86\x9B\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.607956"], ["updated_at", "2022-09-29 06:53:42.607957"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBE\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBE\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.630843"], ["updated_at", "2022-09-29 06:53:42.630844"]] TRANSACTION (5.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBF\xE5\xB0\xBF"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBF\xE5\xB0\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.669606"], ["updated_at", "2022-09-29 06:53:42.669607"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBF\xE6\x80\xA5"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBF\xE6\x80\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.702179"], ["updated_at", "2022-09-29 06:53:42.702180"]] TRANSACTION (4.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBF\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBF\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.726288"], ["updated_at", "2022-09-29 06:53:42.726289"]] TRANSACTION (4.6ms) COMMIT User Load (13.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (18.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\x81\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\x81\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.763966"], ["updated_at", "2022-09-29 06:53:42.763967"]] TRANSACTION (7.2ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\x81\xE8\x82\xA1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\x81\xE8\x82\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.843104"], ["updated_at", "2022-09-29 06:53:42.843105"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\x84"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.880965"], ["updated_at", "2022-09-29 06:53:42.880969"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\x84\xE8\xB5\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\x84\xE8\xB5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.909522"], ["updated_at", "2022-09-29 06:53:42.909523"]] TRANSACTION (2.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\x8C"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (7.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.939578"], ["updated_at", "2022-09-29 06:53:42.939580"]] TRANSACTION (9.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\x99\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\x99\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:42.986454"], ["updated_at", "2022-09-29 06:53:42.986455"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\x9E\xE7\x81\xB5\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\x9E\xE7\x81\xB5\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.029133"], ["updated_at", "2022-09-29 06:53:43.029134"]] TRANSACTION (7.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\xA0\xE5\xAE\xB0\xE8\x97\x8F\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\xA0\xE5\xAE\xB0\xE8\x97\x8F\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.065793"], ["updated_at", "2022-09-29 06:53:43.065794"]] TRANSACTION (5.2ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\xA0\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.110380"], ["updated_at", "2022-09-29 06:53:43.110381"]] TRANSACTION (3.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\xA0\xE6\x9D\x80\xE5\xAD\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\xA0\xE6\x9D\x80\xE5\xAD\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.142269"], ["updated_at", "2022-09-29 06:53:43.142270"]] TRANSACTION (6.9ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\xB1\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\xB1\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.190775"], ["updated_at", "2022-09-29 06:53:43.190776"]] TRANSACTION (5.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\xB1\xE6\xB6\x89\xE9\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (20.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\xB1\xE6\xB6\x89\xE9\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.232826"], ["updated_at", "2022-09-29 06:53:43.232827"]] TRANSACTION (6.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\xB1\xE8\xA5\xBF\xE6\xB4\xAA\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\xB1\xE8\xA5\xBF\xE6\xB4\xAA\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.295078"], ["updated_at", "2022-09-29 06:53:43.295080"]] TRANSACTION (10.0ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\xB1\xE8\xA5\xBF\xE9\xBB\x91\xE7\xA0\x96\xE7\xAA\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\xB1\xE8\xA5\xBF\xE9\xBB\x91\xE7\xA0\x96\xE7\xAA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.349324"], ["updated_at", "2022-09-29 06:53:43.349328"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB2\xA1\xE6\x9C\xAC\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB2\xA1\xE6\x9C\xAC\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.386138"], ["updated_at", "2022-09-29 06:53:43.386139"]] TRANSACTION (4.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB2\xB3\xE6\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB2\xB3\xE6\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.421396"], ["updated_at", "2022-09-29 06:53:43.421397"]] TRANSACTION (6.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB3\xB0\xE5\xB3\xA6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB3\xB0\xE5\xB3\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.463648"], ["updated_at", "2022-09-29 06:53:43.463650"]] TRANSACTION (4.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB4\x94\xE7\x8E\x89\xE4\xBA\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB4\x94\xE7\x8E\x89\xE4\xBA\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.502455"], ["updated_at", "2022-09-29 06:53:43.502456"]] TRANSACTION (4.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB4\x94\xE8\x8B\xB1\xE6\x9D\xB0"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB4\x94\xE8\x8B\xB1\xE6\x9D\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.531073"], ["updated_at", "2022-09-29 06:53:43.531074"]] TRANSACTION (10.6ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB4\xA9\xE7\x9B\x98"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB4\xA9\xE7\x9B\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.573262"], ["updated_at", "2022-09-29 06:53:43.573263"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\x9Db26931"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\x9Db26931"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.613615"], ["updated_at", "2022-09-29 06:53:43.613615"]] TRANSACTION (4.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\x9D\xE5\xB2\x9B\xE5\x92\x8C\xE6\xB4\xA5\xE5\xAE\x9E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\x9D\xE5\xB2\x9B\xE5\x92\x8C\xE6\xB4\xA5\xE5\xAE\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.642009"], ["updated_at", "2022-09-29 06:53:43.642009"]] TRANSACTION (8.6ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD"], ["LIMIT", 1]] TRANSACTION (8.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.687234"], ["updated_at", "2022-09-29 06:53:43.687235"]] TRANSACTION (5.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\x9E\xE5\xA4\xA7\xE6\x89\xB9\xE8\xB4\xAA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\x9E\xE5\xA4\xA7\xE6\x89\xB9\xE8\xB4\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.728850"], ["updated_at", "2022-09-29 06:53:43.728851"]] TRANSACTION (9.2ms) COMMIT User Load (13.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\x9E\xE6\x83\xA8\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (9.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (27.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\x9E\xE6\x83\xA8\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.778209"], ["updated_at", "2022-09-29 06:53:43.778210"]] TRANSACTION (4.1ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA2\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA2\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.862227"], ["updated_at", "2022-09-29 06:53:43.862228"]] TRANSACTION (4.9ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.908834"], ["updated_at", "2022-09-29 06:53:43.908836"]] TRANSACTION (5.3ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE4\xBD\x9C\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE4\xBD\x9C\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.951665"], ["updated_at", "2022-09-29 06:53:43.951666"]] TRANSACTION (4.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE4\xBD\x9C\xE8\xB4\xA8\xE9\x87\x8F"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE4\xBD\x9C\xE8\xB4\xA8\xE9\x87\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:43.994941"], ["updated_at", "2022-09-29 06:53:43.994942"]] TRANSACTION (6.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.035493"], ["updated_at", "2022-09-29 06:53:44.035494"]] TRANSACTION (5.1ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\x8A\x9B\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\x8A\x9B\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.074719"], ["updated_at", "2022-09-29 06:53:44.074720"]] TRANSACTION (5.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\x95\x86\xE4\xBB\xA3\xE7\x90\x86QQ"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\x95\x86\xE4\xBB\xA3\xE7\x90\x86QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.120176"], ["updated_at", "2022-09-29 06:53:44.120177"]] TRANSACTION (6.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB1\xBD\xE7\x8B\x97\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB1\xBD\xE7\x8B\x97\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.163589"], ["updated_at", "2022-09-29 06:53:44.163590"]] TRANSACTION (5.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.205101"], ["updated_at", "2022-09-29 06:53:44.205102"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE\xE4\xB8\x93"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE\xE4\xB8\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.237161"], ["updated_at", "2022-09-29 06:53:44.237161"]] TRANSACTION (3.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8C\x87\xE5\xAE\x9A\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8C\x87\xE5\xAE\x9A\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.265793"], ["updated_at", "2022-09-29 06:53:44.265794"]] TRANSACTION (4.8ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.308363"], ["updated_at", "2022-09-29 06:53:44.308365"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\xA3\xE6\xA7\x8Dqq"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\xA3\xE6\xA7\x8Dqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.335748"], ["updated_at", "2022-09-29 06:53:44.335748"]] TRANSACTION (4.6ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\xA3\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\xA3\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.376415"], ["updated_at", "2022-09-29 06:53:44.376416"]] TRANSACTION (6.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\xA3\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\xA3\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.415993"], ["updated_at", "2022-09-29 06:53:44.415994"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.443844"], ["updated_at", "2022-09-29 06:53:44.443844"]] TRANSACTION (3.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.478177"], ["updated_at", "2022-09-29 06:53:44.478178"]] TRANSACTION (5.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.514015"], ["updated_at", "2022-09-29 06:53:44.514016"]] TRANSACTION (5.3ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.548296"], ["updated_at", "2022-09-29 06:53:44.548297"]] TRANSACTION (8.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x9B\xBE\xE7\xBA\xB8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x9B\xBE\xE7\xBA\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.599758"], ["updated_at", "2022-09-29 06:53:44.599759"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.640759"], ["updated_at", "2022-09-29 06:53:44.640760"]] TRANSACTION (7.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.681787"], ["updated_at", "2022-09-29 06:53:44.681789"]] TRANSACTION (4.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.724228"], ["updated_at", "2022-09-29 06:53:44.724228"]] TRANSACTION (4.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE7\x94\xA2\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE7\x94\xA2\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.756963"], ["updated_at", "2022-09-29 06:53:44.756964"]] TRANSACTION (5.2ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE7\xA8\x8B\xE5\x90\x9E\xE5\xBE\x97"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE7\xA8\x8B\xE5\x90\x9E\xE5\xBE\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.796791"], ["updated_at", "2022-09-29 06:53:44.796792"]] TRANSACTION (7.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE8\x87\xAA\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE8\x87\xAA\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.852631"], ["updated_at", "2022-09-29 06:53:44.852632"]] TRANSACTION (9.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE8\xB3\x87\xE7\x95\xB6\xE5\xA4\xA9\xE7\x99\xBC\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE8\xB3\x87\xE7\x95\xB6\xE5\xA4\xA9\xE7\x99\xBC\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.895913"], ["updated_at", "2022-09-29 06:53:44.895914"]] TRANSACTION (3.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE8\xB5\x84"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE8\xB5\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.934004"], ["updated_at", "2022-09-29 06:53:44.934004"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA6\xE5\xA4\xAA\xE5\x8C\x97"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA6\xE5\xA4\xAA\xE5\x8C\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:44.967029"], ["updated_at", "2022-09-29 06:53:44.967029"]] TRANSACTION (7.8ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA6\xE6\x97\x8B\xE9\xBA\xBB\xE9\xBB\x84\xE7\xB4\xA0\xE7\x9B\xB4\xE9\x94\x80qq"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA6\xE6\x97\x8B\xE9\xBA\xBB\xE9\xBB\x84\xE7\xB4\xA0\xE7\x9B\xB4\xE9\x94\x80qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.010497"], ["updated_at", "2022-09-29 06:53:45.010498"]] TRANSACTION (7.7ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (15.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA6\xE6\xA3\x8D"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA6\xE6\xA3\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.066845"], ["updated_at", "2022-09-29 06:53:45.066846"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA6\xE7\xBF\xBC\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (9.1ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA6\xE7\xBF\xBC\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.127620"], ["updated_at", "2022-09-29 06:53:45.127620"]] TRANSACTION (12.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA6\xE8\xBD\xAC\xE6\x98\xAF\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA6\xE8\xBD\xAC\xE6\x98\xAF\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.182577"], ["updated_at", "2022-09-29 06:53:45.182578"]] TRANSACTION (5.3ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.222903"], ["updated_at", "2022-09-29 06:53:45.222905"]] TRANSACTION (7.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.263067"], ["updated_at", "2022-09-29 06:53:45.263068"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.287685"], ["updated_at", "2022-09-29 06:53:45.287685"]] TRANSACTION (4.9ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE5\xB1\x8C"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE5\xB1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.325174"], ["updated_at", "2022-09-29 06:53:45.325177"]] TRANSACTION (6.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.366599"], ["updated_at", "2022-09-29 06:53:45.366600"]] TRANSACTION (6.8ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (8.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (47.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.406514"], ["updated_at", "2022-09-29 06:53:45.406515"]] TRANSACTION (10.4ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.504035"], ["updated_at", "2022-09-29 06:53:45.504036"]] TRANSACTION (5.1ms) COMMIT User Load (7.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (14.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (13.1ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.563065"], ["updated_at", "2022-09-29 06:53:45.563066"]] TRANSACTION (6.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE9\xA2\x9D\xE8\xB4\xA2\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE9\xA2\x9D\xE8\xB4\xA2\xE4\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.634076"], ["updated_at", "2022-09-29 06:53:45.634078"]] TRANSACTION (7.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE9\xA2\x9D\xE9\xAA\x97\xE5\x82\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE9\xA2\x9D\xE9\xAA\x97\xE5\x82\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.678829"], ["updated_at", "2022-09-29 06:53:45.678830"]] TRANSACTION (10.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.736411"], ["updated_at", "2022-09-29 06:53:45.736412"]] TRANSACTION (5.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xB4\xE7\x89\xB9\xE5\xB0\x94"], ["LIMIT", 1]] TRANSACTION (8.0ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xB4\xE7\x89\xB9\xE5\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.778267"], ["updated_at", "2022-09-29 06:53:45.778268"]] TRANSACTION (4.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xB4\xE8\xB5\xAB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xB4\xE8\xB5\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.829489"], ["updated_at", "2022-09-29 06:53:45.829490"]] TRANSACTION (9.3ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x83\xE5\x8D\x96\xE6\xB7\xAB\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x83\xE5\x8D\x96\xE6\xB7\xAB\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.872569"], ["updated_at", "2022-09-29 06:53:45.872570"]] TRANSACTION (57.9ms) COMMIT User Load (8.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x85\xE5\x93\xA5\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x85\xE5\x93\xA5\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:45.970954"], ["updated_at", "2022-09-29 06:53:45.970956"]] TRANSACTION (13.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x85\xE5\x93\xA5\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (21.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x85\xE5\x93\xA5\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:46.125632"], ["updated_at", "2022-09-29 06:53:46.125633"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x88\xE5\x82\x85\xE6\xB3\x95\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x88\xE5\x82\x85\xE6\xB3\x95\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:46.256537"], ["updated_at", "2022-09-29 06:53:46.256538"]] TRANSACTION (15.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x88\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x88\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:46.319522"], ["updated_at", "2022-09-29 06:53:46.319523"]] TRANSACTION (8.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x88\xE7\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x88\xE7\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:46.365461"], ["updated_at", "2022-09-29 06:53:46.365461"]] TRANSACTION (13.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x8C\xE7\x89\xB9\xE5\x8B\x92"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x8C\xE7\x89\xB9\xE5\x8B\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:46.415344"], ["updated_at", "2022-09-29 06:53:46.415345"]] TRANSACTION (20.2ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x8C\xE8\x84\x8F"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (7.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x8C\xE8\x84\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:46.485727"], ["updated_at", "2022-09-29 06:53:46.485728"]] TRANSACTION (13.7ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x8C\xE8\x91\xAC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x8C\xE8\x91\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:46.551201"], ["updated_at", "2022-09-29 06:53:46.551202"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x8C\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x8C\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:46.594588"], ["updated_at", "2022-09-29 06:53:46.594589"]] TRANSACTION (6.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x90\xE7\xAF\xB7"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x90\xE7\xAF\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:46.630380"], ["updated_at", "2022-09-29 06:53:46.630381"]] TRANSACTION (100.6ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x95\xE5\xB7\xB4\xE6\x8B\x89\xC2\xB7\xE6\xA0\xBC\xE5\x88\x97\xE6\x9C\x97\xE6\x9D\xB0"], ["LIMIT", 1]] TRANSACTION (6.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x95\xE5\xB7\xB4\xE6\x8B\x89\xC2\xB7\xE6\xA0\xBC\xE5\x88\x97\xE6\x9C\x97\xE6\x9D\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:46.780339"], ["updated_at", "2022-09-29 06:53:46.780340"]] TRANSACTION (5.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x9D\xE5\x9B\xBD\xE4\xB9\x8B\xE6\xA2\xA6"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x9D\xE5\x9B\xBD\xE4\xB9\x8B\xE6\xA2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:46.825171"], ["updated_at", "2022-09-29 06:53:46.825172"]] TRANSACTION (7.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xA6\xE5\xAD\xA9\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (9.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xA6\xE5\xAD\xA9\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:46.874870"], ["updated_at", "2022-09-29 06:53:46.874871"]] TRANSACTION (9.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xA6\xE5\xAE\x9D\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xA6\xE5\xAE\x9D\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:46.934759"], ["updated_at", "2022-09-29 06:53:46.934760"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xAD\xE4\xB8\xB4\xE7\xBB\x88\xE5\x89\x8D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xAD\xE4\xB8\xB4\xE7\xBB\x88\xE5\x89\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:46.975721"], ["updated_at", "2022-09-29 06:53:46.975722"]] TRANSACTION (5.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xAD\xE5\xA4\x8D\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xAD\xE5\xA4\x8D\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.012387"], ["updated_at", "2022-09-29 06:53:47.012391"]] TRANSACTION (10.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xAD\xE6\x8C\x87\xE7\x9D\x80\xE6\x8A\xA4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xAD\xE6\x8C\x87\xE7\x9D\x80\xE6\x8A\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.053653"], ["updated_at", "2022-09-29 06:53:47.053655"]] TRANSACTION (6.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xAE\xE4\xBA\xBA\xE6\x80\x80\xE5\xAD\x95"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xAE\xE4\xBA\xBA\xE6\x80\x80\xE5\xAD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.096037"], ["updated_at", "2022-09-29 06:53:47.096038"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xAE\xE5\xBF\x99\xE7\x82\xB9\xE4\xB8\x80\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xAE\xE5\xBF\x99\xE7\x82\xB9\xE4\xB8\x80\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.124967"], ["updated_at", "2022-09-29 06:53:47.124967"]] TRANSACTION (6.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xAE\xE5\xBF\x99\xE7\x82\xB9\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xAE\xE5\xBF\x99\xE7\x82\xB9\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.174484"], ["updated_at", "2022-09-29 06:53:47.174486"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xB8\xE5\x8A\xB2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xB8\xE5\x8A\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.213677"], ["updated_at", "2022-09-29 06:53:47.213678"]] TRANSACTION (4.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xB8\xE5\xBE\x81\xE8\xB4\xB5\xE5\xB7\x9E"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xB8\xE5\xBE\x81\xE8\xB4\xB5\xE5\xB7\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.243868"], ["updated_at", "2022-09-29 06:53:47.243869"]] TRANSACTION (5.0ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\x95\xE5\x89\x8D\xE6\x88\xB2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\x95\xE5\x89\x8D\xE6\x88\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.293355"], ["updated_at", "2022-09-29 06:53:47.293356"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\x95\xE6\xB2\xA1\xE6\x9C\x89\xE4\xB8\x8D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\x95\xE6\xB2\xA1\xE6\x9C\x89\xE4\xB8\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.326090"], ["updated_at", "2022-09-29 06:53:47.326091"]] TRANSACTION (7.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE4\xBB\x96"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE4\xBB\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.365419"], ["updated_at", "2022-09-29 06:53:47.365420"]] TRANSACTION (6.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.399135"], ["updated_at", "2022-09-29 06:53:47.399136"]] TRANSACTION (3.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE4\xBD\xA0\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE4\xBD\xA0\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.441275"], ["updated_at", "2022-09-29 06:53:47.441277"]] TRANSACTION (6.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE4\xBD\xA0\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE4\xBD\xA0\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.483334"], ["updated_at", "2022-09-29 06:53:47.483335"]] TRANSACTION (7.3ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE5\xA5\xB9"], ["LIMIT", 1]] TRANSACTION (8.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE5\xA5\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.541430"], ["updated_at", "2022-09-29 06:53:47.541432"]] TRANSACTION (4.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.591021"], ["updated_at", "2022-09-29 06:53:47.591023"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE5\xA6\x93\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE5\xA6\x93\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.622587"], ["updated_at", "2022-09-29 06:53:47.622589"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE5\xA7\xA8\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE5\xA7\xA8\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.657206"], ["updated_at", "2022-09-29 06:53:47.657208"]] TRANSACTION (6.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE5\xB1\x81\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE5\xB1\x81\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.696000"], ["updated_at", "2022-09-29 06:53:47.696001"]] TRANSACTION (3.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE6\x89\xB0\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE6\x89\xB0\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.723612"], ["updated_at", "2022-09-29 06:53:47.723613"]] TRANSACTION (4.1ms) COMMIT User Load (12.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE6\x96\xB0\xE7\x96\x86\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE6\x96\xB0\xE7\x96\x86\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.764899"], ["updated_at", "2022-09-29 06:53:47.764901"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE6\x9F\xB4\xE7\x83\x88\xE7\x81\xAB"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE6\x9F\xB4\xE7\x83\x88\xE7\x81\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.808661"], ["updated_at", "2022-09-29 06:53:47.808662"]] TRANSACTION (9.9ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.858027"], ["updated_at", "2022-09-29 06:53:47.858028"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE6\xAD\xBB\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE6\xAD\xBB\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.905868"], ["updated_at", "2022-09-29 06:53:47.905869"]] TRANSACTION (2.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE7\x82\xAE"], ["LIMIT", 1]] TRANSACTION (7.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE7\x82\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.934694"], ["updated_at", "2022-09-29 06:53:47.934695"]] TRANSACTION (6.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE7\x9A\x84\xE7\x88\xBD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE7\x9A\x84\xE7\x88\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:47.978165"], ["updated_at", "2022-09-29 06:53:47.978166"]] TRANSACTION (7.4ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.022684"], ["updated_at", "2022-09-29 06:53:48.022685"]] TRANSACTION (9.4ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB3\xE4\xB9\x89\xE6\x9D\xB0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB3\xE4\xB9\x89\xE6\x9D\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.075081"], ["updated_at", "2022-09-29 06:53:48.075082"]] TRANSACTION (6.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB3\xE5\x8F\x8D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB3\xE5\x8F\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.117604"], ["updated_at", "2022-09-29 06:53:48.117605"]] TRANSACTION (9.8ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB3\xE5\x8F\x8D\xE5\x85\xAD\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (11.1ms) BEGIN User Load (11.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB3\xE5\x8F\x8D\xE5\x85\xAD\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.166526"], ["updated_at", "2022-09-29 06:53:48.166527"]] TRANSACTION (10.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB3\xE5\x8F\xAB\xE5\x88\xB0\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB3\xE5\x8F\xAB\xE5\x88\xB0\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.237666"], ["updated_at", "2022-09-29 06:53:48.237667"]] TRANSACTION (6.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB3\xE5\xB0\x8F\xE9\x84\xA7"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB3\xE5\xB0\x8F\xE9\x84\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.286748"], ["updated_at", "2022-09-29 06:53:48.286749"]] TRANSACTION (3.3ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB3\xE6\x83\xA8\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB3\xE6\x83\xA8\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.328411"], ["updated_at", "2022-09-29 06:53:48.328413"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB3\xE8\xBF\x91\xE7\xBF\x92"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB3\xE8\xBF\x91\xE7\xBF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.367498"], ["updated_at", "2022-09-29 06:53:48.367499"]] TRANSACTION (6.5ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB8\xE8\xBF\x90\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB8\xE8\xBF\x90\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.418868"], ["updated_at", "2022-09-29 06:53:48.418870"]] TRANSACTION (15.1ms) COMMIT User Load (10.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB9\xE7\x82\xAE"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB9\xE7\x82\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.541704"], ["updated_at", "2022-09-29 06:53:48.541707"]] TRANSACTION (2.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.743819"], ["updated_at", "2022-09-29 06:53:48.743821"]] TRANSACTION (5.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE5\x9C\x96"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE5\x9C\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.793131"], ["updated_at", "2022-09-29 06:53:48.793133"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.825725"], ["updated_at", "2022-09-29 06:53:48.825725"]] TRANSACTION (6.2ms) COMMIT User Load (10.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE5\xA5\xB3a\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE5\xA5\xB3a\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.902380"], ["updated_at", "2022-09-29 06:53:48.902381"]] TRANSACTION (6.9ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:48.958824"], ["updated_at", "2022-09-29 06:53:48.958825"]] TRANSACTION (6.3ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE5\xB9\xBC"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE5\xB9\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.003540"], ["updated_at", "2022-09-29 06:53:49.003541"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (19.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE7\x94\xB7"], ["LIMIT", 1]] TRANSACTION (17.1ms) BEGIN User Load (9.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (17.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE7\x94\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.037499"], ["updated_at", "2022-09-29 06:53:49.037499"]] TRANSACTION (8.5ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE9\xBD\xBF"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE9\xBD\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.133265"], ["updated_at", "2022-09-29 06:53:49.133266"]] TRANSACTION (5.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE6\x80\xA7\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE6\x80\xA7\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.177635"], ["updated_at", "2022-09-29 06:53:49.177636"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE7\xB1\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE7\xB1\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.207874"], ["updated_at", "2022-09-29 06:53:49.207874"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.230033"], ["updated_at", "2022-09-29 06:53:49.230033"]] TRANSACTION (5.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.258232"], ["updated_at", "2022-09-29 06:53:49.258233"]] TRANSACTION (4.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBD\xE8\xB0\xB7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBD\xE8\xB0\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.291992"], ["updated_at", "2022-09-29 06:53:49.291993"]] TRANSACTION (2.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBD\xE8\xB0\xB7\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBD\xE8\xB0\xB7\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.316269"], ["updated_at", "2022-09-29 06:53:49.316269"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE4\xB8\x9C\xE7\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE4\xB8\x9C\xE7\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.338100"], ["updated_at", "2022-09-29 06:53:49.338100"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\x91\x8A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\x91\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.369944"], ["updated_at", "2022-09-29 06:53:49.369945"]] TRANSACTION (3.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\x91\x8A\xE4\xBB\xA3\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\x91\x8A\xE4\xBB\xA3\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.408057"], ["updated_at", "2022-09-29 06:53:49.408058"]] TRANSACTION (6.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\x9C\xBA\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\x9C\xBA\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.439357"], ["updated_at", "2022-09-29 06:53:49.439357"]] TRANSACTION (3.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xAE\x89\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xAE\x89\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.473371"], ["updated_at", "2022-09-29 06:53:49.473372"]] TRANSACTION (6.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xAE\x89\xE7\xAC\xAC\xE4\xBA\x8C\xE4\xBA\xBA\xE6\xB0\x91\xE5\x8C\xBB\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xAE\x89\xE7\xAC\xAC\xE4\xBA\x8C\xE4\xBA\xBA\xE6\xB0\x91\xE5\x8C\xBB\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.504116"], ["updated_at", "2022-09-29 06:53:49.504117"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xADqq"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xADqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.530736"], ["updated_at", "2022-09-29 06:53:49.530737"]] TRANSACTION (4.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.556096"], ["updated_at", "2022-09-29 06:53:49.556097"]] TRANSACTION (8.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.599841"], ["updated_at", "2022-09-29 06:53:49.599842"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.624520"], ["updated_at", "2022-09-29 06:53:49.624520"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.647209"], ["updated_at", "2022-09-29 06:53:49.647210"]] TRANSACTION (5.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.682332"], ["updated_at", "2022-09-29 06:53:49.682332"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.707905"], ["updated_at", "2022-09-29 06:53:49.707906"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.729913"], ["updated_at", "2022-09-29 06:53:49.729913"]] TRANSACTION (3.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.753354"], ["updated_at", "2022-09-29 06:53:49.753355"]] TRANSACTION (5.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE7\x94\xB5\xE6\x80\xBB\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE7\x94\xB5\xE6\x80\xBB\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.787999"], ["updated_at", "2022-09-29 06:53:49.788000"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE8\xA5\xBF\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE8\xA5\xBF\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.809627"], ["updated_at", "2022-09-29 06:53:49.809627"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE9\x97\xBB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE9\x97\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.831065"], ["updated_at", "2022-09-29 06:53:49.831066"]] TRANSACTION (63.5ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x84\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (16.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x84\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.925345"], ["updated_at", "2022-09-29 06:53:49.925346"]] TRANSACTION (5.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x86\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x86\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:49.983560"], ["updated_at", "2022-09-29 06:53:49.983560"]] TRANSACTION (4.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x8A\xE3\x80\x82\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x8A\xE3\x80\x82\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.013961"], ["updated_at", "2022-09-29 06:53:50.013962"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x8A\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x8A\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.037686"], ["updated_at", "2022-09-29 06:53:50.037687"]] TRANSACTION (6.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x8A\xE4\xB8\x8A\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x8A\xE4\xB8\x8A\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.071268"], ["updated_at", "2022-09-29 06:53:50.071269"]] TRANSACTION (5.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x8A\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x8A\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.112278"], ["updated_at", "2022-09-29 06:53:50.112279"]] TRANSACTION (3.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x8A\xEF\xBC\x8C\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x8A\xEF\xBC\x8C\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.140972"], ["updated_at", "2022-09-29 06:53:50.140973"]] TRANSACTION (5.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x90\xE6\xB1\x9F\xE5\x8E\xBF\xE8\x89\xB3\xE7\x85\xA7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x90\xE6\xB1\x9F\xE5\x8E\xBF\xE8\x89\xB3\xE7\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.176063"], ["updated_at", "2022-09-29 06:53:50.176064"]] TRANSACTION (4.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x94\xE5\x8F\xAC"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x94\xE5\x8F\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.211864"], ["updated_at", "2022-09-29 06:53:50.211865"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x94\xE5\x8F\xAC\xE5\xA5\xB3\xE9\x83\x8E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x94\xE5\x8F\xAC\xE5\xA5\xB3\xE9\x83\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.234461"], ["updated_at", "2022-09-29 06:53:50.234462"]] TRANSACTION (7.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x94\xE5\xAD\x90\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x94\xE5\xAD\x90\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.267714"], ["updated_at", "2022-09-29 06:53:50.267715"]] TRANSACTION (5.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x94\xE6\x8B\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x94\xE6\x8B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.305682"], ["updated_at", "2022-09-29 06:53:50.305683"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x95\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x95\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.332937"], ["updated_at", "2022-09-29 06:53:50.332939"]] TRANSACTION (8.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x95\xE8\x96\xAA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x95\xE8\x96\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.362782"], ["updated_at", "2022-09-29 06:53:50.362784"]] TRANSACTION (6.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x95\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x95\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.398978"], ["updated_at", "2022-09-29 06:53:50.398979"]] TRANSACTION (4.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x9C\xE5\x8C\x85\xE5\xBA\x87"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x9C\xE5\x8C\x85\xE5\xBA\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.426641"], ["updated_at", "2022-09-29 06:53:50.426642"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x9C\xE9\x9B\x86\xE4\xB8\xAD\xE9\xA2\x86"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x9C\xE9\x9B\x86\xE4\xB8\xAD\xE9\xA2\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.449520"], ["updated_at", "2022-09-29 06:53:50.449521"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x9E\xE7\x84\xB6\xE5\xA4\xA7\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x9E\xE7\x84\xB6\xE5\xA4\xA7\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.487011"], ["updated_at", "2022-09-29 06:53:50.487012"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\xAD\xE5\xAE\xA1\xE7\x9B\xB4\xE6\x92\xAD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\xAD\xE5\xAE\xA1\xE7\x9B\xB4\xE6\x92\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.514711"], ["updated_at", "2022-09-29 06:53:50.514712"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\xB7\xE6\x97\xA5\xE6\x96\xB0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\xB7\xE6\x97\xA5\xE6\x96\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.535206"], ["updated_at", "2022-09-29 06:53:50.535207"]] TRANSACTION (5.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\xB7\xE6\xB2\xA1\xE6\x9C\x89\xE4\xB8\x8D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\xB7\xE6\xB2\xA1\xE6\x9C\x89\xE4\xB8\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.561244"], ["updated_at", "2022-09-29 06:53:50.561245"]] TRANSACTION (5.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\xB7\xE7\x94\x9F\xE4\xB8\xB9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\xB7\xE7\x94\x9F\xE4\xB8\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.591728"], ["updated_at", "2022-09-29 06:53:50.591728"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\xB7\xE8\xB7\xB3\xE6\xA5\xBC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\xB7\xE8\xB7\xB3\xE6\xA5\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.612242"], ["updated_at", "2022-09-29 06:53:50.612242"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\x89\xE6\x94\xBF\xE5\xA4\xA7\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\x89\xE6\x94\xBF\xE5\xA4\xA7\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.632288"], ["updated_at", "2022-09-29 06:53:50.632289"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\x96\xE4\xBC\xAF\xE5\xB9\xB4 \xE5\x8C\x97\xE4\xBA\xAC"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\x96\xE4\xBC\xAF\xE5\xB9\xB4 \xE5\x8C\x97\xE4\xBA\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.655846"], ["updated_at", "2022-09-29 06:53:50.655847"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\x96\xE6\x89\xBF\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\x96\xE6\x89\xBF\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.689195"], ["updated_at", "2022-09-29 06:53:50.689195"]] TRANSACTION (2.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\x96\xE6\x99\x96"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\x96\xE6\x99\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.711844"], ["updated_at", "2022-09-29 06:53:50.711844"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\x96\xE6\xA2\xA6\xE9\x86\x92"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\x96\xE6\xA2\xA6\xE9\x86\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.732234"], ["updated_at", "2022-09-29 06:53:50.732234"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\x96\xE9\x94\xA1\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\x96\xE9\x94\xA1\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.758323"], ["updated_at", "2022-09-29 06:53:50.758323"]] TRANSACTION (3.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\xA3\xE5\x91\x8A"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\xA3\xE5\x91\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.792387"], ["updated_at", "2022-09-29 06:53:50.792388"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\xBA\xE5\x9B\xBD\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\xBA\xE5\x9B\xBD\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.824297"], ["updated_at", "2022-09-29 06:53:50.824298"]] TRANSACTION (3.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\xBA\xE7\xAB\x8B\xE7\x94\x9F\xE6\xB4\xBB\xE6\x80\xA7\xE8\xA1\xA5\xE8\xB4\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\xBA\xE7\xAB\x8B\xE7\x94\x9F\xE6\xB4\xBB\xE6\x80\xA7\xE8\xA1\xA5\xE8\xB4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.850095"], ["updated_at", "2022-09-29 06:53:50.850096"]] TRANSACTION (5.4ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\xBF\xE4\xB8\x80\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\xBF\xE4\xB8\x80\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.894354"], ["updated_at", "2022-09-29 06:53:50.894355"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\xBF\xE4\xBA\x94\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\xBF\xE4\xBA\x94\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.926507"], ["updated_at", "2022-09-29 06:53:50.926508"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE5\x8F\x91\xE7\xA5\xA8\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE5\x8F\x91\xE7\xA5\xA8\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.954647"], ["updated_at", "2022-09-29 06:53:50.954648"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE5\xA2\x9E\xE5\x80\xBC\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE5\xA2\x9E\xE5\x80\xBC\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:50.986222"], ["updated_at", "2022-09-29 06:53:50.986224"]] TRANSACTION (4.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE5\xA4\xA9\xE7\x9B\xAE"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (23.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE5\xA4\xA9\xE7\x9B\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.019670"], ["updated_at", "2022-09-29 06:53:51.019670"]] TRANSACTION (5.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE5\xB1\xB1\xE5\x88\x80\xE7\xA0\x8D\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE5\xB1\xB1\xE5\x88\x80\xE7\xA0\x8D\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.113602"], ["updated_at", "2022-09-29 06:53:51.113604"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE5\xB9\xB3,\xE5\x8F\x97\xE8\xBE\xB1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE5\xB9\xB3,\xE5\x8F\x97\xE8\xBE\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.146463"], ["updated_at", "2022-09-29 06:53:51.146465"]] TRANSACTION (4.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE5\xB9\xB3,\xE8\xBD\xAE\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE5\xB9\xB3,\xE8\xBD\xAE\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.190439"], ["updated_at", "2022-09-29 06:53:51.190440"]] TRANSACTION (5.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE5\xBB\xBA\xE7\xAD\x91\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE5\xBB\xBA\xE7\xAD\x91\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.229441"], ["updated_at", "2022-09-29 06:53:51.229442"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE6\x8B\x93"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE6\x8B\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.258299"], ["updated_at", "2022-09-29 06:53:51.258301"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE6\x94\xBE\xE6\x9D\x82\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE6\x94\xBE\xE6\x9D\x82\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.290853"], ["updated_at", "2022-09-29 06:53:51.290854"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE8\x8B\x9E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE8\x8B\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.316907"], ["updated_at", "2022-09-29 06:53:51.316908"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.346551"], ["updated_at", "2022-09-29 06:53:51.346552"]] TRANSACTION (5.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE9\x82\x93\xE9\x80\x89"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE9\x82\x93\xE9\x80\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.382555"], ["updated_at", "2022-09-29 06:53:51.382555"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.414600"], ["updated_at", "2022-09-29 06:53:51.414601"]] TRANSACTION (3.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.436909"], ["updated_at", "2022-09-29 06:53:51.436910"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.468710"], ["updated_at", "2022-09-29 06:53:51.468711"]] TRANSACTION (6.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE9\x94\x81\xE6\x8A\x80\xE8\x83\xBD\xE5\x9F\xB9\xE8\xAE\xAD\xE5\xAD\xA6\xE6\xA0\xA1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE9\x94\x81\xE6\x8A\x80\xE8\x83\xBD\xE5\x9F\xB9\xE8\xAE\xAD\xE5\xAD\xA6\xE6\xA0\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.510851"], ["updated_at", "2022-09-29 06:53:51.510851"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE9\x99\xA4\xE5\x85\x9A\xE7\xB1\x8D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE9\x99\xA4\xE5\x85\x9A\xE7\xB1\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.535535"], ["updated_at", "2022-09-29 06:53:51.535536"]] TRANSACTION (6.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x82\xE6\xB0\xB0\xE9\x85\xB8\xE7\x94\xB2\xE9\x85\xAF"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x82\xE6\xB0\xB0\xE9\x85\xB8\xE7\x94\xB2\xE9\x85\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.567452"], ["updated_at", "2022-09-29 06:53:51.567453"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x82\xE6\xB0\xB0\xE9\x85\xB8\xE8\x8B\xAF\xE9\x85\xAF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x82\xE6\xB0\xB0\xE9\x85\xB8\xE8\x8B\xAF\xE9\x85\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.622077"], ["updated_at", "2022-09-29 06:53:51.622078"]] TRANSACTION (4.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x82\xE7\xA1\xAB\xE6\xB0\xB0\xE9\x85\xB8\xE7\x83\xAF\xE4\xB8\x99\xE9\x85\xAF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x82\xE7\xA1\xAB\xE6\xB0\xB0\xE9\x85\xB8\xE7\x83\xAF\xE4\xB8\x99\xE9\x85\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.712536"], ["updated_at", "2022-09-29 06:53:51.712537"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x82\xE8\xA7\x81\xE4\xBA\xBA\xE5\xA3\xAB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x82\xE8\xA7\x81\xE4\xBA\xBA\xE5\xA3\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.734296"], ["updated_at", "2022-09-29 06:53:51.734297"]] TRANSACTION (5.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x82\xE8\xAE\xAE\xE4\xBA\xBA\xE5\xA3\xAB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x82\xE8\xAE\xAE\xE4\xBA\xBA\xE5\xA3\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.762373"], ["updated_at", "2022-09-29 06:53:51.762373"]] TRANSACTION (5.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x84\xE5\xA7\xBF"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x84\xE5\xA7\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.800102"], ["updated_at", "2022-09-29 06:53:51.800103"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x84\xE7\x96\xBC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x84\xE7\x96\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.823682"], ["updated_at", "2022-09-29 06:53:51.823682"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x8F\xE7\xB2\x89\xE6\x8E\xA8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x8F\xE7\xB2\x89\xE6\x8E\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.846800"], ["updated_at", "2022-09-29 06:53:51.846801"]] TRANSACTION (6.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.882617"], ["updated_at", "2022-09-29 06:53:51.882618"]] TRANSACTION (2.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.914762"], ["updated_at", "2022-09-29 06:53:51.914762"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x80\xE7\x99\xBE\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x80\xE7\x99\xBE\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.938411"], ["updated_at", "2022-09-29 06:53:51.938411"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE4\xB9\xB0\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE4\xB9\xB0\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.969277"], ["updated_at", "2022-09-29 06:53:51.969278"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:51.997650"], ["updated_at", "2022-09-29 06:53:51.997650"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.017934"], ["updated_at", "2022-09-29 06:53:52.017934"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.039020"], ["updated_at", "2022-09-29 06:53:52.039021"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.065345"], ["updated_at", "2022-09-29 06:53:52.065346"]] TRANSACTION (4.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.097149"], ["updated_at", "2022-09-29 06:53:52.097149"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.119887"], ["updated_at", "2022-09-29 06:53:52.119888"]] TRANSACTION (3.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE8\x90\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE8\x90\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.143959"], ["updated_at", "2022-09-29 06:53:52.143960"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB9\x8B\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB9\x8B\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.173135"], ["updated_at", "2022-09-29 06:53:52.173136"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB9\xB0\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB9\xB0\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.204912"], ["updated_at", "2022-09-29 06:53:52.204913"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.228030"], ["updated_at", "2022-09-29 06:53:52.228030"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE5\x95\x86\xE5\x9F\x8E\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE5\x95\x86\xE5\x9F\x8E\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.250621"], ["updated_at", "2022-09-29 06:53:52.250621"]] TRANSACTION (5.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE6\x89\x93\xE7\x8C\x8E\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE6\x89\x93\xE7\x8C\x8E\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.284826"], ["updated_at", "2022-09-29 06:53:52.284827"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE6\x9C\x89\xE9\x99\x90\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE6\x9C\x89\xE9\x99\x90\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.312719"], ["updated_at", "2022-09-29 06:53:52.312719"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE7\x9B\xB4\xE8\x90\xA5\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE7\x9B\xB4\xE8\x90\xA5\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.334678"], ["updated_at", "2022-09-29 06:53:52.334679"]] TRANSACTION (6.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE7\x9B\xB4\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE7\x9B\xB4\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.365077"], ["updated_at", "2022-09-29 06:53:52.365079"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.399869"], ["updated_at", "2022-09-29 06:53:52.399870"]] TRANSACTION (2.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE8\x99\xBD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE8\x99\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.421414"], ["updated_at", "2022-09-29 06:53:52.421415"]] TRANSACTION (3.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE8\xB5\x84"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE8\xB5\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.449501"], ["updated_at", "2022-09-29 06:53:52.449502"]] TRANSACTION (6.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x95\xE8\xB5\xB7\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x95\xE8\xB5\xB7\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.483810"], ["updated_at", "2022-09-29 06:53:52.483811"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x98\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x98\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.511275"], ["updated_at", "2022-09-29 06:53:52.511275"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x98\xE6\xB3\x95\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x98\xE6\xB3\x95\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.531656"], ["updated_at", "2022-09-29 06:53:52.531656"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x9F\xE4\xB8\x80\xE5\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x9F\xE4\xB8\x80\xE5\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.554133"], ["updated_at", "2022-09-29 06:53:52.554134"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x9F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x9F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.588353"], ["updated_at", "2022-09-29 06:53:52.588354"]] TRANSACTION (3.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE4\xB8\x87\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE4\xB8\x87\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.613586"], ["updated_at", "2022-09-29 06:53:52.613587"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE4\xB8\x95\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE4\xB8\x95\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.635963"], ["updated_at", "2022-09-29 06:53:52.635963"]] TRANSACTION (3.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE4\xB8\xB9\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE4\xB8\xB9\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.662389"], ["updated_at", "2022-09-29 06:53:52.662390"]] TRANSACTION (4.9ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE4\xBA\x94\xE5\xB8\xB8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE4\xBA\x94\xE5\xB8\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.698300"], ["updated_at", "2022-09-29 06:53:52.698304"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE4\xBC\x9F\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE4\xBC\x9F\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.727610"], ["updated_at", "2022-09-29 06:53:52.727611"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE4\xBC\xAF\xE7\xAC\xA0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE4\xBC\xAF\xE7\xAC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.748256"], ["updated_at", "2022-09-29 06:53:52.748256"]] TRANSACTION (4.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\x81\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.784043"], ["updated_at", "2022-09-29 06:53:52.784044"]] TRANSACTION (4.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\x85\x89\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\x85\x89\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.818351"], ["updated_at", "2022-09-29 06:53:52.818352"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.844859"], ["updated_at", "2022-09-29 06:53:52.844859"]] TRANSACTION (3.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\x87\xAF\xE5\xB9\xBF\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\x87\xAF\xE5\xB9\xBF\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.874174"], ["updated_at", "2022-09-29 06:53:52.874174"]] TRANSACTION (3.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\x8F\x88\xE4\xBE\xA0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\x8F\x88\xE4\xBE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.907783"], ["updated_at", "2022-09-29 06:53:52.907784"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\x9B\xBD\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\x9B\xBD\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.930804"], ["updated_at", "2022-09-29 06:53:52.930805"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xA4\xA7\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xA4\xA7\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.955584"], ["updated_at", "2022-09-29 06:53:52.955585"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xAE\x8F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xAE\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:52.983445"], ["updated_at", "2022-09-29 06:53:52.983446"]] TRANSACTION (4.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xAE\x8F\xE5\xA0\xA1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xAE\x8F\xE5\xA0\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.017541"], ["updated_at", "2022-09-29 06:53:53.017541"]] TRANSACTION (2.3ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xAE\x8F\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xAE\x8F\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.036979"], ["updated_at", "2022-09-29 06:53:53.036981"]] TRANSACTION (6.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xAE\x97\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xAE\x97\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.067960"], ["updated_at", "2022-09-29 06:53:53.067961"]] TRANSACTION (4.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xAE\xB6\xE7\x9B\x9F\xE6\xB5\x99\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xAE\xB6\xE7\x9B\x9F\xE6\xB5\x99\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.104495"], ["updated_at", "2022-09-29 06:53:53.104497"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xB0\x8F\xE6\xB4\x8B"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xB0\x8F\xE6\xB4\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.127867"], ["updated_at", "2022-09-29 06:53:53.127868"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xBA\x86\xE9\xBB\x8E"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xBA\x86\xE9\xBB\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.149000"], ["updated_at", "2022-09-29 06:53:53.149001"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xBB\xB7\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xBB\xB7\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.181837"], ["updated_at", "2022-09-29 06:53:53.181838"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xBE\xB7\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xBE\xB7\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.212227"], ["updated_at", "2022-09-29 06:53:53.212228"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xBF\x97\xE5\x87\xAF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xBF\x97\xE5\x87\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.232622"], ["updated_at", "2022-09-29 06:53:53.232623"]] TRANSACTION (3.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xBF\x97\xE6\x96\xB0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xBF\x97\xE6\x96\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.258730"], ["updated_at", "2022-09-29 06:53:53.258731"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xBF\x97\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xBF\x97\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.294337"], ["updated_at", "2022-09-29 06:53:53.294338"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x81\xA9\xE7\x85\xA7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x81\xA9\xE7\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.319541"], ["updated_at", "2022-09-29 06:53:53.319542"]] TRANSACTION (3.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x88\x8E"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x88\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.342883"], ["updated_at", "2022-09-29 06:53:53.342883"]] TRANSACTION (6.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x8C\xAF\xE4\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x8C\xAF\xE4\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.413588"], ["updated_at", "2022-09-29 06:53:53.413588"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x96\x87\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x96\x87\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.487111"], ["updated_at", "2022-09-29 06:53:53.487113"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x98\xA5\xE6\xA1\xA5"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x98\xA5\xE6\xA1\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.520465"], ["updated_at", "2022-09-29 06:53:53.520466"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x98\xA5\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x98\xA5\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.543078"], ["updated_at", "2022-09-29 06:53:53.543078"]] TRANSACTION (5.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x98\xA5\xE8\xB4\xA4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x98\xA5\xE8\xB4\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.569353"], ["updated_at", "2022-09-29 06:53:53.569353"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x98\xAD\xE5\xAF\x8C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x98\xAD\xE5\xAF\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.602187"], ["updated_at", "2022-09-29 06:53:53.602188"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x99\x93\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x99\x93\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.631243"], ["updated_at", "2022-09-29 06:53:53.631243"]] TRANSACTION (3.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x9B\x99"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x9B\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.660190"], ["updated_at", "2022-09-29 06:53:53.660191"]] TRANSACTION (3.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.692790"], ["updated_at", "2022-09-29 06:53:53.692790"]] TRANSACTION (2.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\xB5\xB7\xE9\x98\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\xB5\xB7\xE9\x98\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.717265"], ["updated_at", "2022-09-29 06:53:53.717266"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE7\x87\x95\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE7\x87\x95\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.738145"], ["updated_at", "2022-09-29 06:53:53.738151"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE7\xA7\x8B\xE9\x98\xB3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE7\xA7\x8B\xE9\x98\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.761832"], ["updated_at", "2022-09-29 06:53:53.761833"]] TRANSACTION (7.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE7\xAB\x8B\xE6\x98\x8C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE7\xAB\x8B\xE6\x98\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.801111"], ["updated_at", "2022-09-29 06:53:53.801112"]] TRANSACTION (6.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE7\xAD\xB1\xE9\x9B\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE7\xAD\xB1\xE9\x9B\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.830833"], ["updated_at", "2022-09-29 06:53:53.830833"]] TRANSACTION (3.3ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE8\x8A\x9D\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE8\x8A\x9D\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.860550"], ["updated_at", "2022-09-29 06:53:53.860551"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE8\xB4\xAF\xE4\xB8\x80"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE8\xB4\xAF\xE4\xB8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.906249"], ["updated_at", "2022-09-29 06:53:53.906249"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE8\xB4\xB5\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE8\xB4\xB5\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.947190"], ["updated_at", "2022-09-29 06:53:53.947190"]] TRANSACTION (5.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE8\xBE\x9B\xE6\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE8\xBE\x9B\xE6\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:53.976476"], ["updated_at", "2022-09-29 06:53:53.976477"]] TRANSACTION (4.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE8\xBF\x9C\xE4\xB9\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE8\xBF\x9C\xE4\xB9\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.011729"], ["updated_at", "2022-09-29 06:53:54.011730"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE9\x92\xA2"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE9\x92\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.032887"], ["updated_at", "2022-09-29 06:53:54.032888"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE9\xAB\x98\xE4\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE9\xAB\x98\xE4\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.059285"], ["updated_at", "2022-09-29 06:53:54.059286"]] TRANSACTION (14.0ms) COMMIT User Load (50.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xB5\xE5\x9F\xB9\xE8\x8E\x89"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xB5\xE5\x9F\xB9\xE8\x8E\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.162081"], ["updated_at", "2022-09-29 06:53:54.162082"]] TRANSACTION (4.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xB7\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xB7\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.203693"], ["updated_at", "2022-09-29 06:53:54.203694"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xB9\xE5\x8A\xBE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xB9\xE5\x8A\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.240114"], ["updated_at", "2022-09-29 06:53:54.240115"]] TRANSACTION (4.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xB9\xE7\xA7\x8D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xB9\xE7\xA7\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.277166"], ["updated_at", "2022-09-29 06:53:54.277167"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xB9\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xB9\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.306108"], ["updated_at", "2022-09-29 06:53:54.306109"]] TRANSACTION (4.3ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBAJ"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBAJ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.336055"], ["updated_at", "2022-09-29 06:53:54.336056"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBAjian"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBAjian"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.372827"], ["updated_at", "2022-09-29 06:53:54.372828"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE3\x80\x82\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE3\x80\x82\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.405729"], ["updated_at", "2022-09-29 06:53:54.405729"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE5\x88\xB6\xE6\x8B\x86\xE9\x99\xA4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE5\x88\xB6\xE6\x8B\x86\xE9\x99\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.435053"], ["updated_at", "2022-09-29 06:53:54.435053"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE5\x88\xB6\xE6\x8D\x90\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE5\x88\xB6\xE6\x8D\x90\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.459894"], ["updated_at", "2022-09-29 06:53:54.459895"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.488384"], ["updated_at", "2022-09-29 06:53:54.488385"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE5\xA5\xB8\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE5\xA5\xB8\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.516271"], ["updated_at", "2022-09-29 06:53:54.516271"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE5\xA5\xB8\xE5\xA4\x84\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE5\xA5\xB8\xE5\xA4\x84\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.539143"], ["updated_at", "2022-09-29 06:53:54.539143"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE5\xAE\xA0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE5\xAE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.560210"], ["updated_at", "2022-09-29 06:53:54.560210"]] TRANSACTION (7.5ms) COMMIT User Load (34.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (29.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE6\x8E\xA8"], ["LIMIT", 1]] TRANSACTION (8.1ms) BEGIN User Load (8.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE6\x8E\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.637786"], ["updated_at", "2022-09-29 06:53:54.637790"]] TRANSACTION (7.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE6\x95\x88\xE5\xA4\xB1\xE5\xBF\x86\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE6\x95\x88\xE5\xA4\xB1\xE5\xBF\x86\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.732697"], ["updated_at", "2022-09-29 06:53:54.732698"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.763768"], ["updated_at", "2022-09-29 06:53:54.763769"]] TRANSACTION (5.1ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE6\x9D\x83\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE6\x9D\x83\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.809488"], ["updated_at", "2022-09-29 06:53:54.809489"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE6\xAD\xBC"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE6\xAD\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.838568"], ["updated_at", "2022-09-29 06:53:54.838569"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE7\x9B\x97\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE7\x9B\x97\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.861223"], ["updated_at", "2022-09-29 06:53:54.861223"]] TRANSACTION (5.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE7\xA1\xAC\xE5\x8F\x91\xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE7\xA1\xAC\xE5\x8F\x91\xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.893936"], ["updated_at", "2022-09-29 06:53:54.893937"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xEF\xBC\x8C\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xEF\xBC\x8C\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.926014"], ["updated_at", "2022-09-29 06:53:54.926014"]] TRANSACTION (2.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE4\xBB\xA3\xE4\xB8\x83\xE6\x95\xB4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE4\xBB\xA3\xE4\xB8\x83\xE6\x95\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.949405"], ["updated_at", "2022-09-29 06:53:54.949405"]] TRANSACTION (6.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE5\xA4\xA9\xE7\xBB\x99"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE5\xA4\xA9\xE7\xBB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:54.981688"], ["updated_at", "2022-09-29 06:53:54.981689"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE5\xAE\x98\xE5\x9C\xA8\xE4\xBA\x8E"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE5\xAE\x98\xE5\x9C\xA8\xE4\xBA\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.021246"], ["updated_at", "2022-09-29 06:53:55.021247"]] TRANSACTION (3.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE5\xAE\x98\xE8\xA6\x81\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE5\xAE\x98\xE8\xA6\x81\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.047790"], ["updated_at", "2022-09-29 06:53:55.047790"]] TRANSACTION (2.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE5\xAE\x98\xE9\x9D\xA0\xE5\x90\x8E\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE5\xAE\x98\xE9\x9D\xA0\xE5\x90\x8E\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.070212"], ["updated_at", "2022-09-29 06:53:55.070214"]] TRANSACTION (4.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE5\xB1\x80\xE4\xB8\xA5\xE5\xAF\x86\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE5\xB1\x80\xE4\xB8\xA5\xE5\xAF\x86\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.105494"], ["updated_at", "2022-09-29 06:53:55.105495"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE6\x99\x9A\xE7\xBB\x93\xE5\xB8\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE6\x99\x9A\xE7\xBB\x93\xE5\xB8\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.131168"], ["updated_at", "2022-09-29 06:53:55.131169"]] TRANSACTION (2.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE6\x99\x9A\xE7\xBB\x93\xE8\xB4\xA6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE6\x99\x9A\xE7\xBB\x93\xE8\xB4\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.153432"], ["updated_at", "2022-09-29 06:53:55.153434"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xA2\xE5\xBC\x8F\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xA2\xE5\xBC\x8F\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.179314"], ["updated_at", "2022-09-29 06:53:55.179314"]] TRANSACTION (7.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xA2\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xA2\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.218191"], ["updated_at", "2022-09-29 06:53:55.218191"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xA9\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xA9\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.239421"], ["updated_at", "2022-09-29 06:53:55.239422"]] TRANSACTION (4.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xA9\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xA9\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.261136"], ["updated_at", "2022-09-29 06:53:55.261137"]] TRANSACTION (8.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xA9\xE7\xA5\xA8\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xA9\xE7\xA5\xA8\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.314039"], ["updated_at", "2022-09-29 06:53:55.314041"]] TRANSACTION (7.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xA9\xE7\xA5\xA8\xE9\x80\x89\xE5\x8F\xB7\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xA9\xE7\xA5\xA8\xE9\x80\x89\xE5\x8F\xB7\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.370457"], ["updated_at", "2022-09-29 06:53:55.370458"]] TRANSACTION (4.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xA9\xE7\xA5\xA8\xE9\xA2\x84\xE6\xB5\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xA9\xE7\xA5\xA8\xE9\xA2\x84\xE6\xB5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.417453"], ["updated_at", "2022-09-29 06:53:55.417454"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xAD\xE4\xBC\x8A\xE5\xA8\x9C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xAD\xE4\xBC\x8A\xE5\xA8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.444535"], ["updated_at", "2022-09-29 06:53:55.444535"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xAD\xE5\x86\xB2"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xAD\xE5\x86\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.477780"], ["updated_at", "2022-09-29 06:53:55.477781"]] TRANSACTION (5.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xAD\xE5\xA3\xAB\xE7\xA6\x84"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xAD\xE5\xA3\xAB\xE7\xA6\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.516336"], ["updated_at", "2022-09-29 06:53:55.516337"]] TRANSACTION (8.2ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xAD\xE5\xAE\x87\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xAD\xE5\xAE\x87\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.573185"], ["updated_at", "2022-09-29 06:53:55.573186"]] TRANSACTION (6.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xAD\xE5\xBE\xB7\xE6\x80\x80"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xAD\xE5\xBE\xB7\xE6\x80\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.618830"], ["updated_at", "2022-09-29 06:53:55.618831"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xAD\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xAD\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.661376"], ["updated_at", "2022-09-29 06:53:55.661377"]] TRANSACTION (7.7ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xB1\xE5\xAD\x90\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xB1\xE5\xAD\x90\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.706136"], ["updated_at", "2022-09-29 06:53:55.706137"]] TRANSACTION (7.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x81\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x81\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.752733"], ["updated_at", "2022-09-29 06:53:55.752734"]] TRANSACTION (7.8ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (9.5ms) BEGIN User Load (13.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.795076"], ["updated_at", "2022-09-29 06:53:55.795077"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x85\xE4\xB8\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x85\xE4\xB8\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.855558"], ["updated_at", "2022-09-29 06:53:55.855559"]] TRANSACTION (7.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x85\xE4\xB8\x9A\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x85\xE4\xB8\x9A\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.895451"], ["updated_at", "2022-09-29 06:53:55.895452"]] TRANSACTION (4.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x87\xE7\xA7\x81\xE8\x88\x9E\xE5\xBC\x8A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x87\xE7\xA7\x81\xE8\x88\x9E\xE5\xBC\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.931391"], ["updated_at", "2022-09-29 06:53:55.931392"]] TRANSACTION (3.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x88\xE5\x96\x9C\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x88\xE5\x96\x9C\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.957512"], ["updated_at", "2022-09-29 06:53:55.957513"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x88\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x88\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:55.984676"], ["updated_at", "2022-09-29 06:53:55.984676"]] TRANSACTION (7.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x8B\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x8B\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.020087"], ["updated_at", "2022-09-29 06:53:56.020089"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x8C\xE5\xBA\xAD"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (7.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x8C\xE5\xBA\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.055681"], ["updated_at", "2022-09-29 06:53:56.055682"]] TRANSACTION (5.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE5\x8C\xA1\xE8\xBF\xAA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE5\x8C\xA1\xE8\xBF\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.105225"], ["updated_at", "2022-09-29 06:53:56.105226"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE5\x8F\x91 \xE9\xBB\x91\xE9\xBE\x99\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE5\x8F\x91 \xE9\xBB\x91\xE9\xBE\x99\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.142818"], ["updated_at", "2022-09-29 06:53:56.142818"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE5\x90\x91\xE5\x89\x8D"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE5\x90\x91\xE5\x89\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.168533"], ["updated_at", "2022-09-29 06:53:56.168534"]] TRANSACTION (8.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE5\x92\x8C\xE6\x9F\xB4\xE5\xAD\xA6\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE5\x92\x8C\xE6\x9F\xB4\xE5\xAD\xA6\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.211284"], ["updated_at", "2022-09-29 06:53:56.211285"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE5\x9B\xBD\xE5\x81\xA5"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE5\x9B\xBD\xE5\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.245031"], ["updated_at", "2022-09-29 06:53:56.245032"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE5\xB0\x8F\xE5\xB2\xA9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE5\xB0\x8F\xE5\xB2\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.266288"], ["updated_at", "2022-09-29 06:53:56.266288"]] TRANSACTION (6.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE6\x89\x8D\xE5\x8E\x9A"], ["LIMIT", 1]] TRANSACTION (11.1ms) BEGIN User Load (10.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE6\x89\x8D\xE5\x8E\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.301603"], ["updated_at", "2022-09-29 06:53:56.301604"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE6\xB0\xB4\xE8\x89\xAF"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE6\xB0\xB4\xE8\x89\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.357925"], ["updated_at", "2022-09-29 06:53:56.357926"]] TRANSACTION (6.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE7\x82\xB3\xE6\x9D\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE7\x82\xB3\xE6\x9D\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.391824"], ["updated_at", "2022-09-29 06:53:56.391825"]] TRANSACTION (3.6ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE7\x8E\x89\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE7\x8E\x89\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.428176"], ["updated_at", "2022-09-29 06:53:56.428177"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE8\xA1\x8D\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE8\xA1\x8D\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.450801"], ["updated_at", "2022-09-29 06:53:56.450801"]] TRANSACTION (2.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE9\x82\xA6\xE7\xA7\xA6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE9\x82\xA6\xE7\xA7\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.475508"], ["updated_at", "2022-09-29 06:53:56.475509"]] TRANSACTION (5.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE9\xB2\x81\xE6\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE9\xB2\x81\xE6\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.512260"], ["updated_at", "2022-09-29 06:53:56.512261"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE9\xB9\x8F\xE8\x88\xAA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE9\xB9\x8F\xE8\x88\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.535733"], ["updated_at", "2022-09-29 06:53:56.535734"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x97\xE8\xB4\xA2\xE5\x85\xBC"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x97\xE8\xB4\xA2\xE5\x85\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.559443"], ["updated_at", "2022-09-29 06:53:56.559443"]] TRANSACTION (4.9ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\xAA\xE7\x8E\xAF\xE8\xBD\xAE\xE5\x9B\x9E\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\xAA\xE7\x8E\xAF\xE8\xBD\xAE\xE5\x9B\x9E\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.592141"], ["updated_at", "2022-09-29 06:53:56.592142"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\xAE\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\xAE\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.631824"], ["updated_at", "2022-09-29 06:53:56.631825"]] TRANSACTION (3.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\xAE\xE4\xBF\xA1\xE6\xB7\xBB\xE5\x8A\xA0\xE5\x85\xAC\xE4\xBC\x97\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\xAE\xE4\xBF\xA1\xE6\xB7\xBB\xE5\x8A\xA0\xE5\x85\xAC\xE4\xBC\x97\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.656565"], ["updated_at", "2022-09-29 06:53:56.656566"]] TRANSACTION (6.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\xAE\xE5\x9E\x8B,\xE7\x9B\x91\xE6\x8E\xA7"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\xAE\xE5\x9E\x8B,\xE7\x9B\x91\xE6\x8E\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.684402"], ["updated_at", "2022-09-29 06:53:56.684403"]] TRANSACTION (5.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\xAE\xE5\x9E\x8B\xE6\x91\x84\xE5\x83\x8F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\xAE\xE5\x9E\x8B\xE6\x91\x84\xE5\x83\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.728103"], ["updated_at", "2022-09-29 06:53:56.728107"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\x83\xE8\xAF\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\x83\xE8\xAF\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.751366"], ["updated_at", "2022-09-29 06:53:56.751367"]] TRANSACTION (2.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\x8D\xE5\x8F\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\x8D\xE5\x8F\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.774482"], ["updated_at", "2022-09-29 06:53:56.774482"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\x97\xE6\xB4\xAA\xE6\x9D\x8E"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\x97\xE6\xB4\xAA\xE6\x9D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.804547"], ["updated_at", "2022-09-29 06:53:56.804548"]] TRANSACTION (26.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\x99\xE7\x88\xB1\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\x99\xE7\x88\xB1\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.860015"], ["updated_at", "2022-09-29 06:53:56.860016"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\xAB\xE4\xB8\x80\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\xAB\xE4\xB8\x80\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.893582"], ["updated_at", "2022-09-29 06:53:56.893583"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\xAB\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\xAB\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.928090"], ["updated_at", "2022-09-29 06:53:56.928091"]] TRANSACTION (3.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\xAB\xE7\x82\xB9\xE9\x98\x85\xE8\xAF\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\xAB\xE7\x82\xB9\xE9\x98\x85\xE8\xAF\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.958411"], ["updated_at", "2022-09-29 06:53:56.958412"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\xAB\xE7\x88\xBD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\xAB\xE7\x88\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:56.985908"], ["updated_at", "2022-09-29 06:53:56.985909"]] TRANSACTION (5.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\xAB\xE9\x80\x9F\xE5\x8A\x9E\xE8\xAF\x81QQ"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\xAB\xE9\x80\x9F\xE5\x8A\x9E\xE8\xAF\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.018163"], ["updated_at", "2022-09-29 06:53:57.018163"]] TRANSACTION (5.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\xAB\xE9\x80\x9F\xE5\x8A\x9E\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0QQ"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\xAB\xE9\x80\x9F\xE5\x8A\x9E\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.047416"], ["updated_at", "2022-09-29 06:53:57.047417"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\x81\xE5\xBA\xA6\xE8\x9B\xAE\xE6\xA8\xAA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\x81\xE5\xBA\xA6\xE8\x9B\xAE\xE6\xA8\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.070652"], ["updated_at", "2022-09-29 06:53:57.070653"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\x92\xE7\x9A\x84\xE5\xBF\x97\xE6\x84\xBF"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\x92\xE7\x9A\x84\xE5\xBF\x97\xE6\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.104002"], ["updated_at", "2022-09-29 06:53:57.104003"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\x9D\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\x9D\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.130095"], ["updated_at", "2022-09-29 06:53:57.130096"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA5\xE6\x8B\x9B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA5\xE6\x8B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.153731"], ["updated_at", "2022-09-29 06:53:57.153732"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA5\xE6\xB1\x82abo\xE8\x82\x9D\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA5\xE6\xB1\x82abo\xE8\x82\x9D\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.182576"], ["updated_at", "2022-09-29 06:53:57.182577"]] TRANSACTION (4.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA5\xE8\xA9\x94"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA5\xE8\xA9\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.216879"], ["updated_at", "2022-09-29 06:53:57.216880"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA5\xE9\x9C\x80"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA5\xE9\x9C\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.239946"], ["updated_at", "2022-09-29 06:53:57.239947"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA5\xE9\x9C\x80\xE5\xAB\x96"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA5\xE9\x9C\x80\xE5\xAB\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.260226"], ["updated_at", "2022-09-29 06:53:57.260227"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA5\xE9\x9C\x80\xE8\x82\x9D\xE6\xBA\x90QQ"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA5\xE9\x9C\x80\xE8\x82\x9D\xE6\xBA\x90QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.289945"], ["updated_at", "2022-09-29 06:53:57.289946"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA5\xE9\x9C\x80\xE8\x82\x9D\xE8\x82\xBEQQ"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA5\xE9\x9C\x80\xE8\x82\x9D\xE8\x82\xBEQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.323368"], ["updated_at", "2022-09-29 06:53:57.323372"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE3\x80\x82\xE7\xA6\x8F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE3\x80\x82\xE7\xA6\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.346715"], ["updated_at", "2022-09-29 06:53:57.346716"]] TRANSACTION (2.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xB8\x80\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xB8\x80\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.366540"], ["updated_at", "2022-09-29 06:53:57.366540"]] TRANSACTION (5.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.400722"], ["updated_at", "2022-09-29 06:53:57.400723"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.432331"], ["updated_at", "2022-09-29 06:53:57.432332"]] TRANSACTION (2.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.460051"], ["updated_at", "2022-09-29 06:53:57.460052"]] TRANSACTION (4.3ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.492950"], ["updated_at", "2022-09-29 06:53:57.492952"]] TRANSACTION (4.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.528234"], ["updated_at", "2022-09-29 06:53:57.528234"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xA7\xBF\xE5\x8A\xBF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xA7\xBF\xE5\x8A\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.554570"], ["updated_at", "2022-09-29 06:53:57.554570"]] TRANSACTION (3.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.580901"], ["updated_at", "2022-09-29 06:53:57.580902"]] TRANSACTION (5.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.621133"], ["updated_at", "2022-09-29 06:53:57.621133"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xBD\x95\xE5\x83\x8F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xBD\x95\xE5\x83\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.656788"], ["updated_at", "2022-09-29 06:53:57.656789"]] TRANSACTION (7.2ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.695863"], ["updated_at", "2022-09-29 06:53:57.695864"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.738805"], ["updated_at", "2022-09-29 06:53:57.738806"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xEF\xBC\x8D\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xEF\xBC\x8D\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.763196"], ["updated_at", "2022-09-29 06:53:57.763197"]] TRANSACTION (7.8ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBC\x99\xE4\xBC\xB4"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBC\x99\xE4\xBC\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.804271"], ["updated_at", "2022-09-29 06:53:57.804272"]] TRANSACTION (5.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBC\xB4\xE4\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBC\xB4\xE4\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.844667"], ["updated_at", "2022-09-29 06:53:57.844668"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBC\xB4\xE4\xBE\xB6"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBC\xB4\xE4\xBE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.872259"], ["updated_at", "2022-09-29 06:53:57.872260"]] TRANSACTION (6.0ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\x81\xA5\xE5\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\x81\xA5\xE5\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.924091"], ["updated_at", "2022-09-29 06:53:57.924091"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\x85\x8D\xE8\xB4\xB9\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\x85\x8D\xE8\xB4\xB9\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.951643"], ["updated_at", "2022-09-29 06:53:57.951644"]] TRANSACTION (5.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:57.987188"], ["updated_at", "2022-09-29 06:53:57.987189"]] TRANSACTION (7.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\x90\xA7"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.030844"], ["updated_at", "2022-09-29 06:53:58.030845"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.064674"], ["updated_at", "2022-09-29 06:53:58.064674"]] TRANSACTION (4.7ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.103789"], ["updated_at", "2022-09-29 06:53:58.103792"]] TRANSACTION (5.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.140464"], ["updated_at", "2022-09-29 06:53:58.140465"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\xA5\xB4\xE9\x9B\x86\xE4\xB8\xAD\xE8\x90\xA5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\xA5\xB4\xE9\x9B\x86\xE4\xB8\xAD\xE8\x90\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.172532"], ["updated_at", "2022-09-29 06:53:58.172533"]] TRANSACTION (6.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\xAD\xA6\xE6\x95\x99\xE6\x8E\x88"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (23.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\xAD\xA6\xE6\x95\x99\xE6\x8E\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.214594"], ["updated_at", "2022-09-29 06:53:58.214595"]] TRANSACTION (9.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\xBC\xBA\xE5\xA5\xB8\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\xBC\xBA\xE5\xA5\xB8\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.280951"], ["updated_at", "2022-09-29 06:53:58.280952"]] TRANSACTION (5.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.317588"], ["updated_at", "2022-09-29 06:53:58.317589"]] TRANSACTION (3.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.348923"], ["updated_at", "2022-09-29 06:53:58.348925"]] TRANSACTION (4.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9B\xE5\x9C\x96\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9B\xE5\x9C\x96\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.375977"], ["updated_at", "2022-09-29 06:53:58.375978"]] TRANSACTION (5.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.410268"], ["updated_at", "2022-09-29 06:53:58.410269"]] TRANSACTION (15.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE4\xB8\x81\xE5\xAD\x97\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE4\xB8\x81\xE5\xAD\x97\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.461466"], ["updated_at", "2022-09-29 06:53:58.461468"]] TRANSACTION (6.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE5\xA6\x96\xE5\xA8\x86"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE5\xA6\x96\xE5\xA8\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.498285"], ["updated_at", "2022-09-29 06:53:58.498287"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE5\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE5\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.532418"], ["updated_at", "2022-09-29 06:53:58.532419"]] TRANSACTION (2.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE6\xB2\x99\xE6\xBB\xA92"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE6\xB2\x99\xE6\xBB\xA92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.558082"], ["updated_at", "2022-09-29 06:53:58.558083"]] TRANSACTION (2.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.580903"], ["updated_at", "2022-09-29 06:53:58.580903"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE8\xAF\xB1\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE8\xAF\xB1\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.613795"], ["updated_at", "2022-09-29 06:53:58.613796"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x8A\x80\xE5\xB7\xA7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x8A\x80\xE5\xB7\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.642799"], ["updated_at", "2022-09-29 06:53:58.642800"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x8E\xA8\xE5\xB9\xBF\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x8E\xA8\xE5\xB9\xBF\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.667521"], ["updated_at", "2022-09-29 06:53:58.667522"]] TRANSACTION (8.5ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x95\x99\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x95\x99\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.708268"], ["updated_at", "2022-09-29 06:53:58.708268"]] TRANSACTION (6.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x97\xA0\xE8\x83\xBD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x97\xA0\xE8\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.748325"], ["updated_at", "2022-09-29 06:53:58.748326"]] TRANSACTION (3.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x9A\xB4\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x9A\xB4\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.775877"], ["updated_at", "2022-09-29 06:53:58.775878"]] TRANSACTION (8.1ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.821496"], ["updated_at", "2022-09-29 06:53:58.821497"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.858219"], ["updated_at", "2022-09-29 06:53:58.858221"]] TRANSACTION (5.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\xB4\xBE\xE5\xB0\x8D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\xB4\xBE\xE5\xB0\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.889843"], ["updated_at", "2022-09-29 06:53:58.889844"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\xB8\xB8\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\xB8\xB8\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.926680"], ["updated_at", "2022-09-29 06:53:58.926681"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.963265"], ["updated_at", "2022-09-29 06:53:58.963266"]] TRANSACTION (4.6ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x81\xB7\xE6\x8B\x8D\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x81\xB7\xE6\x8B\x8D\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:58.998760"], ["updated_at", "2022-09-29 06:53:58.998761"]] TRANSACTION (3.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.034303"], ["updated_at", "2022-09-29 06:53:59.034304"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE\xE5\xBA\x93"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE\xE5\xBA\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.057446"], ["updated_at", "2022-09-29 06:53:59.057446"]] TRANSACTION (2.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.082466"], ["updated_at", "2022-09-29 06:53:59.082467"]] TRANSACTION (6.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.114844"], ["updated_at", "2022-09-29 06:53:59.114845"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\xB0\xA4\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\xB0\xA4\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.146313"], ["updated_at", "2022-09-29 06:53:59.146313"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\x96\x87\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\x96\x87\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.170608"], ["updated_at", "2022-09-29 06:53:59.170608"]] TRANSACTION (5.6ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (7.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.212499"], ["updated_at", "2022-09-29 06:53:59.212500"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\x97\xA5\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\x97\xA5\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.248763"], ["updated_at", "2022-09-29 06:53:59.248764"]] TRANSACTION (6.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\xB7\xAB\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\xB7\xAB\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.281964"], ["updated_at", "2022-09-29 06:53:59.281965"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (10.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.323160"], ["updated_at", "2022-09-29 06:53:59.323161"]] TRANSACTION (9.0ms) COMMIT User Load (8.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE7\x94\xB5\xE5\xBD\xB1\xE5\x9C\xA8\xE7\xBA\xBF\xE7\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE7\x94\xB5\xE5\xBD\xB1\xE5\x9C\xA8\xE7\xBA\xBF\xE7\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.386969"], ["updated_at", "2022-09-29 06:53:59.386971"]] TRANSACTION (6.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE8\xA7\x86\xE9\xA2\x91\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE8\xA7\x86\xE9\xA2\x91\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.427938"], ["updated_at", "2022-09-29 06:53:59.427939"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.452707"], ["updated_at", "2022-09-29 06:53:59.452708"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE9\x9F\xA6\xE5\xB0\x8F\xE5\xAE\x9D\xE4\xB9\x8B\xE7\x8E\xA9\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE9\x9F\xA6\xE5\xB0\x8F\xE5\xAE\x9D\xE4\xB9\x8B\xE7\x8E\xA9\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.475966"], ["updated_at", "2022-09-29 06:53:59.475967"]] TRANSACTION (5.1ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x94\x9F\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x94\x9F\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.511070"], ["updated_at", "2022-09-29 06:53:59.511071"]] TRANSACTION (5.8ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\xA6\x8F\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\xA6\x8F\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.552276"], ["updated_at", "2022-09-29 06:53:59.552277"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\xBB\x8F\xE9\xAA\x8C"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\xBB\x8F\xE9\xAA\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.578639"], ["updated_at", "2022-09-29 06:53:59.578639"]] TRANSACTION (7.6ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.625313"], ["updated_at", "2022-09-29 06:53:59.625314"]] TRANSACTION (7.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE8\x99\x8E"], ["LIMIT", 1]] TRANSACTION (21.6ms) BEGIN User Load (30.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE8\x99\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.673412"], ["updated_at", "2022-09-29 06:53:59.673413"]] TRANSACTION (11.4ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE8\x99\x8E\xE8\x89\xB2\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE8\x99\x8E\xE8\x89\xB2\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.776023"], ["updated_at", "2022-09-29 06:53:59.776024"]] TRANSACTION (7.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE8\x99\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE8\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.817140"], ["updated_at", "2022-09-29 06:53:59.817141"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE8\x99\x90\xE5\xBE\x85"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE8\x99\x90\xE5\xBE\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.857153"], ["updated_at", "2022-09-29 06:53:59.857154"]] TRANSACTION (5.1ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE8\xA1\x8C\xE4\xB8\xBA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE8\xA1\x8C\xE4\xB8\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.889817"], ["updated_at", "2022-09-29 06:53:59.889818"]] TRANSACTION (6.2ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE8\xA7\xA3\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE8\xA7\xA3\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.929795"], ["updated_at", "2022-09-29 06:53:59.929796"]] TRANSACTION (8.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE8\xAF\xBE\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (9.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE8\xAF\xBE\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:53:59.976935"], ["updated_at", "2022-09-29 06:53:59.976936"]] TRANSACTION (6.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (71.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE9\x85\x92\xE5\x90\xA7"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE9\x85\x92\xE5\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.027770"], ["updated_at", "2022-09-29 06:54:00.027771"]] TRANSACTION (6.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE9\xA5\xA5\xE6\xB8\xB4"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE9\xA5\xA5\xE6\xB8\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.138082"], ["updated_at", "2022-09-29 06:54:00.138085"]] TRANSACTION (5.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE9\xAA\x9A\xE6\x89\xB0"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE9\xAA\x9A\xE6\x89\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.180542"], ["updated_at", "2022-09-29 06:54:00.180543"]] TRANSACTION (6.0ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE9\xAB\x98\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE9\xAB\x98\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.229017"], ["updated_at", "2022-09-29 06:54:00.229018"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xEF\xBC\x8C\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xEF\xBC\x8C\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.265617"], ["updated_at", "2022-09-29 06:54:00.265618"]] TRANSACTION (33.0ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xBB\xE4\xBC\x9A\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xBB\xE4\xBC\x9A\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.328002"], ["updated_at", "2022-09-29 06:54:00.328003"]] TRANSACTION (8.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x8B\xE8\xB6\xB3"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x8B\xE8\xB6\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.378627"], ["updated_at", "2022-09-29 06:54:00.378628"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x90\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x90\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.422637"], ["updated_at", "2022-09-29 06:54:00.422638"]] TRANSACTION (5.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x90\xE6\x80\x96"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x90\xE6\x80\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.455672"], ["updated_at", "2022-09-29 06:54:00.455673"]] TRANSACTION (4.2ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x90\xE6\x80\x96\xE4\xBB\xBD\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x90\xE6\x80\x96\xE4\xBB\xBD\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.490453"], ["updated_at", "2022-09-29 06:54:00.490454"]] TRANSACTION (6.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x90\xE6\x80\x96\xE5\x88\x86\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x90\xE6\x80\x96\xE5\x88\x86\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.533572"], ["updated_at", "2022-09-29 06:54:00.533573"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x90\xE6\x80\x96\xE5\x88\x86\xE5\xAD\x90\xE5\x82\xBB\xE7\x93\x9C\xE6\x89\x8B\xE5\x86\x8C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x90\xE6\x80\x96\xE5\x88\x86\xE5\xAD\x90\xE5\x82\xBB\xE7\x93\x9C\xE6\x89\x8B\xE5\x86\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.567042"], ["updated_at", "2022-09-29 06:54:00.567042"]] TRANSACTION (3.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x90\xE6\x80\x96\xE5\x88\x86\xE5\xAD\x90\xE5\x85\xBB\xE6\x88\x90\xE4\xB9\x8BIED"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x90\xE6\x80\x96\xE5\x88\x86\xE5\xAD\x90\xE5\x85\xBB\xE6\x88\x90\xE4\xB9\x8BIED"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.592616"], ["updated_at", "2022-09-29 06:54:00.592617"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x90\xE6\x80\x96\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x90\xE6\x80\x96\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.626128"], ["updated_at", "2022-09-29 06:54:00.626129"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x99\xE8\x99\xAB\xE7\x97\x85"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x99\xE8\x99\xAB\xE7\x97\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.660232"], ["updated_at", "2022-09-29 06:54:00.660233"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xA9\xE6\xB0\x9F\xE7\x83\xB7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xA9\xE6\xB0\x9F\xE7\x83\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.682310"], ["updated_at", "2022-09-29 06:54:00.682311"]] TRANSACTION (7.0ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xAD\xE5\x96\x9C\xE4\xBD\xA0\xE7\x9A\x84\xE5\x8F\xB7\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xAD\xE5\x96\x9C\xE4\xBD\xA0\xE7\x9A\x84\xE5\x8F\xB7\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.723863"], ["updated_at", "2022-09-29 06:54:00.723864"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xAD\xE5\x96\x9C\xE6\x82\xA8\xE7\x9A\x84\xE5\x8F\xB7\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xAD\xE5\x96\x9C\xE6\x82\xA8\xE7\x9A\x84\xE5\x8F\xB7\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.764632"], ["updated_at", "2022-09-29 06:54:00.764633"]] TRANSACTION (7.4ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xB6\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xB6\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.798996"], ["updated_at", "2022-09-29 06:54:00.798997"]] TRANSACTION (6.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xB6\xE5\x8A\xBF\xE5\x8A\x9B\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xB6\xE5\x8A\xBF\xE5\x8A\x9B\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.843626"], ["updated_at", "2022-09-29 06:54:00.843627"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xB6\xE5\x8A\xBF\xE5\x8A\x9B\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xB6\xE5\x8A\xBF\xE5\x8A\x9B\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.874564"], ["updated_at", "2022-09-29 06:54:00.874564"]] TRANSACTION (5.7ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xB6\xE6\x90\x9E\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xB6\xE6\x90\x9E\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.912401"], ["updated_at", "2022-09-29 06:54:00.912402"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xB6\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xB6\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.947130"], ["updated_at", "2022-09-29 06:54:00.947131"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xBD\xE5\xB8\x8C\xE4\xBB\xB2"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xBD\xE5\xB8\x8C\xE4\xBB\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:00.971482"], ["updated_at", "2022-09-29 06:54:00.971482"]] TRANSACTION (13.3ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x82\x94\xE8\xBF\x87\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x82\x94\xE8\xBF\x87\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.024154"], ["updated_at", "2022-09-29 06:54:01.024155"]] TRANSACTION (7.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x82\xA8 \xE5\xA5\xBD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x82\xA8 \xE5\xA5\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.059853"], ["updated_at", "2022-09-29 06:54:01.059853"]] TRANSACTION (3.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x82\xA8\xE5\xA5\xBD"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x82\xA8\xE5\xA5\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.091879"], ["updated_at", "2022-09-29 06:54:01.091880"]] TRANSACTION (7.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE4\xB8\x80\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE4\xB8\x80\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.135421"], ["updated_at", "2022-09-29 06:54:01.135422"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE4\xB8\x80\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE4\xB8\x80\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.165209"], ["updated_at", "2022-09-29 06:54:01.165209"]] TRANSACTION (11.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.204759"], ["updated_at", "2022-09-29 06:54:01.204761"]] TRANSACTION (9.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.243841"], ["updated_at", "2022-09-29 06:54:01.243842"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.268225"], ["updated_at", "2022-09-29 06:54:01.268226"]] TRANSACTION (4.7ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.296521"], ["updated_at", "2022-09-29 06:54:01.296521"]] TRANSACTION (7.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE6\xAC\xB2\xE5\x8B\x83\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE6\xAC\xB2\xE5\x8B\x83\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.340968"], ["updated_at", "2022-09-29 06:54:01.340969"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE6\xB6\xA9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE6\xB6\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.368987"], ["updated_at", "2022-09-29 06:54:01.368987"]] TRANSACTION (6.6ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.401364"], ["updated_at", "2022-09-29 06:54:01.401365"]] TRANSACTION (12.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.444344"], ["updated_at", "2022-09-29 06:54:01.444345"]] TRANSACTION (9.4ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.491814"], ["updated_at", "2022-09-29 06:54:01.491815"]] TRANSACTION (7.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.532658"], ["updated_at", "2022-09-29 06:54:01.532658"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2,\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2,\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.561169"], ["updated_at", "2022-09-29 06:54:01.561170"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2mm"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2mm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.586018"], ["updated_at", "2022-09-29 06:54:01.586019"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.618858"], ["updated_at", "2022-09-29 06:54:01.618859"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE4\xBB\x99\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE4\xBB\x99\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.650704"], ["updated_at", "2022-09-29 06:54:01.650705"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\x85\xAD\xE6\x9C\x88\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\x85\xAD\xE6\x9C\x88\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.677044"], ["updated_at", "2022-09-29 06:54:01.677044"]] TRANSACTION (5.9ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (10.4ms) BEGIN User Load (13.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.709133"], ["updated_at", "2022-09-29 06:54:01.709134"]] TRANSACTION (5.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\xA4\xA9\xE5\xB4\x96"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\xA4\xA9\xE5\xB4\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.777633"], ["updated_at", "2022-09-29 06:54:01.777634"]] TRANSACTION (5.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.818963"], ["updated_at", "2022-09-29 06:54:01.818964"]] TRANSACTION (4.3ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE6\x88\x90\xE4\xBA\xBA\xE5\x9F\xBA\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE6\x88\x90\xE4\xBA\xBA\xE5\x9F\xBA\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.860161"], ["updated_at", "2022-09-29 06:54:01.860162"]] TRANSACTION (3.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE6\x96\x87\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE6\x96\x87\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.890164"], ["updated_at", "2022-09-29 06:54:01.890165"]] TRANSACTION (4.9ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE7\xBE\x8E\xE7\x9C\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE7\xBE\x8E\xE7\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.929335"], ["updated_at", "2022-09-29 06:54:01.929336"]] TRANSACTION (5.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE7\xBE\x8E\xE7\x9C\x89\xE5\xA8\xB1\xE4\xB9\x90\xE7\xA4\xBE\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE7\xBE\x8E\xE7\x9C\x89\xE5\xA8\xB1\xE4\xB9\x90\xE7\xA4\xBE\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.964578"], ["updated_at", "2022-09-29 06:54:01.964579"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:01.988432"], ["updated_at", "2022-09-29 06:54:01.988433"]] TRANSACTION (8.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.028543"], ["updated_at", "2022-09-29 06:54:02.028543"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.060223"], ["updated_at", "2022-09-29 06:54:02.060223"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.083284"], ["updated_at", "2022-09-29 06:54:02.083285"]] TRANSACTION (7.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\xAF\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\xAF\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.116729"], ["updated_at", "2022-09-29 06:54:02.116730"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\xB6\xA3\xE7\x94\xA8\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\xB6\xA3\xE7\x94\xA8\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.146819"], ["updated_at", "2022-09-29 06:54:02.146819"]] TRANSACTION (2.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xEF\xBC\x8C\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xEF\xBC\x8C\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.169349"], ["updated_at", "2022-09-29 06:54:02.169349"]] TRANSACTION (3.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x8A\xE8\x89\xB3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x8A\xE8\x89\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.192088"], ["updated_at", "2022-09-29 06:54:02.192089"]] TRANSACTION (5.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xA1\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xA1\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.228803"], ["updated_at", "2022-09-29 06:54:02.228806"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xA8\xE5\xA5\xA5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xA8\xE5\xA5\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.254691"], ["updated_at", "2022-09-29 06:54:02.254692"]] TRANSACTION (3.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xA9\xE5\x85\xAC\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xA9\xE5\x85\xAC\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.278656"], ["updated_at", "2022-09-29 06:54:02.278656"]] TRANSACTION (6.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xA9\xE8\xB4\xAA\xE9\x9A\xBE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (15.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xA9\xE8\xB4\xAA\xE9\x9A\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.310728"], ["updated_at", "2022-09-29 06:54:02.310729"]] TRANSACTION (8.9ms) COMMIT User Load (21.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xB3\xE4\xB8\x8D\xE5\x88\xB0\xE7\x9A\x84\xE9\xBB\x91\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xB3\xE4\xB8\x8D\xE5\x88\xB0\xE7\x9A\x84\xE9\xBB\x91\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.391630"], ["updated_at", "2022-09-29 06:54:02.391631"]] TRANSACTION (3.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xB9\xE7\x81\xAB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xB9\xE7\x81\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.441141"], ["updated_at", "2022-09-29 06:54:02.441143"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xB9\xE7\x81\xAB\xE8\xBA\xAB\xE6\x9D\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xB9\xE7\x81\xAB\xE8\xBA\xAB\xE6\x9D\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.472423"], ["updated_at", "2022-09-29 06:54:02.472424"]] TRANSACTION (3.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xB9\xE7\x9A\x84\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xB9\xE7\x9A\x84\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.497472"], ["updated_at", "2022-09-29 06:54:02.497473"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x84\x88\xE5\xBF\xAB\xE4\xB9\x90\xE6\x84\x88\xE5\xA0\x95\xE8\x90\xBD"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x84\x88\xE5\xBF\xAB\xE4\xB9\x90\xE6\x84\x88\xE5\xA0\x95\xE8\x90\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.529842"], ["updated_at", "2022-09-29 06:54:02.529843"]] TRANSACTION (4.5ms) COMMIT User Load (8.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x84\x8F\xE4\xB8\xAD\xE7\x94\x9C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x84\x8F\xE4\xB8\xAD\xE7\x94\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.564627"], ["updated_at", "2022-09-29 06:54:02.564628"]] TRANSACTION (3.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x84\x8F\xE5\x90\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x84\x8F\xE5\x90\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.590094"], ["updated_at", "2022-09-29 06:54:02.590114"]] TRANSACTION (5.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x84\x9A\xE6\xB0\x91\xE5\x90\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x84\x9A\xE6\xB0\x91\xE5\x90\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.633376"], ["updated_at", "2022-09-29 06:54:02.633376"]] TRANSACTION (6.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x84\x9A\xE6\xB0\x91\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x84\x9A\xE6\xB0\x91\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.668277"], ["updated_at", "2022-09-29 06:54:02.668278"]] TRANSACTION (3.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x84\x9F\xE6\x89\x91\xE5\x85\x8B"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x84\x9F\xE6\x89\x91\xE5\x85\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.697723"], ["updated_at", "2022-09-29 06:54:02.697725"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x85\x88\xE6\x82\xB2\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x85\x88\xE6\x82\xB2\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.727610"], ["updated_at", "2022-09-29 06:54:02.727611"]] TRANSACTION (4.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x85\x95\xE7\xBB\xA5\xE6\x96\xB0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x85\x95\xE7\xBB\xA5\xE6\x96\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.760229"], ["updated_at", "2022-09-29 06:54:02.760230"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x85\xB0\xE5\xAE\x89\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x85\xB0\xE5\xAE\x89\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.780706"], ["updated_at", "2022-09-29 06:54:02.780706"]] TRANSACTION (4.5ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x87\x8A\xE5\xAD\x95"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x87\x8A\xE5\xAD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.810678"], ["updated_at", "2022-09-29 06:54:02.810678"]] TRANSACTION (8.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x87\x8A\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x87\x8A\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.851691"], ["updated_at", "2022-09-29 06:54:02.851692"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x88\xE6\x89\xAC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x88\xE6\x89\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.878641"], ["updated_at", "2022-09-29 06:54:02.878642"]] TRANSACTION (5.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.908639"], ["updated_at", "2022-09-29 06:54:02.908640"]] TRANSACTION (6.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBAav\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBAav\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.950047"], ["updated_at", "2022-09-29 06:54:02.950048"]] TRANSACTION (11.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBAdv"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBAdv"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:02.992837"], ["updated_at", "2022-09-29 06:54:02.992838"]] TRANSACTION (5.8ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.035072"], ["updated_at", "2022-09-29 06:54:03.035072"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xB8\xA4\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xB8\xA4\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.071173"], ["updated_at", "2022-09-29 06:54:03.071174"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xB9\xA6\xE5\xBA\x93"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xB9\xA6\xE5\xBA\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.100095"], ["updated_at", "2022-09-29 06:54:03.100096"]] TRANSACTION (6.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.140712"], ["updated_at", "2022-09-29 06:54:03.140714"]] TRANSACTION (4.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\x8D\xA1\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\x8D\xA1\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.178562"], ["updated_at", "2022-09-29 06:54:03.178563"]] TRANSACTION (4.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.215277"], ["updated_at", "2022-09-29 06:54:03.215279"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\xB0\x8F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\xB0\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.251574"], ["updated_at", "2022-09-29 06:54:03.251575"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.277503"], ["updated_at", "2022-09-29 06:54:03.277504"]] TRANSACTION (6.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\xB0\x8F\xE8\xAF\xB4\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\xB0\x8F\xE8\xAF\xB4\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.310640"], ["updated_at", "2022-09-29 06:54:03.310641"]] TRANSACTION (5.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\x83\x85\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\x83\x85\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.349164"], ["updated_at", "2022-09-29 06:54:03.349165"]] TRANSACTION (4.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.376805"], ["updated_at", "2022-09-29 06:54:03.376806"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\x96\x87\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\x96\x87\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.405630"], ["updated_at", "2022-09-29 06:54:03.405631"]] TRANSACTION (5.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xB8\xB8\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xB8\xB8\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.448870"], ["updated_at", "2022-09-29 06:54:03.448871"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.476497"], ["updated_at", "2022-09-29 06:54:03.476498"]] TRANSACTION (7.8ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (7.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.510738"], ["updated_at", "2022-09-29 06:54:03.510739"]] TRANSACTION (6.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.552691"], ["updated_at", "2022-09-29 06:54:03.552692"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.576503"], ["updated_at", "2022-09-29 06:54:03.576504"]] TRANSACTION (3.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.601107"], ["updated_at", "2022-09-29 06:54:03.601108"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x94\xB5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x94\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.636036"], ["updated_at", "2022-09-29 06:54:03.636037"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.662952"], ["updated_at", "2022-09-29 06:54:03.662953"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92QQ"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.684469"], ["updated_at", "2022-09-29 06:54:03.684470"]] TRANSACTION (6.5ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x99\xBE\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x99\xBE\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.731165"], ["updated_at", "2022-09-29 06:54:03.731166"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.769798"], ["updated_at", "2022-09-29 06:54:03.769798"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\xBD\x91\xE7\xAB\x99\xE5\xAF\xBC\xE8\x88\xAA"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\xBD\x91\xE7\xAB\x99\xE5\xAF\xBC\xE8\x88\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.795677"], ["updated_at", "2022-09-29 06:54:03.795677"]] TRANSACTION (6.1ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.842818"], ["updated_at", "2022-09-29 06:54:03.842819"]] TRANSACTION (3.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.873511"], ["updated_at", "2022-09-29 06:54:03.873512"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.895253"], ["updated_at", "2022-09-29 06:54:03.895253"]] TRANSACTION (6.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x89\xB2\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x89\xB2\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.937503"], ["updated_at", "2022-09-29 06:54:03.937504"]] TRANSACTION (5.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\xA3\xB8\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\xA3\xB8\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:03.977852"], ["updated_at", "2022-09-29 06:54:03.977853"]] TRANSACTION (6.9ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.012793"], ["updated_at", "2022-09-29 06:54:04.012794"]] TRANSACTION (7.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.056011"], ["updated_at", "2022-09-29 06:54:04.056012"]] TRANSACTION (3.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE9\xBB\x84\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE9\xBB\x84\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.092814"], ["updated_at", "2022-09-29 06:54:04.092814"]] TRANSACTION (9.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBD\x9B\xE5\x81\x9A\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBD\x9B\xE5\x81\x9A\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.127267"], ["updated_at", "2022-09-29 06:54:04.127269"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE5\x85\x8B\xE6\x9D\xB0"], ["LIMIT", 1]] TRANSACTION (33.5ms) BEGIN User Load (9.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE5\x85\x8B\xE6\x9D\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.159896"], ["updated_at", "2022-09-29 06:54:04.159899"]] TRANSACTION (12.7ms) COMMIT User Load (8.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE6\x9C\xAC\xE4\xBB\xB7"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE6\x9C\xAC\xE4\xBB\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.279921"], ["updated_at", "2022-09-29 06:54:04.279923"]] TRANSACTION (7.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE9\x83\xBD\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE9\x83\xBD\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.336729"], ["updated_at", "2022-09-29 06:54:04.336730"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE4\xBB\xAC\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE4\xBB\xAC\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.373751"], ["updated_at", "2022-09-29 06:54:04.373752"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE4\xBB\xAC\xE8\x87\xAA\xE6\x9D\x80\xE5\x90\xA7"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE4\xBB\xAC\xE8\x87\xAA\xE6\x9D\x80\xE5\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.402475"], ["updated_at", "2022-09-29 06:54:04.402476"]] TRANSACTION (6.6ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE5\x81\x9A\xE9\xAA\x9A\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE5\x81\x9A\xE9\xAA\x9A\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.447859"], ["updated_at", "2022-09-29 06:54:04.447860"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE5\xB0\xB1\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE5\xB0\xB1\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.484365"], ["updated_at", "2022-09-29 06:54:04.484366"]] TRANSACTION (5.7ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.528930"], ["updated_at", "2022-09-29 06:54:04.528931"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x90\x9E\xE5\x8F\xB0\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x90\x9E\xE5\x8F\xB0\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.577376"], ["updated_at", "2022-09-29 06:54:04.577377"]] TRANSACTION (7.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.612591"], ["updated_at", "2022-09-29 06:54:04.612591"]] TRANSACTION (6.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x93\x8D\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x93\x8D\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.653284"], ["updated_at", "2022-09-29 06:54:04.653298"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x93\x8D\xE5\xA5\xB3\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x93\x8D\xE5\xA5\xB3\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.680354"], ["updated_at", "2022-09-29 06:54:04.680355"]] TRANSACTION (6.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x93\x8D\xE5\xA6\x88\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x93\x8D\xE5\xA6\x88\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.713918"], ["updated_at", "2022-09-29 06:54:04.713919"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x93\x8D\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x93\x8D\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.754058"], ["updated_at", "2022-09-29 06:54:04.754059"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.779279"], ["updated_at", "2022-09-29 06:54:04.779280"]] TRANSACTION (3.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x97\xA5\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x97\xA5\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.806025"], ["updated_at", "2022-09-29 06:54:04.806026"]] TRANSACTION (6.3ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x98\xAF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x98\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.849409"], ["updated_at", "2022-09-29 06:54:04.849410"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x98\xAF\xE6\xB1\xA4\xE5\x9C\x86"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x98\xAF\xE6\xB1\xA4\xE5\x9C\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.877264"], ["updated_at", "2022-09-29 06:54:04.877264"]] TRANSACTION (4.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x98\xAF\xE6\xB1\xA4\xE5\x9C\x86\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (35.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x98\xAF\xE6\xB1\xA4\xE5\x9C\x86\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:04.908033"], ["updated_at", "2022-09-29 06:54:04.908057"]] TRANSACTION (19.6ms) COMMIT User Load (8.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x98\xAF\xE8\xAF\x9D\xE6\x9C\xAC\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (6.9ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x98\xAF\xE8\xAF\x9D\xE6\x9C\xAC\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.037135"], ["updated_at", "2022-09-29 06:54:05.037137"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE7\x88\xB1\xE6\x88\x91\xE8\x89\xB2\xE7\xBD\x91\xE5\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE7\x88\xB1\xE6\x88\x91\xE8\x89\xB2\xE7\xBD\x91\xE5\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.089543"], ["updated_at", "2022-09-29 06:54:05.089544"]] TRANSACTION (5.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE7\x9A\x84\xE8\xA5\xBF\xE5\x9F\x9F"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE7\x9A\x84\xE8\xA5\xBF\xE5\x9F\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.129627"], ["updated_at", "2022-09-29 06:54:05.129628"]] TRANSACTION (4.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE8\x8D\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE8\x8D\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.163599"], ["updated_at", "2022-09-29 06:54:05.163600"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE8\x99\xBD\xE6\xAD\xBB\xE5\x8E\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE8\x99\xBD\xE6\xAD\xBB\xE5\x8E\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.187090"], ["updated_at", "2022-09-29 06:54:05.187091"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE8\xA6\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE8\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.214732"], ["updated_at", "2022-09-29 06:54:05.214733"]] TRANSACTION (4.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE8\xA6\x81\xE6\x80\xA7\xE4\xBA\xA4\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE8\xA6\x81\xE6\x80\xA7\xE4\xBA\xA4\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.246225"], ["updated_at", "2022-09-29 06:54:05.246225"]] TRANSACTION (4.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE9\x9D\xA0\xE3\x80\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE9\x9D\xA0\xE3\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.270533"], ["updated_at", "2022-09-29 06:54:05.270533"]] TRANSACTION (4.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x92yan"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x92yan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.295395"], ["updated_at", "2022-09-29 06:54:05.295397"]] TRANSACTION (12.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x92\xE4\xB8\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x92\xE4\xB8\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.337121"], ["updated_at", "2022-09-29 06:54:05.337123"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\xAA\xE8\xAE\xBF"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\xAA\xE8\xAE\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.370252"], ["updated_at", "2022-09-29 06:54:05.370253"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\xB4\xE4\xB8\x8A\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\xB4\xE4\xB8\x8A\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.396028"], ["updated_at", "2022-09-29 06:54:05.396028"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\xB4\xE6\xB5\xB7\xE9\x9D\x99"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\xB4\xE6\xB5\xB7\xE9\x9D\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.426496"], ["updated_at", "2022-09-29 06:54:05.426497"]] TRANSACTION (3.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\xB4\xE7\x9B\xB8\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\xB4\xE7\x9B\xB8\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.461161"], ["updated_at", "2022-09-29 06:54:05.461162"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\xB4\xE7\xA7\x89\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\xB4\xE7\xA7\x89\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.484039"], ["updated_at", "2022-09-29 06:54:05.484040"]] TRANSACTION (5.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\xBF\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\xBF\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.515282"], ["updated_at", "2022-09-29 06:54:05.515283"]] TRANSACTION (5.9ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\xBF\xE8\xB4\xB7\xE7\xBB\x99\xE5\xBA\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\xBF\xE8\xB4\xB7\xE7\xBB\x99\xE5\xBA\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.557857"], ["updated_at", "2022-09-29 06:54:05.557858"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8Bqiang\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8Bqiang\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.581255"], ["updated_at", "2022-09-29 06:54:05.581255"]] TRANSACTION (9.4ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8Bqiang\xE8\xB2\xA8\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8Bqiang\xE8\xB2\xA8\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.626403"], ["updated_at", "2022-09-29 06:54:05.626404"]] TRANSACTION (5.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8Bqiang\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8Bqiang\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.663031"], ["updated_at", "2022-09-29 06:54:05.663031"]] TRANSACTION (3.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8Bqiang\xE9\x8A\xB7\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8Bqiang\xE9\x8A\xB7\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.687932"], ["updated_at", "2022-09-29 06:54:05.687933"]] TRANSACTION (7.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8Bqiang\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8Bqiang\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.718772"], ["updated_at", "2022-09-29 06:54:05.718773"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE5\x8F\x98\xE7\x89\x8C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE5\x8F\x98\xE7\x89\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.752040"], ["updated_at", "2022-09-29 06:54:05.752041"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE5\x8F\xAC\xE8\x80\xB3\xE7\x94\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE5\x8F\xAC\xE8\x80\xB3\xE7\x94\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.778376"], ["updated_at", "2022-09-29 06:54:05.778376"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE5\xB7\xA5\xE7\x8C\x8E\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE5\xB7\xA5\xE7\x8C\x8E\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.806167"], ["updated_at", "2022-09-29 06:54:05.806169"]] TRANSACTION (7.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE5\xB7\xA5\xE7\x8C\x8E\xE5\x88\x80\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE5\xB7\xA5\xE7\x8C\x8E\xE5\x88\x80\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.850248"], ["updated_at", "2022-09-29 06:54:05.850249"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x8C\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x8C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.881307"], ["updated_at", "2022-09-29 06:54:05.881308"]] TRANSACTION (5.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xA8\xE4\xBB\x93"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xA8\xE4\xBB\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.914996"], ["updated_at", "2022-09-29 06:54:05.914996"]] TRANSACTION (6.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA,\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA,\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.955856"], ["updated_at", "2022-09-29 06:54:05.955857"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA,\xE7\xAA\x83\xE5\x90\xAC"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA,\xE7\xAA\x83\xE5\x90\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:05.985636"], ["updated_at", "2022-09-29 06:54:05.985636"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.018080"], ["updated_at", "2022-09-29 06:54:06.018081"]] TRANSACTION (6.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.061064"], ["updated_at", "2022-09-29 06:54:06.061065"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE5\xAE\x98\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE5\xAE\x98\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.086669"], ["updated_at", "2022-09-29 06:54:06.086669"]] TRANSACTION (5.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE7\x9B\x91\xE5\x90\xAC\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE7\x9B\x91\xE5\x90\xAC\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.121086"], ["updated_at", "2022-09-29 06:54:06.121087"]] TRANSACTION (6.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.169173"], ["updated_at", "2022-09-29 06:54:06.169175"]] TRANSACTION (7.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.208826"], ["updated_at", "2022-09-29 06:54:06.208827"]] TRANSACTION (6.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.249820"], ["updated_at", "2022-09-29 06:54:06.249822"]] TRANSACTION (6.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE5\x99\xA8QQ"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE5\x99\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.284561"], ["updated_at", "2022-09-29 06:54:06.284562"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.315331"], ["updated_at", "2022-09-29 06:54:06.315333"]] TRANSACTION (4.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6qq"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.351585"], ["updated_at", "2022-09-29 06:54:06.351586"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\xAF\xE6\x93\x8D\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\xAF\xE6\x93\x8D\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.380039"], ["updated_at", "2022-09-29 06:54:06.380040"]] TRANSACTION (3.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\xA4\x8D\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\xA4\x8D\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.408601"], ["updated_at", "2022-09-29 06:54:06.408602"]] TRANSACTION (6.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x88\x96\xE7\x94\xB5\xE8\x84\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x88\x96\xE7\x94\xB5\xE8\x84\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.448478"], ["updated_at", "2022-09-29 06:54:06.448479"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.475527"], ["updated_at", "2022-09-29 06:54:06.475528"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE5\x99\xA8QQ"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE5\x99\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.497264"], ["updated_at", "2022-09-29 06:54:06.497265"]] TRANSACTION (5.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.527504"], ["updated_at", "2022-09-29 06:54:06.527505"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6qq"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.562223"], ["updated_at", "2022-09-29 06:54:06.562223"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.586509"], ["updated_at", "2022-09-29 06:54:06.586510"]] TRANSACTION (4.9ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\x9B\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\x9B\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.623381"], ["updated_at", "2022-09-29 06:54:06.623382"]] TRANSACTION (4.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\x9B\x91\xE5\x90\xAC"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\x9B\x91\xE5\x90\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.663432"], ["updated_at", "2022-09-29 06:54:06.663433"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\x9B\x91\xE5\x90\xAC\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\x9B\x91\xE5\x90\xAC\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.691444"], ["updated_at", "2022-09-29 06:54:06.691445"]] TRANSACTION (3.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.716043"], ["updated_at", "2022-09-29 06:54:06.716044"]] TRANSACTION (5.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6 QQ"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6 QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.749512"], ["updated_at", "2022-09-29 06:54:06.749513"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6 \xE8\x81\x94\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6 \xE8\x81\x94\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.773296"], ["updated_at", "2022-09-29 06:54:06.773297"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6 \xE8\xAF\xA6\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6 \xE8\xAF\xA6\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.795736"], ["updated_at", "2022-09-29 06:54:06.795736"]] TRANSACTION (5.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.824511"], ["updated_at", "2022-09-29 06:54:06.824512"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6\xE5\x85\x8D\xE8\xB4\xB9"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6\xE5\x85\x8D\xE8\xB4\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.860548"], ["updated_at", "2022-09-29 06:54:06.860549"]] TRANSACTION (4.0ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6\xE7\xA0\xB4\xE8\xA7\xA3"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6\xE7\xA0\xB4\xE8\xA7\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.894361"], ["updated_at", "2022-09-29 06:54:06.894362"]] TRANSACTION (5.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE8\xB7\x9F"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE8\xB7\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.931355"], ["updated_at", "2022-09-29 06:54:06.931356"]] TRANSACTION (5.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE8\xB7\x9F\xE8\xB8\xAA\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE8\xB7\x9F\xE8\xB8\xAA\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.965435"], ["updated_at", "2022-09-29 06:54:06.965436"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE8\xBF\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE8\xBF\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:06.987969"], ["updated_at", "2022-09-29 06:54:06.987970"]] TRANSACTION (3.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE9\x93\x83\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE9\x93\x83\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.015419"], ["updated_at", "2022-09-29 06:54:07.015420"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE9\xAD\x94\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE9\xAD\x94\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.053395"], ["updated_at", "2022-09-29 06:54:07.053395"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.082861"], ["updated_at", "2022-09-29 06:54:07.082862"]] TRANSACTION (3.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.110412"], ["updated_at", "2022-09-29 06:54:07.110412"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\xB7\xAB\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\xB7\xAB\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.151434"], ["updated_at", "2022-09-29 06:54:07.151435"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\xB7\xAB\xE5\x9C\x96\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\xB7\xAB\xE5\x9C\x96\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.184151"], ["updated_at", "2022-09-29 06:54:07.184152"]] TRANSACTION (4.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.216252"], ["updated_at", "2022-09-29 06:54:07.216253"]] TRANSACTION (4.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8C\xE4\xB8\x81"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8C\xE4\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.253908"], ["updated_at", "2022-09-29 06:54:07.253909"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8C\xE7\x94\xB1\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8C\xE7\x94\xB1\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.280536"], ["updated_at", "2022-09-29 06:54:07.280537"]] TRANSACTION (3.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8D\xE7\x9F\xA5\xE9\x81\x93\xE5\x8F\xAA\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8D\xE7\x9F\xA5\xE9\x81\x93\xE5\x8F\xAA\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.307447"], ["updated_at", "2022-09-29 06:54:07.307448"]] TRANSACTION (5.6ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x92\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x92\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.345280"], ["updated_at", "2022-09-29 06:54:07.345280"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x92\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x92\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.380986"], ["updated_at", "2022-09-29 06:54:07.380986"]] TRANSACTION (5.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.411424"], ["updated_at", "2022-09-29 06:54:07.411425"]] TRANSACTION (6.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.451288"], ["updated_at", "2022-09-29 06:54:07.451290"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.480499"], ["updated_at", "2022-09-29 06:54:07.480500"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.507206"], ["updated_at", "2022-09-29 06:54:07.507207"]] TRANSACTION (5.0ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.543230"], ["updated_at", "2022-09-29 06:54:07.543231"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.584573"], ["updated_at", "2022-09-29 06:54:07.584574"]] TRANSACTION (4.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\x9C\xB1\xE9\x95\x95"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\x9C\xB1\xE9\x95\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.611859"], ["updated_at", "2022-09-29 06:54:07.611860"]] TRANSACTION (4.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\x9D\x8E\xE9\xB9\x8F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\x9D\x8E\xE9\xB9\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.645979"], ["updated_at", "2022-09-29 06:54:07.645980"]] TRANSACTION (3.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\xB1\x9F\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\xB1\x9F\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.676631"], ["updated_at", "2022-09-29 06:54:07.676631"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.700840"], ["updated_at", "2022-09-29 06:54:07.700841"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.732201"], ["updated_at", "2022-09-29 06:54:07.732202"]] TRANSACTION (5.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE7\xBD\x97\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE7\xBD\x97\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.763481"], ["updated_at", "2022-09-29 06:54:07.763482"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.789369"], ["updated_at", "2022-09-29 06:54:07.789369"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x8F\x91\xE6\x97\xB6\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (8.5ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x8F\x91\xE6\x97\xB6\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.812809"], ["updated_at", "2022-09-29 06:54:07.812811"]] TRANSACTION (6.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.862645"], ["updated_at", "2022-09-29 06:54:07.862646"]] TRANSACTION (3.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\xAD\x97"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\xAD\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.891140"], ["updated_at", "2022-09-29 06:54:07.891141"]] TRANSACTION (5.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\xAD\x97\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\xAD\x97\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.925529"], ["updated_at", "2022-09-29 06:54:07.925530"]] TRANSACTION (7.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE6\xA0\x87\xE8\xAF\xAD"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE6\xA0\x87\xE8\xAF\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.966619"], ["updated_at", "2022-09-29 06:54:07.966620"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE6\xAD\xBB\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE6\xAD\xBB\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:07.993717"], ["updated_at", "2022-09-29 06:54:07.993718"]] TRANSACTION (2.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE6\xAD\xBB\xE7\xBB\x8F\xE8\xBF\x87"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE6\xAD\xBB\xE7\xBB\x8F\xE8\xBF\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.018456"], ["updated_at", "2022-09-29 06:54:08.018457"]] TRANSACTION (5.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE7\x82\xAE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE7\x82\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.058384"], ["updated_at", "2022-09-29 06:54:08.058385"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE7\x8B\x97\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE7\x8B\x97\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.092423"], ["updated_at", "2022-09-29 06:54:08.092423"]] TRANSACTION (4.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE7\x8B\x97\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE7\x8B\x97\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.127642"], ["updated_at", "2022-09-29 06:54:08.127643"]] TRANSACTION (4.8ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE7\xA0\xB8\xE5\x8A\x9E\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE7\xA0\xB8\xE5\x8A\x9E\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.162883"], ["updated_at", "2022-09-29 06:54:08.162885"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE7\xA0\xB8\xE6\x8A\xA2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE7\xA0\xB8\xE6\x8A\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.185758"], ["updated_at", "2022-09-29 06:54:08.185758"]] TRANSACTION (5.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE9\x92\x88"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE9\x92\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.215208"], ["updated_at", "2022-09-29 06:54:08.215208"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE9\x94\x99\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE9\x94\x99\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.250466"], ["updated_at", "2022-09-29 06:54:08.250467"]] TRANSACTION (2.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE9\xA3\x9E\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE9\xA3\x9E\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.276019"], ["updated_at", "2022-09-29 06:54:08.276019"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE9\xA3\x9E\xE6\x9C\xBA\xE4\xB8\x93"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE9\xA3\x9E\xE6\x9C\xBA\xE4\xB8\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.298594"], ["updated_at", "2022-09-29 06:54:08.298595"]] TRANSACTION (3.8ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x98\xE4\xB9\x8E\xE6\x8F\x90\xE6\xB2\x99\xE6\xAF\x94\xE5\xB0\x94"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x98\xE4\xB9\x8E\xE6\x8F\x90\xE6\xB2\x99\xE6\xAF\x94\xE5\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.328397"], ["updated_at", "2022-09-29 06:54:08.328398"]] TRANSACTION (5.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xA3\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xA3\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.368885"], ["updated_at", "2022-09-29 06:54:08.368886"]] TRANSACTION (3.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xA3\xE6\x89\xA3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xA3\xE6\x89\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.393692"], ["updated_at", "2022-09-29 06:54:08.393693"]] TRANSACTION (3.2ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xA7\xE6\xB3\x95\xE7\x8A\xAF\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xA7\xE6\xB3\x95\xE7\x8A\xAF\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.427557"], ["updated_at", "2022-09-29 06:54:08.427558"]] TRANSACTION (5.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xA9\xE5\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xA9\xE5\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.464385"], ["updated_at", "2022-09-29 06:54:08.464386"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xAB\xE4\xBA\x86\xE7\x88\xB7\xE7\x88\xB7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xAB\xE4\xBA\x86\xE7\x88\xB7\xE7\x88\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.490538"], ["updated_at", "2022-09-29 06:54:08.490539"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xAB\xE9\xBB\x84"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xAB\xE9\xBB\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.520521"], ["updated_at", "2022-09-29 06:54:08.520522"]] TRANSACTION (4.7ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xAD\xE4\xB8\x80\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xAD\xE4\xB8\x80\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.560189"], ["updated_at", "2022-09-29 06:54:08.560190"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE4\xB8\x80\xE5\x85\x83\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE4\xB8\x80\xE5\x85\x83\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.597587"], ["updated_at", "2022-09-29 06:54:08.597588"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE4\xB8\x80\xE5\x85\x83\xE7\xA1\xAC\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE4\xB8\x80\xE5\x85\x83\xE7\xA1\xAC\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.628410"], ["updated_at", "2022-09-29 06:54:08.628411"]] TRANSACTION (4.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB1\xBD\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB1\xBD\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.663588"], ["updated_at", "2022-09-29 06:54:08.663588"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.694159"], ["updated_at", "2022-09-29 06:54:08.694160"]] TRANSACTION (3.8ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.727214"], ["updated_at", "2022-09-29 06:54:08.727215"]] TRANSACTION (5.5ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.770527"], ["updated_at", "2022-09-29 06:54:08.770528"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE9\x92\xB1QQ"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE9\x92\xB1QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.805957"], ["updated_at", "2022-09-29 06:54:08.805958"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (13.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.832088"], ["updated_at", "2022-09-29 06:54:08.832089"]] TRANSACTION (15.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.887686"], ["updated_at", "2022-09-29 06:54:08.887687"]] TRANSACTION (3.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE7\x89\x99\xE7\xAD\xBE\xE6\x9E\x9C\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE7\x89\x99\xE7\xAD\xBE\xE6\x9E\x9C\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.926196"], ["updated_at", "2022-09-29 06:54:08.926197"]] TRANSACTION (6.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE7\x94\xB2\xE5\x9F\xBA\xE8\x8B\xAF\xE4\xB8\x99\xE8\x83\xBA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE7\x94\xB2\xE5\x9F\xBA\xE8\x8B\xAF\xE4\xB8\x99\xE8\x83\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.964215"], ["updated_at", "2022-09-29 06:54:08.964216"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE7\x94\xB2\xE8\x97\xBB\xE6\xAF\x92\xE7\xB4\xA0qq"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE7\x94\xB2\xE8\x97\xBB\xE6\xAF\x92\xE7\xB4\xA0qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:08.990910"], ["updated_at", "2022-09-29 06:54:08.990910"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE4\xB8\xAA\xE5\xA6\x88\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE4\xB8\xAA\xE5\xA6\x88\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.013162"], ["updated_at", "2022-09-29 06:54:09.013162"]] TRANSACTION (4.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE4\xB8\xAA\xE7\x88\xB8\xE7\x88\xB8"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE4\xB8\xAA\xE7\x88\xB8\xE7\x88\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.045312"], ["updated_at", "2022-09-29 06:54:09.045314"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.082041"], ["updated_at", "2022-09-29 06:54:09.082042"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (74.9ms) BEGIN User Load (13.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (16.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.103494"], ["updated_at", "2022-09-29 06:54:09.103495"]] TRANSACTION (9.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.241865"], ["updated_at", "2022-09-29 06:54:09.241866"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE8\xAA\xAA\xE5\x92\x91\xE8\x8A\x93\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE8\xAA\xAA\xE5\x92\x91\xE8\x8A\x93\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.265028"], ["updated_at", "2022-09-29 06:54:09.265028"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE5\xB0\x91\xE5\xA6\x87\xE4\xBD\x9C\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE5\xB0\x91\xE5\xA6\x87\xE4\xBD\x9C\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.287998"], ["updated_at", "2022-09-29 06:54:09.287999"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE6\x8F\xB4\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE6\x8F\xB4\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.311185"], ["updated_at", "2022-09-29 06:54:09.311185"]] TRANSACTION (5.5ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE6\x94\xBF\xE6\xB3\x95\xE5\xA7\x94\xE5\x89\xAF"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE6\x94\xBF\xE6\xB3\x95\xE5\xA7\x94\xE5\x89\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.342715"], ["updated_at", "2022-09-29 06:54:09.342716"]] TRANSACTION (7.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE6\x9E\xAA\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE6\x9E\xAA\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.383748"], ["updated_at", "2022-09-29 06:54:09.383749"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.409426"], ["updated_at", "2022-09-29 06:54:09.409426"]] TRANSACTION (4.9ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x8A\xE5\xAD\xA6\xE7\x94\x9F\xE6\x95\xB4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x8A\xE5\xAD\xA6\xE7\x94\x9F\xE6\x95\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.444821"], ["updated_at", "2022-09-29 06:54:09.444823"]] TRANSACTION (5.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x8A\xE7\x97\x85\xE4\xBA\xBA\xE6\x95\xB4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x8A\xE7\x97\x85\xE4\xBA\xBA\xE6\x95\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.483950"], ["updated_at", "2022-09-29 06:54:09.483951"]] TRANSACTION (5.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x8A\xE9\x82\x93\xE5\xB0\x8F\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x8A\xE9\x82\x93\xE5\xB0\x8F\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.516144"], ["updated_at", "2022-09-29 06:54:09.516145"]] TRANSACTION (7.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x93\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x93\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.549495"], ["updated_at", "2022-09-29 06:54:09.549496"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x93\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x93\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.586868"], ["updated_at", "2022-09-29 06:54:09.586868"]] TRANSACTION (4.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x95\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x95\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.616740"], ["updated_at", "2022-09-29 06:54:09.616741"]] TRANSACTION (5.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x95\xE6\xAF\x92\xE6\x9D\x80\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1007.7ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x95\xE6\xAF\x92\xE6\x9D\x80\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:09.646013"], ["updated_at", "2022-09-29 06:54:09.646014"]] TRANSACTION (4.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x95\xE6\xB3\xA8\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x95\xE6\xB3\xA8\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:10.695361"], ["updated_at", "2022-09-29 06:54:10.695363"]] TRANSACTION (3.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x95\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x95\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:10.726505"], ["updated_at", "2022-09-29 06:54:10.726506"]] TRANSACTION (5.5ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x95\xE7\xA8\xBF"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x95\xE7\xA8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:10.764109"], ["updated_at", "2022-09-29 06:54:10.764110"]] TRANSACTION (10.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x97\xE7\xBE\x8E\xE6\x8F\xB4\xE6\x9C\x9D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x97\xE7\xBE\x8E\xE6\x8F\xB4\xE6\x9C\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:10.806074"], ["updated_at", "2022-09-29 06:54:10.806076"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x97\xE8\xAE\xAE"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x97\xE8\xAE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:10.829157"], ["updated_at", "2022-09-29 06:54:10.829157"]] TRANSACTION (4.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x97\xE8\xAE\xAE\xE4\xB8\xAD\xE5\x85\xB1\xE5\xBD\x93\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x97\xE8\xAE\xAE\xE4\xB8\xAD\xE5\x85\xB1\xE5\xBD\x93\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:10.860661"], ["updated_at", "2022-09-29 06:54:10.860662"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x97\xE8\xAE\xAE\xE7\xA3\x81\xE6\x82\xAC\xE6\xB5\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x97\xE8\xAE\xAE\xE7\xA3\x81\xE6\x82\xAC\xE6\xB5\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:10.893420"], ["updated_at", "2022-09-29 06:54:10.893421"]] TRANSACTION (4.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x98\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x98\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:10.921269"], ["updated_at", "2022-09-29 06:54:10.921270"]] TRANSACTION (11.1ms) COMMIT User Load (15.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x98\xE5\x88\x80\xE7\xA0\x8D\xE5\x88\x80\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (9.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x98\xE5\x88\x80\xE7\xA0\x8D\xE5\x88\x80\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:10.966142"], ["updated_at", "2022-09-29 06:54:10.966143"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x98\xE5\x8F\xA0\xE5\x86\x9B\xE7\x94\xA8\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x98\xE5\x8F\xA0\xE5\x86\x9B\xE7\x94\xA8\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.003781"], ["updated_at", "2022-09-29 06:54:11.003782"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x9A\xE4\xB8\x80\xE6\x91\xB8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x9A\xE4\xB8\x80\xE6\x91\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.030430"], ["updated_at", "2022-09-29 06:54:11.030431"]] TRANSACTION (21.0ms) COMMIT User Load (7.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x9A\xE6\x91\xB8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x9A\xE6\x91\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.082306"], ["updated_at", "2022-09-29 06:54:11.082307"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA0\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA0\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.117574"], ["updated_at", "2022-09-29 06:54:11.117575"]] TRANSACTION (4.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA1\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA1\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.148451"], ["updated_at", "2022-09-29 06:54:11.148452"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA2\xE5\x85\xB6\xE7\x81\xAB\xE7\x82\xAC"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA2\xE5\x85\xB6\xE7\x81\xAB\xE7\x82\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.185734"], ["updated_at", "2022-09-29 06:54:11.185735"]] TRANSACTION (6.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA2\xE7\xB2\xAE\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA2\xE7\xB2\xAE\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.217020"], ["updated_at", "2022-09-29 06:54:11.217021"]] TRANSACTION (3.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA4\xE5\x8D\xAB\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA4\xE5\x8D\xAB\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.246662"], ["updated_at", "2022-09-29 06:54:11.246663"]] TRANSACTION (8.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA4\xE5\xA3\xAB"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA4\xE5\xA3\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.286116"], ["updated_at", "2022-09-29 06:54:11.286116"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA4\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA4\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.317563"], ["updated_at", "2022-09-29 06:54:11.317563"]] TRANSACTION (2.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA5\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA5\xE5\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.339218"], ["updated_at", "2022-09-29 06:54:11.339218"]] TRANSACTION (4.6ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA5\xE5\xA4\x8D\xE6\x89\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA5\xE5\xA4\x8D\xE6\x89\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.374391"], ["updated_at", "2022-09-29 06:54:11.374393"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA5\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA5\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.402771"], ["updated_at", "2022-09-29 06:54:11.402771"]] TRANSACTION (2.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA5\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA5\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.423799"], ["updated_at", "2022-09-29 06:54:11.423799"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB1\xE6\xAD\x89"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB1\xE6\xAD\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.450041"], ["updated_at", "2022-09-29 06:54:11.450042"]] TRANSACTION (5.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5zhi"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5zhi"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.489239"], ["updated_at", "2022-09-29 06:54:11.489240"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.514860"], ["updated_at", "2022-09-29 06:54:11.514862"]] TRANSACTION (7.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.552693"], ["updated_at", "2022-09-29 06:54:11.552694"]] TRANSACTION (7.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.600407"], ["updated_at", "2022-09-29 06:54:11.600408"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.632003"], ["updated_at", "2022-09-29 06:54:11.632004"]] TRANSACTION (4.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE5\x8C\x97\xE4\xBA\xAC\xE5\xA5\xA5\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE5\x8C\x97\xE4\xBA\xAC\xE5\xA5\xA5\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.661439"], ["updated_at", "2022-09-29 06:54:11.661440"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.694643"], ["updated_at", "2022-09-29 06:54:11.694643"]] TRANSACTION (2.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\x9D\x8E\xE9\xB9\x8F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\x9D\x8E\xE9\xB9\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.716868"], ["updated_at", "2022-09-29 06:54:11.716869"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\xB1\x9F\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\xB1\x9F\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.739377"], ["updated_at", "2022-09-29 06:54:11.739378"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.771507"], ["updated_at", "2022-09-29 06:54:11.771508"]] TRANSACTION (10.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.818837"], ["updated_at", "2022-09-29 06:54:11.818838"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE7\xBD\x97\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE7\xBD\x97\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.849405"], ["updated_at", "2022-09-29 06:54:11.849406"]] TRANSACTION (4.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.888334"], ["updated_at", "2022-09-29 06:54:11.888335"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBC\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBC\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.930600"], ["updated_at", "2022-09-29 06:54:11.930600"]] TRANSACTION (5.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBD\xE4\xB8\x80\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBD\xE4\xB8\x80\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:11.965497"], ["updated_at", "2022-09-29 06:54:11.965498"]] TRANSACTION (6.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBD\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBD\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.002187"], ["updated_at", "2022-09-29 06:54:12.002188"]] TRANSACTION (2.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBD\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBD\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.026076"], ["updated_at", "2022-09-29 06:54:12.026076"]] TRANSACTION (10.7ms) COMMIT User Load (7.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBD\xE7\x9D\x80\xE5\xA4\xA7\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBD\xE7\x9D\x80\xE5\xA4\xA7\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.066158"], ["updated_at", "2022-09-29 06:54:12.066159"]] TRANSACTION (7.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBD\xE7\x9D\x80\xE8\x8A\x99\xE8\x93\x89"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBD\xE7\x9D\x80\xE8\x8A\x99\xE8\x93\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.115192"], ["updated_at", "2022-09-29 06:54:12.115193"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBD\xE9\x80\x81"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (7.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBD\xE9\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.139513"], ["updated_at", "2022-09-29 06:54:12.139514"]] TRANSACTION (7.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBF\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBF\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.180145"], ["updated_at", "2022-09-29 06:54:12.180146"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x86\xE8\xBF\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x86\xE8\xBF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.213903"], ["updated_at", "2022-09-29 06:54:12.213904"]] TRANSACTION (8.7ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x86\xE8\xBF\x81\xE7\x81\xAD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x86\xE8\xBF\x81\xE7\x81\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.252049"], ["updated_at", "2022-09-29 06:54:12.252050"]] TRANSACTION (11.1ms) COMMIT User Load (43.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (19.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89sa"], ["LIMIT", 1]] TRANSACTION (9.2ms) BEGIN User Load (15.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89sa"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.337965"], ["updated_at", "2022-09-29 06:54:12.337967"]] TRANSACTION (9.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE5\x87\xB3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE5\x87\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.419702"], ["updated_at", "2022-09-29 06:54:12.419703"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE5\x98\x8E\xEF\xBC\x88Lhakar\xEF\xBC\x89"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE5\x98\x8E\xEF\xBC\x88Lhakar\xEF\xBC\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.452628"], ["updated_at", "2022-09-29 06:54:12.452630"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE5\xB8\xAE\xE6\xB8\xB8\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE5\xB8\xAE\xE6\xB8\xB8\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.493500"], ["updated_at", "2022-09-29 06:54:12.493501"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE5\xBC\x80\xE6\xB0\xB4\xE6\x99\xB6"], ["LIMIT", 1]] TRANSACTION (20.0ms) BEGIN User Load (11.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE5\xBC\x80\xE6\xB0\xB4\xE6\x99\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.533508"], ["updated_at", "2022-09-29 06:54:12.533509"]] TRANSACTION (13.7ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE7\x99\xBB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE7\x99\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.624024"], ["updated_at", "2022-09-29 06:54:12.624026"]] TRANSACTION (6.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE7\x99\xBB\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE7\x99\xBB\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.668992"], ["updated_at", "2022-09-29 06:54:12.668993"]] TRANSACTION (4.7ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (16.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE7\x99\xBB\xE8\xAF\xB4\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (28.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE7\x99\xBB\xE8\xAF\xB4\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.719875"], ["updated_at", "2022-09-29 06:54:12.719876"]] TRANSACTION (5.2ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.831545"], ["updated_at", "2022-09-29 06:54:12.831547"]] TRANSACTION (5.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE7\xA5\xA8\xE8\xB4\xBF\xE9\x80\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE7\xA5\xA8\xE8\xB4\xBF\xE9\x80\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.879767"], ["updated_at", "2022-09-29 06:54:12.879769"]] TRANSACTION (7.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE7\xBA\xBF\xE9\xA3\x9E\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE7\xBA\xBF\xE9\xA3\x9E\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.927843"], ["updated_at", "2022-09-29 06:54:12.927845"]] TRANSACTION (8.5ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE8\x90\xA8"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE8\x90\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:12.989002"], ["updated_at", "2022-09-29 06:54:12.989003"]] TRANSACTION (6.7ms) COMMIT User Load (11.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE8\x90\xA8\xE5\x83\xA7\xE4\xBA\xBA\xE6\x8E\xA5\xE8\xBF\x9E\xE6\x8A\x97\xE8\xAE\xAE"], ["LIMIT", 1]] TRANSACTION (13.0ms) BEGIN User Load (15.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (36.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE8\x90\xA8\xE5\x83\xA7\xE4\xBA\xBA\xE6\x8E\xA5\xE8\xBF\x9E\xE6\x8A\x97\xE8\xAE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.045740"], ["updated_at", "2022-09-29 06:54:13.045741"]] TRANSACTION (17.9ms) COMMIT User Load (8.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x8D\xE8\x82\xA9,\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x8D\xE8\x82\xA9,\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.165770"], ["updated_at", "2022-09-29 06:54:13.165772"]] TRANSACTION (4.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE5\x9E\x8B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE5\x9E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.203739"], ["updated_at", "2022-09-29 06:54:13.203740"]] TRANSACTION (5.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE7\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE7\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.242698"], ["updated_at", "2022-09-29 06:54:13.242699"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE7\xA5\x9E\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE7\xA5\x9E\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.279158"], ["updated_at", "2022-09-29 06:54:13.279159"]] TRANSACTION (4.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE9\x86\x89\xE8\xBF\xB7\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE9\x86\x89\xE8\xBF\xB7\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.314863"], ["updated_at", "2022-09-29 06:54:13.314863"]] TRANSACTION (5.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x94\xE5\x87\xBA\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x94\xE5\x87\xBA\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.354443"], ["updated_at", "2022-09-29 06:54:13.354444"]] TRANSACTION (6.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE4\xBB\xA3\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE4\xBB\xA3\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.396862"], ["updated_at", "2022-09-29 06:54:13.396863"]] TRANSACTION (8.4ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE5\x8B\x9F"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE5\x8B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.448792"], ["updated_at", "2022-09-29 06:54:13.448793"]] TRANSACTION (5.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE5\x8B\x9F\xE4\xBD\x9C\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE5\x8B\x9F\xE4\xBD\x9C\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.504890"], ["updated_at", "2022-09-29 06:54:13.504891"]] TRANSACTION (4.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE5\xA6\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE5\xA6\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.544004"], ["updated_at", "2022-09-29 06:54:13.544005"]] TRANSACTION (6.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE6\x96\xB0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE6\x96\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.582328"], ["updated_at", "2022-09-29 06:54:13.582329"]] TRANSACTION (3.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE8\x80\xB3\xE7\x94\xB9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE8\x80\xB3\xE7\x94\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.612818"], ["updated_at", "2022-09-29 06:54:13.612818"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE8\x81\x98"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE8\x81\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.639089"], ["updated_at", "2022-09-29 06:54:13.639089"]] TRANSACTION (4.0ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE8\x81\x98\xE5\x85\xBC\xE8\x81\x8C\xE5\x8F\x91\xE5\xB8\x96\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE8\x81\x98\xE5\x85\xBC\xE8\x81\x8C\xE5\x8F\x91\xE5\xB8\x96\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.682339"], ["updated_at", "2022-09-29 06:54:13.682340"]] TRANSACTION (7.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE8\x81\x98\xE7\xBD\x91\xE7\xBB\x9C\xE6\xB0\xB4\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE8\x81\x98\xE7\xBD\x91\xE7\xBB\x9C\xE6\xB0\xB4\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.720943"], ["updated_at", "2022-09-29 06:54:13.720944"]] TRANSACTION (3.4ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.749639"], ["updated_at", "2022-09-29 06:54:13.749640"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9C\xE5\xA4\xA7\xE5\x93\xA5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9C\xE5\xA4\xA7\xE5\x93\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.785256"], ["updated_at", "2022-09-29 06:54:13.785256"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9F\xE6\xB6\x9B\xE5\x93\xA5"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9F\xE6\xB6\x9B\xE5\x93\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.811432"], ["updated_at", "2022-09-29 06:54:13.811433"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xA5\xE6\x9C\x89\xE4\xBA\x86\xE5\xB0\x8F\xE7\xB1\xB3\xE6\xA4\x92"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xA5\xE6\x9C\x89\xE4\xBA\x86\xE5\xB0\x8F\xE7\xB1\xB3\xE6\xA4\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.832206"], ["updated_at", "2022-09-29 06:54:13.832207"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xA6\xE6\x88\xAA\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xA6\xE6\x88\xAA\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.858707"], ["updated_at", "2022-09-29 06:54:13.858708"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xA9\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xA9\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.895438"], ["updated_at", "2022-09-29 06:54:13.895440"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xA9\xE6\xB2\xB9\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xA9\xE6\xB2\xB9\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.921443"], ["updated_at", "2022-09-29 06:54:13.921444"]] TRANSACTION (7.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xAF\xE6\x95\x91\xE5\x90\xB4\xE7\xAB\x8B\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xAF\xE6\x95\x91\xE5\x90\xB4\xE7\xAB\x8B\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.951993"], ["updated_at", "2022-09-29 06:54:13.951994"]] TRANSACTION (7.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xB1\xE9\x8F\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xB1\xE9\x8F\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:13.992116"], ["updated_at", "2022-09-29 06:54:13.992117"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xB1\xE9\x93\xB2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xB1\xE9\x93\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.017453"], ["updated_at", "2022-09-29 06:54:14.017454"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xB3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xB3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.037897"], ["updated_at", "2022-09-29 06:54:14.037898"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x81\xE4\xB8\x8D\xE5\x90\x8C\xE6\x94\xBF\xE8\xA7\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x81\xE4\xB8\x8D\xE5\x90\x8C\xE6\x94\xBF\xE8\xA7\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.074304"], ["updated_at", "2022-09-29 06:54:14.074305"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x81\xE6\x9E\xAA\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x81\xE6\x9E\xAA\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.100994"], ["updated_at", "2022-09-29 06:54:14.100995"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x82\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x82\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.121147"], ["updated_at", "2022-09-29 06:54:14.121148"]] TRANSACTION (3.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x87\xE5\xAE\x9A\xE5\xA7\x93\xE5\x90\x8D\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x87\xE5\xAE\x9A\xE5\xA7\x93\xE5\x90\x8D\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.148592"], ["updated_at", "2022-09-29 06:54:14.148593"]] TRANSACTION (6.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x87\xE7\x82\xB9\xE6\xB1\x9F\xE5\xB1\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x87\xE7\x82\xB9\xE6\xB1\x9F\xE5\xB1\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.184115"], ["updated_at", "2022-09-29 06:54:14.184116"]] TRANSACTION (2.9ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x87\xE7\xBA\xB9\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x87\xE7\xBA\xB9\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.207161"], ["updated_at", "2022-09-29 06:54:14.207162"]] TRANSACTION (3.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x87\xE7\xBA\xB9\xE8\x80\x83\xE5\x8B\xA4"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x87\xE7\xBA\xB9\xE8\x80\x83\xE5\x8B\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.228330"], ["updated_at", "2022-09-29 06:54:14.228331"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x87\xE7\xBA\xB9\xE8\x86\x9C"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x87\xE7\xBA\xB9\xE8\x86\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.252205"], ["updated_at", "2022-09-29 06:54:14.252206"]] TRANSACTION (6.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x89\xE6\x91\xA9"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x89\xE6\x91\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.285450"], ["updated_at", "2022-09-29 06:54:14.285451"]] TRANSACTION (2.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.311210"], ["updated_at", "2022-09-29 06:54:14.311210"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90\xE5\x8F\xA3\xE4\xBA\xA4\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90\xE5\x8F\xA3\xE4\xBA\xA4\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.331934"], ["updated_at", "2022-09-29 06:54:14.331934"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.360589"], ["updated_at", "2022-09-29 06:54:14.360589"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.389714"], ["updated_at", "2022-09-29 06:54:14.389715"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x89\xE7\x85\xA7\xE9\xA9\xAC\xE9\x9B\x85\xE5\x8E\x86\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x89\xE7\x85\xA7\xE9\xA9\xAC\xE9\x9B\x85\xE5\x8E\x86\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.414751"], ["updated_at", "2022-09-29 06:54:14.414751"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x91\xE3\x80\x82\xE9\x80\x97"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x91\xE3\x80\x82\xE9\x80\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.435652"], ["updated_at", "2022-09-29 06:54:14.435652"]] TRANSACTION (6.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x91\xE9\x80\x97"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x91\xE9\x80\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.467999"], ["updated_at", "2022-09-29 06:54:14.468000"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x91\xEF\xBC\x8C\xE9\x80\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x91\xEF\xBC\x8C\xE9\x80\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.497944"], ["updated_at", "2022-09-29 06:54:14.497944"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x96\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x96\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.521521"], ["updated_at", "2022-09-29 06:54:14.521522"]] TRANSACTION (4.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA1\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA1\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.557297"], ["updated_at", "2022-09-29 06:54:14.557298"]] TRANSACTION (5.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA3\xE7\x82\xB9\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA3\xE7\x82\xB9\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.600172"], ["updated_at", "2022-09-29 06:54:14.600173"]] TRANSACTION (3.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA3\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA3\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.626625"], ["updated_at", "2022-09-29 06:54:14.626626"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA3\xE9\x92\xB1\xE5\xB9\xB3\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA3\xE9\x92\xB1\xE5\xB9\xB3\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.657348"], ["updated_at", "2022-09-29 06:54:14.657350"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA3\xE9\x92\xB1\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA3\xE9\x92\xB1\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.693855"], ["updated_at", "2022-09-29 06:54:14.693856"]] TRANSACTION (3.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA4\xE4\xB9\xB3\xE6\xB1\x81"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA4\xE4\xB9\xB3\xE6\xB1\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.716302"], ["updated_at", "2022-09-29 06:54:14.716302"]] TRANSACTION (2.4ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA5\xE5\x8F\x91\xE5\x9E\x8B\xE8\xBF\xB7\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA5\xE5\x8F\x91\xE5\x9E\x8B\xE8\xBF\xB7\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.735195"], ["updated_at", "2022-09-29 06:54:14.735196"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA8\xE4\xBA\x86\xE4\xB8\x80\xE7\x82\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA8\xE4\xBA\x86\xE4\xB8\x80\xE7\x82\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.765266"], ["updated_at", "2022-09-29 06:54:14.765266"]] TRANSACTION (13.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xAB\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xAB\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.808149"], ["updated_at", "2022-09-29 06:54:14.808150"]] TRANSACTION (2.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xBA\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xBA\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.831431"], ["updated_at", "2022-09-29 06:54:14.831432"]] TRANSACTION (4.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xBA\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xBA\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.862159"], ["updated_at", "2022-09-29 06:54:14.862160"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xBA\xE7\xBF\x98"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xBA\xE7\xBF\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.891478"], ["updated_at", "2022-09-29 06:54:14.891479"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xBA\xE8\xBA\xAB\xE8\xBF\x9B\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xBA\xE8\xBA\xAB\xE8\xBF\x9B\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.914551"], ["updated_at", "2022-09-29 06:54:14.914552"]] TRANSACTION (3.3ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8D\x85\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8D\x85\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.933603"], ["updated_at", "2022-09-29 06:54:14.933603"]] TRANSACTION (4.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8D\x85\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8D\x85\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.963996"], ["updated_at", "2022-09-29 06:54:14.963997"]] TRANSACTION (3.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8D\x86\xE7\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8D\x86\xE7\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:14.994708"], ["updated_at", "2022-09-29 06:54:14.994709"]] TRANSACTION (2.7ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8D\x8F\xE5\xBC\x84"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8D\x8F\xE5\xBC\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.018333"], ["updated_at", "2022-09-29 06:54:15.018334"]] TRANSACTION (2.4ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8D\xA2\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8D\xA2\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.036549"], ["updated_at", "2022-09-29 06:54:15.036549"]] TRANSACTION (6.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8D\xA2\xE5\xA6\xBB\xE4\xBF\xB1\xE4\xB9\x90\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8D\xA2\xE5\xA6\xBB\xE4\xBF\xB1\xE4\xB9\x90\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.069123"], ["updated_at", "2022-09-29 06:54:15.069124"]] TRANSACTION (5.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8D\xAE\xE8\xAF\xB4\xE5\x85\xA8\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8D\xAE\xE8\xAF\xB4\xE5\x85\xA8\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.099430"], ["updated_at", "2022-09-29 06:54:15.099431"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\x80\xE8\xB5\xB7\xE8\xA3\x99\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\x80\xE8\xB5\xB7\xE8\xA3\x99\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.124589"], ["updated_at", "2022-09-29 06:54:15.124589"]] TRANSACTION (4.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\x88\xE6\x9D\x83\xE5\xBC\x93\xE9\xA9\xBD\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\x88\xE6\x9D\x83\xE5\xBC\x93\xE9\xA9\xBD\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.151344"], ["updated_at", "2022-09-29 06:54:15.151345"]] TRANSACTION (7.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\x8C\xE9\x98\x85"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\x8C\xE9\x98\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.203963"], ["updated_at", "2022-09-29 06:54:15.203964"]] TRANSACTION (3.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\x8F\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (6.3ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\x8F\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.248087"], ["updated_at", "2022-09-29 06:54:15.248089"]] TRANSACTION (6.1ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (13.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\x8F\xE9\x9D\x8C"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\x8F\xE9\x9D\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.316771"], ["updated_at", "2022-09-29 06:54:15.316772"]] TRANSACTION (3.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA2\xE6\xB5\x8B\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA2\xE6\xB5\x8B\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.360512"], ["updated_at", "2022-09-29 06:54:15.360513"]] TRANSACTION (9.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA5\xE7\x8F\xAD"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA5\xE7\x8F\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.404344"], ["updated_at", "2022-09-29 06:54:15.404345"]] TRANSACTION (4.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA7\xE5\x88\xB6\xE5\xAA\x92"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA7\xE5\x88\xB6\xE5\xAA\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.434721"], ["updated_at", "2022-09-29 06:54:15.434721"]] TRANSACTION (5.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA7\xE8\xAF\x89\xE4\xB8\x96\xE5\x8D\x9A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA7\xE8\xAF\x89\xE4\xB8\x96\xE5\x8D\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.471836"], ["updated_at", "2022-09-29 06:54:15.471837"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8bei\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8bei\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.503767"], ["updated_at", "2022-09-29 06:54:15.503768"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE5\xB1\x95"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE5\xB1\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.536331"], ["updated_at", "2022-09-29 06:54:15.536331"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE5\xB9\xBF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE5\xB9\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.562229"], ["updated_at", "2022-09-29 06:54:15.562230"]] TRANSACTION (6.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE6\xB2\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE6\xB2\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.606581"], ["updated_at", "2022-09-29 06:54:15.606582"]] TRANSACTION (4.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE6\xB2\xB9\xE6\x8C\x89"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE6\xB2\xB9\xE6\x8C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.633812"], ["updated_at", "2022-09-29 06:54:15.633813"]] TRANSACTION (11.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE7\xBF\xBB"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE7\xBF\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.670397"], ["updated_at", "2022-09-29 06:54:15.670398"]] TRANSACTION (6.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE7\xBF\xBB\xE7\x8B\xAC\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE7\xBF\xBB\xE7\x8B\xAC\xE8\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.714063"], ["updated_at", "2022-09-29 06:54:15.714069"]] TRANSACTION (3.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE8\x83\x8C\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE8\x83\x8C\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.741193"], ["updated_at", "2022-09-29 06:54:15.741193"]] TRANSACTION (15.0ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE8\x8D\x90\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE8\x8D\x90\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.829073"], ["updated_at", "2022-09-29 06:54:15.829074"]] TRANSACTION (6.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE8\x8D\x90\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE8\x8D\x90\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.871753"], ["updated_at", "2022-09-29 06:54:15.871753"]] TRANSACTION (7.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE8\xBF\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE8\xBF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.911524"], ["updated_at", "2022-09-29 06:54:15.911525"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xB0\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xB0\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.942441"], ["updated_at", "2022-09-29 06:54:15.942442"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xB0\xE7\xA9\xB4\xE7\x9A\xAE\xE5\x8D\xA1\xE4\xB8\x98"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xB0\xE7\xA9\xB4\xE7\x9A\xAE\xE5\x8D\xA1\xE4\xB8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:15.976056"], ["updated_at", "2022-09-29 06:54:15.976057"]] TRANSACTION (7.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x89\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x89\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.016785"], ["updated_at", "2022-09-29 06:54:16.016786"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x89\xE6\x8D\x8F"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x89\xE6\x8D\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.051135"], ["updated_at", "2022-09-29 06:54:16.051136"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x89\xE6\x90\x93"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x89\xE6\x90\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.086614"], ["updated_at", "2022-09-29 06:54:16.086615"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x89\xEF\xBC\x8C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x89\xEF\xBC\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.120048"], ["updated_at", "2022-09-29 06:54:16.120049"]] TRANSACTION (5.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x90\xE4\xBB\xB7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x90\xE4\xBB\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.148698"], ["updated_at", "2022-09-29 06:54:16.148699"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x90\xE5\x89\x8D\xE9\xA2\x84\xE6\xB5\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x90\xE5\x89\x8D\xE9\xA2\x84\xE6\xB5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.186938"], ["updated_at", "2022-09-29 06:54:16.186939"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x90\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x90\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.219248"], ["updated_at", "2022-09-29 06:54:16.219248"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x90\xE7\x8E\xB0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x90\xE7\x8E\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.244322"], ["updated_at", "2022-09-29 06:54:16.244323"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92b"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.285270"], ["updated_at", "2022-09-29 06:54:16.285271"]] TRANSACTION (5.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92|\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92|\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.326008"], ["updated_at", "2022-09-29 06:54:16.326009"]] TRANSACTION (6.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE4\xBB\x96"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE4\xBB\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.372130"], ["updated_at", "2022-09-29 06:54:16.372131"]] TRANSACTION (4.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.412243"], ["updated_at", "2022-09-29 06:54:16.412245"]] TRANSACTION (5.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.456037"], ["updated_at", "2022-09-29 06:54:16.456038"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE5\x85\xA5\xE5\x86\x85\xE5\xB0\x84"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE5\x85\xA5\xE5\x86\x85\xE5\xB0\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.497712"], ["updated_at", "2022-09-29 06:54:16.497713"]] TRANSACTION (5.0ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE5\xA5\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE5\xA5\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.533369"], ["updated_at", "2022-09-29 06:54:16.533370"]] TRANSACTION (3.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE5\xA7\x90\xE5\xA7\x90\xE5\xAB\xA9\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE5\xA7\x90\xE5\xA7\x90\xE5\xAB\xA9\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.564372"], ["updated_at", "2022-09-29 06:54:16.564373"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE5\xB1\x81\xE5\xB1\x81"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE5\xB1\x81\xE5\xB1\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.595120"], ["updated_at", "2022-09-29 06:54:16.595121"]] TRANSACTION (3.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.623793"], ["updated_at", "2022-09-29 06:54:16.623793"]] TRANSACTION (4.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.651321"], ["updated_at", "2022-09-29 06:54:16.651321"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.689546"], ["updated_at", "2022-09-29 06:54:16.689547"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.721908"], ["updated_at", "2022-09-29 06:54:16.721908"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.744665"], ["updated_at", "2022-09-29 06:54:16.744666"]] TRANSACTION (11.2ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (21.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE7\xA9\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE7\xA9\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.799247"], ["updated_at", "2022-09-29 06:54:16.799249"]] TRANSACTION (5.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE7\xA9\xB4\xE6\x89\x8B\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (8.4ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE7\xA9\xB4\xE6\x89\x8B\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.873414"], ["updated_at", "2022-09-29 06:54:16.873419"]] TRANSACTION (5.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE8\x80\x81\xE5\xB8\x88\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE8\x80\x81\xE5\xB8\x88\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.933293"], ["updated_at", "2022-09-29 06:54:16.933295"]] TRANSACTION (7.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE8\xBF\x9B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE8\xBF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:16.975239"], ["updated_at", "2022-09-29 06:54:16.975239"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.014077"], ["updated_at", "2022-09-29 06:54:17.014079"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.043489"], ["updated_at", "2022-09-29 06:54:17.043490"]] TRANSACTION (3.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE9\x98\xB4\xE8\x8C\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE9\x98\xB4\xE8\x8C\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.071364"], ["updated_at", "2022-09-29 06:54:17.071365"]] TRANSACTION (3.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xEF\xBC\x8C\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xEF\xBC\x8C\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.098551"], ["updated_at", "2022-09-29 06:54:17.098552"]] TRANSACTION (9.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xEF\xBC\x8D\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (9.7ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xEF\xBC\x8D\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.143138"], ["updated_at", "2022-09-29 06:54:17.143139"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xAD\xE6\x89\xB9\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xAD\xE6\x89\xB9\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.198064"], ["updated_at", "2022-09-29 06:54:17.198065"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xAD\xE8\xB4\xAA\xE9\x9A\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xAD\xE8\xB4\xAA\xE9\x9A\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.241561"], ["updated_at", "2022-09-29 06:54:17.241562"]] TRANSACTION (5.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.278841"], ["updated_at", "2022-09-29 06:54:17.278841"]] TRANSACTION (2.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE4\xBA\xA4\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE4\xBA\xA4\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.303175"], ["updated_at", "2022-09-29 06:54:17.303176"]] TRANSACTION (5.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE4\xBA\xA4\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE4\xBA\xA4\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.339987"], ["updated_at", "2022-09-29 06:54:17.339988"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE4\xBA\xA4\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE4\xBA\xA4\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.376226"], ["updated_at", "2022-09-29 06:54:17.376227"]] TRANSACTION (4.1ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE5\x8A\xA9\xE4\xBA\xA4\xE6\x98\x93"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (20.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE5\x8A\xA9\xE4\xBA\xA4\xE6\x98\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.406472"], ["updated_at", "2022-09-29 06:54:17.406473"]] TRANSACTION (13.6ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE5\x8A\xA9\xE4\xBA\xA4\xE9\x99\x85"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE5\x8A\xA9\xE4\xBA\xA4\xE9\x99\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.481915"], ["updated_at", "2022-09-29 06:54:17.481916"]] TRANSACTION (12.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.540814"], ["updated_at", "2022-09-29 06:54:17.540815"]] TRANSACTION (7.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE8\x97\x8F\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE8\x97\x8F\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.587904"], ["updated_at", "2022-09-29 06:54:17.587905"]] TRANSACTION (10.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x90\x9E\xE5\xAA\x9B\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x90\x9E\xE5\xAA\x9B\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.632263"], ["updated_at", "2022-09-29 06:54:17.632264"]] TRANSACTION (3.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\x84\xE5\xBD\xB1\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\x84\xE5\xBD\xB1\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.665936"], ["updated_at", "2022-09-29 06:54:17.665937"]] TRANSACTION (3.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\x87\xE5\xA4\xB4\xE4\xB8\xB8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\x87\xE5\xA4\xB4\xE4\xB8\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.694047"], ["updated_at", "2022-09-29 06:54:17.694048"]] TRANSACTION (4.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\xA7\xE6\xAE\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\xA7\xE6\xAE\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.727656"], ["updated_at", "2022-09-29 06:54:17.727657"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.770301"], ["updated_at", "2022-09-29 06:54:17.770302"]] TRANSACTION (6.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\xA9\xE9\x97\xA8\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\xA9\xE9\x97\xA8\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.818502"], ["updated_at", "2022-09-29 06:54:17.818503"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\xB8nai\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\xB8nai\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.860522"], ["updated_at", "2022-09-29 06:54:17.860523"]] TRANSACTION (5.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\xB8\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\xB8\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.895555"], ["updated_at", "2022-09-29 06:54:17.895556"]] TRANSACTION (4.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\xB8\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\xB8\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.929710"], ["updated_at", "2022-09-29 06:54:17.929711"]] TRANSACTION (4.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\xB8\xE9\x98\xB4\xE8\x92\x82"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\xB8\xE9\x98\xB4\xE8\x92\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.965567"], ["updated_at", "2022-09-29 06:54:17.965568"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\x85\xE8\xB5\xB7\xE5\xA4\xA7\xE7\x99\xBD\xE8\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\x85\xE8\xB5\xB7\xE5\xA4\xA7\xE7\x99\xBD\xE8\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:17.991068"], ["updated_at", "2022-09-29 06:54:17.991069"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\x92\xE5\xB0\xBF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\x92\xE5\xB0\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.012897"], ["updated_at", "2022-09-29 06:54:18.012898"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\x9E\xE5\x87\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\x9E\xE5\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.040298"], ["updated_at", "2022-09-29 06:54:18.040299"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\xA4\xE8\x81\x8C\xE3\x80\x82"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\xA4\xE8\x81\x8C\xE3\x80\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.074125"], ["updated_at", "2022-09-29 06:54:18.074126"]] TRANSACTION (2.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\xA4\xE9\x94\x80\xE8\x81\x8C\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\xA4\xE9\x94\x80\xE8\x81\x8C\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.095368"], ["updated_at", "2022-09-29 06:54:18.095369"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\xA9\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\xA9\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.113148"], ["updated_at", "2022-09-29 06:54:18.113149"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\xA9\xE8\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\xA9\xE8\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.138106"], ["updated_at", "2022-09-29 06:54:18.138107"]] TRANSACTION (5.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\xAB\xE6\x91\xB8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\xAB\xE6\x91\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.170369"], ["updated_at", "2022-09-29 06:54:18.170370"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\xB8\xE4\xBA\x86\xE4\xB8\x80\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\xB8\xE4\xBA\x86\xE4\xB8\x80\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.194928"], ["updated_at", "2022-09-29 06:54:18.194929"]] TRANSACTION (6.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\xB8\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\xB8\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.222420"], ["updated_at", "2022-09-29 06:54:18.222420"]] TRANSACTION (6.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x82\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x82\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.268969"], ["updated_at", "2022-09-29 06:54:18.268971"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x87\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x87\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.298382"], ["updated_at", "2022-09-29 06:54:18.298383"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8B\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8B\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.325159"], ["updated_at", "2022-09-29 06:54:18.325160"]] TRANSACTION (6.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8Db"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8Db"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.370327"], ["updated_at", "2022-09-29 06:54:18.370329"]] TRANSACTION (5.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.406224"], ["updated_at", "2022-09-29 06:54:18.406225"]] TRANSACTION (3.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBA\x86\xE5\xAB\x82"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBA\x86\xE5\xAB\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.433612"], ["updated_at", "2022-09-29 06:54:18.433614"]] TRANSACTION (6.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBB\x96"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBB\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.474231"], ["updated_at", "2022-09-29 06:54:18.474233"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBB\x96\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBB\x96\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.514538"], ["updated_at", "2022-09-29 06:54:18.514538"]] TRANSACTION (4.7ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBB\x96\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBB\x96\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.548457"], ["updated_at", "2022-09-29 06:54:18.548458"]] TRANSACTION (6.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.588433"], ["updated_at", "2022-09-29 06:54:18.588434"]] TRANSACTION (3.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\x85\xA8\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\x85\xA8\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.614301"], ["updated_at", "2022-09-29 06:54:18.614301"]] TRANSACTION (4.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA4\xA7\xE7\x88\xB7"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA4\xA7\xE7\x88\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.643020"], ["updated_at", "2022-09-29 06:54:18.643021"]] TRANSACTION (8.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA4\xA7\xE7\x88\xBA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA4\xA7\xE7\x88\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.689236"], ["updated_at", "2022-09-29 06:54:18.689237"]] TRANSACTION (4.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.722246"], ["updated_at", "2022-09-29 06:54:18.722247"]] TRANSACTION (6.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.773977"], ["updated_at", "2022-09-29 06:54:18.773978"]] TRANSACTION (4.9ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.814375"], ["updated_at", "2022-09-29 06:54:18.814376"]] TRANSACTION (6.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE7\xA5\x96\xE5\xAE\x97"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE7\xA5\x96\xE5\xAE\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.850105"], ["updated_at", "2022-09-29 06:54:18.850106"]] TRANSACTION (4.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE5\xAB\x82\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE5\xAB\x82\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.885613"], ["updated_at", "2022-09-29 06:54:18.885613"]] TRANSACTION (3.6ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE5\xB1\x84"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE5\xB1\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.915681"], ["updated_at", "2022-09-29 06:54:18.915682"]] TRANSACTION (4.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.945283"], ["updated_at", "2022-09-29 06:54:18.945284"]] TRANSACTION (4.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE6\x93\x8D\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE6\x93\x8D\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:18.980376"], ["updated_at", "2022-09-29 06:54:18.980377"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.003473"], ["updated_at", "2022-09-29 06:54:19.003474"]] TRANSACTION (2.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.023360"], ["updated_at", "2022-09-29 06:54:19.023361"]] TRANSACTION (5.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE7\x83\x82"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE7\x83\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.054601"], ["updated_at", "2022-09-29 06:54:19.054602"]] TRANSACTION (5.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE7\x83\x82\xE9\xAA\x9A\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE7\x83\x82\xE9\xAA\x9A\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.088465"], ["updated_at", "2022-09-29 06:54:19.088466"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE7\x83\x82\xE9\xAA\x9A\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE7\x83\x82\xE9\xAA\x9A\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.118788"], ["updated_at", "2022-09-29 06:54:19.118789"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.147291"], ["updated_at", "2022-09-29 06:54:19.147292"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE8\x9B\x8B"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE8\x9B\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.176703"], ["updated_at", "2022-09-29 06:54:19.176704"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.196394"], ["updated_at", "2022-09-29 06:54:19.196395"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE9\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE9\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.217632"], ["updated_at", "2022-09-29 06:54:19.217632"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8E\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8E\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.244189"], ["updated_at", "2022-09-29 06:54:19.244190"]] TRANSACTION (3.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\xA0\xE4\xB9\xB3\xE6\xB1\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\xA0\xE4\xB9\xB3\xE6\xB1\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.279102"], ["updated_at", "2022-09-29 06:54:19.279102"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\xA6\xE4\xBD\xA0\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\xA6\xE4\xBD\xA0\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.304043"], ["updated_at", "2022-09-29 06:54:19.304044"]] TRANSACTION (2.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\xA6\xE4\xBD\xA0\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (7.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (13.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\xA6\xE4\xBD\xA0\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.331101"], ["updated_at", "2022-09-29 06:54:19.331102"]] TRANSACTION (16.6ms) COMMIT User Load (10.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\x80\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\x80\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.403931"], ["updated_at", "2022-09-29 06:54:19.403932"]] TRANSACTION (5.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xAB\xE5\x8F\x96"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xAB\xE5\x8F\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.441583"], ["updated_at", "2022-09-29 06:54:19.441584"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xAF\xE6\x8C\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xAF\xE6\x8C\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.476227"], ["updated_at", "2022-09-29 06:54:19.476228"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xAF\xE6\x8C\x81zd"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xAF\xE6\x8C\x81zd"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.502488"], ["updated_at", "2022-09-29 06:54:19.502489"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xAF\xE6\x8C\x81\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xAF\xE6\x8C\x81\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.529847"], ["updated_at", "2022-09-29 06:54:19.529848"]] TRANSACTION (4.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xAF\xE8\x81\x94\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xAF\xE8\x81\x94\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.561121"], ["updated_at", "2022-09-29 06:54:19.561121"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xAF\xE9\x82\xA3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xAF\xE9\x82\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.586602"], ["updated_at", "2022-09-29 06:54:19.586603"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xAF\xE9\x82\xA3\xE7\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xAF\xE9\x82\xA3\xE7\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.607271"], ["updated_at", "2022-09-29 06:54:19.607272"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE5\x8D\x95\xE7\xAE\xA1\xE7\x8C\x8E\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE5\x8D\x95\xE7\xAE\xA1\xE7\x8C\x8E\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.628496"], ["updated_at", "2022-09-29 06:54:19.628497"]] TRANSACTION (5.1ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE5\x8F\x97\xE8\x82\xA1\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE5\x8F\x97\xE8\x82\xA1\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.670256"], ["updated_at", "2022-09-29 06:54:19.670257"]] TRANSACTION (4.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE5\xA4\x8D\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE5\xA4\x8D\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.707484"], ["updated_at", "2022-09-29 06:54:19.707485"]] TRANSACTION (5.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE5\xAE\xB9\xE6\x89\x80"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE5\xAE\xB9\xE6\x89\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.738780"], ["updated_at", "2022-09-29 06:54:19.738781"]] TRANSACTION (5.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.782978"], ["updated_at", "2022-09-29 06:54:19.782980"]] TRANSACTION (3.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE7\xA8\xBF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE7\xA8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.813148"], ["updated_at", "2022-09-29 06:54:19.813149"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE8\x82\xBE\xE8\x81\x94\xE7\xB3\xBBQQ"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE8\x82\xBE\xE8\x81\x94\xE7\xB3\xBBQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.836776"], ["updated_at", "2022-09-29 06:54:19.836777"]] TRANSACTION (6.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.874310"], ["updated_at", "2022-09-29 06:54:19.874311"]] TRANSACTION (4.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE8\xB4\xB9\xE5\x88\xA0\xE5\xB8\x96"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE8\xB4\xB9\xE5\x88\xA0\xE5\xB8\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.908949"], ["updated_at", "2022-09-29 06:54:19.908950"]] TRANSACTION (5.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE8\xB4\xB9\xE6\xB8\x85\xE7\x90\x86\xE8\xB4\x9F\xE9\x9D\xA2\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE8\xB4\xB9\xE6\xB8\x85\xE7\x90\x86\xE8\xB4\x9F\xE9\x9D\xA2\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.945980"], ["updated_at", "2022-09-29 06:54:19.945980"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB9\xE5\x8D\xB7\xE5\x86\x85\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB9\xE5\x8D\xB7\xE5\x86\x85\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:19.986031"], ["updated_at", "2022-09-29 06:54:19.986032"]] TRANSACTION (2.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.012004"], ["updated_at", "2022-09-29 06:54:20.012005"]] TRANSACTION (5.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBB\xE5\x8D\xA0\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBB\xE5\x8D\xA0\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.042495"], ["updated_at", "2022-09-29 06:54:20.042497"]] TRANSACTION (7.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBB\xE5\xAE\x98\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBB\xE5\xAE\x98\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.085459"], ["updated_at", "2022-09-29 06:54:20.085461"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBE\xE4\xB8\x8B\xE7\x94\x9F\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBE\xE4\xB8\x8B\xE7\x94\x9F\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.114129"], ["updated_at", "2022-09-29 06:54:20.114129"]] TRANSACTION (4.1ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBE\xE5\xB0\xBF"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBE\xE5\xB0\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.151025"], ["updated_at", "2022-09-29 06:54:20.151026"]] TRANSACTION (5.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBE\xE7\xBA\xB5"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBE\xE7\xBA\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.189700"], ["updated_at", "2022-09-29 06:54:20.189701"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBE\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBE\xE8\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.215393"], ["updated_at", "2022-09-29 06:54:20.215394"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBE\xE8\x8D\xA1\xE4\xB8\xAD\xE7\x9A\x84\xE7\x81\xB5\xE4\xB8\x8E\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBE\xE8\x8D\xA1\xE4\xB8\xAD\xE7\x9A\x84\xE7\x81\xB5\xE4\xB8\x8E\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.242446"], ["updated_at", "2022-09-29 06:54:20.242447"]] TRANSACTION (4.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBFf"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBFf"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.281463"], ["updated_at", "2022-09-29 06:54:20.281465"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBFzhi"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBFzhi"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.310885"], ["updated_at", "2022-09-29 06:54:20.310886"]] TRANSACTION (3.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE4\xB8\x80\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE4\xB8\x80\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.335434"], ["updated_at", "2022-09-29 06:54:20.335434"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE4\xBB\x98"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE4\xBB\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.368156"], ["updated_at", "2022-09-29 06:54:20.368158"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE4\xBF\xAF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE4\xBF\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.397851"], ["updated_at", "2022-09-29 06:54:20.397852"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.417689"], ["updated_at", "2022-09-29 06:54:20.417689"]] TRANSACTION (4.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE5\xBA\x9C\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (7.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE5\xBA\x9C\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.445266"], ["updated_at", "2022-09-29 06:54:20.445268"]] TRANSACTION (5.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE5\xBA\x9C\xE6\x97\xA0\xE8\x83\xBD"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE5\xBA\x9C\xE6\x97\xA0\xE8\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.490071"], ["updated_at", "2022-09-29 06:54:20.490073"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.516179"], ["updated_at", "2022-09-29 06:54:20.516179"]] TRANSACTION (4.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.545602"], ["updated_at", "2022-09-29 06:54:20.545603"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE4\xBA\xBA\xE7\xA5\xB8\xE7\x9A\x84\xE6\xBA\x90\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE4\xBA\xBA\xE7\xA5\xB8\xE7\x9A\x84\xE6\xBA\x90\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.578871"], ["updated_at", "2022-09-29 06:54:20.578871"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE5\x8F\x8D\xE5\xAF\xB9\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE5\x8F\x8D\xE5\xAF\xB9\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.604256"], ["updated_at", "2022-09-29 06:54:20.604257"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE5\xB1\x80\xE5\x8D\x81\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE5\xB1\x80\xE5\x8D\x81\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.625291"], ["updated_at", "2022-09-29 06:54:20.625292"]] TRANSACTION (5.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE5\xB1\x80\xE5\xB8\xB8\xE5\xA7\x94"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE5\xB1\x80\xE5\xB8\xB8\xE5\xA7\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.662308"], ["updated_at", "2022-09-29 06:54:20.662309"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE7\x8A\xAF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE7\x8A\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.691276"], ["updated_at", "2022-09-29 06:54:20.691277"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE7\xBB\xB4\xE7\xBA\xB3\xE6\x96\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE7\xBB\xB4\xE7\xBA\xB3\xE6\x96\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.714231"], ["updated_at", "2022-09-29 06:54:20.714232"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE9\xA3\x8E\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE9\xA3\x8E\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.738305"], ["updated_at", "2022-09-29 06:54:20.738305"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE7\x99\xBE\xE5\xBA\xA6\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE7\x99\xBE\xE5\xBA\xA6\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.771727"], ["updated_at", "2022-09-29 06:54:20.771728"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE8\x85\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE8\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.793417"], ["updated_at", "2022-09-29 06:54:20.793417"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE8\xAE\xBA\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE8\xAE\xBA\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.821520"], ["updated_at", "2022-09-29 06:54:20.821521"]] TRANSACTION (7.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x8F\xE4\xB8\x80\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x8F\xE4\xB8\x80\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.854010"], ["updated_at", "2022-09-29 06:54:20.854011"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x8F\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x8F\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.884502"], ["updated_at", "2022-09-29 06:54:20.884503"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x8F\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x8F\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.906413"], ["updated_at", "2022-09-29 06:54:20.906414"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x8F\xE6\x84\x9F\xE8\xAF\x8D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x8F\xE6\x84\x9F\xE8\xAF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.928779"], ["updated_at", "2022-09-29 06:54:20.928780"]] TRANSACTION (5.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x8F\xEF\xBC\x8C\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x8F\xEF\xBC\x8C\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.961644"], ["updated_at", "2022-09-29 06:54:20.961645"]] TRANSACTION (3.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x91\xE5\xB8\x82"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x91\xE5\xB8\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:20.987944"], ["updated_at", "2022-09-29 06:54:20.987945"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x91\xE5\xBA\xA6\xE4\xBC\x97\xE7\x94\x9F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x91\xE5\xBA\xA6\xE4\xBC\x97\xE7\x94\x9F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.008784"], ["updated_at", "2022-09-29 06:54:21.008784"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x99\xE4\xBD\xA0\xE5\x88\xB6\xE4\xBD\x9C\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x99\xE4\xBD\xA0\xE5\x88\xB6\xE4\xBD\x9C\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.029225"], ["updated_at", "2022-09-29 06:54:21.029226"]] TRANSACTION (5.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x99\xE4\xBD\xA0\xE6\x80\x8E\xE4\xB9\x88\xE7\x94\xA8\xE5\x9C\x9F\xE5\x8A\x9E\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x99\xE4\xBD\xA0\xE6\x80\x8E\xE4\xB9\x88\xE7\x94\xA8\xE5\x9C\x9F\xE5\x8A\x9E\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.067488"], ["updated_at", "2022-09-29 06:54:21.067489"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x99\xE5\x85\xBB\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x99\xE5\x85\xBB\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.098536"], ["updated_at", "2022-09-29 06:54:21.098536"]] TRANSACTION (2.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x99\xE5\xBE\x92"], ["LIMIT", 1]] TRANSACTION (8.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x99\xE5\xBE\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.125005"], ["updated_at", "2022-09-29 06:54:21.125007"]] TRANSACTION (5.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\xAC\xE8\xAF\xB7\xE5\xBF\x8D"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\xAC\xE8\xAF\xB7\xE5\xBF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.169007"], ["updated_at", "2022-09-29 06:54:21.169008"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\xB0\xE6\x8D\xAE\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\xB0\xE6\x8D\xAE\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.195615"], ["updated_at", "2022-09-29 06:54:21.195615"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\x81\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\x81\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.217881"], ["updated_at", "2022-09-29 06:54:21.217882"]] TRANSACTION (5.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\x87\xAD\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\x87\xAD\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.246650"], ["updated_at", "2022-09-29 06:54:21.246651"]] TRANSACTION (3.6ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\x88\x80"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\x88\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.285900"], ["updated_at", "2022-09-29 06:54:21.285901"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\x8C\x96\xE5\xA4\xA7\xE9\x9D\xA9\xE5\x91\xBD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\x8C\x96\xE5\xA4\xA7\xE9\x9D\xA9\xE5\x91\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.308038"], ["updated_at", "2022-09-29 06:54:21.308038"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\xAD\x97\xE7\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\xAD\x97\xE7\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.328657"], ["updated_at", "2022-09-29 06:54:21.328657"]] TRANSACTION (4.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\xAD\xA6\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\xAD\xA6\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.362566"], ["updated_at", "2022-09-29 06:54:21.362567"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.391464"], ["updated_at", "2022-09-29 06:54:21.391465"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.414397"], ["updated_at", "2022-09-29 06:54:21.414398"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.447073"], ["updated_at", "2022-09-29 06:54:21.447074"]] TRANSACTION (5.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE9\x9D\xA9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE9\x9D\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.478088"], ["updated_at", "2022-09-29 06:54:21.478089"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x90\xE5\xBE\x97\xE5\x8B\x92"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x90\xE5\xBE\x97\xE5\x8B\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.498296"], ["updated_at", "2022-09-29 06:54:21.498296"]] TRANSACTION (2.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x91\xE8\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x91\xE8\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.516868"], ["updated_at", "2022-09-29 06:54:21.516868"]] TRANSACTION (2.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xAD\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xAD\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.538096"], ["updated_at", "2022-09-29 06:54:21.538097"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xAF\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xAF\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.572233"], ["updated_at", "2022-09-29 06:54:21.572235"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xAF\xE8\xAF\xBA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xAF\xE8\xAF\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.597780"], ["updated_at", "2022-09-29 06:54:21.597781"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0 \xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0 \xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.618814"], ["updated_at", "2022-09-29 06:54:21.618815"]] TRANSACTION (3.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE4\xB8\x83\xE6\x93\x92\xE4\xB8\x83\xE7\xBA\xB5\xE4\xB8\x83\xE8\x89\xB2\xE7\x8B\xBC"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE4\xB8\x83\xE6\x93\x92\xE4\xB8\x83\xE7\xBA\xB5\xE4\xB8\x83\xE8\x89\xB2\xE7\x8B\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.643179"], ["updated_at", "2022-09-29 06:54:21.643180"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE4\xB8\xAD\xE5\x8D\x8E\xE6\x88\x98\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE4\xB8\xAD\xE5\x8D\x8E\xE6\x88\x98\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.684477"], ["updated_at", "2022-09-29 06:54:21.684477"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.711865"], ["updated_at", "2022-09-29 06:54:21.711866"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE4\xBA\xBA\xE6\xA6\x9C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE4\xBA\xBA\xE6\xA6\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.732099"], ["updated_at", "2022-09-29 06:54:21.732100"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE5\x8D\x8E\xE4\xB8\xBE\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE5\x8D\x8E\xE4\xB8\xBE\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.765293"], ["updated_at", "2022-09-29 06:54:21.765294"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE5\x8D\x8E\xE5\x86\x85\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE5\x8D\x8E\xE5\x86\x85\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.791402"], ["updated_at", "2022-09-29 06:54:21.791403"]] TRANSACTION (4.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE5\x8D\x8E\xE9\x80\x9A\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE5\x8D\x8E\xE9\x80\x9A\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.817088"], ["updated_at", "2022-09-29 06:54:21.817089"]] TRANSACTION (3.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE5\x94\x90\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE5\x94\x90\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.841835"], ["updated_at", "2022-09-29 06:54:21.841836"]] TRANSACTION (5.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE5\x9E\x8B\xE6\xAF\x92\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE5\x9E\x8B\xE6\xAF\x92\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.878961"], ["updated_at", "2022-09-29 06:54:21.878962"]] TRANSACTION (2.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.903158"], ["updated_at", "2022-09-29 06:54:21.903159"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE6\x90\xAA\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE6\x90\xAA\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.925528"], ["updated_at", "2022-09-29 06:54:21.925528"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.954380"], ["updated_at", "2022-09-29 06:54:21.954382"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x89\x88\xE4\xBC\xAA\xE9\x92\x9EQQ"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x89\x88\xE4\xBC\xAA\xE9\x92\x9EQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:21.989979"], ["updated_at", "2022-09-29 06:54:21.989979"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x89\x88\xE5\x81\x87\xE9\x92\xB1\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x89\x88\xE5\x81\x87\xE9\x92\xB1\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.016659"], ["updated_at", "2022-09-29 06:54:22.016659"]] TRANSACTION (4.6ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x89\x88\xE9\xAB\x98\xE4\xBB\xBF\xE5\x81\x87\xE9\x92\xB1\xE8\x81\x94\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x89\x88\xE9\xAB\x98\xE4\xBB\xBF\xE5\x81\x87\xE9\x92\xB1\xE8\x81\x94\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.049063"], ["updated_at", "2022-09-29 06:54:22.049064"]] TRANSACTION (5.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x94\x9F\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x94\x9F\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.088202"], ["updated_at", "2022-09-29 06:54:22.088203"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x94\xA8\xE6\x88\xB7\xE5\x85\x8D\xE8\xB4\xB9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x94\xA8\xE6\x88\xB7\xE5\x85\x8D\xE8\xB4\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.120069"], ["updated_at", "2022-09-29 06:54:22.120069"]] TRANSACTION (5.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE5\x86\x85\xE8\x92\x99\xE8\xA5\xBF\xE8\x97\x8F\xE5\x8A\xA8\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE5\x86\x85\xE8\x92\x99\xE8\xA5\xBF\xE8\x97\x8F\xE5\x8A\xA8\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.148507"], ["updated_at", "2022-09-29 06:54:22.148508"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE5\x8F\x9B"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE5\x8F\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.192691"], ["updated_at", "2022-09-29 06:54:22.192692"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE6\x81\x90\xE6\x80\x96\xE4\xBA\xBA\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE6\x81\x90\xE6\x80\x96\xE4\xBA\xBA\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.228111"], ["updated_at", "2022-09-29 06:54:22.228112"]] TRANSACTION (11.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE6\x9A\xB4\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE6\x9A\xB4\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.277177"], ["updated_at", "2022-09-29 06:54:22.277178"]] TRANSACTION (7.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.326049"], ["updated_at", "2022-09-29 06:54:22.326050"]] TRANSACTION (5.9ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.377011"], ["updated_at", "2022-09-29 06:54:22.377013"]] TRANSACTION (7.6ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE9\x99\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE9\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.427199"], ["updated_at", "2022-09-29 06:54:22.427200"]] TRANSACTION (5.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE9\xAA\x9A\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE9\xAA\x9A\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.470205"], ["updated_at", "2022-09-29 06:54:22.470207"]] TRANSACTION (9.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.536120"], ["updated_at", "2022-09-29 06:54:22.536121"]] TRANSACTION (5.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE8\xA7\x82\xE5\xAF\x9F\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE8\xA7\x82\xE5\xAF\x9F\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.578441"], ["updated_at", "2022-09-29 06:54:22.578443"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE8\xAF\x97\xE5\xB9\xB4\xE9\x89\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE8\xAF\x97\xE5\xB9\xB4\xE9\x89\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.614066"], ["updated_at", "2022-09-29 06:54:22.614069"]] TRANSACTION (3.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE8\xAF\xAD\xE4\xB8\x9D"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE8\xAF\xAD\xE4\xB8\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.641375"], ["updated_at", "2022-09-29 06:54:22.641376"]] TRANSACTION (4.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE9\x87\x91\xE7\x93\xB6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE9\x87\x91\xE7\x93\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.677586"], ["updated_at", "2022-09-29 06:54:22.677586"]] TRANSACTION (3.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE9\x87\x91\xE7\x93\xB6\xE6\xA2\x85"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE9\x87\x91\xE7\x93\xB6\xE6\xA2\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.707722"], ["updated_at", "2022-09-29 06:54:22.707723"]] TRANSACTION (5.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE9\x97\xBB\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE9\x97\xBB\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.736190"], ["updated_at", "2022-09-29 06:54:22.736191"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE9\x97\xBB\xE9\x80\x9A\xE6\xB0\x94\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE9\x97\xBB\xE9\x80\x9A\xE6\xB0\x94\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.770350"], ["updated_at", "2022-09-29 06:54:22.770351"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB9\xE4\xBE\xBF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB9\xE4\xBE\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.806021"], ["updated_at", "2022-09-29 06:54:22.806021"]] TRANSACTION (5.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB9\xE5\x8A\xB1\xE4\xB9\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB9\xE5\x8A\xB1\xE4\xB9\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.834822"], ["updated_at", "2022-09-29 06:54:22.834822"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB9\xE6\xAF\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB9\xE6\xAF\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.869232"], ["updated_at", "2022-09-29 06:54:22.869233"]] TRANSACTION (5.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB9\xE8\x88\x9F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB9\xE8\x88\x9F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.907659"], ["updated_at", "2022-09-29 06:54:22.907660"]] TRANSACTION (4.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB9\xE8\xBF\xB7\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB9\xE8\xBF\xB7\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.935550"], ["updated_at", "2022-09-29 06:54:22.935551"]] TRANSACTION (5.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xBC\xE5\xB9\xBC\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (8.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xBC\xE5\xB9\xBC\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:22.980928"], ["updated_at", "2022-09-29 06:54:22.980930"]] TRANSACTION (8.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\x85\xE6\xB8\xB8\xE6\x96\xB0\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\x85\xE6\xB8\xB8\xE6\x96\xB0\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.028173"], ["updated_at", "2022-09-29 06:54:23.028174"]] TRANSACTION (4.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\x96\xE6\x97\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (7.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\x96\xE6\x97\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.062846"], ["updated_at", "2022-09-29 06:54:23.062848"]] TRANSACTION (6.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\x97\xE8\x88\xB0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\x97\xE8\x88\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.107008"], ["updated_at", "2022-09-29 06:54:23.107008"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\x97\xE8\x89\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\x97\xE8\x89\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.134308"], ["updated_at", "2022-09-29 06:54:23.134308"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE4\xBA\xBA\xE6\x80\xA7\xE7\x9A\x84\xE6\x94\xBF\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE4\xBA\xBA\xE6\x80\xA7\xE7\x9A\x84\xE6\x94\xBF\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.163174"], ["updated_at", "2022-09-29 06:54:23.163175"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE4\xBF\xAE\xE6\xAD\xA3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE4\xBF\xAE\xE6\xAD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.198080"], ["updated_at", "2022-09-29 06:54:23.198081"]] TRANSACTION (3.4ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE5\x81\xBF"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE5\x81\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.220873"], ["updated_at", "2022-09-29 06:54:23.220873"]] TRANSACTION (3.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE5\xAE\x98\xE6\xAD\xA3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE5\xAE\x98\xE6\xAD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.246736"], ["updated_at", "2022-09-29 06:54:23.246737"]] TRANSACTION (5.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE5\xB8\xAE\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE5\xB8\xAE\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.286217"], ["updated_at", "2022-09-29 06:54:23.286218"]] TRANSACTION (4.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE6\x8A\xB5\xE6\x8A\xBC\xE8\xB4\xB7\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE6\x8A\xB5\xE6\x8A\xBC\xE8\xB4\xB7\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.316013"], ["updated_at", "2022-09-29 06:54:23.316013"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE6\x9C\x9F\xE5\xBE\x92\xE5\x88\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE6\x9C\x9F\xE5\xBE\x92\xE5\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.337240"], ["updated_at", "2022-09-29 06:54:23.337240"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.371481"], ["updated_at", "2022-09-29 06:54:23.371482"]] TRANSACTION (4.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\x95\x8C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\x95\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.407694"], ["updated_at", "2022-09-29 06:54:23.407695"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\x95\x8C\xE6\xB5\x8F\xE8\xA7\x88"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\x95\x8C\xE6\xB5\x8F\xE8\xA7\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.430574"], ["updated_at", "2022-09-29 06:54:23.430575"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\x95\x8C\xE6\xB5\x8F\xE8\xA7\x88\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\x95\x8C\xE6\xB5\x8F\xE8\xA7\x88\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.457377"], ["updated_at", "2022-09-29 06:54:23.457379"]] TRANSACTION (5.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\x95\x8C\xE7\xBD\x91\xE7\xBB\x9C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\x95\x8C\xE7\xBD\x91\xE7\xBB\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.492037"], ["updated_at", "2022-09-29 06:54:23.492038"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.522688"], ["updated_at", "2022-09-29 06:54:23.522688"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\xA0\x81\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\xA0\x81\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.559155"], ["updated_at", "2022-09-29 06:54:23.559157"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\xBA\xBF,\xE7\x9B\x91\xE5\x90\xAC"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\xBA\xBF,\xE7\x9B\x91\xE5\x90\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.592100"], ["updated_at", "2022-09-29 06:54:23.592101"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\xBD\x91\xE7\x95\x8C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\xBD\x91\xE7\x95\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.620167"], ["updated_at", "2022-09-29 06:54:23.620167"]] TRANSACTION (3.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\xBD\x91\xE7\x95\x8C\xE6\xB5\x8F\xE8\xA7\x88"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\xBD\x91\xE7\x95\x8C\xE6\xB5\x8F\xE8\xA7\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.645073"], ["updated_at", "2022-09-29 06:54:23.645074"]] TRANSACTION (5.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE8\x80\xBB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE8\x80\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.677257"], ["updated_at", "2022-09-29 06:54:23.677259"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE8\x80\xBB\xE8\xAF\xAD\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE8\x80\xBB\xE8\xAF\xAD\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.700440"], ["updated_at", "2022-09-29 06:54:23.700441"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.720925"], ["updated_at", "2022-09-29 06:54:23.720926"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE4\xBD\xA0\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE4\xBD\xA0\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.741496"], ["updated_at", "2022-09-29 06:54:23.741497"]] TRANSACTION (10.8ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE4\xBD\xA0\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE4\xBD\xA0\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.782169"], ["updated_at", "2022-09-29 06:54:23.782170"]] TRANSACTION (3.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE5\x86\x85\xE7\x93\xA6\xE9\x87\x91\xE8\x9E\x8D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE5\x86\x85\xE7\x93\xA6\xE9\x87\x91\xE8\x9E\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.814068"], ["updated_at", "2022-09-29 06:54:23.814069"]] TRANSACTION (3.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE5\xA5\xBD\xE8\x89\xB2\xE5\xA5\xB3\xE6\x88\x90\xE4\xBA\xBA\xE7\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE5\xA5\xBD\xE8\x89\xB2\xE5\xA5\xB3\xE6\x88\x90\xE4\xBA\xBA\xE7\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.841313"], ["updated_at", "2022-09-29 06:54:23.841313"]] TRANSACTION (4.6ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE5\xAF\xB8\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE5\xAF\xB8\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.879699"], ["updated_at", "2022-09-29 06:54:23.879700"]] TRANSACTION (6.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.919250"], ["updated_at", "2022-09-29 06:54:23.919250"]] TRANSACTION (3.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.942979"], ["updated_at", "2022-09-29 06:54:23.942980"]] TRANSACTION (5.8ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\x88\xE6\xB0\x94\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\x88\xE6\xB0\x94\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:23.984740"], ["updated_at", "2022-09-29 06:54:23.984741"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (18.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.017271"], ["updated_at", "2022-09-29 06:54:24.021261"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xACMARUI\xE6\xB2\x99\xE6\xBC\xA0\xE4\xB9\x8B\xE9\xB9\xB0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xACMARUI\xE6\xB2\x99\xE6\xBC\xA0\xE4\xB9\x8B\xE9\xB9\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.074980"], ["updated_at", "2022-09-29 06:54:24.074981"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE4\xB8\x87\xE5\xB2\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE4\xB8\x87\xE5\xB2\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.104784"], ["updated_at", "2022-09-29 06:54:24.104785"]] TRANSACTION (2.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE4\xB8\xA4\xE6\x80\xA7\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE4\xB8\xA4\xE6\x80\xA7\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.125190"], ["updated_at", "2022-09-29 06:54:24.125191"]] TRANSACTION (3.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.152688"], ["updated_at", "2022-09-29 06:54:24.152689"]] TRANSACTION (6.5ms) COMMIT User Load (7.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE5\xA4\xA7\xE4\xBD\xBF\xE9\xA6\x86R\xE6\xB8\xB8\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE5\xA4\xA7\xE4\xBD\xBF\xE9\xA6\x86R\xE6\xB8\xB8\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.195839"], ["updated_at", "2022-09-29 06:54:24.195840"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE5\xB0\x8F\xE6\xB3\x89"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE5\xB0\x8F\xE6\xB3\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.224306"], ["updated_at", "2022-09-29 06:54:24.224306"]] TRANSACTION (11.5ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.267831"], ["updated_at", "2022-09-29 06:54:24.267833"]] TRANSACTION (10.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x80\xA7\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x80\xA7\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.313476"], ["updated_at", "2022-09-29 06:54:24.313477"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE4\xB8\x89\xE7\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE4\xB8\x89\xE7\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.336972"], ["updated_at", "2022-09-29 06:54:24.336973"]] TRANSACTION (6.7ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x8A\xA4\xE5\xA3\xAB\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x8A\xA4\xE5\xA3\xAB\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.377151"], ["updated_at", "2022-09-29 06:54:24.377152"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\xAD\xA6\xE5\xA3\xAB\xE5\x88\x80QQ"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\xAD\xA6\xE5\xA3\xAB\xE5\x88\x80QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.421564"], ["updated_at", "2022-09-29 06:54:24.421564"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE8\xA3\xB8\xE4\xBD\x93\xE5\xA5\xB3\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE8\xA3\xB8\xE4\xBD\x93\xE5\xA5\xB3\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.449663"], ["updated_at", "2022-09-29 06:54:24.449664"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE9\xAA\x9A\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE9\xAA\x9A\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.482336"], ["updated_at", "2022-09-29 06:54:24.482336"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\xAD\xBB\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\xAD\xBB\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.522457"], ["updated_at", "2022-09-29 06:54:24.522458"]] TRANSACTION (2.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\xAD\xBB\xE4\xBD\xA0\xE5\x8F\x91\xE8\xAE\xBA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\xAD\xBB\xE4\xBD\xA0\xE5\x8F\x91\xE8\xAE\xBA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.543891"], ["updated_at", "2022-09-29 06:54:24.543892"]] TRANSACTION (5.7ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE7\x83\x82"], ["LIMIT", 1]] TRANSACTION (7.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE7\x83\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.583183"], ["updated_at", "2022-09-29 06:54:24.583184"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE7\x88\xB1\xE6\x98\xA7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE7\x88\xB1\xE6\x98\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.625316"], ["updated_at", "2022-09-29 06:54:24.625317"]] TRANSACTION (5.5ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE7\xB3\xBB\xE8\xBD\xA6\xE8\xA2\xAB\xE7\xA0\xB8"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE7\xB3\xBB\xE8\xBD\xA6\xE8\xA2\xAB\xE7\xA0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.659323"], ["updated_at", "2022-09-29 06:54:24.659324"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE7\xBB\x93"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE7\xBB\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.706103"], ["updated_at", "2022-09-29 06:54:24.706105"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE8\xB5\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE8\xB5\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.741962"], ["updated_at", "2022-09-29 06:54:24.741963"]] TRANSACTION (6.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.781661"], ["updated_at", "2022-09-29 06:54:24.781662"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA6\xE7\xA7\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA6\xE7\xA7\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.815268"], ["updated_at", "2022-09-29 06:54:24.815268"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA7\xE6\xB0\x91\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA7\xE6\xB0\x91\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.837503"], ["updated_at", "2022-09-29 06:54:24.837504"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA9\xE3\x80\x82\xE6\xB3\x84"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA9\xE3\x80\x82\xE6\xB3\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.866075"], ["updated_at", "2022-09-29 06:54:24.866076"]] TRANSACTION (4.9ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xB6\xE4\xBA\x8B\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xB6\xE4\xBA\x8B\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.897404"], ["updated_at", "2022-09-29 06:54:24.897405"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xB6\xE4\xBB\xA3\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xB6\xE4\xBB\xA3\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.920386"], ["updated_at", "2022-09-29 06:54:24.920387"]] TRANSACTION (3.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xB6\xE6\x97\xB6\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xB6\xE6\x97\xB6\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.943885"], ["updated_at", "2022-09-29 06:54:24.943886"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xB6\xE8\x96\xAA"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xB6\xE8\x96\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:24.973180"], ["updated_at", "2022-09-29 06:54:24.973182"]] TRANSACTION (4.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x82\xE6\x89\xAC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x82\xE6\x89\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.012227"], ["updated_at", "2022-09-29 06:54:25.012228"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x86\xE4\xBB\x91\xE5\xA5\xB3\xE7\xA5\x9E\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x86\xE4\xBB\x91\xE5\xA5\xB3\xE7\xA5\x9E\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.035325"], ["updated_at", "2022-09-29 06:54:25.035326"]] TRANSACTION (3.7ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x86\xE6\x98\x8E\xE4\xB8\x89\xE5\xAF\xB9\xE5\xA4\xAB\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x86\xE6\x98\x8E\xE4\xB8\x89\xE5\xAF\xB9\xE5\xA4\xAB\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.061220"], ["updated_at", "2022-09-29 06:54:25.061220"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x86\xE6\x98\x8E\xE6\x8D\xA2\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x86\xE6\x98\x8E\xE6\x8D\xA2\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.091301"], ["updated_at", "2022-09-29 06:54:25.091301"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x86\xE6\x98\x8E\xE7\x81\xAB\xE8\xBD\xA6\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x86\xE6\x98\x8E\xE7\x81\xAB\xE8\xBD\xA6\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.118179"], ["updated_at", "2022-09-29 06:54:25.118180"]] TRANSACTION (2.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8Ehui"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8Ehui"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.141806"], ["updated_at", "2022-09-29 06:54:25.141808"]] TRANSACTION (6.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE5\xBF\x83\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE5\xBF\x83\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.179054"], ["updated_at", "2022-09-29 06:54:25.179057"]] TRANSACTION (5.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE6\x80\x9D\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE6\x80\x9D\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.215914"], ["updated_at", "2022-09-29 06:54:25.215919"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE6\x83\xA0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE6\x83\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.242080"], ["updated_at", "2022-09-29 06:54:25.242082"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE6\x85\xA7"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE6\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.275987"], ["updated_at", "2022-09-29 06:54:25.275988"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE5\x91\xA8\xE5\x88\x8A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE5\x91\xA8\xE5\x88\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.316467"], ["updated_at", "2022-09-29 06:54:25.316467"]] TRANSACTION (2.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE5\x91\xA8\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE5\x91\xA8\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.342723"], ["updated_at", "2022-09-29 06:54:25.342724"]] TRANSACTION (5.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE6\x96\xB0\xE9\x97\xBB"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE6\x96\xB0\xE9\x97\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.381860"], ["updated_at", "2022-09-29 06:54:25.381860"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.412710"], ["updated_at", "2022-09-29 06:54:25.412710"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE9\x95\x9C\xE5\x87\xBA\xE7\x89\x88\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE9\x95\x9C\xE5\x87\xBA\xE7\x89\x88\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.435017"], ["updated_at", "2022-09-29 06:54:25.435017"]] TRANSACTION (6.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8F\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8F\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.463719"], ["updated_at", "2022-09-29 06:54:25.463719"]] TRANSACTION (5.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x93\xE4\xB8\xB9\xE8\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x93\xE4\xB8\xB9\xE8\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.500630"], ["updated_at", "2022-09-29 06:54:25.500631"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x93\xE5\xBF\x97\xE7\x86\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x93\xE5\xBF\x97\xE7\x86\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.527927"], ["updated_at", "2022-09-29 06:54:25.527930"]] TRANSACTION (5.6ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x93\xE8\xBE\xBE\xE7\xBD\x91\xE7\xBB\x9C\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (7.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x93\xE8\xBE\xBE\xE7\xBD\x91\xE7\xBB\x9C\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.560540"], ["updated_at", "2022-09-29 06:54:25.560541"]] TRANSACTION (5.5ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x9D\xE7\x88\xB1\xE5\xAE\x97"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x9D\xE7\x88\xB1\xE5\xAE\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.611284"], ["updated_at", "2022-09-29 06:54:25.611286"]] TRANSACTION (2.5ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x9F\xE5\x85\x89\xE4\xBC\xB4\xE6\x88\x91\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x9F\xE5\x85\x89\xE4\xBC\xB4\xE6\x88\x91\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.632455"], ["updated_at", "2022-09-29 06:54:25.632455"]] TRANSACTION (2.1ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x9F\xE5\xB2\x9B\xE6\x97\xA5\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x9F\xE5\xB2\x9B\xE6\x97\xA5\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.653249"], ["updated_at", "2022-09-29 06:54:25.653250"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x9F\xE6\x8E\xA2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x9F\xE6\x8E\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.684738"], ["updated_at", "2022-09-29 06:54:25.684738"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x9F\xE7\xA9\xBA\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x9F\xE7\xA9\xBA\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.709841"], ["updated_at", "2022-09-29 06:54:25.709841"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.730362"], ["updated_at", "2022-09-29 06:54:25.730362"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE5\xA4\x8F\xE8\x87\xAA\xE7\x94\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE5\xA4\x8F\xE8\x87\xAA\xE7\x94\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.752525"], ["updated_at", "2022-09-29 06:54:25.752526"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE5\xAE\xAB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE5\xAE\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.783191"], ["updated_at", "2022-09-29 06:54:25.783192"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE5\xAE\xAB\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE5\xAE\xAB\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.814418"], ["updated_at", "2022-09-29 06:54:25.814418"]] TRANSACTION (2.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE5\xAE\xB5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE5\xAE\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.837292"], ["updated_at", "2022-09-29 06:54:25.837293"]] TRANSACTION (3.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.864301"], ["updated_at", "2022-09-29 06:54:25.864302"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE6\xA2\xA6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE6\xA2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.898369"], ["updated_at", "2022-09-29 06:54:25.898370"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE6\xB0\xB4\xE6\xA8\xAA\xE6\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE6\xB0\xB4\xE6\xA8\xAA\xE6\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.930082"], ["updated_at", "2022-09-29 06:54:25.930083"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE6\xB0\xB4\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE6\xB0\xB4\xE8\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.956951"], ["updated_at", "2022-09-29 06:54:25.956952"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:25.993050"], ["updated_at", "2022-09-29 06:54:25.993052"]] TRANSACTION (3.0ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.026480"], ["updated_at", "2022-09-29 06:54:26.026481"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xBC\xE5\xB0\x86\xE8\xBF\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xBC\xE5\xB0\x86\xE8\xBF\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.047241"], ["updated_at", "2022-09-29 06:54:26.047243"]] TRANSACTION (4.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\x83\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\x83\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.085176"], ["updated_at", "2022-09-29 06:54:26.085177"]] TRANSACTION (5.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\x8B\xE6\xB1\x9F\xE6\x96\x87\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\x8B\xE6\xB1\x9F\xE6\x96\x87\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.119883"], ["updated_at", "2022-09-29 06:54:26.119883"]] TRANSACTION (3.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\x95\xE5\x80\x92\xE5\x9E\x8B"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\x95\xE5\x80\x92\xE5\x9E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.153514"], ["updated_at", "2022-09-29 06:54:26.153514"]] TRANSACTION (5.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\x9A\xE5\xB9\xB4\xE5\x91\xA8\xE6\x81\xA9\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\x9A\xE5\xB9\xB4\xE5\x91\xA8\xE6\x81\xA9\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.196570"], ["updated_at", "2022-09-29 06:54:26.196571"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\xAE\xE6\x8F\x90\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\xAE\xE6\x8F\x90\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.228806"], ["updated_at", "2022-09-29 06:54:26.228807"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\xAE\xE8\x90\x98\xE6\xB4\x9B\xE5\xB0\x94"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\xAE\xE8\x90\x98\xE6\xB4\x9B\xE5\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.251025"], ["updated_at", "2022-09-29 06:54:26.251026"]] TRANSACTION (6.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\xAE\xE9\x80\x9A\xE5\x98\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\xAE\xE9\x80\x9A\xE5\x98\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.287456"], ["updated_at", "2022-09-29 06:54:26.287456"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\xBA\xE8\x83\xBDH"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\xBA\xE8\x83\xBDH"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.319211"], ["updated_at", "2022-09-29 06:54:26.319213"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\xBA\xE8\x83\xBD\xEF\xBC\xA8\xEF\xBC\x93"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\xBA\xE8\x83\xBD\xEF\xBC\xA8\xEF\xBC\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.346555"], ["updated_at", "2022-09-29 06:54:26.346556"]] TRANSACTION (5.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\x96\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\x96\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.379453"], ["updated_at", "2022-09-29 06:54:26.379455"]] TRANSACTION (5.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\x96\xE5\xBA\x8A\xE5\xAE\x9D\xE8\xB4\x9D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\x96\xE5\xBA\x8A\xE5\xAE\x9D\xE8\xB4\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.425752"], ["updated_at", "2022-09-29 06:54:26.425753"]] TRANSACTION (6.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\x97\xE8\xAE\xBF\xE5\x8C\x85"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\x97\xE8\xAE\xBF\xE5\x8C\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.466898"], ["updated_at", "2022-09-29 06:54:26.466900"]] TRANSACTION (6.2ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\x97\xE9\xA6\x99\xE5\xA4\x9C"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\x97\xE9\xA6\x99\xE5\xA4\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.526554"], ["updated_at", "2022-09-29 06:54:26.526555"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xA7\xE4\xB8\x80\xE6\x98\xA7"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xA7\xE4\xB8\x80\xE6\x98\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.568980"], ["updated_at", "2022-09-29 06:54:26.568980"]] TRANSACTION (3.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xA7\xE6\x98\xA7"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xA7\xE6\x98\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.605532"], ["updated_at", "2022-09-29 06:54:26.605533"]] TRANSACTION (3.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.643665"], ["updated_at", "2022-09-29 06:54:26.643666"]] TRANSACTION (6.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.692189"], ["updated_at", "2022-09-29 06:54:26.692190"]] TRANSACTION (5.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE5\x8A\x9B\xE6\x89\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE5\x8A\x9B\xE6\x89\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.725992"], ["updated_at", "2022-09-29 06:54:26.725993"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE5\x8A\x9B\xE8\xA2\xAD\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE5\x8A\x9B\xE8\xA2\xAD\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.751906"], ["updated_at", "2022-09-29 06:54:26.751907"]] TRANSACTION (4.6ms) COMMIT User Load (8.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.795132"], ["updated_at", "2022-09-29 06:54:26.795133"]] TRANSACTION (5.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.837875"], ["updated_at", "2022-09-29 06:54:26.837876"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.871056"], ["updated_at", "2022-09-29 06:54:26.871057"]] TRANSACTION (5.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE5\xAE\xA0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE5\xAE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.911936"], ["updated_at", "2022-09-29 06:54:26.911936"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (53.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (21.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:26.941024"], ["updated_at", "2022-09-29 06:54:26.941025"]] TRANSACTION (11.7ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.072364"], ["updated_at", "2022-09-29 06:54:27.072366"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.133714"], ["updated_at", "2022-09-29 06:54:27.133715"]] TRANSACTION (6.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE8\x8F\x8A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE8\x8F\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.168569"], ["updated_at", "2022-09-29 06:54:27.168570"]] TRANSACTION (4.8ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.201659"], ["updated_at", "2022-09-29 06:54:27.201661"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB0\xE7\xBB\x93"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB0\xE7\xBB\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.245205"], ["updated_at", "2022-09-29 06:54:27.245207"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB2\xE5\xBE\x84"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB2\xE5\xBE\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.276181"], ["updated_at", "2022-09-29 06:54:27.276182"]] TRANSACTION (5.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB2\xE7\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB2\xE7\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.308032"], ["updated_at", "2022-09-29 06:54:27.308034"]] TRANSACTION (4.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB2\xE9\x9D\x96\xE9\xBB\x91\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB2\xE9\x9D\x96\xE9\xBB\x91\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.345998"], ["updated_at", "2022-09-29 06:54:27.345999"]] TRANSACTION (3.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB4\xE6\x96\xB0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB4\xE6\x96\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.375178"], ["updated_at", "2022-09-29 06:54:27.375178"]] TRANSACTION (5.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB9\xE5\x88\x9A\xE5\xB7\x9D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB9\xE5\x88\x9A\xE5\xB7\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.407871"], ["updated_at", "2022-09-29 06:54:27.407872"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB9\xE5\xBB\xBA\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB9\xE5\xBB\xBA\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.435625"], ["updated_at", "2022-09-29 06:54:27.435625"]] TRANSACTION (4.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB9\xE9\x95\xBF\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB9\xE9\x95\xBF\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.460777"], ["updated_at", "2022-09-29 06:54:27.460778"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE5\x9F\xB9\xE7\x82\x8E"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE5\x9F\xB9\xE7\x82\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.484464"], ["updated_at", "2022-09-29 06:54:27.484465"]] TRANSACTION (7.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE6\xB4\x8B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE6\xB4\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.522996"], ["updated_at", "2022-09-29 06:54:27.522997"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE6\xB7\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE6\xB7\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.556685"], ["updated_at", "2022-09-29 06:54:27.556686"]] TRANSACTION (2.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.579739"], ["updated_at", "2022-09-29 06:54:27.579740"]] TRANSACTION (4.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.606683"], ["updated_at", "2022-09-29 06:54:27.606686"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE6\x99\x93\xE5\x89\x8D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE6\x99\x93\xE5\x89\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.638140"], ["updated_at", "2022-09-29 06:54:27.638140"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE6\xB5\xB7\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE6\xB5\xB7\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.666659"], ["updated_at", "2022-09-29 06:54:27.666659"]] TRANSACTION (2.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE9\x81\x93\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE9\x81\x93\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.690680"], ["updated_at", "2022-09-29 06:54:27.690681"]] TRANSACTION (4.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBF\xE4\xBA\xBA\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBF\xE4\xBA\xBA\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.727154"], ["updated_at", "2022-09-29 06:54:27.727156"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBF\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBF\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.759337"], ["updated_at", "2022-09-29 06:54:27.759337"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBF\xE8\x80\x83\xE8\xAF\x95"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBF\xE8\x80\x83\xE8\xAF\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.783453"], ["updated_at", "2022-09-29 06:54:27.783453"]] TRANSACTION (5.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE4\xB8\x93\xE4\xB8\x9A\xE7\x9A\x84\xE5\x8F\xAB\xE5\xBA\x8A\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE4\xB8\x93\xE4\xB8\x9A\xE7\x9A\x84\xE5\x8F\xAB\xE5\xBA\x8A\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.819896"], ["updated_at", "2022-09-29 06:54:27.819898"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE4\xBD\x8E2000\xE5\xAD\x97"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE4\xBD\x8E2000\xE5\xAD\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.852717"], ["updated_at", "2022-09-29 06:54:27.852717"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE5\x90\x8E\xE5\x9C\x86\xE6\xBB\xA1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE5\x90\x8E\xE5\x9C\x86\xE6\xBB\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.873679"], ["updated_at", "2022-09-29 06:54:27.873679"]] TRANSACTION (5.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.898655"], ["updated_at", "2022-09-29 06:54:27.898656"]] TRANSACTION (3.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE7\x94\xB5\xE5\xBD\xB1\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE7\x94\xB5\xE5\xBD\xB1\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.928312"], ["updated_at", "2022-09-29 06:54:27.928313"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE7\x89\x88\xE5\x81\x87\xE5\xB9\xA3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE7\x89\x88\xE5\x81\x87\xE5\xB9\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.950995"], ["updated_at", "2022-09-29 06:54:27.950996"]] TRANSACTION (2.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE9\x94\x80\xE5\x94\xAE\xE6\xB1\xBD\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE9\x94\x80\xE5\x94\xAE\xE6\xB1\xBD\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.970697"], ["updated_at", "2022-09-29 06:54:27.970698"]] TRANSACTION (4.4ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE6\xB7\xAB\xE5\xAE\x98\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE6\xB7\xAB\xE5\xAE\x98\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:27.998973"], ["updated_at", "2022-09-29 06:54:27.998974"]] TRANSACTION (4.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE7\x89\x9B\xE9\x92\x89\xE5\xAD\x90\xE6\x88\xB7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE7\x89\x9B\xE9\x92\x89\xE5\xAD\x90\xE6\x88\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.028646"], ["updated_at", "2022-09-29 06:54:28.028647"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x88\xE5\x8C\x88"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x88\xE5\x8C\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.051512"], ["updated_at", "2022-09-29 06:54:28.051512"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x88\xE6\x93\x82"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x88\xE6\x93\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.071837"], ["updated_at", "2022-09-29 06:54:28.071837"]] TRANSACTION (2.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x88\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x88\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.092489"], ["updated_at", "2022-09-29 06:54:28.092490"]] TRANSACTION (5.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x88\xE8\x8E\xAB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x88\xE8\x8E\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.135323"], ["updated_at", "2022-09-29 06:54:28.135324"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x88\xE8\x96\xAA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x88\xE8\x96\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.164536"], ["updated_at", "2022-09-29 06:54:28.164537"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\x81\xBF\xE6\x8D\x90\xE7\x8C\xAE"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\x81\xBF\xE6\x8D\x90\xE7\x8C\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.187670"], ["updated_at", "2022-09-29 06:54:28.187671"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\x81\xBF\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\x81\xBF\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.224181"], ["updated_at", "2022-09-29 06:54:28.224182"]] TRANSACTION (4.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\x81\xBF\xE8\x82\xBE"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\x81\xBF\xE8\x82\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.256603"], ["updated_at", "2022-09-29 06:54:28.256604"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\x85\xB4\xE8\xB6\xA3"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\x85\xB4\xE8\xB6\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.285278"], ["updated_at", "2022-09-29 06:54:28.285278"]] TRANSACTION (5.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\x85\xB4\xE8\xB6\xA3\xE5\x8A\xA0\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\x85\xB4\xE8\xB6\xA3\xE5\x8A\xA0\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.319793"], ["updated_at", "2022-09-29 06:54:28.319794"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\x8D\x8E\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\x8D\x8E\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.348248"], ["updated_at", "2022-09-29 06:54:28.348249"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\xA5\x96"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\xA5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.371490"], ["updated_at", "2022-09-29 06:54:28.371491"]] TRANSACTION (2.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\xA5\xB6\xE4\xB8\x8D\xE4\xB8\x80"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\xA5\xB6\xE4\xB8\x8D\xE4\xB8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.396951"], ["updated_at", "2022-09-29 06:54:28.396952"]] TRANSACTION (3.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8B\x99"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8B\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.430026"], ["updated_at", "2022-09-29 06:54:28.430027"]] TRANSACTION (5.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE6\x84\x8F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE6\x84\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.460853"], ["updated_at", "2022-09-29 06:54:28.460854"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE6\x97\xB6\xE9\x97\xB4\xE5\x90\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE6\x97\xB6\xE9\x97\xB4\xE5\x90\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.483320"], ["updated_at", "2022-09-29 06:54:28.483321"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE6\x9C\x9F\xE5\xBE\x92\xE5\x88\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE6\x9C\x9F\xE5\xBE\x92\xE5\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.513317"], ["updated_at", "2022-09-29 06:54:28.513317"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.543038"], ["updated_at", "2022-09-29 06:54:28.543038"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.567372"], ["updated_at", "2022-09-29 06:54:28.567373"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x9D\xE6\xB2\xB3\xE5\x85\xB0"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x9D\xE6\xB2\xB3\xE5\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.589256"], ["updated_at", "2022-09-29 06:54:28.589257"]] TRANSACTION (6.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (37.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x9F\xE5\xBE\x85\xE4\xBD\xA0\xE7\x9A\x84\xE5\x9B\x9E\xE5\xA4\x8D"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x9F\xE5\xBE\x85\xE4\xBD\xA0\xE7\x9A\x84\xE5\x9B\x9E\xE5\xA4\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.629631"], ["updated_at", "2022-09-29 06:54:28.629633"]] TRANSACTION (8.4ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x9F\xE8\xB4\xA7\xE9\x85\x8D"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x9F\xE8\xB4\xA7\xE9\x85\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.723181"], ["updated_at", "2022-09-29 06:54:28.723183"]] TRANSACTION (4.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xA8\xE4\xBB\x93"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xA8\xE4\xBB\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.770356"], ["updated_at", "2022-09-29 06:54:28.770357"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xA8\xE5\xAD\x90\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xA8\xE5\xAD\x90\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.795831"], ["updated_at", "2022-09-29 06:54:28.795832"]] TRANSACTION (5.6ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xA8\xE7\x8A\x80\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xA8\xE7\x8A\x80\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.833270"], ["updated_at", "2022-09-29 06:54:28.833270"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xA8\xE8\x80\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xA8\xE8\x80\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.859522"], ["updated_at", "2022-09-29 06:54:28.859523"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xA8\xE9\xBD\x90\xE9\x92\x88"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xA8\xE9\xBD\x90\xE9\x92\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.885350"], ["updated_at", "2022-09-29 06:54:28.885351"]] TRANSACTION (6.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAA\xE5\xAE\x8C\xE5\xBE\x85\xE7\xBB\xAD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAA\xE5\xAE\x8C\xE5\xBE\x85\xE7\xBB\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.918865"], ["updated_at", "2022-09-29 06:54:28.918866"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAA\xE6\x88\x90\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAA\xE6\x88\x90\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.949998"], ["updated_at", "2022-09-29 06:54:28.950000"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAA\xE6\xBB\xA118"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAA\xE6\xBB\xA118"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:28.978714"], ["updated_at", "2022-09-29 06:54:28.978717"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAA\xE6\xBB\xA118\xE5\xB2\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAA\xE6\xBB\xA118\xE5\xB2\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.004367"], ["updated_at", "2022-09-29 06:54:29.004368"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAB\xE4\xB8\x96\xE5\x8A\xAB\xE9\x9A\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAB\xE4\xB8\x96\xE5\x8A\xAB\xE9\x9A\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.038418"], ["updated_at", "2022-09-29 06:54:29.038418"]] TRANSACTION (3.4ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAB\xE4\xB8\x96\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAB\xE4\xB8\x96\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.065557"], ["updated_at", "2022-09-29 06:54:29.065558"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAC\xE6\x8B\x89\xE7\x99\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAC\xE6\x8B\x89\xE7\x99\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.088358"], ["updated_at", "2022-09-29 06:54:29.088359"]] TRANSACTION (3.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAC\xE6\x97\xA0\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAC\xE6\x97\xA0\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.115012"], ["updated_at", "2022-09-29 06:54:29.115013"]] TRANSACTION (6.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAF\xE7\x89\x8C\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAF\xE7\x89\x8C\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.148018"], ["updated_at", "2022-09-29 06:54:29.148019"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE4\xBA\x91\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE4\xBA\x91\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.168515"], ["updated_at", "2022-09-29 06:54:29.168515"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE4\xBB\xB2\xE4\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE4\xBB\xB2\xE4\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.187777"], ["updated_at", "2022-09-29 06:54:29.187777"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE4\xBB\xB2\xE8\x8A\xB7"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE4\xBB\xB2\xE8\x8A\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.213005"], ["updated_at", "2022-09-29 06:54:29.213006"]] TRANSACTION (6.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE4\xBD\x9C\xE5\x8B\x87\xE7\x94\x98\xE8\x82\x83"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE4\xBD\x9C\xE5\x8B\x87\xE7\x94\x98\xE8\x82\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.255312"], ["updated_at", "2022-09-29 06:54:29.255313"]] TRANSACTION (2.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE5\x98\x89\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE5\x98\x89\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.277634"], ["updated_at", "2022-09-29 06:54:29.277635"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE5\xAE\xB9\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE5\xAE\xB9\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.300775"], ["updated_at", "2022-09-29 06:54:29.300776"]] TRANSACTION (9.1ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE5\xB0\x8F\xE5\x8D\x8E\xE5\x85\x89\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE5\xB0\x8F\xE5\x8D\x8E\xE5\x85\x89\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.338320"], ["updated_at", "2022-09-29 06:54:29.338321"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE5\xB0\x94\xE8\xB0\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE5\xB0\x94\xE8\xB0\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.363920"], ["updated_at", "2022-09-29 06:54:29.363921"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE5\xB7\x9D"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE5\xB7\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.383496"], ["updated_at", "2022-09-29 06:54:29.383496"]] TRANSACTION (2.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.407492"], ["updated_at", "2022-09-29 06:54:29.407493"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE5\xBF\x97\xE5\x88\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE5\xBF\x97\xE5\x88\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.439304"], ["updated_at", "2022-09-29 06:54:29.439304"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.462220"], ["updated_at", "2022-09-29 06:54:29.462220"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.481313"], ["updated_at", "2022-09-29 06:54:29.481313"]] TRANSACTION (8.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE6\xBA\xB6\xE5\x89\x82"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE6\xBA\xB6\xE5\x89\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.518107"], ["updated_at", "2022-09-29 06:54:29.518108"]] TRANSACTION (5.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE7\x87\x95\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE7\x87\x95\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.556713"], ["updated_at", "2022-09-29 06:54:29.556714"]] TRANSACTION (3.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE7\x90\xB3"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE7\x90\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.583451"], ["updated_at", "2022-09-29 06:54:29.583452"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE7\x91\x9F\xE9\x87\x8C\xE8\xAF\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE7\x91\x9F\xE9\x87\x8C\xE8\xAF\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.610213"], ["updated_at", "2022-09-29 06:54:29.610213"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.644960"], ["updated_at", "2022-09-29 06:54:29.644961"]] TRANSACTION (2.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE8\x92\x99"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE8\x92\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.669175"], ["updated_at", "2022-09-29 06:54:29.669176"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE9\x8E\x94\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE9\x8E\x94\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.695476"], ["updated_at", "2022-09-29 06:54:29.695476"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.722330"], ["updated_at", "2022-09-29 06:54:29.722331"]] TRANSACTION (3.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA,\xE8\x85\x90\xE8\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA,\xE8\x85\x90\xE8\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.752957"], ["updated_at", "2022-09-29 06:54:29.752958"]] TRANSACTION (2.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xBA\xE5\x8D\xA1\xE5\xAF\x86"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xBA\xE5\x8D\xA1\xE5\xAF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.773919"], ["updated_at", "2022-09-29 06:54:29.773920"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xBA\xE5\x8F\xB7\xE5\x8D\xAB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xBA\xE5\x8F\xB7\xE5\x8D\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.794979"], ["updated_at", "2022-09-29 06:54:29.794979"]] TRANSACTION (5.0ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xBA\xE5\x8F\xB7\xE5\xAE\x9A"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xBA\xE5\x8F\xB7\xE5\xAE\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.831948"], ["updated_at", "2022-09-29 06:54:29.831949"]] TRANSACTION (4.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xBA\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xBA\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.866073"], ["updated_at", "2022-09-29 06:54:29.866074"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xBA\xE5\xB1\x8F\xE8\x94\xBD\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xBA\xE5\xB1\x8F\xE8\x94\xBD\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.885556"], ["updated_at", "2022-09-29 06:54:29.885556"]] TRANSACTION (3.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xBA\xE6\x89\x93\xE5\x8F\x91\xE7\xA5\xA8\xE4\xBB\xA3\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xBA\xE6\x89\x93\xE5\x8F\x91\xE7\xA5\xA8\xE4\xBB\xA3\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.911496"], ["updated_at", "2022-09-29 06:54:29.911496"]] TRANSACTION (4.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x80b"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x80b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.944495"], ["updated_at", "2022-09-29 06:54:29.944495"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x80\xE5\xAE\xB3\xE5\xAD\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x80\xE5\xAE\xB3\xE5\xAD\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.969072"], ["updated_at", "2022-09-29 06:54:29.969073"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x80\xE6\x8C\x87\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x80\xE6\x8C\x87\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:29.994160"], ["updated_at", "2022-09-29 06:54:29.994160"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x80\xE6\x96\xB0\xE7\x96\x86\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x80\xE6\x96\xB0\xE7\x96\x86\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.027551"], ["updated_at", "2022-09-29 06:54:30.027552"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x80\xE6\xAF\x99"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x80\xE6\xAF\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.062544"], ["updated_at", "2022-09-29 06:54:30.062545"]] TRANSACTION (2.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x80\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x80\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.086986"], ["updated_at", "2022-09-29 06:54:30.086987"]] TRANSACTION (3.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x82\xE7\xA7\x8D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x82\xE7\xA7\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.111187"], ["updated_at", "2022-09-29 06:54:30.111188"]] TRANSACTION (5.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x83\xE8\xB4\xB5\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x83\xE8\xB4\xB5\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.146831"], ["updated_at", "2022-09-29 06:54:30.146832"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE4\xBC\x9F\xE4\xBF\xA1\xE7\x9A\x84\xE7\xAC\x94\xE4\xBE\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE4\xBC\x9F\xE4\xBF\xA1\xE7\x9A\x84\xE7\xAC\x94\xE4\xBE\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.168117"], ["updated_at", "2022-09-29 06:54:30.168118"]] TRANSACTION (4.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x85\x88\xE5\xBF\xB5"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x85\x88\xE5\xBF\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.190429"], ["updated_at", "2022-09-29 06:54:30.190429"]] TRANSACTION (7.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x85\x89\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x85\x89\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.221152"], ["updated_at", "2022-09-29 06:54:30.221153"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x85\x8B\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x85\x8B\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.253006"], ["updated_at", "2022-09-29 06:54:30.253007"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x85\x8B\xE5\xBC\xBA\xE7\x8F\xAD\xE5\xBA\x95"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x85\x8B\xE5\xBC\xBA\xE7\x8F\xAD\xE5\xBA\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.274503"], ["updated_at", "2022-09-29 06:54:30.274504"]] TRANSACTION (2.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x85\xB0\xE8\x8F\x8A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x85\xB0\xE8\x8F\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.298010"], ["updated_at", "2022-09-29 06:54:30.298011"]] TRANSACTION (6.2ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x90\xAF\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x90\xAF\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.333744"], ["updated_at", "2022-09-29 06:54:30.333745"]] TRANSACTION (4.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x92\x8F\xE6\x9B\xB0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x92\x8F\xE6\x9B\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.368981"], ["updated_at", "2022-09-29 06:54:30.368982"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x98\x89\xE5\xBB\xB7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x98\x89\xE5\xBB\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.391699"], ["updated_at", "2022-09-29 06:54:30.391700"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x9B\x9B\xE5\x85\x89\xE9\xA2\x84\xE6\xB5\x8B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x9B\x9B\xE5\x85\x89\xE9\xA2\x84\xE6\xB5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.419663"], ["updated_at", "2022-09-29 06:54:30.419664"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xA0\x82\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xA0\x82\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.454288"], ["updated_at", "2022-09-29 06:54:30.454289"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.479717"], ["updated_at", "2022-09-29 06:54:30.479718"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE5\xBC\xBA \xE7\xA5\x9E\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE5\xBC\xBA \xE7\xA5\x9E\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.503738"], ["updated_at", "2022-09-29 06:54:30.503739"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE8\xBD\xAE\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE8\xBD\xAE\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.534206"], ["updated_at", "2022-09-29 06:54:30.534208"]] TRANSACTION (4.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE9\x92\x8A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE9\x92\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.564449"], ["updated_at", "2022-09-29 06:54:30.564449"]] TRANSACTION (3.1ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xA4\xA9\xE7\xBE\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xA4\xA9\xE7\xBE\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.586534"], ["updated_at", "2022-09-29 06:54:30.586535"]] TRANSACTION (5.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xAE\x8F\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xAE\x8F\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.620007"], ["updated_at", "2022-09-29 06:54:30.620008"]] TRANSACTION (13.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xAE\x97\xE7\x91\x9E\xE7\xA7\x8D\xE5\xAD\x90\xE5\x85\xA8\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xAE\x97\xE7\x91\x9E\xE7\xA7\x8D\xE5\xAD\x90\xE5\x85\xA8\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.664080"], ["updated_at", "2022-09-29 06:54:30.664081"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xAE\x9D\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xAE\x9D\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.687012"], ["updated_at", "2022-09-29 06:54:30.687013"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE5\x8B\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE5\x8B\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.712057"], ["updated_at", "2022-09-29 06:54:30.712058"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE6\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE6\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.742409"], ["updated_at", "2022-09-29 06:54:30.742409"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.769061"], ["updated_at", "2022-09-29 06:54:30.769062"]] TRANSACTION (3.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE7\x90\xB3"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE7\x90\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.798735"], ["updated_at", "2022-09-29 06:54:30.798737"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE9\xB9\x8F"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE9\xB9\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.838015"], ["updated_at", "2022-09-29 06:54:30.838016"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB0\x91\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB0\x91\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.880167"], ["updated_at", "2022-09-29 06:54:30.880168"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB1\xA0\xE5\xA4\xAB"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB1\xA0\xE5\xA4\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.908359"], ["updated_at", "2022-09-29 06:54:30.908360"]] TRANSACTION (7.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB2\x9A\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB2\x9A\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.956458"], ["updated_at", "2022-09-29 06:54:30.956459"]] TRANSACTION (2.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB8\x8C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB8\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:30.989633"], ["updated_at", "2022-09-29 06:54:30.989633"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.016747"], ["updated_at", "2022-09-29 06:54:31.016748"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.051557"], ["updated_at", "2022-09-29 06:54:31.051561"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xBD\xA4\xE5\xA6\x8D"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xBD\xA4\xE5\xA6\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.078055"], ["updated_at", "2022-09-29 06:54:31.078055"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xBE\xB7\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xBE\xB7\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.098947"], ["updated_at", "2022-09-29 06:54:31.098949"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.130998"], ["updated_at", "2022-09-29 06:54:31.130999"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xBF\x97\xE7\xBB\xA5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xBF\x97\xE7\xBB\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.161242"], ["updated_at", "2022-09-29 06:54:31.161243"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x80\xBB\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x80\xBB\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.182994"], ["updated_at", "2022-09-29 06:54:31.182995"]] TRANSACTION (2.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x80\xBB\xE7\xBB\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x80\xBB\xE7\xBB\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.204193"], ["updated_at", "2022-09-29 06:54:31.204194"]] TRANSACTION (3.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x81\xA9\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x81\xA9\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.234371"], ["updated_at", "2022-09-29 06:54:31.234373"]] TRANSACTION (4.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x8C\xAF\xE6\x99\xBA"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x8C\xAF\xE6\x99\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.269801"], ["updated_at", "2022-09-29 06:54:31.269802"]] TRANSACTION (2.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x95\x88\xE6\x97\xB6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x95\x88\xE6\x97\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.291952"], ["updated_at", "2022-09-29 06:54:31.291953"]] TRANSACTION (5.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x96\x87\xE6\x96\x8C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x96\x87\xE6\x96\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.323775"], ["updated_at", "2022-09-29 06:54:31.323776"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x96\x8C"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x96\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.356959"], ["updated_at", "2022-09-29 06:54:31.356960"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x97\xBA\xE9\x98\xB3"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x97\xBA\xE9\x98\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.377348"], ["updated_at", "2022-09-29 06:54:31.377348"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x99\x93\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x99\x93\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.397053"], ["updated_at", "2022-09-29 06:54:31.397054"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x9C\x88\xE6\x9C\x88\xE9\xB8\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x9C\x88\xE6\x9C\x88\xE9\xB8\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.425103"], ["updated_at", "2022-09-29 06:54:31.425103"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xA0\x91\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xA0\x91\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.456218"], ["updated_at", "2022-09-29 06:54:31.456219"]] TRANSACTION (2.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xA0\x91\xE8\x8F\xB2"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xA0\x91\xE8\x8F\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.480235"], ["updated_at", "2022-09-29 06:54:31.480235"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xA1\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xA1\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.500093"], ["updated_at", "2022-09-29 06:54:31.500094"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xB2\x9B\xE7\x91\xB6\xE9\x81\x87\xE5\xAE\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xB2\x9B\xE7\x91\xB6\xE9\x81\x87\xE5\xAE\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.530392"], ["updated_at", "2022-09-29 06:54:31.530393"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xB4\xAAX"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xB4\xAAX"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.560587"], ["updated_at", "2022-09-29 06:54:31.560588"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xB4\xAA\xE5\xAE\xBD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xB4\xAA\xE5\xAE\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.580023"], ["updated_at", "2022-09-29 06:54:31.580023"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xB4\xAA\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xB4\xAA\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.601552"], ["updated_at", "2022-09-29 06:54:31.601552"]] TRANSACTION (4.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xB5\xB7\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xB5\xB7\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.633138"], ["updated_at", "2022-09-29 06:54:31.633139"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xB7\x91\xE5\xA8\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xB7\x91\xE5\xA8\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.663992"], ["updated_at", "2022-09-29 06:54:31.663992"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xB9\x84"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xB9\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.685497"], ["updated_at", "2022-09-29 06:54:31.685498"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xBA\x90\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xBA\x90\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.707684"], ["updated_at", "2022-09-29 06:54:31.707684"]] TRANSACTION (9.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\x8E\x89\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\x8E\x89\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.749454"], ["updated_at", "2022-09-29 06:54:31.749455"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\x90\xBC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\x90\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.775725"], ["updated_at", "2022-09-29 06:54:31.775726"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\x91\x9E\xE7\x8E\xAF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\x91\x9E\xE7\x8E\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.800297"], ["updated_at", "2022-09-29 06:54:31.800298"]] TRANSACTION (6.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\x99\xBB\xE8\xBE\x89"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\x99\xBB\xE8\xBE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.838639"], ["updated_at", "2022-09-29 06:54:31.838640"]] TRANSACTION (3.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\xA6\x84"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\xA6\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.871122"], ["updated_at", "2022-09-29 06:54:31.871122"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\xB4\xAB\xE9\x98\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\xB4\xAB\xE9\x98\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.893293"], ["updated_at", "2022-09-29 06:54:31.893293"]] TRANSACTION (8.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\xBA\xA2\xE7\x97\x94"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\xBA\xA2\xE7\x97\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.929002"], ["updated_at", "2022-09-29 06:54:31.929003"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\xBA\xAA\xE5\x91\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\xBA\xAA\xE5\x91\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.961936"], ["updated_at", "2022-09-29 06:54:31.961937"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\xBB\xA7\xE8\x80\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\xBB\xA7\xE8\x80\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:31.982246"], ["updated_at", "2022-09-29 06:54:31.982247"]] TRANSACTION (2.2ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE8\x80\x81\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE8\x80\x81\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.002582"], ["updated_at", "2022-09-29 06:54:32.002583"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE8\x91\x86\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE8\x91\x86\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.032376"], ["updated_at", "2022-09-29 06:54:32.032377"]] TRANSACTION (4.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE8\x96\x87\xE7\xA7\x98\xE5\x8F\xB2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE8\x96\x87\xE7\xA7\x98\xE5\x8F\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.064837"], ["updated_at", "2022-09-29 06:54:32.064837"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE8\xBE\xBE\xE6\x98\x8C"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE8\xBE\xBE\xE6\x98\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.084425"], ["updated_at", "2022-09-29 06:54:32.084426"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE9\x93\x81\xE6\x98\xA0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE9\x93\x81\xE6\x98\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.110284"], ["updated_at", "2022-09-29 06:54:32.110285"]] TRANSACTION (6.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE9\x93\x81\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE9\x93\x81\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.150503"], ["updated_at", "2022-09-29 06:54:32.150504"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE9\x94\xA1\xE9\x93\xAD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE9\x94\xA1\xE9\x93\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.181953"], ["updated_at", "2022-09-29 06:54:32.181954"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE9\x95\xBF\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE9\x95\xBF\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.203258"], ["updated_at", "2022-09-29 06:54:32.203259"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.228604"], ["updated_at", "2022-09-29 06:54:32.228604"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE9\xB8\xBF\xE5\xBF\xA0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE9\xB8\xBF\xE5\xBF\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.251269"], ["updated_at", "2022-09-29 06:54:32.251270"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE9\xB9\x8F"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE9\xB9\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.280350"], ["updated_at", "2022-09-29 06:54:32.280351"]] TRANSACTION (5.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x9C\xE4\xB8\x96\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x9C\xE4\xB8\x96\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.318318"], ["updated_at", "2022-09-29 06:54:32.318319"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x9C\xE5\x86\xB7\xE4\xB8\x81"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x9C\xE5\x86\xB7\xE4\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.349869"], ["updated_at", "2022-09-29 06:54:32.349871"]] TRANSACTION (2.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x9C\xE6\x99\xBA\xE5\xAF\x8C"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x9C\xE6\x99\xBA\xE5\xAF\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.377677"], ["updated_at", "2022-09-29 06:54:32.377677"]] TRANSACTION (2.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x9F\xE7\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x9F\xE7\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.397194"], ["updated_at", "2022-09-29 06:54:32.397194"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA1\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA1\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.419007"], ["updated_at", "2022-09-29 06:54:32.419008"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA5\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA5\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.454233"], ["updated_at", "2022-09-29 06:54:32.454234"]] TRANSACTION (4.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA5\xE6\x88\x91\xE4\xBB\xAC"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA5\xE6\x88\x91\xE4\xBB\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.482691"], ["updated_at", "2022-09-29 06:54:32.482692"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA5\xE6\xBA\x90\xE4\xB8\x8D\xE6\x98\x8E\xE7\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA5\xE6\xBA\x90\xE4\xB8\x8D\xE6\x98\x8E\xE7\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.501965"], ["updated_at", "2022-09-29 06:54:32.501966"]] TRANSACTION (3.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA5\xE7\xA6\x8F\xE7\x8C\x8E"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA5\xE7\xA6\x8F\xE7\x8C\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.532610"], ["updated_at", "2022-09-29 06:54:32.532611"]] TRANSACTION (9.0ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8j"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8j"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.588864"], ["updated_at", "2022-09-29 06:54:32.588865"]] TRANSACTION (3.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.620899"], ["updated_at", "2022-09-29 06:54:32.620900"]] TRANSACTION (8.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.663825"], ["updated_at", "2022-09-29 06:54:32.663826"]] TRANSACTION (4.2ms) COMMIT User Load (8.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE8\x83\x9C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE8\x83\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.696759"], ["updated_at", "2022-09-29 06:54:32.696760"]] TRANSACTION (3.0ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE8\x8D\xA3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE8\x8D\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.718960"], ["updated_at", "2022-09-29 06:54:32.718960"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE4\xBC\xA0\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE4\xBC\xA0\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.744152"], ["updated_at", "2022-09-29 06:54:32.744153"]] TRANSACTION (2.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE4\xBD\xB3"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE4\xBD\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.771528"], ["updated_at", "2022-09-29 06:54:32.771529"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE4\xBF\x8A\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE4\xBF\x8A\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.802188"], ["updated_at", "2022-09-29 06:54:32.802189"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\x85\x83\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\x85\x83\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.823552"], ["updated_at", "2022-09-29 06:54:32.823553"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\x86\x80\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\x86\x80\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.850650"], ["updated_at", "2022-09-29 06:54:32.850651"]] TRANSACTION (3.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\x8C\x97\xE5\x8C\x97"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\x8C\x97\xE5\x8C\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.880037"], ["updated_at", "2022-09-29 06:54:32.880037"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\x8C\xA1"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\x8C\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.901084"], ["updated_at", "2022-09-29 06:54:32.901085"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\x91\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\x91\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.921900"], ["updated_at", "2022-09-29 06:54:32.921900"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\xB0\x8F\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\xB0\x8F\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.951103"], ["updated_at", "2022-09-29 06:54:32.951103"]] TRANSACTION (2.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\xB0\x9A\xE6\x98\x86"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\xB0\x9A\xE6\x98\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:32.980139"], ["updated_at", "2022-09-29 06:54:32.980140"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\xB7\x8D"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\xB7\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.002290"], ["updated_at", "2022-09-29 06:54:33.002290"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\xBB\xBA\xE5\x88\xA9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\xBB\xBA\xE5\x88\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.024868"], ["updated_at", "2022-09-29 06:54:33.024868"]] TRANSACTION (5.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\xBE\x97\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\xBE\x97\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.052552"], ["updated_at", "2022-09-29 06:54:33.052552"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\x80\x80\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\x80\x80\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.080458"], ["updated_at", "2022-09-29 06:54:33.080459"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\x80\x9D\xE6\x95\x8F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\x80\x9D\xE6\x95\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.105590"], ["updated_at", "2022-09-29 06:54:33.105591"]] TRANSACTION (2.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\x99\x93\xE6\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\x99\x93\xE6\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.126226"], ["updated_at", "2022-09-29 06:54:33.126227"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\x9C\x88\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\x9C\x88\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.159320"], ["updated_at", "2022-09-29 06:54:33.159322"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\x9D\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\x9D\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.189241"], ["updated_at", "2022-09-29 06:54:33.189241"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\x9E\x97\xE5\xAF\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\x9E\x97\xE5\xAF\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.214536"], ["updated_at", "2022-09-29 06:54:33.214537"]] TRANSACTION (2.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\xA0\x91\xE5\xAE\xBD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\xA0\x91\xE5\xAE\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.236499"], ["updated_at", "2022-09-29 06:54:33.236500"]] TRANSACTION (3.8ms) COMMIT User Load (9.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\xB1\x87\xE6\xB3\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\xB1\x87\xE6\xB3\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.278030"], ["updated_at", "2022-09-29 06:54:33.278031"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\xB1\x9D\xE5\xB2\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\xB1\x9D\xE5\xB2\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.306437"], ["updated_at", "2022-09-29 06:54:33.306438"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\xB4\x81\xE7\xAF\xAA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\xB4\x81\xE7\xAF\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.327255"], ["updated_at", "2022-09-29 06:54:33.327256"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE7\x99\xBD\xE5\x86\xB0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE7\x99\xBD\xE5\x86\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.358976"], ["updated_at", "2022-09-29 06:54:33.358977"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE9\x9D\x96\xE5\xAE\x87"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE9\x9D\x96\xE5\xAE\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.385443"], ["updated_at", "2022-09-29 06:54:33.385443"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xB1\xE4\xBA\xAC\xE7\x86\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xB1\xE4\xBA\xAC\xE7\x86\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.406403"], ["updated_at", "2022-09-29 06:54:33.406404"]] TRANSACTION (2.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xBE\xE5\xB2\x9B\xE6\x9E\xAB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xBE\xE5\xB2\x9B\xE6\x9E\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.428756"], ["updated_at", "2022-09-29 06:54:33.428757"]] TRANSACTION (4.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xBE\xE5\xB2\x9B\xE6\x9E\xAB\xE8\xBF\x85\xE9\x9B\xB7\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xBE\xE5\xB2\x9B\xE6\x9E\xAB\xE8\xBF\x85\xE9\x9B\xB7\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.462825"], ["updated_at", "2022-09-29 06:54:33.462826"]] TRANSACTION (3.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xBE\xE8\x8A\xB1\xE6\xB1\x9F\xE6\xB1\xA1\xE6\x9F\x93"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xBE\xE8\x8A\xB1\xE6\xB1\x9F\xE6\xB1\xA1\xE6\x9F\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.503245"], ["updated_at", "2022-09-29 06:54:33.503245"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE4\xB9\x90"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE4\xB9\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.526495"], ["updated_at", "2022-09-29 06:54:33.526496"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE5\x93\x81\xE6\xB3\xA2\xE9\x9C\xB8"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE5\x93\x81\xE6\xB3\xA2\xE9\x9C\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.554731"], ["updated_at", "2022-09-29 06:54:33.554732"]] TRANSACTION (4.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE5\x93\x81\xE9\x87\x91\xE5\x8F\x91\xE7\xBE\x8E\xE5\xA5\xB3\xE7\xBE\x8E\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE5\x93\x81\xE9\x87\x91\xE5\x8F\x91\xE7\xBE\x8E\xE5\xA5\xB3\xE7\xBE\x8E\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.596596"], ["updated_at", "2022-09-29 06:54:33.596597"]] TRANSACTION (2.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE7\x88\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE7\x88\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.621273"], ["updated_at", "2022-09-29 06:54:33.621273"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE5\x86\x9B\xE5\x88\x80\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE5\x86\x9B\xE5\x88\x80\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.647738"], ["updated_at", "2022-09-29 06:54:33.647741"]] TRANSACTION (4.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.678433"], ["updated_at", "2022-09-29 06:54:33.678434"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE6\x8A\x98\xE5\x88\x80"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE6\x8A\x98\xE5\x88\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.701141"], ["updated_at", "2022-09-29 06:54:33.701141"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.727128"], ["updated_at", "2022-09-29 06:54:33.727128"]] TRANSACTION (4.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE9\x99\x90"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE9\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.761070"], ["updated_at", "2022-09-29 06:54:33.761071"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x95\xE8\xBE\xB9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x95\xE8\xBE\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.789505"], ["updated_at", "2022-09-29 06:54:33.789505"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE4\xBF\x9D\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE4\xBF\x9D\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.811363"], ["updated_at", "2022-09-29 06:54:33.811364"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE5\xAD\x94\xE5\x85\xB4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE5\xAD\x94\xE5\x85\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.832574"], ["updated_at", "2022-09-29 06:54:33.832574"]] TRANSACTION (8.6ms) COMMIT User Load (8.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE5\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE5\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.875148"], ["updated_at", "2022-09-29 06:54:33.875149"]] TRANSACTION (2.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE6\x85\x8E\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE6\x85\x8E\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.902919"], ["updated_at", "2022-09-29 06:54:33.902919"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE6\x96\x87\xE6\xBC\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE6\x96\x87\xE6\xBC\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.924366"], ["updated_at", "2022-09-29 06:54:33.924366"]] TRANSACTION (8.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE6\xA8\xB5\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE6\xA8\xB5\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.962046"], ["updated_at", "2022-09-29 06:54:33.962047"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE7\x82\x8E\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE7\x82\x8E\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:33.994958"], ["updated_at", "2022-09-29 06:54:33.994959"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE7\x94\xA8\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE7\x94\xA8\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.016108"], ["updated_at", "2022-09-29 06:54:34.016109"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE7\xA7\x89\xE7\x9B\x8A"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE7\xA7\x89\xE7\x9B\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.037093"], ["updated_at", "2022-09-29 06:54:34.037094"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE7\xAB\x8B\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE7\xAB\x8B\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.072656"], ["updated_at", "2022-09-29 06:54:34.072657"]] TRANSACTION (2.0ms) COMMIT User Load (1.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE9\x95\xBF\xE7\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE9\x95\xBF\xE7\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.091167"], ["updated_at", "2022-09-29 06:54:34.091168"]] TRANSACTION (2.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x9C\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x9C\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.108793"], ["updated_at", "2022-09-29 06:54:34.108794"]] TRANSACTION (2.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x9C\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x9C\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.129147"], ["updated_at", "2022-09-29 06:54:34.129148"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE5\x86\xB3\xE5\xA5\xB3\xE7\x8A\xAF"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE5\x86\xB3\xE5\xA5\xB3\xE7\x8A\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.158423"], ["updated_at", "2022-09-29 06:54:34.158424"]] TRANSACTION (3.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.188202"], ["updated_at", "2022-09-29 06:54:34.188202"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE5\xAD\x90\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE5\xAD\x90\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.211613"], ["updated_at", "2022-09-29 06:54:34.211614"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.231822"], ["updated_at", "2022-09-29 06:54:34.231822"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE6\x8C\x87\xE5\xAE\x9A\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE6\x8C\x87\xE5\xAE\x9A\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.258825"], ["updated_at", "2022-09-29 06:54:34.258826"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE6\xA2\xB0\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE6\xA2\xB0\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.282531"], ["updated_at", "2022-09-29 06:54:34.282532"]] TRANSACTION (5.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE6\xA8\xA1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE6\xA8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.317308"], ["updated_at", "2022-09-29 06:54:34.317309"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE6\xB7\xAB\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE6\xB7\xAB\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.345014"], ["updated_at", "2022-09-29 06:54:34.345014"]] TRANSACTION (4.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE7\x9A\x84\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE7\x9A\x84\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.379913"], ["updated_at", "2022-09-29 06:54:34.379914"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.404107"], ["updated_at", "2022-09-29 06:54:34.404108"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.430348"], ["updated_at", "2022-09-29 06:54:34.430349"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\x90\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\x90\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.461960"], ["updated_at", "2022-09-29 06:54:34.461961"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\x92\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\x92\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.488200"], ["updated_at", "2022-09-29 06:54:34.488201"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\x94\xE4\xB8\x80\xE8\xBD\xAF"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\x94\xE4\xB8\x80\xE8\xBD\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.512170"], ["updated_at", "2022-09-29 06:54:34.512171"]] TRANSACTION (2.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\x94\xE8\x83\xB8\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\x94\xE8\x83\xB8\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.529490"], ["updated_at", "2022-09-29 06:54:34.529490"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\x94\xE8\xBD\xAF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\x94\xE8\xBD\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.555061"], ["updated_at", "2022-09-29 06:54:34.555062"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\xA5\xE5\x85\x8B\xE6\x98\x8E \xE5\x8D\x8E\xE8\x83\xBD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\xA5\xE5\x85\x8B\xE6\x98\x8E \xE5\x8D\x8E\xE8\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.581828"], ["updated_at", "2022-09-29 06:54:34.581829"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\xB4\xE7\x8E\x8B\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\xB4\xE7\x8E\x8B\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.603024"], ["updated_at", "2022-09-29 06:54:34.603024"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\xB4\xE7\x8E\xB2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\xB4\xE7\x8E\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.623768"], ["updated_at", "2022-09-29 06:54:34.623769"]] TRANSACTION (6.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\xB4\xE7\x8E\xB2\xE5\x9B\x9E\xE5\xBF\x86"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\xB4\xE7\x8E\xB2\xE5\x9B\x9E\xE5\xBF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.651986"], ["updated_at", "2022-09-29 06:54:34.651987"]] TRANSACTION (8.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\x80\xE9\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\x80\xE9\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.702909"], ["updated_at", "2022-09-29 06:54:34.702910"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\x97\xE5\x89\x8D\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\x97\xE5\x89\x8D\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.726913"], ["updated_at", "2022-09-29 06:54:34.726914"]] TRANSACTION (8.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\x97\xE6\x88\x98\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\x97\xE6\x88\x98\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.786425"], ["updated_at", "2022-09-29 06:54:34.786427"]] TRANSACTION (5.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xA1\xE5\x9B\xAD\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xA1\xE5\x9B\xAD\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.826427"], ["updated_at", "2022-09-29 06:54:34.826427"]] TRANSACTION (5.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xA1\xE9\xAA\x9A\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xA1\xE9\xAA\x9A\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.855420"], ["updated_at", "2022-09-29 06:54:34.855421"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xA1\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xA1\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.882825"], ["updated_at", "2022-09-29 06:54:34.882826"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xB8\xE8\x9B\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xB8\xE8\x9B\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.905637"], ["updated_at", "2022-09-29 06:54:34.905638"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xB9\xE6\x95\xA6\xC2\xB7\xE7\xA1\xAE\xE5\x90\x89\xE5\xB0\xBC\xE7\x8E\x9B"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xB9\xE6\x95\xA6\xC2\xB7\xE7\xA1\xAE\xE5\x90\x89\xE5\xB0\xBC\xE7\x8E\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.928688"], ["updated_at", "2022-09-29 06:54:34.928689"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xB9\xE6\xB5\xB4"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xB9\xE6\xB5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.959754"], ["updated_at", "2022-09-29 06:54:34.959755"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xB9\xE8\xBE\xBE\xE4\xBA\x9A\xE6\x96\x87\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xB9\xE8\xBE\xBE\xE4\xBA\x9A\xE6\x96\x87\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:34.994391"], ["updated_at", "2022-09-29 06:54:34.994392"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xBC\xE8\xAF\x81\xE8\x80\x83\xE8\xAF\x95"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xBC\xE8\xAF\x81\xE8\x80\x83\xE8\xAF\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.019593"], ["updated_at", "2022-09-29 06:54:35.019594"]] TRANSACTION (5.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA1\x83\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA1\x83\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.054597"], ["updated_at", "2022-09-29 06:54:35.054598"]] TRANSACTION (5.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA1\x83\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA1\x83\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.095192"], ["updated_at", "2022-09-29 06:54:35.095193"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA1\x88\xE7\x9A\x84\xE5\x87\x86\xE7\xA1\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA1\x88\xE7\x9A\x84\xE5\x87\x86\xE7\xA1\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.121993"], ["updated_at", "2022-09-29 06:54:35.121994"]] TRANSACTION (6.6ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA1\xA3\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA1\xA3\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.158678"], ["updated_at", "2022-09-29 06:54:35.158680"]] TRANSACTION (5.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x81\xE4\xBF\x9D\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x81\xE4\xBF\x9D\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.206055"], ["updated_at", "2022-09-29 06:54:35.206056"]] TRANSACTION (5.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x81\xE5\x85\x89\xE7\x83\x88"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x81\xE5\x85\x89\xE7\x83\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.259625"], ["updated_at", "2022-09-29 06:54:35.259626"]] TRANSACTION (4.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x81\xE6\x8C\xAF\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x81\xE6\x8C\xAF\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.300735"], ["updated_at", "2022-09-29 06:54:35.300736"]] TRANSACTION (2.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x81\xE6\x93\x8E\xE5\xA2\xA9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x81\xE6\x93\x8E\xE5\xA2\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.323782"], ["updated_at", "2022-09-29 06:54:35.323783"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x81\xE6\x98\xA5\xE7\xA6\x84\xE5\xB9\xBF\xE8\xA5\xBF\xE6\x94\xBF\xE5\x8D\x8F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x81\xE6\x98\xA5\xE7\xA6\x84\xE5\xB9\xBF\xE8\xA5\xBF\xE6\x94\xBF\xE5\x8D\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.349511"], ["updated_at", "2022-09-29 06:54:35.349511"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x81\xE6\xB9\x98"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x81\xE6\xB9\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.380457"], ["updated_at", "2022-09-29 06:54:35.380457"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x81\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x81\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.401449"], ["updated_at", "2022-09-29 06:54:35.401450"]] TRANSACTION (2.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x85\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x85\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.422861"], ["updated_at", "2022-09-29 06:54:35.422862"]] TRANSACTION (5.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x93\xE5\x81\xA5\xE7\x89\xB9\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x93\xE5\x81\xA5\xE7\x89\xB9\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.457478"], ["updated_at", "2022-09-29 06:54:35.457478"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\xA6\xE6\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\xA6\xE6\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.487450"], ["updated_at", "2022-09-29 06:54:35.487451"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\xA6\xE6\xBA\xAA\xE6\x96\x87\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\xA6\xE6\xBA\xAA\xE6\x96\x87\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.509045"], ["updated_at", "2022-09-29 06:54:35.509046"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\xA6\xE6\xBA\xAA\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\xA6\xE6\xBA\xAA\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.534815"], ["updated_at", "2022-09-29 06:54:35.534815"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\xA6\xE7\xBD\x91\xE6\xB4\xAA\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\xA6\xE7\xBD\x91\xE6\xB4\xAA\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.568944"], ["updated_at", "2022-09-29 06:54:35.568945"]] TRANSACTION (4.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\xA6\xE9\xAD\x87\xE6\x96\x87\xE8\xA7\xA6\xE7\xA4\xBE\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\xA6\xE9\xAD\x87\xE6\x96\x87\xE8\xA7\xA6\xE7\xA4\xBE\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.606562"], ["updated_at", "2022-09-29 06:54:35.606562"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA3\x80\xE5\xAF\x9F\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA3\x80\xE5\xAF\x9F\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.630316"], ["updated_at", "2022-09-29 06:54:35.630317"]] TRANSACTION (8.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA3\x8D\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA3\x8D\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.670907"], ["updated_at", "2022-09-29 06:54:35.670908"]] TRANSACTION (5.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA3\x92\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA3\x92\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.713475"], ["updated_at", "2022-09-29 06:54:35.713476"]] TRANSACTION (3.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA3\xAE\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA3\xAE\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.745190"], ["updated_at", "2022-09-29 06:54:35.745191"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA4\x8D\xE7\x89\xA9\xE5\x86\xB0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA4\x8D\xE7\x89\xA9\xE5\x86\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.792576"], ["updated_at", "2022-09-29 06:54:35.792577"]] TRANSACTION (4.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA4\x92\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA4\x92\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.822063"], ["updated_at", "2022-09-29 06:54:35.822064"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA8\xA1\xE6\x8B\x9F\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA8\xA1\xE6\x8B\x9F\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.846610"], ["updated_at", "2022-09-29 06:54:35.846611"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA8\xA1\xE7\x89\xB9\xE8\xB5\xB0\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA8\xA1\xE7\x89\xB9\xE8\xB5\xB0\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.878564"], ["updated_at", "2022-09-29 06:54:35.878565"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA8\xB1\xE4\xBA\x95"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA8\xB1\xE4\xBA\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.897825"], ["updated_at", "2022-09-29 06:54:35.897826"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA8\xB1\xE9\x9B\x85"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA8\xB1\xE9\x9B\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.918334"], ["updated_at", "2022-09-29 06:54:35.918335"]] TRANSACTION (2.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAA\x94\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAA\x94\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.942755"], ["updated_at", "2022-09-29 06:54:35.942755"]] TRANSACTION (5.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAA\xA9\xE6\xAA\xAC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAA\xA9\xE6\xAA\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.976928"], ["updated_at", "2022-09-29 06:54:35.976929"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA0\xE4\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA0\xE4\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:35.998349"], ["updated_at", "2022-09-29 06:54:35.998349"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA0\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA0\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.017550"], ["updated_at", "2022-09-29 06:54:36.017550"]] TRANSACTION (6.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA1\xE9\x80\x9A\xE8\xBF\x87\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA1\xE9\x80\x9A\xE8\xBF\x87\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.047549"], ["updated_at", "2022-09-29 06:54:36.047550"]] TRANSACTION (9.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA2\xE4\xB9\x90\xE6\x80\xA7\xE4\xBB\x8A\xE5\xAE\xB5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA2\xE4\xB9\x90\xE6\x80\xA7\xE4\xBB\x8A\xE5\xAE\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.091792"], ["updated_at", "2022-09-29 06:54:36.091793"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA2\xE8\xBF\x8E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA2\xE8\xBF\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.116713"], ["updated_at", "2022-09-29 06:54:36.116714"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA7\xE6\xB4\xB2\xE5\x9C\x86\xE6\x98\x8E\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA7\xE6\xB4\xB2\xE5\x9C\x86\xE6\x98\x8E\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.139688"], ["updated_at", "2022-09-29 06:54:36.139689"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA7\xE7\xBE\x8E\xE6\x88\x90\xE4\xBA\xBA\xE8\xB4\xB4\xE5\x9B\xBE\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA7\xE7\xBE\x8E\xE6\x88\x90\xE4\xBA\xBA\xE8\xB4\xB4\xE5\x9B\xBE\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.176810"], ["updated_at", "2022-09-29 06:54:36.176811"]] TRANSACTION (5.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA7\xE9\x98\xB3\xE5\xBE\xB7 \xE5\xB9\xBF\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA7\xE9\x98\xB3\xE5\xBE\xB7 \xE5\xB9\xBF\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.218630"], ["updated_at", "2022-09-29 06:54:36.218631"]] TRANSACTION (2.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE3\x80\x82\xE7\x81\xAB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE3\x80\x82\xE7\x81\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.248058"], ["updated_at", "2022-09-29 06:54:36.248059"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE4\xB8\x80\xE6\x9C\x9B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE4\xB8\x80\xE6\x9C\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.286609"], ["updated_at", "2022-09-29 06:54:36.286610"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.324149"], ["updated_at", "2022-09-29 06:54:36.324150"]] TRANSACTION (5.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE4\xBB\x99\xE6\xAC\xB2\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE4\xBB\x99\xE6\xAC\xB2\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.354053"], ["updated_at", "2022-09-29 06:54:36.354054"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE4\xBB\x99\xE6\xAC\xB2\xE6\xB5\xAA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE4\xBB\x99\xE6\xAC\xB2\xE6\xB5\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.385453"], ["updated_at", "2022-09-29 06:54:36.385453"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.410664"], ["updated_at", "2022-09-29 06:54:36.410665"]] TRANSACTION (3.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE6\x9C\x9B"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE6\x9C\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.442020"], ["updated_at", "2022-09-29 06:54:36.442020"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE6\xAD\xBB\xE6\xAC\xB2\xE4\xBB\x99"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE6\xAD\xBB\xE6\xAC\xB2\xE4\xBB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.475135"], ["updated_at", "2022-09-29 06:54:36.475136"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE6\xB1\x82\xE4\xB8\x8D\xE6\xBB\xA1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE6\xB1\x82\xE4\xB8\x8D\xE6\xBB\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.501865"], ["updated_at", "2022-09-29 06:54:36.501866"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE6\xB5\xB7\xE5\xA4\xA9\xE9\xBE\x99\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE6\xB5\xB7\xE5\xA4\xA9\xE9\xBE\x99\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.521807"], ["updated_at", "2022-09-29 06:54:36.521808"]] TRANSACTION (6.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE7\x81\xAB"], ["LIMIT", 1]] TRANSACTION (13.1ms) BEGIN User Load (8.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE7\x81\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.551475"], ["updated_at", "2022-09-29 06:54:36.551476"]] TRANSACTION (7.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE7\x94\x9F\xE6\xAC\xB2\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE7\x94\x9F\xE6\xAC\xB2\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.621695"], ["updated_at", "2022-09-29 06:54:36.621697"]] TRANSACTION (6.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xEF\xBC\x8C"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xEF\xBC\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.656730"], ["updated_at", "2022-09-29 06:54:36.656731"]] TRANSACTION (5.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xBE\xE5\x88\xB0\xE5\x8F\x91\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xBE\xE5\x88\xB0\xE5\x8F\x91\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.704680"], ["updated_at", "2022-09-29 06:54:36.704681"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\x8C\xE5\x8A\x9F\xE9\xA2\x82\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\x8C\xE5\x8A\x9F\xE9\xA2\x82\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.732255"], ["updated_at", "2022-09-29 06:54:36.732256"]] TRANSACTION (8.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\x90\xE6\xB4\xB2"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\x90\xE6\xB4\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.773563"], ["updated_at", "2022-09-29 06:54:36.773564"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE4\xB9\x89\xE5\x85\x9A\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE4\xB9\x89\xE5\x85\x9A\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.805282"], ["updated_at", "2022-09-29 06:54:36.805283"]] TRANSACTION (3.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.829470"], ["updated_at", "2022-09-29 06:54:36.829471"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.861755"], ["updated_at", "2022-09-29 06:54:36.861756"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE5\x93\x81\xE5\x86\x9B\xE5\x88\xBA\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE5\x93\x81\xE5\x86\x9B\xE5\x88\xBA\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.888554"], ["updated_at", "2022-09-29 06:54:36.888556"]] TRANSACTION (6.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.926471"], ["updated_at", "2022-09-29 06:54:36.926472"]] TRANSACTION (5.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE6\xB4\xBE\xE6\xB0\x91\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE6\xB4\xBE\xE6\xB0\x91\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.966041"], ["updated_at", "2022-09-29 06:54:36.966042"]] TRANSACTION (3.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:36.994668"], ["updated_at", "2022-09-29 06:54:36.994669"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE8\xA7\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE8\xA7\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.022715"], ["updated_at", "2022-09-29 06:54:37.022716"]] TRANSACTION (3.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE8\xA7\x84\xE7\xA8\x8E\xE7\xA5\xA8\xE4\xBB\xA3\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE8\xA7\x84\xE7\xA8\x8E\xE7\xA5\xA8\xE4\xBB\xA3\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.051552"], ["updated_at", "2022-09-29 06:54:37.051553"]] TRANSACTION (14.0ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA5qiang"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA5qiang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.103718"], ["updated_at", "2022-09-29 06:54:37.103719"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE4\xBE\xAF\xE7\xA5\xA0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE4\xBE\xAF\xE7\xA5\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.129825"], ["updated_at", "2022-09-29 06:54:37.129825"]] TRANSACTION (6.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (13.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE5\x8A\x9B\xE9\x95\x87\xE5\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE5\x8A\x9B\xE9\x95\x87\xE5\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.164798"], ["updated_at", "2022-09-29 06:54:37.164799"]] TRANSACTION (4.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE7\xBB\xB4\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE7\xBB\xB4\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.237208"], ["updated_at", "2022-09-29 06:54:37.237210"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE8\x85\xBE\xE5\x85\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE8\x85\xBE\xE5\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.268911"], ["updated_at", "2022-09-29 06:54:37.268912"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE8\x97\xA4\xE5\x85\xB0"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE8\x97\xA4\xE5\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.291937"], ["updated_at", "2022-09-29 06:54:37.291938"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE8\xA3\x85\xE9\x95\x87\xE5\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE8\xA3\x85\xE9\x95\x87\xE5\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.314894"], ["updated_at", "2022-09-29 06:54:37.314894"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.337330"], ["updated_at", "2022-09-29 06:54:37.337330"]] TRANSACTION (5.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE8\xAD\xA6\xE5\xB7\xB2\xE5\xA2\x9E"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE8\xAD\xA6\xE5\xB7\xB2\xE5\xA2\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.383921"], ["updated_at", "2022-09-29 06:54:37.383922"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE8\xAD\xA6\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE8\xAD\xA6\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.411934"], ["updated_at", "2022-09-29 06:54:37.411934"]] TRANSACTION (3.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE8\xAD\xA6\xE6\xAE\xB4"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE8\xAD\xA6\xE6\xAE\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.437502"], ["updated_at", "2022-09-29 06:54:37.437503"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xB2\xE6\xB7\xAB\xE4\xBA\x82"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xB2\xE6\xB7\xAB\xE4\xBA\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.461171"], ["updated_at", "2022-09-29 06:54:37.461171"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE4\xBA\xA1\xE7\xAC\x94\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE4\xBA\xA1\xE7\xAC\x94\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.491276"], ["updated_at", "2022-09-29 06:54:37.491276"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE5\x85\xA8\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE5\x85\xA8\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.513910"], ["updated_at", "2022-09-29 06:54:37.513911"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE5\x88\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE5\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.533424"], ["updated_at", "2022-09-29 06:54:37.533424"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE6\x9E\xAA\xE6\xAF\x99"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE6\x9E\xAA\xE6\xAF\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.558557"], ["updated_at", "2022-09-29 06:54:37.558558"]] TRANSACTION (4.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE7\x8E\xB0\xE5\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE7\x8E\xB0\xE5\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.589658"], ["updated_at", "2022-09-29 06:54:37.589659"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE7\xBC\x93\xE6\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE7\xBC\x93\xE6\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.616795"], ["updated_at", "2022-09-29 06:54:37.616795"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE8\xBF\x87\xE7\xA8\x8B"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE8\xBF\x87\xE7\xA8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.637035"], ["updated_at", "2022-09-29 06:54:37.637035"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE6\xB3\x95\xE5\x88\x86\xE5\xB8\x83"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE6\xB3\x95\xE5\x88\x86\xE5\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.666135"], ["updated_at", "2022-09-29 06:54:37.666136"]] TRANSACTION (9.4ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE8\xA6\x81\xE8\xA7\x81\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE8\xA6\x81\xE8\xA7\x81\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.738469"], ["updated_at", "2022-09-29 06:54:37.738470"]] TRANSACTION (6.9ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.787161"], ["updated_at", "2022-09-29 06:54:37.787162"]] TRANSACTION (5.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAE\x83\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAE\x83\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.823503"], ["updated_at", "2022-09-29 06:54:37.823504"]] TRANSACTION (2.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAE\xB5\xE4\xB9\x89\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAE\xB5\xE4\xB9\x89\xE5\x92\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.845359"], ["updated_at", "2022-09-29 06:54:37.845359"]] TRANSACTION (8.2ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAE\xB5\xE5\xBD\x95\xE5\xAE\x9A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAE\xB5\xE5\xBD\x95\xE5\xAE\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.881568"], ["updated_at", "2022-09-29 06:54:37.881569"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAE\xB5\xE6\xA1\x82\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAE\xB5\xE6\xA1\x82\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.914324"], ["updated_at", "2022-09-29 06:54:37.914324"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAE\xB7\xE6\xA1\x83"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAE\xB7\xE6\xA1\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.939064"], ["updated_at", "2022-09-29 06:54:37.939065"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAE\xB7\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAE\xB7\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.958779"], ["updated_at", "2022-09-29 06:54:37.958780"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAE\xBAb"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAE\xBAb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:37.990469"], ["updated_at", "2022-09-29 06:54:37.990470"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x8D\xE4\xB9\xB3\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x8D\xE4\xB9\xB3\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.017673"], ["updated_at", "2022-09-29 06:54:38.017674"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x8D\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x8D\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.039554"], ["updated_at", "2022-09-29 06:54:38.039555"]] TRANSACTION (2.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x8D\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x8D\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.063467"], ["updated_at", "2022-09-29 06:54:38.063468"]] TRANSACTION (5.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x8D\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x8D\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.099181"], ["updated_at", "2022-09-29 06:54:38.099182"]] TRANSACTION (5.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x8D\xE5\xAD\x90\xE4\xB9\xB1\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x8D\xE5\xAD\x90\xE4\xB9\xB1\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.132130"], ["updated_at", "2022-09-29 06:54:38.132131"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x8D\xE5\xAD\x90\xE5\xA5\xB8\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x8D\xE5\xAD\x90\xE5\xA5\xB8\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.159445"], ["updated_at", "2022-09-29 06:54:38.159447"]] TRANSACTION (4.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x8F\xE5\x91\xA8\xE4\xB8\x80\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x8F\xE5\x91\xA8\xE4\xB8\x80\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.195629"], ["updated_at", "2022-09-29 06:54:38.195630"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x92\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x92\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.229418"], ["updated_at", "2022-09-29 06:54:38.229420"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x92\xE5\x93\x81\xE6\x88\x90\xE7\x98\xBE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x92\xE5\x93\x81\xE6\x88\x90\xE7\x98\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.253217"], ["updated_at", "2022-09-29 06:54:38.253218"]] TRANSACTION (4.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x92\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x92\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.285057"], ["updated_at", "2022-09-29 06:54:38.285060"]] TRANSACTION (3.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x92\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x92\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.316674"], ["updated_at", "2022-09-29 06:54:38.316675"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x92\xE8\x9B\x87\xE9\x92\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x92\xE8\x9B\x87\xE9\x92\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.336772"], ["updated_at", "2022-09-29 06:54:38.336772"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x92\xE8\xB1\xBA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x92\xE8\xB1\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.359901"], ["updated_at", "2022-09-29 06:54:38.359902"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x94\xE5\x9F\xBA\xE5\xB0\xBC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x94\xE5\x9F\xBA\xE5\xB0\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.393399"], ["updated_at", "2022-09-29 06:54:38.393399"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x94\xE8\xB5\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x94\xE8\xB5\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.419337"], ["updated_at", "2022-09-29 06:54:38.419337"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81\xE4\xB9\xA6\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE4\xBB\xA3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81\xE4\xB9\xA6\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE4\xBB\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.440604"], ["updated_at", "2022-09-29 06:54:38.440605"]] TRANSACTION (3.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9Bzd"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9Bzd"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.465714"], ["updated_at", "2022-09-29 06:54:38.465715"]] TRANSACTION (7.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9Bzx"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9Bzx"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.499837"], ["updated_at", "2022-09-29 06:54:38.499838"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE4\xB8\x80\xE9\xB2\x9C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE4\xB8\x80\xE9\xB2\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.523241"], ["updated_at", "2022-09-29 06:54:38.523242"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE4\xB8\xBB\xE5\xB8\xAD\xE5\xA4\x8D\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE4\xB8\xBB\xE5\xB8\xAD\xE5\xA4\x8D\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.543475"], ["updated_at", "2022-09-29 06:54:38.543476"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE4\xB8\xBB\xE5\xB8\xAD\xE7\x9A\x84\xE5\xAB\xA1\xE5\xAD\x99"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE4\xB8\xBB\xE5\xB8\xAD\xE7\x9A\x84\xE5\xAB\xA1\xE5\xAD\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.567833"], ["updated_at", "2022-09-29 06:54:38.567834"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE5\x8E\x95\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE5\x8E\x95\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.598779"], ["updated_at", "2022-09-29 06:54:38.598779"]] TRANSACTION (5.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE5\xA4\xAA\xE7\xA5\x96"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE5\xA4\xAA\xE7\xA5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.628501"], ["updated_at", "2022-09-29 06:54:38.628502"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE6\x97\xB6\xE4\xBB\xA3\xE5\xA4\xA7\xE9\xA5\xA5\xE8\x8D\x92\xE6\x8F\xAD\xE7\xA7\x98"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE6\x97\xB6\xE4\xBB\xA3\xE5\xA4\xA7\xE9\xA5\xA5\xE8\x8D\x92\xE6\x8F\xAD\xE7\xA7\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.652487"], ["updated_at", "2022-09-29 06:54:38.652488"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.681242"], ["updated_at", "2022-09-29 06:54:38.681243"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C\xE4\xBE\x84\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C\xE4\xBE\x84\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.709643"], ["updated_at", "2022-09-29 06:54:38.709646"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C\xE5\xA4\x8D\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C\xE5\xA4\x8D\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.730745"], ["updated_at", "2022-09-29 06:54:38.730745"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.750537"], ["updated_at", "2022-09-29 06:54:38.750537"]] TRANSACTION (4.9ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE6\xB6\xA6\xE4\xB9\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE6\xB6\xA6\xE4\xB9\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.779843"], ["updated_at", "2022-09-29 06:54:38.779845"]] TRANSACTION (3.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE6\xBE\xA4\xE6\x9D\xB1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE6\xBE\xA4\xE6\x9D\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.816267"], ["updated_at", "2022-09-29 06:54:38.816267"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE7\x88\xB7\xE7\x88\xB7\xE5\xA4\x8D\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE7\x88\xB7\xE7\x88\xB7\xE5\xA4\x8D\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.837357"], ["updated_at", "2022-09-29 06:54:38.837357"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.866989"], ["updated_at", "2022-09-29 06:54:38.866990"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE7\x89\x87\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE7\x89\x87\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.902333"], ["updated_at", "2022-09-29 06:54:38.902333"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE7\x9B\xB8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE7\x9B\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.925207"], ["updated_at", "2022-09-29 06:54:38.925208"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE8\xB4\xBC"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE8\xB4\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.945447"], ["updated_at", "2022-09-29 06:54:38.945447"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE8\xB4\xBC\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE8\xB4\xBC\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:38.969999"], ["updated_at", "2022-09-29 06:54:38.970000"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB8\x80\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB8\x80\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.003695"], ["updated_at", "2022-09-29 06:54:39.003696"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB8\xBA\xE6\xB3\x95\xE6\x89\xA7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB8\xBA\xE6\xB3\x95\xE6\x89\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.031817"], ["updated_at", "2022-09-29 06:54:39.031818"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.056166"], ["updated_at", "2022-09-29 06:54:39.056167"]] TRANSACTION (8.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE4\xB8\x8D\xE8\x83\xBD\xE7\xAD\x89\xE5\xBE\x85"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE4\xB8\x8D\xE8\x83\xBD\xE7\xAD\x89\xE5\xBE\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.097110"], ["updated_at", "2022-09-29 06:54:39.097111"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE5\xA2\x99"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE5\xA2\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.146115"], ["updated_at", "2022-09-29 06:54:39.146116"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE5\xA5\xB3\xE7\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE5\xA5\xB3\xE7\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.171989"], ["updated_at", "2022-09-29 06:54:39.171990"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE8\xBF\x98\xE4\xB8\x93\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE8\xBF\x98\xE4\xB8\x93\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.204916"], ["updated_at", "2022-09-29 06:54:39.204917"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB9\x9D\xE4\xBA\xBF\xE5\x95\x86"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB9\x9D\xE4\xBA\xBF\xE5\x95\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.231360"], ["updated_at", "2022-09-29 06:54:39.231361"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE5\x82\xA8\xE5\xAE\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE5\x82\xA8\xE5\xAE\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.254767"], ["updated_at", "2022-09-29 06:54:39.254768"]] TRANSACTION (5.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.289942"], ["updated_at", "2022-09-29 06:54:39.289943"]] TRANSACTION (5.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE6\x84\x8F"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE6\x84\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.331134"], ["updated_at", "2022-09-29 06:54:39.331135"]] TRANSACTION (5.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE6\x84\x8F\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE6\x84\x8F\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.383561"], ["updated_at", "2022-09-29 06:54:39.383562"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE6\x8A\x97\xE8\xAE\xAE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE6\x8A\x97\xE8\xAE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.431993"], ["updated_at", "2022-09-29 06:54:39.431994"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE6\x97\x8F\xE7\x9F\x9B\xE7\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE6\x97\x8F\xE7\x9F\x9B\xE7\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.457732"], ["updated_at", "2022-09-29 06:54:39.457732"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE6\x97\x8F\xE9\x97\xAE\xE9\xA2\x98"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE6\x97\x8F\xE9\x97\xAE\xE9\xA2\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.488571"], ["updated_at", "2022-09-29 06:54:39.488572"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE6\xAE\x87"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE6\xAE\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.519926"], ["updated_at", "2022-09-29 06:54:39.519927"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE6\xBE\xA4\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE6\xBE\xA4\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.539891"], ["updated_at", "2022-09-29 06:54:39.539891"]] TRANSACTION (3.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE7\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE7\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.565970"], ["updated_at", "2022-09-29 06:54:39.565971"]] TRANSACTION (6.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE7\x8F\xA0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE7\x8F\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.610349"], ["updated_at", "2022-09-29 06:54:39.610350"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE7\xAB\xB9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE7\xAB\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.635324"], ["updated_at", "2022-09-29 06:54:39.635324"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.669032"], ["updated_at", "2022-09-29 06:54:39.669033"]] TRANSACTION (5.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.706869"], ["updated_at", "2022-09-29 06:54:39.706870"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE8\xAD\xA6\xE5\xBD\x93\xE5\x89\xAF\xE9\x99\xA2\xE9\x95\xBF"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE8\xAD\xA6\xE5\xBD\x93\xE5\x89\xAF\xE9\x99\xA2\xE9\x95\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.730159"], ["updated_at", "2022-09-29 06:54:39.730160"]] TRANSACTION (2.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.752620"], ["updated_at", "2022-09-29 06:54:39.752620"]] TRANSACTION (5.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE8\xBF\x90\xE4\xBA\xBA\xE5\xA3\xAB"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE8\xBF\x90\xE4\xBA\xBA\xE5\xA3\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.787341"], ["updated_at", "2022-09-29 06:54:39.787342"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE8\xBF\x90\xE5\x88\x86\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE8\xBF\x90\xE5\x88\x86\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.840714"], ["updated_at", "2022-09-29 06:54:39.840715"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE8\xBF\x9B\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE8\xBF\x9B\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.876198"], ["updated_at", "2022-09-29 06:54:39.876199"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE9\x98\xB5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE9\x98\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.923898"], ["updated_at", "2022-09-29 06:54:39.923899"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x93\xE5\x9F\xB9\xE8\xAE\xAD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x93\xE5\x9F\xB9\xE8\xAE\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.951531"], ["updated_at", "2022-09-29 06:54:39.951532"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:39.976974"], ["updated_at", "2022-09-29 06:54:39.976975"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x94\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x94\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.006413"], ["updated_at", "2022-09-29 06:54:40.006414"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA2\xE5\xBC\xB9\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA2\xE5\xBC\xB9\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.027931"], ["updated_at", "2022-09-29 06:54:40.027932"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA3\xE5\x8B\x95\xE9\x8B\xBC\xE7\x8F\xA0\xE6\xA7\x8D\xE8\xB3\xBC\xE8\xB2\xB7"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA3\xE5\x8B\x95\xE9\x8B\xBC\xE7\x8F\xA0\xE6\xA7\x8D\xE8\xB3\xBC\xE8\xB2\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.049419"], ["updated_at", "2022-09-29 06:54:40.049420"]] TRANSACTION (4.6ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA3\xE6\xA7\x8D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA3\xE6\xA7\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.077946"], ["updated_at", "2022-09-29 06:54:40.077947"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA3\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA3\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.110271"], ["updated_at", "2022-09-29 06:54:40.110272"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA3\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA3\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.130480"], ["updated_at", "2022-09-29 06:54:40.130480"]] TRANSACTION (4.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE4\xBA\x8C\xE4\xB8\x81\xE5\x9F\xBA\xE9\x94\xA1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE4\xBA\x8C\xE4\xB8\x81\xE5\x9F\xBA\xE9\x94\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.159387"], ["updated_at", "2022-09-29 06:54:40.159387"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE4\xBA\x9A\xE9\x93\x8A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE4\xBA\x9A\xE9\x93\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.188460"], ["updated_at", "2022-09-29 06:54:40.188462"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE6\xB1\x9E"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE6\xB1\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.213902"], ["updated_at", "2022-09-29 06:54:40.213903"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE6\xB1\x9E\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE6\xB1\x9E\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.234167"], ["updated_at", "2022-09-29 06:54:40.234167"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE9\x93\x8A"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE9\x93\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.253931"], ["updated_at", "2022-09-29 06:54:40.253932"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA7\xE6\xB0\xAF\xE5\x8C\x96\xE7\xA3\xB7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA7\xE6\xB0\xAF\xE5\x8C\x96\xE7\xA3\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.279739"], ["updated_at", "2022-09-29 06:54:40.279740"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xAF\xE5\x99\xBB\xE5\x97\xAA"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xAF\xE5\x99\xBB\xE5\x97\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.329705"], ["updated_at", "2022-09-29 06:54:40.329706"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.372121"], ["updated_at", "2022-09-29 06:54:40.372122"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xA0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.399022"], ["updated_at", "2022-09-29 06:54:40.399023"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.427643"], ["updated_at", "2022-09-29 06:54:40.427644"]] TRANSACTION (2.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE4\xB8\x8B\xE6\xBF\x80\xE6\x83\x85\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE4\xB8\x8B\xE6\xBF\x80\xE6\x83\x85\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.447756"], ["updated_at", "2022-09-29 06:54:40.447757"]] TRANSACTION (2.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE4\xB8\x8B\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE4\xB8\x8B\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.470143"], ["updated_at", "2022-09-29 06:54:40.470144"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE4\xB9\xB3\xE4\xBA\xA4\xE8\x9E\x8D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE4\xB9\xB3\xE4\xBA\xA4\xE8\x9E\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.500987"], ["updated_at", "2022-09-29 06:54:40.500988"]] TRANSACTION (4.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE5\x86\x9B\xE5\x85\xBC\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE5\x86\x9B\xE5\x85\xBC\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.530300"], ["updated_at", "2022-09-29 06:54:40.530300"]] TRANSACTION (2.9ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE5\x86\x9B\xE5\x86\x9B\xE5\x9B\xA2\xE6\x8B\x9B\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.0ms) BEGIN User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE5\x86\x9B\xE5\x86\x9B\xE5\x9B\xA2\xE6\x8B\x9B\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.549307"], ["updated_at", "2022-09-29 06:54:40.549307"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE5\x86\x9B\xE6\x8B\x9B\xE8\x81\x98"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE5\x86\x9B\xE6\x8B\x9B\xE8\x81\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.568641"], ["updated_at", "2022-09-29 06:54:40.568642"]] TRANSACTION (4.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE5\xAB\xA9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE5\xAB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.600334"], ["updated_at", "2022-09-29 06:54:40.600335"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE5\xB9\xB2\xE6\xB6\xB8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE5\xB9\xB2\xE6\xB6\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.623025"], ["updated_at", "2022-09-29 06:54:40.623025"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE6\x80\xA7\xE4\xB8\x80\xE6\x9D\xA8\xE8\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE6\x80\xA7\xE4\xB8\x80\xE6\x9D\xA8\xE8\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.644456"], ["updated_at", "2022-09-29 06:54:40.644456"]] TRANSACTION (3.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE6\x89\x81"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE6\x89\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.672896"], ["updated_at", "2022-09-29 06:54:40.672897"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE6\xB5\xB4\xE6\xB3\x95\xE5\x88\xB6TNT"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE6\xB5\xB4\xE6\xB3\x95\xE5\x88\xB6TNT"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.703296"], ["updated_at", "2022-09-29 06:54:40.703297"]] TRANSACTION (2.4ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE9\x87\x8E\xE6\x98\xA5\xE6\xA0\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE9\x87\x8E\xE6\x98\xA5\xE6\xA0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.726729"], ["updated_at", "2022-09-29 06:54:40.726732"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE9\x98\x8E\xE7\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE9\x98\x8E\xE7\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.746713"], ["updated_at", "2022-09-29 06:54:40.746714"]] TRANSACTION (2.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB5\xE5\x8C\x8B\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB5\xE5\x8C\x8B\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.770846"], ["updated_at", "2022-09-29 06:54:40.770847"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB5\xE5\x8E\xBB"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB5\xE5\x8E\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.807248"], ["updated_at", "2022-09-29 06:54:40.807250"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB5\xE5\x8E\xBB\xE8\xBD\xA6\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB5\xE5\x8E\xBB\xE8\xBD\xA6\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.857532"], ["updated_at", "2022-09-29 06:54:40.857533"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB5\xE5\x8E\xBB\xE8\xBD\xA6\xE4\xBB\x91\xE5\xB7\xA5\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB5\xE5\x8E\xBB\xE8\xBD\xA6\xE4\xBB\x91\xE5\xB7\xA5\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.887834"], ["updated_at", "2022-09-29 06:54:40.887835"]] TRANSACTION (2.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB8\xE4\xBC\x8F\xE8\x99\xAB"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB8\xE4\xBC\x8F\xE8\x99\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.908796"], ["updated_at", "2022-09-29 06:54:40.908796"]] TRANSACTION (3.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x82\xE6\x8E\xA8\xE8\x8D\x90"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x82\xE6\x8E\xA8\xE8\x8D\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.930130"], ["updated_at", "2022-09-29 06:54:40.930131"]] TRANSACTION (3.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x82\xE6\x95\x91\xE9\x81\xAD\xE6\x8B\x92"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x82\xE6\x95\x91\xE9\x81\xAD\xE6\x8B\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.953750"], ["updated_at", "2022-09-29 06:54:40.953751"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x82\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x82\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:40.975130"], ["updated_at", "2022-09-29 06:54:40.975131"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x82\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x82\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.007274"], ["updated_at", "2022-09-29 06:54:41.007275"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x82\xE8\xB4\xAD\xE4\xB8\x89\xE5\x94\x91\xE4\xBB\x91\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x82\xE8\xB4\xAD\xE4\xB8\x89\xE5\x94\x91\xE4\xBB\x91\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.030281"], ["updated_at", "2022-09-29 06:54:41.030284"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x82\xE8\xB4\xAD\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x82\xE8\xB4\xAD\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.058225"], ["updated_at", "2022-09-29 06:54:41.058225"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x82\xE8\xB4\xAD\xE9\x93\x8A\xE7\x9B\x90"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x82\xE8\xB4\xAD\xE9\x93\x8A\xE7\x9B\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.086962"], ["updated_at", "2022-09-29 06:54:41.086963"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x89\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x89\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.115826"], ["updated_at", "2022-09-29 06:54:41.115827"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x89\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x89\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.135191"], ["updated_at", "2022-09-29 06:54:41.135191"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x89\xE7\xBB\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x89\xE7\xBB\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.157769"], ["updated_at", "2022-09-29 06:54:41.157770"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x89\xE8\x8A\xAF\xE9\x80\xA0\xE5\x81\x87"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x89\xE8\x8A\xAF\xE9\x80\xA0\xE5\x81\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.186181"], ["updated_at", "2022-09-29 06:54:41.186182"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x95\xE5\xB0\xBE\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x95\xE5\xB0\xBE\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.216741"], ["updated_at", "2022-09-29 06:54:41.216741"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x95\xE9\xA0\xAD\xE9\xA0\xBB\xE5\x82\xB3\xE6\x93\x84\xE7\xAB\xA5\xE5\x89\xB2\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x95\xE9\xA0\xAD\xE9\xA0\xBB\xE5\x82\xB3\xE6\x93\x84\xE7\xAB\xA5\xE5\x89\xB2\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.237826"], ["updated_at", "2022-09-29 06:54:41.237826"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9Fcore"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9Fcore"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.260916"], ["updated_at", "2022-09-29 06:54:41.260917"]] TRANSACTION (4.1ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9Fx"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9Fx"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.297882"], ["updated_at", "2022-09-29 06:54:41.297885"]] TRANSACTION (5.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9Fze\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9Fze\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.352622"], ["updated_at", "2022-09-29 06:54:41.352622"]] TRANSACTION (5.7ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9Fzm"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9Fzm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.401750"], ["updated_at", "2022-09-29 06:54:41.401751"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9Fz\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9Fz\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.439059"], ["updated_at", "2022-09-29 06:54:41.439059"]] TRANSACTION (3.4ms) COMMIT User Load (15.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE4\xB8\x89\xE6\x9D\xA1\xE8\x85\xBF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE4\xB8\x89\xE6\x9D\xA1\xE8\x85\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.482313"], ["updated_at", "2022-09-29 06:54:41.482314"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE4\xB8\x91\xE9\x97\xBB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE4\xB8\x91\xE9\x97\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.514515"], ["updated_at", "2022-09-29 06:54:41.514516"]] TRANSACTION (2.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.538027"], ["updated_at", "2022-09-29 06:54:41.538027"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE4\xBA\xBA\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE4\xBA\xBA\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.556410"], ["updated_at", "2022-09-29 06:54:41.556410"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\x85\xAB\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\x85\xAB\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.581196"], ["updated_at", "2022-09-29 06:54:41.581197"]] TRANSACTION (5.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\x88\x99\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\x88\x99\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.616146"], ["updated_at", "2022-09-29 06:54:41.616147"]] TRANSACTION (2.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\x93\xA5"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\x93\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.636780"], ["updated_at", "2022-09-29 06:54:41.636781"]] TRANSACTION (3.3ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\xA4\xAA\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\xA4\xAA\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.658823"], ["updated_at", "2022-09-29 06:54:41.658823"]] TRANSACTION (5.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\xAB\xA1\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\xAB\xA1\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.685751"], ["updated_at", "2022-09-29 06:54:41.685752"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\xAE\xB0\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\xAE\xB0\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.716007"], ["updated_at", "2022-09-29 06:54:41.716007"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\xAE\xB6\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\xAE\xB6\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.741322"], ["updated_at", "2022-09-29 06:54:41.741322"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\xB1\xB1\xE5\xA6\x82\xE6\xAD\xA4\xE5\xA4\x9A\xE5\xA8\x87txt\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\xB1\xB1\xE5\xA6\x82\xE6\xAD\xA4\xE5\xA4\x9A\xE5\xA8\x87txt\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.765865"], ["updated_at", "2022-09-29 06:54:41.765865"]] TRANSACTION (5.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\xB1\xB1\xE7\xBE\x8E\xE4\xBA\xBA\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\xB1\xB1\xE7\xBE\x8E\xE4\xBA\xBA\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.804011"], ["updated_at", "2022-09-29 06:54:41.804012"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\x81\xB6\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\x81\xB6\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.834726"], ["updated_at", "2022-09-29 06:54:41.834726"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\x88\x8F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\x88\x8F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.862998"], ["updated_at", "2022-09-29 06:54:41.862999"]] TRANSACTION (4.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\x88\xB2\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\x88\xB2\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.897417"], ["updated_at", "2022-09-29 06:54:41.897419"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\x8A\x98\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\x8A\x98\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.934442"], ["updated_at", "2022-09-29 06:54:41.934443"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\x9B\xB8\xE8\xA8\x98"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\x9B\xB8\xE8\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:41.967115"], ["updated_at", "2022-09-29 06:54:41.967116"]] TRANSACTION (5.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\x9F\x90\xE6\x9F\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\x9F\x90\xE6\x9F\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.002730"], ["updated_at", "2022-09-29 06:54:42.002733"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xA0\xB8\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xA0\xB8\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.029082"], ["updated_at", "2022-09-29 06:54:42.029082"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xA2\xB3\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xA2\xB3\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.049707"], ["updated_at", "2022-09-29 06:54:42.049708"]] TRANSACTION (2.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.072130"], ["updated_at", "2022-09-29 06:54:42.072131"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB0\x8F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB0\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.103652"], ["updated_at", "2022-09-29 06:54:42.103652"]] TRANSACTION (2.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE5\xAE\xB6\xE6\x97\x8F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE5\xAE\xB6\xE6\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.128505"], ["updated_at", "2022-09-29 06:54:42.128506"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE6\x94\xBF\xE6\xB2\xBB\xE5\xA7\x94\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE6\x94\xBF\xE6\xB2\xBB\xE5\xA7\x94\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.151952"], ["updated_at", "2022-09-29 06:54:42.151953"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE6\x94\xBF\xE6\xB2\xBB\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE6\x94\xBF\xE6\xB2\xBB\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.175476"], ["updated_at", "2022-09-29 06:54:42.175477"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.205526"], ["updated_at", "2022-09-29 06:54:42.205527"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE9\x9B\x86\xE5\x9C\x98"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE9\x9B\x86\xE5\x9C\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.230230"], ["updated_at", "2022-09-29 06:54:42.230231"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB2\xA2\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB2\xA2\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.250427"], ["updated_at", "2022-09-29 06:54:42.250428"]] TRANSACTION (2.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB3\x89\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB3\x89\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.272341"], ["updated_at", "2022-09-29 06:54:42.272342"]] TRANSACTION (4.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB3\xBD\xE6\x85\xA7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB3\xBD\xE6\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.303536"], ["updated_at", "2022-09-29 06:54:42.303537"]] TRANSACTION (2.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.327093"], ["updated_at", "2022-09-29 06:54:42.327094"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91\xE5\x85\xB6\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91\xE5\x85\xB6\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.348726"], ["updated_at", "2022-09-29 06:54:42.348727"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.382909"], ["updated_at", "2022-09-29 06:54:42.382910"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB4\xBE\xE4\xBA\xBA\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB4\xBE\xE4\xBA\xBA\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.413492"], ["updated_at", "2022-09-29 06:54:42.413493"]] TRANSACTION (2.3ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB4\xBE\xE5\x92\x8C\xE8\x83\xA1\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB4\xBE\xE5\x92\x8C\xE8\x83\xA1\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.433720"], ["updated_at", "2022-09-29 06:54:42.433721"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB4\xBE\xE7\x8A\xAF\xE7\xBD\xAA\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB4\xBE\xE7\x8A\xAF\xE7\xBD\xAA\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.455711"], ["updated_at", "2022-09-29 06:54:42.455712"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB5\x81\xE6\xB0\x93"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB5\x81\xE6\xB0\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.481818"], ["updated_at", "2022-09-29 06:54:42.481819"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB5\x99\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB5\x99\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.513378"], ["updated_at", "2022-09-29 06:54:42.513379"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB5\x99\xE9\x96\xA9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB5\x99\xE9\x96\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.554425"], ["updated_at", "2022-09-29 06:54:42.554426"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB9\x96\xE6\xB7\xAB\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB9\x96\xE6\xB7\xAB\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.582195"], ["updated_at", "2022-09-29 06:54:42.582196"]] TRANSACTION (4.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xBE\xA4\xE6\x85\xA7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xBE\xA4\xE6\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.616273"], ["updated_at", "2022-09-29 06:54:42.616274"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xBE\xA4\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xBE\xA4\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.641047"], ["updated_at", "2022-09-29 06:54:42.641048"]] TRANSACTION (3.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\x8B\xAC\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\x8B\xAC\xE8\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.671581"], ["updated_at", "2022-09-29 06:54:42.671582"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.702103"], ["updated_at", "2022-09-29 06:54:42.702105"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\x8C\xAA\xE5\xAA\xB3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\x8C\xAA\xE5\xAA\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.725954"], ["updated_at", "2022-09-29 06:54:42.725955"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\x90\x86\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\x90\x86\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.745659"], ["updated_at", "2022-09-29 06:54:42.745660"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xA5\xB8\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xA5\xB8\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.768592"], ["updated_at", "2022-09-29 06:54:42.768593"]] TRANSACTION (6.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xAB\xB9\xE7\xAD\xA0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xAB\xB9\xE7\xAD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.819118"], ["updated_at", "2022-09-29 06:54:42.819119"]] TRANSACTION (3.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xB3\xBB\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xB3\xBB\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.848127"], ["updated_at", "2022-09-29 06:54:42.848128"]] TRANSACTION (3.9ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xB3\xBB\xE4\xBA\xBA\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xB3\xBB\xE4\xBA\xBA\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.881617"], ["updated_at", "2022-09-29 06:54:42.881618"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xB6\xBF\xE5\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xB6\xBF\xE5\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.920936"], ["updated_at", "2022-09-29 06:54:42.920937"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xB6\xBF\xE6\x81\x86"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xB6\xBF\xE6\x81\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.943753"], ["updated_at", "2022-09-29 06:54:42.943753"]] TRANSACTION (4.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xBB\xB5\xE5\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xBB\xB5\xE5\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.967329"], ["updated_at", "2022-09-29 06:54:42.967330"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xBB\xB5\xE6\x81\x92"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xBB\xB5\xE6\x81\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:42.996303"], ["updated_at", "2022-09-29 06:54:42.996304"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xBD\x97"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xBD\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.023067"], ["updated_at", "2022-09-29 06:54:43.023067"]] TRANSACTION (5.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xBD\x97\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xBD\x97\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.055271"], ["updated_at", "2022-09-29 06:54:43.055272"]] TRANSACTION (5.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\x83\xA1"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\x83\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.085463"], ["updated_at", "2022-09-29 06:54:43.085464"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\x83\xA1\xE5\x86\x85\xE6\x96\x97"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\x83\xA1\xE5\x86\x85\xE6\x96\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.119940"], ["updated_at", "2022-09-29 06:54:43.119941"]] TRANSACTION (5.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\x83\xA1\xE6\x96\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\x83\xA1\xE6\x96\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.147903"], ["updated_at", "2022-09-29 06:54:43.147904"]] TRANSACTION (2.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\x9B\xA4\xE8\x9F\x86"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\x9B\xA4\xE8\x9F\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.168842"], ["updated_at", "2022-09-29 06:54:43.168842"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\xA5\xBF\xE7\x94\xB0\xE5\x9B\xAD\xE7\xBD\xAE\xE4\xB8\x9A\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\xA5\xBF\xE7\x94\xB0\xE5\x9B\xAD\xE7\xBD\xAE\xE4\xB8\x9A\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.201656"], ["updated_at", "2022-09-29 06:54:43.201656"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\xB1\xAC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\xB1\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.230083"], ["updated_at", "2022-09-29 06:54:43.230084"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\xB3\x8A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\xB3\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.261783"], ["updated_at", "2022-09-29 06:54:43.261784"]] TRANSACTION (3.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\xB4\xBC"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\xB4\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.295033"], ["updated_at", "2022-09-29 06:54:43.295035"]] TRANSACTION (4.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\xB4\xBC\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\xB4\xBC\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.338132"], ["updated_at", "2022-09-29 06:54:43.338133"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.376142"], ["updated_at", "2022-09-29 06:54:43.376143"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE9\x9D\x92\xE8\x87\xAA\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE9\x9D\x92\xE8\x87\xAA\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.412842"], ["updated_at", "2022-09-29 06:54:43.412844"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE9\xBB\x91\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE9\xBB\x91\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.437057"], ["updated_at", "2022-09-29 06:54:43.437057"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xA1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.461430"], ["updated_at", "2022-09-29 06:54:43.461431"]] TRANSACTION (5.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xA4\xE5\x85\x89\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xA4\xE5\x85\x89\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.488298"], ["updated_at", "2022-09-29 06:54:43.488299"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xA4\xE5\x8A\xA0\xE4\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xA4\xE5\x8A\xA0\xE4\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.517751"], ["updated_at", "2022-09-29 06:54:43.517752"]] TRANSACTION (4.9ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xA4\xE5\x8A\xA0\xE4\xB8\xBD\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xA4\xE5\x8A\xA0\xE4\xB8\xBD\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.560014"], ["updated_at", "2022-09-29 06:54:43.560015"]] TRANSACTION (9.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xA4\xE5\x9C\x86"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xA4\xE5\x9C\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.603770"], ["updated_at", "2022-09-29 06:54:43.603771"]] TRANSACTION (18.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE4\xB8\x9C\xE5\x85\xB4"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE4\xB8\x9C\xE5\x85\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.672349"], ["updated_at", "2022-09-29 06:54:43.672349"]] TRANSACTION (5.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE5\x85\x86\xE9\x92\xA7"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE5\x85\x86\xE9\x92\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.718514"], ["updated_at", "2022-09-29 06:54:43.718515"]] TRANSACTION (7.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE5\x85\x89\xE7\x84\x98"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE5\x85\x89\xE7\x84\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.762306"], ["updated_at", "2022-09-29 06:54:43.762307"]] TRANSACTION (5.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE5\xB2\xB7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE5\xB2\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.800356"], ["updated_at", "2022-09-29 06:54:43.800357"]] TRANSACTION (5.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE6\xB0\xB8\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE6\xB0\xB8\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.839432"], ["updated_at", "2022-09-29 06:54:43.839432"]] TRANSACTION (4.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE6\xB4\x8B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE6\xB4\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.864897"], ["updated_at", "2022-09-29 06:54:43.864898"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE9\x9B\xA8"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE9\x9B\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.895086"], ["updated_at", "2022-09-29 06:54:43.895087"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE9\x9D\x99"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE9\x9D\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.937211"], ["updated_at", "2022-09-29 06:54:43.937212"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.962422"], ["updated_at", "2022-09-29 06:54:43.962423"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:43.989874"], ["updated_at", "2022-09-29 06:54:43.989875"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.022186"], ["updated_at", "2022-09-29 06:54:44.022188"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.051082"], ["updated_at", "2022-09-29 06:54:44.051083"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.078805"], ["updated_at", "2022-09-29 06:54:44.078806"]] TRANSACTION (5.1ms) COMMIT User Load (8.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE6\x94\xAF\xE4\xBB\x98\xE5\xAE\x9D\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE6\x94\xAF\xE4\xBB\x98\xE5\xAE\x9D\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.117320"], ["updated_at", "2022-09-29 06:54:44.117321"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.147015"], ["updated_at", "2022-09-29 06:54:44.147016"]] TRANSACTION (3.2ms) COMMIT User Load (1.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.166109"], ["updated_at", "2022-09-29 06:54:44.166109"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE8\xBD\xA6\xE8\xA7\xA3\xE7\xA0\x81\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE8\xBD\xA6\xE8\xA7\xA3\xE7\xA0\x81\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.190909"], ["updated_at", "2022-09-29 06:54:44.190910"]] TRANSACTION (5.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE8\xBD\xA6\xE8\xB5\xB0\xE8\xA1\xA8\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE8\xBD\xA6\xE8\xB5\xB0\xE8\xA1\xA8\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.221726"], ["updated_at", "2022-09-29 06:54:44.221727"]] TRANSACTION (3.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x81\xE5\x9B\xAD\xE6\x98\xA5\xE8\xA1\x80"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x81\xE5\x9B\xAD\xE6\x98\xA5\xE8\xA1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.245827"], ["updated_at", "2022-09-29 06:54:44.245828"]] TRANSACTION (3.8ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x88\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x88\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.270300"], ["updated_at", "2022-09-29 06:54:44.270300"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x88\xE5\xBD\xA4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x88\xE5\xBD\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.297947"], ["updated_at", "2022-09-29 06:54:44.297949"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x88\xE6\x98\x8C\xE4\xBA\xBA\xE4\xBD\x93\xE7\xA7\x91\xE6\x8A\x80"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x88\xE6\x98\x8C\xE4\xBA\xBA\xE4\xBD\x93\xE7\xA7\x91\xE6\x8A\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.328406"], ["updated_at", "2022-09-29 06:54:44.328408"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x88\xE6\x98\x8C\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x88\xE6\x98\x8C\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.357410"], ["updated_at", "2022-09-29 06:54:44.357410"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x88\xE8\xB7\x83\xE8\xB7\x83"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x88\xE8\xB7\x83\xE8\xB7\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.384804"], ["updated_at", "2022-09-29 06:54:44.384804"]] TRANSACTION (10.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x88\xE9\x98\xB3\xE5\x85\xAC\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x88\xE9\x98\xB3\xE5\x85\xAC\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.428786"], ["updated_at", "2022-09-29 06:54:44.428786"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x88\xE9\x98\xB3\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x88\xE9\x98\xB3\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.455319"], ["updated_at", "2022-09-29 06:54:44.455320"]] TRANSACTION (2.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x89\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x89\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.478480"], ["updated_at", "2022-09-29 06:54:44.478494"]] TRANSACTION (4.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x99\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x99\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.513855"], ["updated_at", "2022-09-29 06:54:44.513855"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x99\xE6\xBB\xA9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x99\xE6\xBB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.538848"], ["updated_at", "2022-09-29 06:54:44.538849"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x99\xE7\x9A\x87\xE6\x9D\x8E\xE9\x95\xBF\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x99\xE7\x9A\x87\xE6\x9D\x8E\xE9\x95\xBF\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.559763"], ["updated_at", "2022-09-29 06:54:44.559764"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x9F\xE5\xA3\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x9F\xE5\xA3\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.585916"], ["updated_at", "2022-09-29 06:54:44.585917"]] TRANSACTION (4.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xA1\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xA1\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.616175"], ["updated_at", "2022-09-29 06:54:44.616176"]] TRANSACTION (2.7ms) COMMIT User Load (1.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xA1\xE6\x94\xB6\xE4\xB8\xAA\xE4\xBA\xBA\xE5\x85\xA8\xE9\x83\xA8\xE8\xB4\xA2\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xA1\xE6\x94\xB6\xE4\xB8\xAA\xE4\xBA\xBA\xE5\x85\xA8\xE9\x83\xA8\xE8\xB4\xA2\xE4\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.635165"], ["updated_at", "2022-09-29 06:54:44.635165"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xA1\xE6\x94\xB6\xE4\xB8\xAA\xE4\xBA\xBA\xE8\xB4\xA2\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xA1\xE6\x94\xB6\xE4\xB8\xAA\xE4\xBA\xBA\xE8\xB4\xA2\xE4\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.657220"], ["updated_at", "2022-09-29 06:54:44.657220"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xA6\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xA6\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.677844"], ["updated_at", "2022-09-29 06:54:44.677845"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xA6\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xA6\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.707521"], ["updated_at", "2022-09-29 06:54:44.707522"]] TRANSACTION (2.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xA6\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xA6\xE6\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.730611"], ["updated_at", "2022-09-29 06:54:44.730611"]] TRANSACTION (4.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xA7\xE6\xBE\x9C\xE6\x9B\xB2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xA7\xE6\xBE\x9C\xE6\x9B\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.756798"], ["updated_at", "2022-09-29 06:54:44.756799"]] TRANSACTION (3.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xB3\xE5\x8D\x97\xE5\xBC\x93\xE5\xBC\xA9\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xB3\xE5\x8D\x97\xE5\xBC\x93\xE5\xBC\xA9\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.780162"], ["updated_at", "2022-09-29 06:54:44.780163"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xB3\xE6\xAE\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xB3\xE6\xAE\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.810381"], ["updated_at", "2022-09-29 06:54:44.810383"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xB3\xE8\x9F\xB9"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xB3\xE8\x9F\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.834026"], ["updated_at", "2022-09-29 06:54:44.834026"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xB3\xE8\x9F\xB9\xE7\xA4\xBE\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xB3\xE8\x9F\xB9\xE7\xA4\xBE\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.852179"], ["updated_at", "2022-09-29 06:54:44.852180"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xB9\xE7\x94\xB0\xE6\x80\xBB\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xB9\xE7\x94\xB0\xE6\x80\xBB\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.874490"], ["updated_at", "2022-09-29 06:54:44.874491"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xB9\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xB9\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.902882"], ["updated_at", "2022-09-29 06:54:44.902883"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xBB\xE5\x9B\xBD\xE7\x99\xBD\xE7\x97\xB4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xBB\xE5\x9B\xBD\xE7\x99\xBD\xE7\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.931655"], ["updated_at", "2022-09-29 06:54:44.931655"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xBB\xE5\x9B\xBD\xE7\x99\xBD\xE7\x97\xB4\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xBB\xE5\x9B\xBD\xE7\x99\xBD\xE7\x97\xB4\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.953989"], ["updated_at", "2022-09-29 06:54:44.953989"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE4\xB9\x99\xE8\x82\x9D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE4\xB9\x99\xE8\x82\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:44.975287"], ["updated_at", "2022-09-29 06:54:44.975287"]] TRANSACTION (6.5ms) COMMIT User Load (9.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE6\x80\xA7\xE7\x97\x85"], ["LIMIT", 1]] TRANSACTION (8.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE6\x80\xA7\xE7\x97\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.017110"], ["updated_at", "2022-09-29 06:54:45.017111"]] TRANSACTION (5.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE7\xBA\xA2\xE6\x96\x91\xE7\x8B\xBC\xE7\x96\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE7\xBA\xA2\xE6\x96\x91\xE7\x8B\xBC\xE7\x96\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.057571"], ["updated_at", "2022-09-29 06:54:45.057572"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE8\x82\xBF\xE7\x98\xA4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE8\x82\xBF\xE7\x98\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.083257"], ["updated_at", "2022-09-29 06:54:45.083258"]] TRANSACTION (3.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x84\xE5\xAF\x86"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x84\xE5\xAF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.120492"], ["updated_at", "2022-09-29 06:54:45.120492"]] TRANSACTION (6.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x84\xE6\x98\xA5\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x84\xE6\x98\xA5\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.164630"], ["updated_at", "2022-09-29 06:54:45.164630"]] TRANSACTION (4.0ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x84\xE6\xBC\x8F\xE7\x9A\x84\xE5\x86\x85"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x84\xE6\xBC\x8F\xE7\x9A\x84\xE5\x86\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.198825"], ["updated_at", "2022-09-29 06:54:45.198828"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x84\xE9\xA2\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x84\xE9\xA2\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.232085"], ["updated_at", "2022-09-29 06:54:45.232086"]] TRANSACTION (3.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x93\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x93\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.255861"], ["updated_at", "2022-09-29 06:54:45.255862"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95 \xE8\xBD\xAE \xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95 \xE8\xBD\xAE \xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.282655"], ["updated_at", "2022-09-29 06:54:45.282656"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95*\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95*\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.317824"], ["updated_at", "2022-09-29 06:54:45.317824"]] TRANSACTION (2.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95.\xE8\xBD\xAE.\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95.\xE8\xBD\xAE.\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.339267"], ["updated_at", "2022-09-29 06:54:45.339268"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95.\xE8\xBD\xAE.\xE5\x8A\x9F"], ["LIMIT", 1]] CensorBear::StopWord Update (9.6ms) UPDATE "censor_bear_stop_words" SET "key" = $1, "ugc" = $2, "username" = $3, "signature" = $4, "dialog" = $5, "nickname" = $6, "replacement" = $7, "user_id" = $8, "created_at" = $9, "updated_at" = $10 WHERE "censor_bear_stop_words"."id" = $11 [["key", "\xE6\xB3\x95.\xE8\xBD\xAE.\xE5\x8A\x9F"], ["ugc", "review"], ["username", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["nickname", "ignore"], ["replacement", "**"], ["user_id", 1], ["created_at", "2022-09-29 06:54:45.369126"], ["updated_at", "2022-09-29 06:54:45.369126"], ["id", 5127]] User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x950\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x950\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.392666"], ["updated_at", "2022-09-29 06:54:45.392667"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95lg"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95lg"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.431619"], ["updated_at", "2022-09-29 06:54:45.431620"]] TRANSACTION (5.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95lun"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95lun"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.460027"], ["updated_at", "2022-09-29 06:54:45.460028"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95lun\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95lun\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.484880"], ["updated_at", "2022-09-29 06:54:45.484881"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95L\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95L\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.518345"], ["updated_at", "2022-09-29 06:54:45.518346"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95o\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95o\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.540700"], ["updated_at", "2022-09-29 06:54:45.540700"]] TRANSACTION (4.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95x\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95x\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.570032"], ["updated_at", "2022-09-29 06:54:45.570033"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE4\xB8\x80\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE4\xB8\x80\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.601799"], ["updated_at", "2022-09-29 06:54:45.601800"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE4\xB8\x80\xE8\xBD\xAE\xE4\xB8\x80\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE4\xB8\x80\xE8\xBD\xAE\xE4\xB8\x80\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.632912"], ["updated_at", "2022-09-29 06:54:45.632912"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.658339"], ["updated_at", "2022-09-29 06:54:45.658339"]] TRANSACTION (2.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE4\xBB\x91\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE4\xBB\x91\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.683748"], ["updated_at", "2022-09-29 06:54:45.683748"]] TRANSACTION (5.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.717099"], ["updated_at", "2022-09-29 06:54:45.717100"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.739965"], ["updated_at", "2022-09-29 06:54:45.739966"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE4\xBC\xA6\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE4\xBC\xA6\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.763137"], ["updated_at", "2022-09-29 06:54:45.763138"]] TRANSACTION (3.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE5\x8A\x9B\xE5\x83\x8F\xE4\xBD\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE5\x8A\x9B\xE5\x83\x8F\xE4\xBD\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.787767"], ["updated_at", "2022-09-29 06:54:45.787768"]] TRANSACTION (4.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.819740"], ["updated_at", "2022-09-29 06:54:45.819741"]] TRANSACTION (2.4ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE5\x8D\x81\xE8\xBD\xAE\xE5\x8D\x81\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE5\x8D\x81\xE8\xBD\xAE\xE5\x8D\x81\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.841754"], ["updated_at", "2022-09-29 06:54:45.841754"]] TRANSACTION (2.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.865453"], ["updated_at", "2022-09-29 06:54:45.865454"]] TRANSACTION (5.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\x84\xA3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\x84\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.890369"], ["updated_at", "2022-09-29 06:54:45.890369"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.922065"], ["updated_at", "2022-09-29 06:54:45.922066"]] TRANSACTION (2.2ms) COMMIT User Load (1.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\x8A\xA1\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\x8A\xA1\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.943295"], ["updated_at", "2022-09-29 06:54:45.943296"]] TRANSACTION (2.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\x8B\x89\xE7\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\x8B\x89\xE7\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.964685"], ["updated_at", "2022-09-29 06:54:45.964685"]] TRANSACTION (4.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\x8B\x89\xE7\x9B\x9B\xE7\xBC\x85\xE8\xA1\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\x8B\x89\xE7\x9B\x9B\xE7\xBC\x85\xE8\xA1\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:45.989859"], ["updated_at", "2022-09-29 06:54:45.989860"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\x96\xB0\xE9\x97\xBB\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\x96\xB0\xE9\x97\xBB\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.022650"], ["updated_at", "2022-09-29 06:54:46.022650"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\xAD\xA3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\xAD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.045742"], ["updated_at", "2022-09-29 06:54:46.045743"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\xAD\xA3\xE4\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\xAD\xA3\xE4\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.065123"], ["updated_at", "2022-09-29 06:54:46.065124"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.088818"], ["updated_at", "2022-09-29 06:54:46.088819"]] TRANSACTION (4.5ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.124256"], ["updated_at", "2022-09-29 06:54:46.124257"]] TRANSACTION (4.1ms) COMMIT User Load (9.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE7\xBB\xB4\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE7\xBB\xB4\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.161435"], ["updated_at", "2022-09-29 06:54:46.161436"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\x83\xBD\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\x83\xBD\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.189703"], ["updated_at", "2022-09-29 06:54:46.189704"]] TRANSACTION (4.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xA5\xBF\xE6\x96\xAF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xA5\xBF\xE6\x96\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.222111"], ["updated_at", "2022-09-29 06:54:46.222112"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xA5\xBF\xE8\x97\x8F\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xA5\xBF\xE8\x97\x8F\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.243475"], ["updated_at", "2022-09-29 06:54:46.243475"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.263555"], ["updated_at", "2022-09-29 06:54:46.263556"]] TRANSACTION (3.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xAE\xBA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xAE\xBA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.294670"], ["updated_at", "2022-09-29 06:54:46.294672"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xB0\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xB0\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.332724"], ["updated_at", "2022-09-29 06:54:46.332725"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xB0\xAA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xB0\xAA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.353637"], ["updated_at", "2022-09-29 06:54:46.353637"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBC\xAA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBC\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.376639"], ["updated_at", "2022-09-29 06:54:46.376640"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBC\xAA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBC\xAA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.426620"], ["updated_at", "2022-09-29 06:54:46.426621"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBC\xAA\xE5\x8A\x9F\xE6\xB3\x95\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBC\xAA\xE5\x8A\x9F\xE6\xB3\x95\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.455953"], ["updated_at", "2022-09-29 06:54:46.455954"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBD\xA6\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBD\xA6\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.481677"], ["updated_at", "2022-09-29 06:54:46.481678"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.514680"], ["updated_at", "2022-09-29 06:54:46.514681"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBD\xAE\xE4\xBD\x9B\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBD\xAE\xE4\xBD\x9B\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.548923"], ["updated_at", "2022-09-29 06:54:46.548923"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBD\xAE\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBD\xAE\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.570367"], ["updated_at", "2022-09-29 06:54:46.570368"]] TRANSACTION (5.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBD\xAE\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBD\xAE\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.599748"], ["updated_at", "2022-09-29 06:54:46.599748"]] TRANSACTION (3.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.633665"], ["updated_at", "2022-09-29 06:54:46.633666"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE9\x99\xA2\xE7\xBB\x99\xE5\xBA\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE9\x99\xA2\xE7\xBB\x99\xE5\xBA\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.659169"], ["updated_at", "2022-09-29 06:54:46.659169"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA1\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA1\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.685064"], ["updated_at", "2022-09-29 06:54:46.685065"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA1\xE6\xB2\xAB\xE7\xBB\x8F\xE6\xB5\x8E"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA1\xE6\xB2\xAB\xE7\xBB\x8F\xE6\xB5\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.721892"], ["updated_at", "2022-09-29 06:54:46.721893"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA2\xE6\x8E\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA2\xE6\x8E\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.758278"], ["updated_at", "2022-09-29 06:54:46.758279"]] TRANSACTION (3.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA2\xE6\x8E\xA8\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA2\xE6\x8E\xA8\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.788112"], ["updated_at", "2022-09-29 06:54:46.788113"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA2\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA2\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.824551"], ["updated_at", "2022-09-29 06:54:46.824552"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA2\xE8\x83\x86"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA2\xE8\x83\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.849086"], ["updated_at", "2022-09-29 06:54:46.849087"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA2\xE9\x9C\xB8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA2\xE9\x9C\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.874663"], ["updated_at", "2022-09-29 06:54:46.874664"]] TRANSACTION (5.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA2\xE9\x9C\xB8\xE7\xBE\x8E\xE8\x85\xBF"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA2\xE9\x9C\xB8\xE7\xBE\x8E\xE8\x85\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.905075"], ["updated_at", "2022-09-29 06:54:46.905076"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA5\xE5\x9A\x8E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA5\xE5\x9A\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.934602"], ["updated_at", "2022-09-29 06:54:46.934602"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA5\xE9\xA9\xAC\xE4\xB9\x8B\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA5\xE9\xA9\xAC\xE4\xB9\x8B\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.958635"], ["updated_at", "2022-09-29 06:54:46.958635"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA8\xE5\xB0\x84\xE6\xAF\x92\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA8\xE5\xB0\x84\xE6\xAF\x92\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:46.980761"], ["updated_at", "2022-09-29 06:54:46.980762"]] TRANSACTION (5.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xB0\xE5\x85\xB4\xE5\xB9\xBC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xB0\xE5\x85\xB4\xE5\xB9\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.012460"], ["updated_at", "2022-09-29 06:54:47.012461"]] TRANSACTION (4.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xB0\xE5\x85\xB4\xE9\x95\x87\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xB0\xE5\x85\xB4\xE9\x95\x87\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.039311"], ["updated_at", "2022-09-29 06:54:47.039311"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xB0\xE5\xB7\x9E\xE5\xB9\xBC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xB0\xE5\xB7\x9E\xE5\xB9\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.063530"], ["updated_at", "2022-09-29 06:54:47.063530"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xB5\xE6\xB3\xA2\xE6\x8B\xBF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xB5\xE6\xB3\xA2\xE6\x8B\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.084498"], ["updated_at", "2022-09-29 06:54:47.084498"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xBC\xE5\xB0\xBC\xE6\x9D\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xBC\xE5\xB0\xBC\xE6\x9D\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.116549"], ["updated_at", "2022-09-29 06:54:47.116551"]] TRANSACTION (2.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xBD\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xBD\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.140125"], ["updated_at", "2022-09-29 06:54:47.140125"]] TRANSACTION (2.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\x97\xE6\xB5\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\x97\xE6\xB5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.159388"], ["updated_at", "2022-09-29 06:54:47.159388"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\x97\xE6\xBE\xA1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\x97\xE6\xBE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.180758"], ["updated_at", "2022-09-29 06:54:47.180758"]] TRANSACTION (3.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\x97\xE6\xBE\xA1\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\x97\xE6\xBE\xA1\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.208704"], ["updated_at", "2022-09-29 06:54:47.208705"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\x97\xE8\x84\x91"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\x97\xE8\x84\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.235362"], ["updated_at", "2022-09-29 06:54:47.235364"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\x97\xE8\x84\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\x97\xE8\x84\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.255527"], ["updated_at", "2022-09-29 06:54:47.255528"]] TRANSACTION (2.3ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\x97\xEF\xBC\xA2"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\x97\xEF\xBC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.275828"], ["updated_at", "2022-09-29 06:54:47.275829"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\x9E\xE5\xB0\x8F\xE5\x8F\xA3\xE7\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\x9E\xE5\xB0\x8F\xE5\x8F\xA3\xE7\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.302266"], ["updated_at", "2022-09-29 06:54:47.302267"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xA5\xE4\xBA\xBA\xE6\xB2\xBB\xE6\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xA5\xE4\xBA\xBA\xE6\xB2\xBB\xE6\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.332027"], ["updated_at", "2022-09-29 06:54:47.332028"]] TRANSACTION (3.1ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xA5\xE5\x9C\xB0\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xA5\xE5\x9C\xB0\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.351726"], ["updated_at", "2022-09-29 06:54:47.351727"]] TRANSACTION (2.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xA5\xE5\xA4\xA7\xE5\x9C\xB0\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xA5\xE5\xA4\xA7\xE5\x9C\xB0\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.372641"], ["updated_at", "2022-09-29 06:54:47.372642"]] TRANSACTION (3.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xA5\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xA5\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.396553"], ["updated_at", "2022-09-29 06:54:47.396554"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.429489"], ["updated_at", "2022-09-29 06:54:47.429490"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE5\x8F\x91\xE4\xBA\xA4\xE6\xB5\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE5\x8F\x91\xE4\xBA\xA4\xE6\xB5\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.456547"], ["updated_at", "2022-09-29 06:54:47.456547"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE5\x90\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE5\x90\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.477303"], ["updated_at", "2022-09-29 06:54:47.477304"]] TRANSACTION (3.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE5\x93\xB2\xE8\x83\x9C"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE5\x93\xB2\xE8\x83\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.505914"], ["updated_at", "2022-09-29 06:54:47.505915"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.537259"], ["updated_at", "2022-09-29 06:54:47.537260"]] TRANSACTION (2.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE6\x99\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE6\x99\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.559303"], ["updated_at", "2022-09-29 06:54:47.559304"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE6\xB8\x85\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE6\xB8\x85\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.579258"], ["updated_at", "2022-09-29 06:54:47.579258"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE8\x99\x8E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE8\x99\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.606355"], ["updated_at", "2022-09-29 06:54:47.606356"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE8\xB1\xB9"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE8\xB1\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.634052"], ["updated_at", "2022-09-29 06:54:47.634052"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBB\xE4\xB8\x8D\xE8\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBB\xE4\xB8\x8D\xE8\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.654155"], ["updated_at", "2022-09-29 06:54:47.654155"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBB\xE4\xBA\xBA\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBB\xE4\xBA\xBA\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.672387"], ["updated_at", "2022-09-29 06:54:47.672388"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBB\xE4\xBD\x93\xE5\x8F\x96\xE8\x82\xBE"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBB\xE4\xBD\x93\xE5\x8F\x96\xE8\x82\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.695239"], ["updated_at", "2022-09-29 06:54:47.695240"]] TRANSACTION (5.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBB\xE5\xA1\x9E"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBB\xE5\xA1\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.735568"], ["updated_at", "2022-09-29 06:54:47.735569"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBB\xE5\xA1\x9E\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBB\xE5\xA1\x9E\xE8\xBF\x90\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.764930"], ["updated_at", "2022-09-29 06:54:47.764931"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBB\xE6\x91\x98\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBB\xE6\x91\x98\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.788217"], ["updated_at", "2022-09-29 06:54:47.788219"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBB\xE8\x89\xB2\xE7\x94\x9F\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBB\xE8\x89\xB2\xE7\x94\x9F\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.821492"], ["updated_at", "2022-09-29 06:54:47.821493"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBE\xE7\xB3\xBB\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBE\xE7\xB3\xBB\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.850225"], ["updated_at", "2022-09-29 06:54:47.850226"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE4\xB8\x80\xE6\xB0\x93"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE4\xB8\x80\xE6\xB0\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.879580"], ["updated_at", "2022-09-29 06:54:47.879582"]] TRANSACTION (6.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE4\xBA\xA1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE4\xBA\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.922822"], ["updated_at", "2022-09-29 06:54:47.922823"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE4\xBA\xA1\xE8\x97\x8F\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE4\xBA\xA1\xE8\x97\x8F\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.955014"], ["updated_at", "2022-09-29 06:54:47.955016"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE6\xB0\x93"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE6\xB0\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:47.981065"], ["updated_at", "2022-09-29 06:54:47.981066"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.011221"], ["updated_at", "2022-09-29 06:54:48.011222"]] TRANSACTION (4.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE6\x97\xA0\xE4\xBA\xA7\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE6\x97\xA0\xE4\xBA\xA7\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.039334"], ["updated_at", "2022-09-29 06:54:48.039335"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE6\xB0\x91\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE6\xB0\x91\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.077189"], ["updated_at", "2022-09-29 06:54:48.077190"]] TRANSACTION (8.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.112551"], ["updated_at", "2022-09-29 06:54:48.112552"]] TRANSACTION (4.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.143192"], ["updated_at", "2022-09-29 06:54:48.143194"]] TRANSACTION (2.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE8\xA1\x80\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE8\xA1\x80\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.169639"], ["updated_at", "2022-09-29 06:54:48.169640"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE8\xA1\x80\xE5\x86\xB2\xE7\xAA\x81"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE8\xA1\x80\xE5\x86\xB2\xE7\xAA\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.188794"], ["updated_at", "2022-09-29 06:54:48.188794"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.215040"], ["updated_at", "2022-09-29 06:54:48.215041"]] TRANSACTION (4.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x8E\xE4\xB8\x96\xE7\x81\xB5\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x8E\xE4\xB8\x96\xE7\x81\xB5\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.243440"], ["updated_at", "2022-09-29 06:54:48.243440"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x8E\xE5\x8D\x97\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x8E\xE5\x8D\x97\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.267443"], ["updated_at", "2022-09-29 06:54:48.267443"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x91\xE5\x9C\x86"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x91\xE5\x9C\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.285923"], ["updated_at", "2022-09-29 06:54:48.285924"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x91\xE5\x9C\x86\xE8\xB1\xAA\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x91\xE5\x9C\x86\xE8\xB1\xAA\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.312104"], ["updated_at", "2022-09-29 06:54:48.312105"]] TRANSACTION (4.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x93\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x93\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.341844"], ["updated_at", "2022-09-29 06:54:48.341845"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xAA\xE5\x8F\xAB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xAA\xE5\x8F\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.365336"], ["updated_at", "2022-09-29 06:54:48.365336"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xAA\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xAA\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.386993"], ["updated_at", "2022-09-29 06:54:48.386994"]] TRANSACTION (4.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xAA\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xAA\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.416682"], ["updated_at", "2022-09-29 06:54:48.416683"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xAA\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xAA\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.445953"], ["updated_at", "2022-09-29 06:54:48.445954"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xAA\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xAA\xE8\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.466867"], ["updated_at", "2022-09-29 06:54:48.466868"]] TRANSACTION (2.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xAA\xE8\x95\xA9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xAA\xE8\x95\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.490240"], ["updated_at", "2022-09-29 06:54:48.490241"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xAA\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xAA\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.520827"], ["updated_at", "2022-09-29 06:54:48.520828"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB4\xE3\x80\x82\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB4\xE3\x80\x82\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.551017"], ["updated_at", "2022-09-29 06:54:48.551018"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB4\xE5\xAE\xA4\xE5\xB9\xB2\xE9\xAA\x9A\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB4\xE5\xAE\xA4\xE5\xB9\xB2\xE9\xAA\x9A\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.573698"], ["updated_at", "2022-09-29 06:54:48.573699"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB4\xE5\xAE\xA4\xE5\xB9\xB2\xE9\xAA\x9A\xE5\xA5\xB3\xE7\xB3\xBB\xE5\x88\x97"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB4\xE5\xAE\xA4\xE5\xB9\xB2\xE9\xAA\x9A\xE5\xA5\xB3\xE7\xB3\xBB\xE5\x88\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.593863"], ["updated_at", "2022-09-29 06:54:48.593864"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB7luo\xE5\x9B\xA0"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB7luo\xE5\x9B\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.624446"], ["updated_at", "2022-09-29 06:54:48.624447"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB7\xE4\xB9\x90\xE7\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB7\xE4\xB9\x90\xE7\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.654005"], ["updated_at", "2022-09-29 06:54:48.654005"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB7\xE5\xA4\x96\xE6\x8A\xA4\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB7\xE5\xA4\x96\xE6\x8A\xA4\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.684656"], ["updated_at", "2022-09-29 06:54:48.684657"]] TRANSACTION (5.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB7\xE6\xB4\x9B\xE5\x9B\xA0"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB7\xE6\xB4\x9B\xE5\x9B\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.722350"], ["updated_at", "2022-09-29 06:54:48.722351"]] TRANSACTION (4.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB7\xE7\x9B\x97\xE6\x82\xA0\xE9\x97\xB2\xE7\x94\x9F\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB7\xE7\x9B\x97\xE6\x82\xA0\xE9\x97\xB2\xE7\x94\x9F\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.757525"], ["updated_at", "2022-09-29 06:54:48.757526"]] TRANSACTION (2.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB7\xE8\xAE\xBF\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB7\xE8\xAE\xBF\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.781208"], ["updated_at", "2022-09-29 06:54:48.781209"]] TRANSACTION (2.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x88\xE4\xB8\x9A\xE4\xB9\x8B\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x88\xE4\xB8\x9A\xE4\xB9\x8B\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.803315"], ["updated_at", "2022-09-29 06:54:48.803316"]] TRANSACTION (5.7ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x88\xE9\x98\xB2\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x88\xE9\x98\xB2\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.840024"], ["updated_at", "2022-09-29 06:54:48.840024"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x88\xE9\x98\xB2\xE7\x81\xAD\xE7\x81\xAB\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x88\xE9\x98\xB2\xE7\x81\xAD\xE7\x81\xAB\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.866379"], ["updated_at", "2022-09-29 06:54:48.866380"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x88\xE9\xAD\x82"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x88\xE9\xAD\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.886496"], ["updated_at", "2022-09-29 06:54:48.886497"]] TRANSACTION (4.1ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x88\xE9\xAD\x82\xE5\xA4\xBA\xE9\xAD\x84"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x88\xE9\xAD\x82\xE5\xA4\xBA\xE9\xAD\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.917426"], ["updated_at", "2022-09-29 06:54:48.917427"]] TRANSACTION (4.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x89\xE5\x8F\xB0\xE6\x94\xBF\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x89\xE5\x8F\xB0\xE6\x94\xBF\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.953896"], ["updated_at", "2022-09-29 06:54:48.953897"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x89\xE5\xAB\x8C\xE6\x8A\x84\xE8\xA2\xAD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x89\xE5\xAB\x8C\xE6\x8A\x84\xE8\xA2\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:48.976359"], ["updated_at", "2022-09-29 06:54:48.976360"]] TRANSACTION (2.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x8E\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x8E\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.002226"], ["updated_at", "2022-09-29 06:54:49.002227"]] TRANSACTION (5.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x9B\xE4\xB8\x80\xE6\xA0\xB7\xE8\x83\xA1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x9B\xE4\xB8\x80\xE6\xA0\xB7\xE8\x83\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.048280"], ["updated_at", "2022-09-29 06:54:49.048281"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x9B\xE5\x85\xB1\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x9B\xE5\x85\xB1\xE4\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.074730"], ["updated_at", "2022-09-29 06:54:49.074730"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xA6\xE6\xBB\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xA6\xE6\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.096218"], ["updated_at", "2022-09-29 06:54:49.096218"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xA8\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xA8\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.138791"], ["updated_at", "2022-09-29 06:54:49.138792"]] TRANSACTION (2.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xA9\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xA9\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.165160"], ["updated_at", "2022-09-29 06:54:49.165160"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xA9\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xA9\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.195065"], ["updated_at", "2022-09-29 06:54:49.195065"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xA9\xE6\xB6\xA9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xA9\xE6\xB6\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.229269"], ["updated_at", "2022-09-29 06:54:49.229271"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xA9\xE7\x94\xB7\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xA9\xE7\x94\xB7\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.262590"], ["updated_at", "2022-09-29 06:54:49.262591"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xA9\xE7\xBE\x8E\xE7\x9C\x89"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xA9\xE7\xBE\x8E\xE7\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.286205"], ["updated_at", "2022-09-29 06:54:49.286206"]] TRANSACTION (4.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xB2\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xB2\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.314734"], ["updated_at", "2022-09-29 06:54:49.314735"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xB2\xE4\xBD\x93\xE7\x82\xB8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xB2\xE4\xBD\x93\xE7\x82\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.347245"], ["updated_at", "2022-09-29 06:54:49.347246"]] TRANSACTION (2.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\x98/\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\x98/\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.366461"], ["updated_at", "2022-09-29 06:54:49.366462"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\x98bao"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\x98bao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.388790"], ["updated_at", "2022-09-29 06:54:49.388790"]] TRANSACTION (5.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\x98\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\x98\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.419172"], ["updated_at", "2022-09-29 06:54:49.419173"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\x98\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\x98\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.449394"], ["updated_at", "2022-09-29 06:54:49.449395"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\x98\xE5\xAE\x9D\xE5\x85\xBC\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\x98\xE5\xAE\x9D\xE5\x85\xBC\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.470537"], ["updated_at", "2022-09-29 06:54:49.470538"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\x98\xE5\xAE\x9D\xE6\xB0\x94\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\x98\xE5\xAE\x9D\xE6\xB0\x94\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.490661"], ["updated_at", "2022-09-29 06:54:49.490661"]] TRANSACTION (5.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\x98\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\x98\xE5\xAF\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.524902"], ["updated_at", "2022-09-29 06:54:49.524903"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xA9\xE8\xBE\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xA9\xE8\xBE\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.556374"], ["updated_at", "2022-09-29 06:54:49.556374"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE3\x80\x82"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE3\x80\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.581190"], ["updated_at", "2022-09-29 06:54:49.581191"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE3\x80\x82\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE3\x80\x82\xE8\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.607523"], ["updated_at", "2022-09-29 06:54:49.607526"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.637812"], ["updated_at", "2022-09-29 06:54:49.637814"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.665130"], ["updated_at", "2022-09-29 06:54:49.665131"]] TRANSACTION (2.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE4\xB9\xB1\xE7\x94\xB5\xE5\xBD\xB1\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE4\xB9\xB1\xE7\x94\xB5\xE5\xBD\xB1\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.686888"], ["updated_at", "2022-09-29 06:54:49.686889"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE4\xB9\xB1\xE7\xA7\x98\xE5\x8F\xB2"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE4\xB9\xB1\xE7\xA7\x98\xE5\x8F\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.715275"], ["updated_at", "2022-09-29 06:54:49.715276"]] TRANSACTION (4.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE4\xBA\x82"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE4\xBA\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.752409"], ["updated_at", "2022-09-29 06:54:49.752410"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE4\xBA\xB5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE4\xBA\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.773209"], ["updated_at", "2022-09-29 06:54:49.773210"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.793864"], ["updated_at", "2022-09-29 06:54:49.793865"]] TRANSACTION (5.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\x85\xBD"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\x85\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.825390"], ["updated_at", "2022-09-29 06:54:49.825391"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\x85\xBD\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\x85\xBD\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.859541"], ["updated_at", "2022-09-29 06:54:49.859541"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\x85\xBD\xE5\xAD\xA6\xE5\x9B\xAD"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\x85\xBD\xE5\xAD\xA6\xE5\x9B\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.880910"], ["updated_at", "2022-09-29 06:54:49.880911"]] TRANSACTION (2.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\x8F\xAB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\x8F\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.905019"], ["updated_at", "2022-09-29 06:54:49.905020"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.935629"], ["updated_at", "2022-09-29 06:54:49.935631"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\x9B\xBE\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\x9B\xBE\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.960605"], ["updated_at", "2022-09-29 06:54:49.960606"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA3\xB0\xE6\xB5\xAA\xE8\xAF\xAD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA3\xB0\xE6\xB5\xAA\xE8\xAF\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:49.982876"], ["updated_at", "2022-09-29 06:54:49.982876"]] TRANSACTION (2.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.005099"], ["updated_at", "2022-09-29 06:54:50.005100"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.035386"], ["updated_at", "2022-09-29 06:54:50.035388"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA5\xB8\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA5\xB8\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.058387"], ["updated_at", "2022-09-29 06:54:50.058387"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.078667"], ["updated_at", "2022-09-29 06:54:50.078667"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA6\x87\xE5\x8F\xA3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA6\x87\xE5\x8F\xA3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.100448"], ["updated_at", "2022-09-29 06:54:50.100449"]] TRANSACTION (4.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA6\x9E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA6\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.141733"], ["updated_at", "2022-09-29 06:54:50.141734"]] TRANSACTION (5.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.173359"], ["updated_at", "2022-09-29 06:54:50.173360"]] TRANSACTION (2.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.194465"], ["updated_at", "2022-09-29 06:54:50.194466"]] TRANSACTION (10.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.237662"], ["updated_at", "2022-09-29 06:54:50.237663"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.264443"], ["updated_at", "2022-09-29 06:54:50.264444"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA8\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.287270"], ["updated_at", "2022-09-29 06:54:50.287271"]] TRANSACTION (4.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA8\x83"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.315530"], ["updated_at", "2022-09-29 06:54:50.315530"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.350566"], ["updated_at", "2022-09-29 06:54:50.350567"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.376655"], ["updated_at", "2022-09-29 06:54:50.376655"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\x83\x85\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\x83\x85\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.398908"], ["updated_at", "2022-09-29 06:54:50.398909"]] TRANSACTION (3.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\x83\x85\xE5\xA5\xB3\xE6\x95\x99\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\x83\x85\xE5\xA5\xB3\xE6\x95\x99\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.430686"], ["updated_at", "2022-09-29 06:54:50.430687"]] TRANSACTION (4.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\x95\x99\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\x95\x99\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.462796"], ["updated_at", "2022-09-29 06:54:50.462797"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\x9C\xAF\xE7\x82\xBC\xE9\x87\x91\xE5\xA3\xAB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\x9C\xAF\xE7\x82\xBC\xE9\x87\x91\xE5\xA3\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.485469"], ["updated_at", "2022-09-29 06:54:50.485471"]] TRANSACTION (5.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xA0\xB7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xA0\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.513931"], ["updated_at", "2022-09-29 06:54:50.513931"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.544630"], ["updated_at", "2022-09-29 06:54:50.544630"]] TRANSACTION (4.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xAC\xB2\xE6\x97\xA5\xE6\x9C\xAC"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xAC\xB2\xE6\x97\xA5\xE6\x9C\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.572523"], ["updated_at", "2022-09-29 06:54:50.572524"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xAF\x8D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xAF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.598294"], ["updated_at", "2022-09-29 06:54:50.598297"]] TRANSACTION (5.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.633803"], ["updated_at", "2022-09-29 06:54:50.633803"]] TRANSACTION (2.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB0\x91\xE4\xBF\xB1\xE4\xB9\x90\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB0\x91\xE4\xBF\xB1\xE4\xB9\x90\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.666599"], ["updated_at", "2022-09-29 06:54:50.666599"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB0\x91\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB0\x91\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.693123"], ["updated_at", "2022-09-29 06:54:50.693124"]] TRANSACTION (6.1ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.735222"], ["updated_at", "2022-09-29 06:54:50.735223"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB0\xB4\xE6\xA8\xAA\xE6\xB5\x81"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB0\xB4\xE6\xA8\xAA\xE6\xB5\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.765473"], ["updated_at", "2022-09-29 06:54:50.765473"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB0\xB4\xE7\x88\xB1\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB0\xB4\xE7\x88\xB1\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.789793"], ["updated_at", "2022-09-29 06:54:50.789793"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB1\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB1\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.817951"], ["updated_at", "2022-09-29 06:54:50.817952"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB2\xB3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB2\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.851129"], ["updated_at", "2022-09-29 06:54:50.851130"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB5\x81"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB5\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.879325"], ["updated_at", "2022-09-29 06:54:50.879326"]] TRANSACTION (4.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB5\xAA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB5\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.903292"], ["updated_at", "2022-09-29 06:54:50.903292"]] TRANSACTION (7.1ms) COMMIT User Load (11.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.949867"], ["updated_at", "2022-09-29 06:54:50.949868"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\x85\xA7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:50.983565"], ["updated_at", "2022-09-29 06:54:50.983565"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.007172"], ["updated_at", "2022-09-29 06:54:51.007173"]] TRANSACTION (7.1ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.045247"], ["updated_at", "2022-09-29 06:54:51.045248"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xA9\xA2bt\xE9\x9B\xBB\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xA9\xA2bt\xE9\x9B\xBB\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.080125"], ["updated_at", "2022-09-29 06:54:51.080126"]] TRANSACTION (3.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xA9\xA2\xE5\x9C\x96\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xA9\xA2\xE5\x9C\x96\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.110675"], ["updated_at", "2022-09-29 06:54:51.110676"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.137806"], ["updated_at", "2022-09-29 06:54:51.137808"]] TRANSACTION (3.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xA9\xB4\xE9\x87\x8C\xE9\xAA\x9A\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xA9\xB4\xE9\x87\x8C\xE9\xAA\x9A\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.169235"], ["updated_at", "2022-09-29 06:54:51.169235"]] TRANSACTION (4.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xA9\xB4\xE9\xAA\x9A\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xA9\xB4\xE9\xAA\x9A\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.208195"], ["updated_at", "2022-09-29 06:54:51.208197"]] TRANSACTION (6.1ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xAC\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xAC\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.258045"], ["updated_at", "2022-09-29 06:54:51.258046"]] TRANSACTION (3.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xB3\x9C"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xB3\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.297548"], ["updated_at", "2022-09-29 06:54:51.297550"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.327944"], ["updated_at", "2022-09-29 06:54:51.327945"]] TRANSACTION (3.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.357683"], ["updated_at", "2022-09-29 06:54:51.357684"]] TRANSACTION (5.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.386402"], ["updated_at", "2022-09-29 06:54:51.386402"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x89\xB2\xE6\xBC\xAB\xE7\x94\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x89\xB2\xE6\xBC\xAB\xE7\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.414906"], ["updated_at", "2022-09-29 06:54:51.414907"]] TRANSACTION (6.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.458840"], ["updated_at", "2022-09-29 06:54:51.458841"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.487617"], ["updated_at", "2022-09-29 06:54:51.487617"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE5\xB0\xA4\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE5\xB0\xA4\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.516995"], ["updated_at", "2022-09-29 06:54:51.516996"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE7\x85\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE7\x85\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.548953"], ["updated_at", "2022-09-29 06:54:51.548954"]] TRANSACTION (3.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.583496"], ["updated_at", "2022-09-29 06:54:51.583497"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.609559"], ["updated_at", "2022-09-29 06:54:51.609560"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.634135"], ["updated_at", "2022-09-29 06:54:51.634136"]] TRANSACTION (5.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x95\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x95\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.673498"], ["updated_at", "2022-09-29 06:54:51.673499"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x99\x90"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.697778"], ["updated_at", "2022-09-29 06:54:51.697778"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x99\xAB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x99\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.717780"], ["updated_at", "2022-09-29 06:54:51.717780"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x9C\x9C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x9C\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.743430"], ["updated_at", "2022-09-29 06:54:51.743431"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\xB4\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\xB4\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.772045"], ["updated_at", "2022-09-29 06:54:51.772046"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.795428"], ["updated_at", "2022-09-29 06:54:51.795429"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE9\x97\xB4\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE9\x97\xB4\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.816266"], ["updated_at", "2022-09-29 06:54:51.816267"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE9\x9D\xA1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE9\x9D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.842879"], ["updated_at", "2022-09-29 06:54:51.842880"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE9\xA8\xB7\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE9\xA8\xB7\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.871807"], ["updated_at", "2022-09-29 06:54:51.871808"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE9\xAD\x94"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE9\xAD\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.892672"], ["updated_at", "2022-09-29 06:54:51.892672"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE9\xAD\x94\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE9\xAD\x94\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.921704"], ["updated_at", "2022-09-29 06:54:51.921705"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE9\xAD\x94\xE8\x88\x9E\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE9\xAD\x94\xE8\x88\x9E\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.953889"], ["updated_at", "2022-09-29 06:54:51.953890"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xEF\xBC\x8C"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xEF\xBC\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.980113"], ["updated_at", "2022-09-29 06:54:51.980114"]] TRANSACTION (2.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xB1\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xB1\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:51.998944"], ["updated_at", "2022-09-29 06:54:51.998945"]] TRANSACTION (2.9ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xB1\xE5\x96\x89\xE5\x86\xB0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xB1\xE5\x96\x89\xE5\x86\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.018797"], ["updated_at", "2022-09-29 06:54:52.018798"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xB1\xE5\x9C\xB3\xE5\x8A\x9E\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81qq"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xB1\xE5\x9C\xB3\xE5\x8A\x9E\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.052035"], ["updated_at", "2022-09-29 06:54:52.052036"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xB1\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xB1\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.082473"], ["updated_at", "2022-09-29 06:54:52.082473"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xB7\xE8\x9B\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xB7\xE8\x9B\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.106022"], ["updated_at", "2022-09-29 06:54:52.106022"]] TRANSACTION (3.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xB7\xE8\x9B\x8B\xE7\xA5\x9E\xE9\xA3\x8E\xE6\xB5\x81\xE5\x8F\xB2"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xB7\xE8\x9B\x8B\xE7\xA5\x9E\xE9\xA3\x8E\xE6\xB5\x81\xE5\x8F\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.131402"], ["updated_at", "2022-09-29 06:54:52.131403"]] TRANSACTION (5.9ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85zhen"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85zhen"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.171148"], ["updated_at", "2022-09-29 06:54:52.171149"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE4\xBB\x93"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE4\xBB\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.206937"], ["updated_at", "2022-09-29 06:54:52.206938"]] TRANSACTION (3.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE5\x8D\x8E\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE5\x8D\x8E\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.240559"], ["updated_at", "2022-09-29 06:54:52.240560"]] TRANSACTION (5.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE5\x8D\x8E\xE7\xBD\x91\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE5\x8D\x8E\xE7\xBD\x91\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.277545"], ["updated_at", "2022-09-29 06:54:52.277547"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE5\x9C\xBA\xE5\x86\x85\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE5\x9C\xBA\xE5\x86\x85\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.309996"], ["updated_at", "2022-09-29 06:54:52.309996"]] TRANSACTION (3.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE5\xAE\x98\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE5\xAE\x98\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.337541"], ["updated_at", "2022-09-29 06:54:52.337542"]] TRANSACTION (5.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE6\x96\xB0\xE9\x9D\x93\xE4\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE6\x96\xB0\xE9\x9D\x93\xE4\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.379315"], ["updated_at", "2022-09-29 06:54:52.379316"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE6\xB5\xB7\xE5\xB8\x88\xE7\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE6\xB5\xB7\xE5\xB8\x88\xE7\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.406313"], ["updated_at", "2022-09-29 06:54:52.406313"]] TRANSACTION (3.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE6\xB5\xB7\xE6\x97\xA0\xE4\xB8\x8A\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE6\xB5\xB7\xE6\x97\xA0\xE4\xB8\x8A\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.434834"], ["updated_at", "2022-09-29 06:54:52.434835"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.467896"], ["updated_at", "2022-09-29 06:54:52.467899"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE7\xB4\x94\xE5\xA3\x86"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE7\xB4\x94\xE5\xA3\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.491061"], ["updated_at", "2022-09-29 06:54:52.491062"]] TRANSACTION (4.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE9\x99\xA4\xE8\xB4\x9F\xE9\x9D\xA2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE9\x99\xA4\xE8\xB4\x9F\xE9\x9D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.517034"], ["updated_at", "2022-09-29 06:54:52.517035"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x8A\xE7\x9B\x96\xE8\x8B\x8F\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x8A\xE7\x9B\x96\xE8\x8B\x8F\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.544817"], ["updated_at", "2022-09-29 06:54:52.544820"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA0\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA0\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.576125"], ["updated_at", "2022-09-29 06:54:52.576126"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE4\xBA\x91\xE6\x9D\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE4\xBA\x91\xE6\x9D\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.597381"], ["updated_at", "2022-09-29 06:54:52.597382"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE4\xBC\x91\xE6\x9B\xBE\xE9\x80\x80"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE4\xBC\x91\xE6\x9B\xBE\xE9\x80\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.623342"], ["updated_at", "2022-09-29 06:54:52.623342"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\x85\x83\xE5\x87\xAF"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\x85\x83\xE5\x87\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.655296"], ["updated_at", "2022-09-29 06:54:52.655297"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\x88\x87\xE6\x96\xAF\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\x88\x87\xE6\x96\xAF\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.686754"], ["updated_at", "2022-09-29 06:54:52.686754"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\x8A\xA0\xE9\xA5\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\x8A\xA0\xE9\xA5\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.710437"], ["updated_at", "2022-09-29 06:54:52.710437"]] TRANSACTION (9.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\xAE\x9D\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\xAE\x9D\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.750422"], ["updated_at", "2022-09-29 06:54:52.750423"]] TRANSACTION (5.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xA0\xA1"], ["LIMIT", 1]] TRANSACTION (8.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xA0\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.804999"], ["updated_at", "2022-09-29 06:54:52.805000"]] TRANSACTION (7.0ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.849911"], ["updated_at", "2022-09-29 06:54:52.849912"]] TRANSACTION (3.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D,\xE8\x85\x90\xE8\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D,\xE8\x85\x90\xE8\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.884747"], ["updated_at", "2022-09-29 06:54:52.884748"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\xBD\xB1\xE5\xB8\x9D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\xBD\xB1\xE5\xB8\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.907646"], ["updated_at", "2022-09-29 06:54:52.907647"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE6\x80\xBB\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE6\x80\xBB\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.929172"], ["updated_at", "2022-09-29 06:54:52.929173"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xAF\xE6\xBE\xB3\xE5\x8D\x9A\xE7\x90\x83"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xAF\xE6\xBE\xB3\xE5\x8D\x9A\xE7\x90\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.962984"], ["updated_at", "2022-09-29 06:54:52.962984"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xAF\xE9\x91\xAB\xE8\x8F\xAF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xAF\xE9\x91\xAB\xE8\x8F\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:52.986828"], ["updated_at", "2022-09-29 06:54:52.986829"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xAF\xE9\xA6\xAC\xE6\x9C\x83"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xAF\xE9\xA6\xAC\xE6\x9C\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.009340"], ["updated_at", "2022-09-29 06:54:53.009343"]] TRANSACTION (2.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB4\xE6\x9C\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB4\xE6\x9C\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.034138"], ["updated_at", "2022-09-29 06:54:53.034139"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB4\xE6\x9C\x9B\xE5\xBF\xAB\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB4\xE6\x9C\x9B\xE5\xBF\xAB\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.068797"], ["updated_at", "2022-09-29 06:54:53.068798"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB8xing"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB8xing"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.094197"], ["updated_at", "2022-09-29 06:54:53.094197"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB8\xE6\x88\x8F\xE6\x9C\xBA\xE7\xA0\xB4\xE8\xA7\xA3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB8\xE6\x88\x8F\xE6\x9C\xBA\xE7\xA0\xB4\xE8\xA7\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.116292"], ["updated_at", "2022-09-29 06:54:53.116293"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB8\xE7\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB8\xE7\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.142851"], ["updated_at", "2022-09-29 06:54:53.142852"]] TRANSACTION (3.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB8\xE7\xB2\xBE\xE4\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB8\xE7\xB2\xBE\xE4\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.180928"], ["updated_at", "2022-09-29 06:54:53.180929"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB8\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB8\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.208774"], ["updated_at", "2022-09-29 06:54:53.208775"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB8\xE8\xB5\xB0"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB8\xE8\xB5\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.242345"], ["updated_at", "2022-09-29 06:54:53.242346"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xBE\xE5\x9C\x93"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xBE\xE5\x9C\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.276096"], ["updated_at", "2022-09-29 06:54:53.276097"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\x96\xE6\xB7\xAB\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\x96\xE6\xB7\xAB\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.300495"], ["updated_at", "2022-09-29 06:54:53.300496"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\x96\xE7\xB7\x8A\xE6\x8E\x8F"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\x96\xE7\xB7\x8A\xE6\x8E\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.323836"], ["updated_at", "2022-09-29 06:54:53.323836"]] TRANSACTION (4.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\x98\xE9\x98\xB4\xE5\x8E\xBF\xE6\x9D\xA8\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\x98\xE9\x98\xB4\xE5\x8E\xBF\xE6\x9D\xA8\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.357612"], ["updated_at", "2022-09-29 06:54:53.357613"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\x98\xE9\x98\xB4\xE6\x9D\xA8\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\x98\xE9\x98\xB4\xE6\x9D\xA8\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.386531"], ["updated_at", "2022-09-29 06:54:53.386532"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\xBE\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\xBE\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.409389"], ["updated_at", "2022-09-29 06:54:53.409389"]] TRANSACTION (8.9ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.444474"], ["updated_at", "2022-09-29 06:54:53.444475"]] TRANSACTION (5.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\xBF\xE6\xBC\x89\xE6\xBC\x89"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\xBF\xE6\xBC\x89\xE6\xBC\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.479321"], ["updated_at", "2022-09-29 06:54:53.479321"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\xBF\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\xBF\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.503224"], ["updated_at", "2022-09-29 06:54:53.503224"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xABjb"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xABjb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.523050"], ["updated_at", "2022-09-29 06:54:53.523050"]] TRANSACTION (4.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xABjia\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xABjia\xE5\xAF\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.556257"], ["updated_at", "2022-09-29 06:54:53.556258"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xABx"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xABx"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.592937"], ["updated_at", "2022-09-29 06:54:53.592938"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xAB\xE5\x8A\xA0\xE4\xBF\x9D"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xAB\xE5\x8A\xA0\xE4\xBF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.614047"], ["updated_at", "2022-09-29 06:54:53.614047"]] TRANSACTION (3.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xAB\xE5\x8A\xA0\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xAB\xE5\x8A\xA0\xE5\xAF\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.639649"], ["updated_at", "2022-09-29 06:54:53.639650"]] TRANSACTION (3.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xAB\xE5\x8A\xA0\xE9\xA3\xBD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xAB\xE5\x8A\xA0\xE9\xA3\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.675978"], ["updated_at", "2022-09-29 06:54:53.675978"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xAB\xE5\xA6\x82\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xAB\xE5\xA6\x82\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.701425"], ["updated_at", "2022-09-29 06:54:53.701426"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xAB\xE5\xAE\xB6\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xAB\xE5\xAE\xB6\xE5\xAF\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.734041"], ["updated_at", "2022-09-29 06:54:53.734041"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xAB\xE5\xAF\xB6\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xAB\xE5\xAF\xB6\xE5\xAF\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.762504"], ["updated_at", "2022-09-29 06:54:53.762505"]] TRANSACTION (4.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xAB\xE9\x9B\xB2\xE6\x9D\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xAB\xE9\x9B\xB2\xE6\x9D\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.787287"], ["updated_at", "2022-09-29 06:54:53.787287"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBB\x95\xE4\xB9\x85\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBB\x95\xE4\xB9\x85\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.813595"], ["updated_at", "2022-09-29 06:54:53.813595"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBB\x95\xE6\x96\x87\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBB\x95\xE6\x96\x87\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.843486"], ["updated_at", "2022-09-29 06:54:53.843487"]] TRANSACTION (5.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBB\x9A\xE5\x9C\x86\xE5\xA4\xA7\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBB\x9A\xE5\x9C\x86\xE5\xA4\xA7\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.877322"], ["updated_at", "2022-09-29 06:54:53.877323"]] TRANSACTION (2.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBB\xA1\xE6\xB4\xB2\xE7\xAC\xAC\xE4\xB8\x89\xE5\xB8\x9D\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBB\xA1\xE6\xB4\xB2\xE7\xAC\xAC\xE4\xB8\x89\xE5\xB8\x9D\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.899398"], ["updated_at", "2022-09-29 06:54:53.899399"]] TRANSACTION (3.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBB\xA1\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBB\xA1\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.921756"], ["updated_at", "2022-09-29 06:54:53.921757"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBB\xA5\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBB\xA5\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.948075"], ["updated_at", "2022-09-29 06:54:53.948076"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBB\xA5\xE7\x94\xA8\xE8\x81\x8C\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBB\xA5\xE7\x94\xA8\xE8\x81\x8C\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:53.979604"], ["updated_at", "2022-09-29 06:54:53.979605"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBC\x8F\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBC\x8F\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.007775"], ["updated_at", "2022-09-29 06:54:54.007776"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBC\x8F\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBC\x8F\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.027773"], ["updated_at", "2022-09-29 06:54:54.027774"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBC\x8F\xE9\xA2\x98"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBC\x8F\xE9\xA2\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.062566"], ["updated_at", "2022-09-29 06:54:54.062567"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBC\x8F\xE9\xBB\x9E"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBC\x8F\xE9\xBB\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.090039"], ["updated_at", "2022-09-29 06:54:54.090039"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBC\xAB\xE6\xAD\xA5\xE4\xB8\x9D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBC\xAB\xE6\xAD\xA5\xE4\xB8\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.112496"], ["updated_at", "2022-09-29 06:54:54.112497"]] TRANSACTION (4.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\x98\xE5\x9B\xBD\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\x98\xE5\x9B\xBD\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.142311"], ["updated_at", "2022-09-29 06:54:54.142313"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\x98\xE5\xB9\xBF\xE7\x94\xB0\xE5\xB1\xB1\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\x98\xE5\xB9\xBF\xE7\x94\xB0\xE5\xB1\xB1\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.177777"], ["updated_at", "2022-09-29 06:54:54.177778"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\x98\xE9\x87\x91\xE8\x8E\xB2\xE5\xAF\xBC\xE8\x88\xAA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\x98\xE9\x87\x91\xE8\x8E\xB2\xE5\xAF\xBC\xE8\x88\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.201769"], ["updated_at", "2022-09-29 06:54:54.201770"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\x9C\xE4\xBC\x8F\xE8\x80\x85\xE4\xB8\x93\xE4\xB8\x9A\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\x9C\xE4\xBC\x8F\xE8\x80\x85\xE4\xB8\x93\xE4\xB8\x9A\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.224930"], ["updated_at", "2022-09-29 06:54:54.224930"]] TRANSACTION (13.8ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\x9C\xE4\xBC\x8F\xE8\x80\x85\xE5\xA2\x9E\xE5\xBC\xBA\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\x9C\xE4\xBC\x8F\xE8\x80\x85\xE5\xA2\x9E\xE5\xBC\xBA\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.272220"], ["updated_at", "2022-09-29 06:54:54.272221"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\x9C\xE4\xBC\x8F\xE8\x80\x85\xE5\xBD\x95\xE9\x9F\xB3\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\x9C\xE4\xBC\x8F\xE8\x80\x85\xE5\xBD\x95\xE9\x9F\xB3\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.305027"], ["updated_at", "2022-09-29 06:54:54.305029"]] TRANSACTION (4.6ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\xAE\xE5\x90\xB9"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\xAE\xE5\x90\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.338292"], ["updated_at", "2022-09-29 06:54:54.338293"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\xAE\xE5\x90\xB9\xE5\xA5\xB3\xE7\x8E\x8B\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\xAE\xE5\x90\xB9\xE5\xA5\xB3\xE7\x8E\x8B\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.378944"], ["updated_at", "2022-09-29 06:54:54.378945"]] TRANSACTION (3.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\xAE\xE5\x96\xB7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\xAE\xE5\x96\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.401859"], ["updated_at", "2022-09-29 06:54:54.401860"]] TRANSACTION (2.4ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBE\xA4d"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBE\xA4d"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.422756"], ["updated_at", "2022-09-29 06:54:54.422756"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE5\x85\x89\xE6\xB0\x94"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE5\x85\x89\xE6\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.452377"], ["updated_at", "2022-09-29 06:54:54.452378"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE5\x85\x89\xE6\xB1\xBD"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE5\x85\x89\xE6\xB1\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.481595"], ["updated_at", "2022-09-29 06:54:54.481600"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.509687"], ["updated_at", "2022-09-29 06:54:54.509688"]] TRANSACTION (2.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85,\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85,\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.532405"], ["updated_at", "2022-09-29 06:54:54.532406"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85,\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85,\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.565814"], ["updated_at", "2022-09-29 06:54:54.565815"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE4\xBA\xA4\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE4\xBA\xA4\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.592385"], ["updated_at", "2022-09-29 06:54:54.592386"]] TRANSACTION (3.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.619511"], ["updated_at", "2022-09-29 06:54:54.619512"]] TRANSACTION (4.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\x85\x8D\xE8\xB4\xB9\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\x85\x8D\xE8\xB4\xB9\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.650367"], ["updated_at", "2022-09-29 06:54:54.650369"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.680241"], ["updated_at", "2022-09-29 06:54:54.680242"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.702571"], ["updated_at", "2022-09-29 06:54:54.702572"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.723272"], ["updated_at", "2022-09-29 06:54:54.723273"]] TRANSACTION (4.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.750565"], ["updated_at", "2022-09-29 06:54:54.750566"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE6\x80\xA7\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE6\x80\xA7\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.780495"], ["updated_at", "2022-09-29 06:54:54.780496"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.802614"], ["updated_at", "2022-09-29 06:54:54.802615"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE6\xBD\xAE\xE5\x96\xB7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE6\xBD\xAE\xE5\x96\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.824219"], ["updated_at", "2022-09-29 06:54:54.824220"]] TRANSACTION (5.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x82\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x82\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.853257"], ["updated_at", "2022-09-29 06:54:54.853258"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.879683"], ["updated_at", "2022-09-29 06:54:54.879683"]] TRANSACTION (2.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x89\x87\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x89\x87\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.899867"], ["updated_at", "2022-09-29 06:54:54.899867"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.920765"], ["updated_at", "2022-09-29 06:54:54.920765"]] TRANSACTION (4.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.948884"], ["updated_at", "2022-09-29 06:54:54.948885"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:54.981649"], ["updated_at", "2022-09-29 06:54:54.981650"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB7\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB7\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.006370"], ["updated_at", "2022-09-29 06:54:55.006370"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x9F\xAD"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x9F\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.030676"], ["updated_at", "2022-09-29 06:54:55.030678"]] TRANSACTION (4.7ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.073162"], ["updated_at", "2022-09-29 06:54:55.073163"]] TRANSACTION (2.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.102657"], ["updated_at", "2022-09-29 06:54:55.102658"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xA3\xB8\xE8\x81\x8A\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xA3\xB8\xE8\x81\x8A\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.125515"], ["updated_at", "2022-09-29 06:54:55.125516"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.158066"], ["updated_at", "2022-09-29 06:54:55.158067"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xAF\xB1\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xAF\xB1\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.186006"], ["updated_at", "2022-09-29 06:54:55.186007"]] TRANSACTION (2.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.206765"], ["updated_at", "2022-09-29 06:54:55.206766"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\xB5\x81\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\xB5\x81\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.227199"], ["updated_at", "2022-09-29 06:54:55.227199"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE7\x88\xBD"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE7\x88\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.261167"], ["updated_at", "2022-09-29 06:54:55.261168"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE8\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE8\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.289284"], ["updated_at", "2022-09-29 06:54:55.289285"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\x8C\xE6\xBB\xA1\xE7\xB2\xBE\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\x8C\xE6\xBB\xA1\xE7\xB2\xBE\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.312290"], ["updated_at", "2022-09-29 06:54:55.312291"]] TRANSACTION (3.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE4\xB8\x80\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE4\xB8\x80\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.335897"], ["updated_at", "2022-09-29 06:54:55.335898"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE4\xB9\x8D"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE4\xB9\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.369479"], ["updated_at", "2022-09-29 06:54:55.369480"]] TRANSACTION (2.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.390314"], ["updated_at", "2022-09-29 06:54:55.390315"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.414444"], ["updated_at", "2022-09-29 06:54:55.414445"]] TRANSACTION (4.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.440218"], ["updated_at", "2022-09-29 06:54:55.440219"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE8\x91\xAC"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE8\x91\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.472199"], ["updated_at", "2022-09-29 06:54:55.472200"]] TRANSACTION (3.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE8\xBD\xA6\xE4\xB9\x9F\xE7\x96\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE8\xBD\xA6\xE4\xB9\x9F\xE7\x96\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.492796"], ["updated_at", "2022-09-29 06:54:55.492797"]] TRANSACTION (4.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE8\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE8\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.514762"], ["updated_at", "2022-09-29 06:54:55.514763"]] TRANSACTION (2.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE8\xBE\xA3\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE8\xBE\xA3\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.534297"], ["updated_at", "2022-09-29 06:54:55.534298"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE8\xBE\xA3\xE8\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE8\xBE\xA3\xE8\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.566489"], ["updated_at", "2022-09-29 06:54:55.566490"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAD\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAD\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.589211"], ["updated_at", "2022-09-29 06:54:55.589212"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAD\xE4\xBA\xA1\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAD\xE4\xBA\xA1\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.611680"], ["updated_at", "2022-09-29 06:54:55.611680"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.633649"], ["updated_at", "2022-09-29 06:54:55.633650"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAD\xE7\xBB\x9D\xE7\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAD\xE7\xBB\x9D\xE7\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.667958"], ["updated_at", "2022-09-29 06:54:55.667958"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAF\xE8\x8D\x89\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAF\xE8\x8D\x89\xE5\x92\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.690255"], ["updated_at", "2022-09-29 06:54:55.690256"]] TRANSACTION (2.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xB5\xE5\x8A\xA8\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xB5\xE5\x8A\xA8\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.710730"], ["updated_at", "2022-09-29 06:54:55.710731"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xBC\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xBC\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.753274"], ["updated_at", "2022-09-29 06:54:55.753276"]] TRANSACTION (3.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xBC\xEF\xBC\x8C\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xBC\xEF\xBC\x8C\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.787887"], ["updated_at", "2022-09-29 06:54:55.787888"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\x99\xEF\xBC\x8C\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\x99\xEF\xBC\x8C\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.814165"], ["updated_at", "2022-09-29 06:54:55.814166"]] TRANSACTION (2.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xAE\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xAE\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.834413"], ["updated_at", "2022-09-29 06:54:55.834414"]] TRANSACTION (6.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xAE\xE5\x8F\x8B\xE4\xB9\x8B\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xAE\xE5\x8F\x8B\xE4\xB9\x8B\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.877485"], ["updated_at", "2022-09-29 06:54:55.877486"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xAE\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xAE\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.901152"], ["updated_at", "2022-09-29 06:54:55.901152"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xAE\xE7\x9A\x84\xE5\xB0\x8F\xE8\x9C\x9C"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xAE\xE7\x9A\x84\xE5\xB0\x8F\xE8\x9C\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.922649"], ["updated_at", "2022-09-29 06:54:55.922650"]] TRANSACTION (6.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8dan"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8dan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.950716"], ["updated_at", "2022-09-29 06:54:55.950717"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8yao"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8yao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:55.980252"], ["updated_at", "2022-09-29 06:54:55.980253"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xAD\xA6\xE6\xA0\xA1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xAD\xA6\xE6\xA0\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.010103"], ["updated_at", "2022-09-29 06:54:56.010103"]] TRANSACTION (3.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xB9\xBF\xE5\xB7\x9E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xB9\xBF\xE5\xB7\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.036052"], ["updated_at", "2022-09-29 06:54:56.036053"]] TRANSACTION (4.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.070735"], ["updated_at", "2022-09-29 06:54:56.070736"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE4\xBB\x8E\xE5\x85\xA5\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE4\xBB\x8E\xE5\x85\xA5\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.096108"], ["updated_at", "2022-09-29 06:54:56.096109"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE4\xBB\x8E\xE5\x85\xA5\xE9\x97\xA8\xE5\x88\xB0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE4\xBB\x8E\xE5\x85\xA5\xE9\x97\xA8\xE5\x88\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.117208"], ["updated_at", "2022-09-29 06:54:56.117209"]] TRANSACTION (3.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE5\x85\xA5\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE5\x85\xA5\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.141461"], ["updated_at", "2022-09-29 06:54:56.141462"]] TRANSACTION (7.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x89\x8B\xE5\x86\x8C \xE7\xA1\xAB\xE9\x85\xB8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x89\x8B\xE5\x86\x8C \xE7\xA1\xAB\xE9\x85\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.180491"], ["updated_at", "2022-09-29 06:54:56.180492"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.207653"], ["updated_at", "2022-09-29 06:54:56.207653"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\xB5\x81\xE7\xA8\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\xB5\x81\xE7\xA8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.228942"], ["updated_at", "2022-09-29 06:54:56.228942"]] TRANSACTION (6.2ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.267255"], ["updated_at", "2022-09-29 06:54:56.267256"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE9\x81\xA5\xE6\x8E\xA7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE9\x81\xA5\xE6\x8E\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.304489"], ["updated_at", "2022-09-29 06:54:56.304490"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE9\x81\xA5\xE6\x8E\xA7\xE5\x99\xA8\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE9\x81\xA5\xE6\x8E\xA7\xE5\x99\xA8\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.332788"], ["updated_at", "2022-09-29 06:54:56.332788"]] TRANSACTION (4.4ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.379027"], ["updated_at", "2022-09-29 06:54:56.379028"]] TRANSACTION (6.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE7\xAB\x8B\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE7\xAB\x8B\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.425864"], ["updated_at", "2022-09-29 06:54:56.425865"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.464780"], ["updated_at", "2022-09-29 06:54:56.464781"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF \xE5\xBD\x93\xE9\x9D\xA2\xE4\xBA\xA4\xE6\x98\x93QQ"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF \xE5\xBD\x93\xE9\x9D\xA2\xE4\xBA\xA4\xE6\x98\x93QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.493297"], ["updated_at", "2022-09-29 06:54:56.493298"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.524977"], ["updated_at", "2022-09-29 06:54:56.524978"]] TRANSACTION (6.3ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95QQ"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.565866"], ["updated_at", "2022-09-29 06:54:56.565867"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE9\x80\xA0\xE7\x94\x9F\xE4\xBA\xA7\xE5\xB7\xA5\xE8\x89\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE9\x80\xA0\xE7\x94\x9F\xE4\xBA\xA7\xE5\xB7\xA5\xE8\x89\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.600322"], ["updated_at", "2022-09-29 06:54:56.600323"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.623196"], ["updated_at", "2022-09-29 06:54:56.623197"]] TRANSACTION (6.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.651486"], ["updated_at", "2022-09-29 06:54:56.651487"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.682544"], ["updated_at", "2022-09-29 06:54:56.682544"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.704252"], ["updated_at", "2022-09-29 06:54:56.704253"]] TRANSACTION (2.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB9\xE5\x87\xBB"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB9\xE5\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.723667"], ["updated_at", "2022-09-29 06:54:56.723667"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB9\xE6\x8E\xA8\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB9\xE6\x8E\xA8\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.748569"], ["updated_at", "2022-09-29 06:54:56.748570"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB9\xE6\x95\xB0\xE4\xBC\x98\xE6\x83\xA0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB9\xE6\x95\xB0\xE4\xBC\x98\xE6\x83\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.776819"], ["updated_at", "2022-09-29 06:54:56.776820"]] TRANSACTION (4.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB9\xE8\x89\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB9\xE8\x89\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.809449"], ["updated_at", "2022-09-29 06:54:56.809450"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB9\xE9\x87\x91\xE5\x95\x86\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (10.5ms) BEGIN User Load (12.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB9\xE9\x87\x91\xE5\x95\x86\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.833655"], ["updated_at", "2022-09-29 06:54:56.833656"]] TRANSACTION (9.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xBC\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xBC\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.895845"], ["updated_at", "2022-09-29 06:54:56.895845"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xBC\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (13.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xBC\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.930844"], ["updated_at", "2022-09-29 06:54:56.930845"]] TRANSACTION (5.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xBD\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xBD\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:56.976571"], ["updated_at", "2022-09-29 06:54:56.976572"]] TRANSACTION (3.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\x82\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\x82\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.004511"], ["updated_at", "2022-09-29 06:54:57.004511"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\x82\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\x82\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.024565"], ["updated_at", "2022-09-29 06:54:57.024565"]] TRANSACTION (3.0ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\x82\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\x82\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.050383"], ["updated_at", "2022-09-29 06:54:57.050383"]] TRANSACTION (5.8ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\x88\xE7\x81\xAB\xE9\x9D\x92\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\x88\xE7\x81\xAB\xE9\x9D\x92\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.089730"], ["updated_at", "2022-09-29 06:54:57.089730"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\xA7\xE5\x85\xAC\xE5\xAE\x89\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\xA7\xE5\x85\xAC\xE5\xAE\x89\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.111896"], ["updated_at", "2022-09-29 06:54:57.111896"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\xA7\xE7\x93\xB6\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\xA7\xE7\x93\xB6\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.140942"], ["updated_at", "2022-09-29 06:54:57.140944"]] TRANSACTION (7.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\xAD\xE6\xAD\xA6\xE5\x99\xA8QQ"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\xAD\xE6\xAD\xA6\xE5\x99\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.194939"], ["updated_at", "2022-09-29 06:54:57.194940"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\xAD\xE6\xAD\xA6\xE5\x99\xA8\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\xAD\xE6\xAD\xA6\xE5\x99\xA8\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.222744"], ["updated_at", "2022-09-29 06:54:57.222744"]] TRANSACTION (2.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\xAD\xE6\xAF\x94\xE5\xA8\x85"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\xAD\xE6\xAF\x94\xE5\xA8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.247883"], ["updated_at", "2022-09-29 06:54:57.247884"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\xAD\xE7\xAB\x99\xE6\x94\xBF\xE8\xAE\xBA\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\xAD\xE7\xAB\x99\xE6\x94\xBF\xE8\xAE\xBA\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.282686"], ["updated_at", "2022-09-29 06:54:57.282687"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\xAD\xE8\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\xAD\xE8\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.305780"], ["updated_at", "2022-09-29 06:54:57.305780"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x84\x9A\xE7\x83\xA7\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9B\xBD\xE6\x97\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x84\x9A\xE7\x83\xA7\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9B\xBD\xE6\x97\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.324340"], ["updated_at", "2022-09-29 06:54:57.324340"]] TRANSACTION (3.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x84\xA1\xE6\x81\xA5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x84\xA1\xE6\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.348016"], ["updated_at", "2022-09-29 06:54:57.348017"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x84\xA1\xE7\xA2\xBC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x84\xA1\xE7\xA2\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.381377"], ["updated_at", "2022-09-29 06:54:57.381378"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x84\xA1\xE7\xA2\xBC\xE9\x9B\xBB\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x84\xA1\xE7\xA2\xBC\xE9\x9B\xBB\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.404449"], ["updated_at", "2022-09-29 06:54:57.404449"]] TRANSACTION (5.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x84\xA6\xE4\xBD\x9C\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x84\xA6\xE4\xBD\x9C\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.432078"], ["updated_at", "2022-09-29 06:54:57.432079"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x84\xA6\xE5\x9B\xBD\xE6\xA0\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x84\xA6\xE5\x9B\xBD\xE6\xA0\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.464552"], ["updated_at", "2022-09-29 06:54:57.464553"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x85\x8E\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x85\x8E\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.495794"], ["updated_at", "2022-09-29 06:54:57.495795"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x85\x9E\xE7\xAC\x94"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x85\x9E\xE7\xAC\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.521105"], ["updated_at", "2022-09-29 06:54:57.521105"]] TRANSACTION (2.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x85\x9E\xE7\xAD\x86"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x85\x9E\xE7\xAD\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.545624"], ["updated_at", "2022-09-29 06:54:57.545625"]] TRANSACTION (6.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x85\x9E\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x85\x9E\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.590952"], ["updated_at", "2022-09-29 06:54:57.590952"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x85\xBD\xE5\x8A\xA8\xE4\xB8\x8D\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x85\xBD\xE5\x8A\xA8\xE4\xB8\x8D\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.616092"], ["updated_at", "2022-09-29 06:54:57.616093"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x85\xBD\xE5\x8A\xA8\xE7\xBE\xA4\xE4\xBC\x97"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x85\xBD\xE5\x8A\xA8\xE7\xBE\xA4\xE4\xBC\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.636479"], ["updated_at", "2022-09-29 06:54:57.636479"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x85\xBD\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x85\xBD\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.672757"], ["updated_at", "2022-09-29 06:54:57.672759"]] TRANSACTION (5.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x8A\xE5\xAE\x98\xE5\x85\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x8A\xE5\xAE\x98\xE5\x85\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.710399"], ["updated_at", "2022-09-29 06:54:57.710399"]] TRANSACTION (2.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x8A\xE7\x82\x8E"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x8A\xE7\x82\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.734754"], ["updated_at", "2022-09-29 06:54:57.734754"]] TRANSACTION (6.6ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x8A\xE7\x84\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x8A\xE7\x84\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.772022"], ["updated_at", "2022-09-29 06:54:57.772023"]] TRANSACTION (4.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x9F \xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x9F \xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.808556"], ["updated_at", "2022-09-29 06:54:57.808557"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x9F\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x9F\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.831607"], ["updated_at", "2022-09-29 06:54:57.831608"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x9F\xE5\xA5\xB3\xE5\xBE\x88\xE5\xAF\x82\xE5\xAF\x9E"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x9F\xE5\xA5\xB3\xE5\xBE\x88\xE5\xAF\x82\xE5\xAF\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.857749"], ["updated_at", "2022-09-29 06:54:57.857749"]] TRANSACTION (5.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x9F\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x9F\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.905157"], ["updated_at", "2022-09-29 06:54:57.905159"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x9F\xE6\xAF\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x9F\xE6\xAF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.930474"], ["updated_at", "2022-09-29 06:54:57.930475"]] TRANSACTION (7.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x87\x83\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x87\x83\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.968501"], ["updated_at", "2022-09-29 06:54:57.968502"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x87\x83\xE7\x83\xA7\xE7\x9A\x84\xE8\xA5\xBF\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x87\x83\xE7\x83\xA7\xE7\x9A\x84\xE8\xA5\xBF\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:57.993822"], ["updated_at", "2022-09-29 06:54:57.993822"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x87\x95\xE7\x8E\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x87\x95\xE7\x8E\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.014180"], ["updated_at", "2022-09-29 06:54:58.014180"]] TRANSACTION (2.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x87\xA5\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x87\xA5\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.033189"], ["updated_at", "2022-09-29 06:54:58.033189"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\x86zha"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\x86zha"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.060256"], ["updated_at", "2022-09-29 06:54:58.060256"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\x86\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\x86\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.087142"], ["updated_at", "2022-09-29 06:54:58.087143"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\x86\xE4\xBD\xA0\xE8\x8F\x8A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\x86\xE4\xBD\xA0\xE8\x8F\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.115036"], ["updated_at", "2022-09-29 06:54:58.115037"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\x86\xE5\x8F\x91\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\x86\xE5\x8F\x91\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.136076"], ["updated_at", "2022-09-29 06:54:58.136078"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\x86\xE8\x8D\x89"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\x86\xE8\x8D\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.177008"], ["updated_at", "2022-09-29 06:54:58.177009"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\x86\xE8\x8F\x8A"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\x86\xE8\x8F\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.202740"], ["updated_at", "2022-09-29 06:54:58.202740"]] TRANSACTION (2.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE4\xBB\x96\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE4\xBB\x96\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.221609"], ["updated_at", "2022-09-29 06:54:58.221610"]] TRANSACTION (2.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE5\x88\x80\xE6\x94\xB6\xE8\x97\x8F\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE5\x88\x80\xE6\x94\xB6\xE8\x97\x8F\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.244700"], ["updated_at", "2022-09-29 06:54:58.244701"]] TRANSACTION (4.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE5\x9B\xBD\xE8\x80\x85\xE5\x90\x8C\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE5\x9B\xBD\xE8\x80\x85\xE5\x90\x8C\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.277446"], ["updated_at", "2022-09-29 06:54:58.277446"]] TRANSACTION (2.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE5\x9B\xBD\xE8\x80\x85\xE5\x90\x8C\xE7\x9B\x9F\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE5\x9B\xBD\xE8\x80\x85\xE5\x90\x8C\xE7\x9B\x9F\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.303456"], ["updated_at", "2022-09-29 06:54:58.303458"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE5\x9B\xBD\xE8\xBF\x90\xE5\x8A\xA8\xE6\xAD\xA3\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE5\x9B\xBD\xE8\xBF\x90\xE5\x8A\xA8\xE6\xAD\xA3\xE5\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.329109"], ["updated_at", "2022-09-29 06:54:58.329109"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE5\xA5\xB3\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE5\xA5\xB3\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.355799"], ["updated_at", "2022-09-29 06:54:58.355800"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.390664"], ["updated_at", "2022-09-29 06:54:58.390665"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE6\xB6\xB2\xE6\xA8\xAA\xE6\xB5\x81"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE6\xB6\xB2\xE6\xA8\xAA\xE6\xB5\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.418632"], ["updated_at", "2022-09-29 06:54:58.418632"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE7\x9A\x84\xE7\xA7\x8D\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE7\x9A\x84\xE7\xA7\x8D\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.439020"], ["updated_at", "2022-09-29 06:54:58.439021"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE7\xA5\x9E\xE4\xB9\x8B\xE4\xBC\xA0\xE5\xA5\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE7\xA5\x9E\xE4\xB9\x8B\xE4\xBC\xA0\xE5\xA5\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.470682"], ["updated_at", "2022-09-29 06:54:58.470683"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xEF\xBC\x8C\xE6\x8A\x9A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xEF\xBC\x8C\xE6\x8A\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.497613"], ["updated_at", "2022-09-29 06:54:58.497614"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB6\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB6\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.517726"], ["updated_at", "2022-09-29 06:54:58.517727"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xBD\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xBD\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.536665"], ["updated_at", "2022-09-29 06:54:58.536666"]] TRANSACTION (4.4ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xBD\xE6\xAD\xBB\xE6\x88\x91\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xBD\xE6\xAD\xBB\xE6\x88\x91\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.570836"], ["updated_at", "2022-09-29 06:54:58.570837"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xBD\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xBD\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.604324"], ["updated_at", "2022-09-29 06:54:58.604324"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x87\xE5\x95\x86"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x87\xE5\x95\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.627347"], ["updated_at", "2022-09-29 06:54:58.627347"]] TRANSACTION (2.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x87\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x87\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.649641"], ["updated_at", "2022-09-29 06:54:58.649643"]] TRANSACTION (3.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x8C\xE4\xB9\x9D"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x8C\xE4\xB9\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.676751"], ["updated_at", "2022-09-29 06:54:58.676752"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x8C\xE6\x8A\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x8C\xE6\x8A\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.709803"], ["updated_at", "2022-09-29 06:54:58.709804"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x9B\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x9B\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.732775"], ["updated_at", "2022-09-29 06:54:58.732775"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x9B\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x9B\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.758653"], ["updated_at", "2022-09-29 06:54:58.758654"]] TRANSACTION (4.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x9B\xE9\x83\x8E"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x9B\xE9\x83\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.790911"], ["updated_at", "2022-09-29 06:54:58.790911"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x9F\xE6\x96\xB0\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x9F\xE6\x96\xB0\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.817797"], ["updated_at", "2022-09-29 06:54:58.817798"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xA9\xE4\xBB\x80"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xA9\xE4\xBB\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.840306"], ["updated_at", "2022-09-29 06:54:58.840307"]] TRANSACTION (3.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xA9\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xA9\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.872111"], ["updated_at", "2022-09-29 06:54:58.872112"]] TRANSACTION (3.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xA9\xE5\xBB\x89\xE4\xBB\xB7\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xA9\xE5\xBB\x89\xE4\xBB\xB7\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.903302"], ["updated_at", "2022-09-29 06:54:58.903303"]] TRANSACTION (2.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xA9\xE7\xBE\x8E\xE4\xBB\xB7\xE5\xBB\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xA9\xE7\xBE\x8E\xE4\xBB\xB7\xE5\xBB\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.925343"], ["updated_at", "2022-09-29 06:54:58.925343"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.946718"], ["updated_at", "2022-09-29 06:54:58.946719"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE4\xBE\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE4\xBE\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:58.978739"], ["updated_at", "2022-09-29 06:54:58.978743"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.004922"], ["updated_at", "2022-09-29 06:54:59.004923"]] TRANSACTION (2.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE5\x88\xAB\xE5\x85\x9A\xE8\xB4\xB9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE5\x88\xAB\xE5\x85\x9A\xE8\xB4\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.024902"], ["updated_at", "2022-09-29 06:54:59.024903"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE5\x8A\xA1\xE6\x9C\xBA\xE6\x9E\x84"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE5\x8A\xA1\xE6\x9C\xBA\xE6\x9E\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.044659"], ["updated_at", "2022-09-29 06:54:59.044660"]] TRANSACTION (4.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE5\x8A\xA1\xE6\xB0\x91\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE5\x8A\xA1\xE6\xB0\x91\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.078890"], ["updated_at", "2022-09-29 06:54:59.078891"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE5\xB7\xA5\xE8\xB5\x84"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE5\xB7\xA5\xE8\xB5\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.103784"], ["updated_at", "2022-09-29 06:54:59.103784"]] TRANSACTION (3.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.128143"], ["updated_at", "2022-09-29 06:54:59.128144"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE7\xA0\x81\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE7\xA0\x81\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.157976"], ["updated_at", "2022-09-29 06:54:59.157977"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE8\xB4\xA1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE8\xB4\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.190287"], ["updated_at", "2022-09-29 06:54:59.190287"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8A\xAC\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8A\xAC\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.213223"], ["updated_at", "2022-09-29 06:54:59.213223"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.234279"], ["updated_at", "2022-09-29 06:54:59.234279"]] TRANSACTION (6.4ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.267310"], ["updated_at", "2022-09-29 06:54:59.267311"]] TRANSACTION (5.5ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x8F\x92\xE5\xA4\x84\xE5\xA5\xB3\xE9\x98\xB4\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x8F\x92\xE5\xA4\x84\xE5\xA5\xB3\xE9\x98\xB4\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.310070"], ["updated_at", "2022-09-29 06:54:59.310071"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x91\x86"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x91\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.331383"], ["updated_at", "2022-09-29 06:54:59.331383"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.355615"], ["updated_at", "2022-09-29 06:54:59.355618"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x93\x8D\xE5\xA5\xB3\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x93\x8D\xE5\xA5\xB3\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.390228"], ["updated_at", "2022-09-29 06:54:59.390229"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x93\x8D\xE5\xA6\x88\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x93\x8D\xE5\xA6\x88\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.423599"], ["updated_at", "2022-09-29 06:54:59.423600"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x93\x8D\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x93\x8D\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.444161"], ["updated_at", "2022-09-29 06:54:59.444161"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x93\xBA"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x93\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.477621"], ["updated_at", "2022-09-29 06:54:59.477621"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.507855"], ["updated_at", "2022-09-29 06:54:59.507856"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE8\x99\x90"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE8\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.532250"], ["updated_at", "2022-09-29 06:54:59.532250"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE9\x87\x8E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE9\x87\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.567234"], ["updated_at", "2022-09-29 06:54:59.567235"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE9\xA3\x8E\xE6\x9A\xB4\xE9\x9B\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE9\xA3\x8E\xE6\x9A\xB4\xE9\x9B\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.597472"], ["updated_at", "2022-09-29 06:54:59.597473"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97b"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.623819"], ["updated_at", "2022-09-29 06:54:59.623820"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE4\xBA\xA7\xE8\x9B\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE4\xBA\xA7\xE8\x9B\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.644313"], ["updated_at", "2022-09-29 06:54:59.644313"]] TRANSACTION (5.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\x8D\xB5\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\x8D\xB5\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.679942"], ["updated_at", "2022-09-29 06:54:59.679943"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.711364"], ["updated_at", "2022-09-29 06:54:59.711365"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.733334"], ["updated_at", "2022-09-29 06:54:59.733335"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\xA8\x98\xE5\x85\xBB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\xA8\x98\xE5\x85\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.764811"], ["updated_at", "2022-09-29 06:54:59.764812"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\xA8\x98\xE5\x85\xBB\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\xA8\x98\xE5\x85\xBB\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.794567"], ["updated_at", "2022-09-29 06:54:59.794568"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\xA8\x98\xE9\xA4\x8A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\xA8\x98\xE9\xA4\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.821841"], ["updated_at", "2022-09-29 06:54:59.821842"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\xB1\x81\xE4\xB8\x93\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (10.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\xB1\x81\xE4\xB8\x93\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.841549"], ["updated_at", "2022-09-29 06:54:59.841550"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\xB1\x8E"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\xB1\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.887632"], ["updated_at", "2022-09-29 06:54:59.887633"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.910707"], ["updated_at", "2022-09-29 06:54:59.910707"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE6\x97\xA5\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE6\x97\xA5\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.931803"], ["updated_at", "2022-09-29 06:54:59.931804"]] TRANSACTION (3.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE6\x9D\x82\xE7\xA7\x8D"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE6\x9D\x82\xE7\xA7\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.955457"], ["updated_at", "2022-09-29 06:54:59.955458"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE7\x94\xA2\xE8\x9B\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE7\x94\xA2\xE8\x9B\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:54:59.998124"], ["updated_at", "2022-09-29 06:54:59.998125"]] TRANSACTION (8.0ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE7\xB2\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE7\xB2\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.033771"], ["updated_at", "2022-09-29 06:55:00.033771"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE8\x8D\x89"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE8\x8D\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.066262"], ["updated_at", "2022-09-29 06:55:00.066263"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE9\x9B\x9C\xE7\xA8\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE9\x9B\x9C\xE7\xA8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.107331"], ["updated_at", "2022-09-29 06:55:00.107332"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xA1\xE7\x8C\xBE\xE7\x9A\x84\xE7\x9B\xB8\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xA1\xE7\x8C\xBE\xE7\x9A\x84\xE7\x9B\xB8\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.130620"], ["updated_at", "2022-09-29 06:55:00.130621"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xA1\xE7\x8C\xBE\xE9\xA3\x8E\xE6\xB0\xB4\xE7\x9B\xB8\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xA1\xE7\x8C\xBE\xE9\xA3\x8E\xE6\xB0\xB4\xE7\x9B\xB8\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.153352"], ["updated_at", "2022-09-29 06:55:00.153353"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE5\xA4\xAB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE5\xA4\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.190873"], ["updated_at", "2022-09-29 06:55:00.190874"]] TRANSACTION (5.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE5\xA4\xAB\xE6\xB0\x91\xE8\xB4\xBC"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE5\xA4\xAB\xE6\xB0\x91\xE8\xB4\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.218972"], ["updated_at", "2022-09-29 06:55:00.218973"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.240236"], ["updated_at", "2022-09-29 06:55:00.240236"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE7\xAB\x8B\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE7\xAB\x8B\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.267981"], ["updated_at", "2022-09-29 06:55:00.267982"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE7\xAB\x8B\xE5\x8F\xB0\xE6\xB9\xBE\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE7\xAB\x8B\xE5\x8F\xB0\xE6\xB9\xBE\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.300578"], ["updated_at", "2022-09-29 06:55:00.300579"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE8\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.325522"], ["updated_at", "2022-09-29 06:55:00.325522"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE8\xA3\x81\xE6\x94\xBF\xE6\xB2\xBB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE8\xA3\x81\xE6\x94\xBF\xE6\xB2\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.349865"], ["updated_at", "2022-09-29 06:55:00.349866"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE8\xA3\x81\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE8\xA3\x81\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.375947"], ["updated_at", "2022-09-29 06:55:00.375948"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAD\xE7\xAA\x84"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAD\xE7\xAA\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.402360"], ["updated_at", "2022-09-29 06:55:00.402361"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAE\xE5\xAD\x90\xE6\x97\x97"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAE\xE5\xAD\x90\xE6\x97\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.426063"], ["updated_at", "2022-09-29 06:55:00.426063"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xBC\xE5\x85\xA8\xE9\x83\xA8\xE8\xB7\xAA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xBC\xE5\x85\xA8\xE9\x83\xA8\xE8\xB7\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.447863"], ["updated_at", "2022-09-29 06:55:00.447864"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xBC\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xBC\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.479847"], ["updated_at", "2022-09-29 06:55:00.479848"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8Eqiang\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8Eqiang\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.514140"], ["updated_at", "2022-09-29 06:55:00.514141"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8Eqiang\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8Eqiang\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.537774"], ["updated_at", "2022-09-29 06:55:00.537774"]] TRANSACTION (3.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8Eqiang\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8Eqiang\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.561821"], ["updated_at", "2022-09-29 06:55:00.561823"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE5\x88\x80\xE5\x86\x9B\xE5\x93\x81\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE5\x88\x80\xE5\x86\x9B\xE5\x93\x81\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.595110"], ["updated_at", "2022-09-29 06:55:00.595111"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE5\xA5\xBD\xE5\xB8\xAE\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE5\xA5\xBD\xE5\xB8\xAE\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.618205"], ["updated_at", "2022-09-29 06:55:00.618206"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.644313"], ["updated_at", "2022-09-29 06:55:00.644314"]] TRANSACTION (5.0ms) COMMIT User Load (11.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA \xE5\x86\xB0\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA \xE5\x86\xB0\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.685690"], ["updated_at", "2022-09-29 06:55:00.685691"]] TRANSACTION (3.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA \xE5\x8F\x8C\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA \xE5\x8F\x8C\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.718041"], ["updated_at", "2022-09-29 06:55:00.718042"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.739392"], ["updated_at", "2022-09-29 06:55:00.739392"]] TRANSACTION (16.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.793936"], ["updated_at", "2022-09-29 06:55:00.793937"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAAQQ"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAAQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.822518"], ["updated_at", "2022-09-29 06:55:00.822519"]] TRANSACTION (3.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.843075"], ["updated_at", "2022-09-29 06:55:00.843076"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.870642"], ["updated_at", "2022-09-29 06:55:00.870642"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.901924"], ["updated_at", "2022-09-29 06:55:00.901924"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE\xE7\xBA\xB8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE\xE7\xBA\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.923762"], ["updated_at", "2022-09-29 06:55:00.923763"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x93\xAA\xE9\x87\x8C\xE6\x9C\x89\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x93\xAA\xE9\x87\x8C\xE6\x9C\x89\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.951182"], ["updated_at", "2022-09-29 06:55:00.951183"]] TRANSACTION (5.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\xAD\x90\xE5\xBC\xB9\xE5\xBA\x95\xE7\x81\xAB\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\xAD\x90\xE5\xBC\xB9\xE5\xBA\x95\xE7\x81\xAB\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:00.987407"], ["updated_at", "2022-09-29 06:55:00.987408"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE6\x89\x8B\xE6\x9E\xAA\xE4\xB9\xB0\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE6\x89\x8B\xE6\x9E\xAA\xE4\xB9\xB0\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.013252"], ["updated_at", "2022-09-29 06:55:01.013254"]] TRANSACTION (5.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.042351"], ["updated_at", "2022-09-29 06:55:01.042354"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.081088"], ["updated_at", "2022-09-29 06:55:01.081089"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE7\x9A\x84\xE5\x88\xB6\xE9\x80\xA0\xE7\xBB\x93\xE6\x9E\x84\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE7\x9A\x84\xE5\x88\xB6\xE9\x80\xA0\xE7\xBB\x93\xE6\x9E\x84\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.111942"], ["updated_at", "2022-09-29 06:55:01.111943"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE7\x9C\x9F\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE7\x9C\x9F\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.133212"], ["updated_at", "2022-09-29 06:55:01.133212"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.155127"], ["updated_at", "2022-09-29 06:55:01.155127"]] TRANSACTION (10.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.198736"], ["updated_at", "2022-09-29 06:55:01.198737"]] TRANSACTION (2.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.226500"], ["updated_at", "2022-09-29 06:55:01.226501"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.248583"], ["updated_at", "2022-09-29 06:55:01.248583"]] TRANSACTION (8.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE9\x92\xA2\xE7\x8F\xA0\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE9\x92\xA2\xE7\x8F\xA0\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.297298"], ["updated_at", "2022-09-29 06:55:01.297299"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE8\xB1\xB92008E"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE8\xB1\xB92008E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.322982"], ["updated_at", "2022-09-29 06:55:01.322983"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE8\xB1\xB92008N"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE8\xB1\xB92008N"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.346660"], ["updated_at", "2022-09-29 06:55:01.346661"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE8\xB1\xB9m4\xE9\x92\xA2\xE7\x8F\xA0\xE4\xB8\x93\xE7\x94\xA8\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE8\xB1\xB9m4\xE9\x92\xA2\xE7\x8F\xA0\xE4\xB8\x93\xE7\x94\xA8\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.379775"], ["updated_at", "2022-09-29 06:55:01.379776"]] TRANSACTION (5.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.418566"], ["updated_at", "2022-09-29 06:55:01.418567"]] TRANSACTION (2.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9\xE6\x94\xB9\xE8\xA3\x85"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9\xE6\x94\xB9\xE8\xA3\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.438779"], ["updated_at", "2022-09-29 06:55:01.438779"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.463983"], ["updated_at", "2022-09-29 06:55:01.463985"]] TRANSACTION (5.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE6\x8A\x98\xE5\x8F\xA0\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE6\x8A\x98\xE5\x8F\xA0\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.500303"], ["updated_at", "2022-09-29 06:55:01.500304"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE9\xB9\xB0\xE6\x8A\x98\xE5\x8F\xA0\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE9\xB9\xB0\xE6\x8A\x98\xE5\x8F\xA0\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.523819"], ["updated_at", "2022-09-29 06:55:01.523820"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x96\xE5\xA6\x93"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x96\xE5\xA6\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.543998"], ["updated_at", "2022-09-29 06:55:01.543998"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x9B\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x9B\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.574801"], ["updated_at", "2022-09-29 06:55:01.574802"]] TRANSACTION (5.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x9B\xE6\x93\x8D\xE7\x8B\x82\xE5\xB0\x84"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x9B\xE6\x93\x8D\xE7\x8B\x82\xE5\xB0\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.607553"], ["updated_at", "2022-09-29 06:55:01.607554"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x9B\xE6\x96\x99"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x9B\xE6\x96\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.629726"], ["updated_at", "2022-09-29 06:55:01.629727"]] TRANSACTION (2.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x9B\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x9B\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.651897"], ["updated_at", "2022-09-29 06:55:01.651900"]] TRANSACTION (4.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x9B\xE7\x94\xB7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x9B\xE7\x94\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.684659"], ["updated_at", "2022-09-29 06:55:01.684660"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xA5\xE7\x90\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xA5\xE7\x90\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.713033"], ["updated_at", "2022-09-29 06:55:01.713034"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xAA\xE5\x85\xAB\xE6\x88\x92\xE5\xBC\x93\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xAA\xE5\x85\xAB\xE6\x88\x92\xE5\xBC\x93\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.734094"], ["updated_at", "2022-09-29 06:55:01.734095"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xAA\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xAA\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.755523"], ["updated_at", "2022-09-29 06:55:01.755523"]] TRANSACTION (4.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xAA\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xAA\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.791485"], ["updated_at", "2022-09-29 06:55:01.791486"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xAA\xE6\xAF\x9B1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xAA\xE6\xAF\x9B1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.820290"], ["updated_at", "2022-09-29 06:55:01.820290"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xAA\xE8\x81\x8B\xE7\x95\xB8"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xAA\xE8\x81\x8B\xE7\x95\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.840622"], ["updated_at", "2022-09-29 06:55:01.840623"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xAB\xE7\x9C\xBC\xE5\xB7\xA5\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xAB\xE7\x9C\xBC\xE5\xB7\xA5\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.864009"], ["updated_at", "2022-09-29 06:55:01.864011"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xAE\xEF\xBC\x8C\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xAE\xEF\xBC\x8C\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.890965"], ["updated_at", "2022-09-29 06:55:01.890965"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8D\xB8\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8D\xB8\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.925266"], ["updated_at", "2022-09-29 06:55:01.925266"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8D\xB8\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8D\xB8\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.948434"], ["updated_at", "2022-09-29 06:55:01.948435"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:01.977459"], ["updated_at", "2022-09-29 06:55:01.977460"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.010859"], ["updated_at", "2022-09-29 06:55:02.010860"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE4\xBD\x93\xE5\x85\xA8\xE5\xB1\x95"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE4\xBD\x93\xE5\x85\xA8\xE5\xB1\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.035732"], ["updated_at", "2022-09-29 06:55:02.035733"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE5\x85\x94"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE5\x85\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.059374"], ["updated_at", "2022-09-29 06:55:02.059375"]] TRANSACTION (6.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE5\x8A\xBF"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE5\x8A\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.100720"], ["updated_at", "2022-09-29 06:55:02.100725"]] TRANSACTION (2.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.132353"], ["updated_at", "2022-09-29 06:55:02.132354"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE5\xA5\xB3\xE5\xBF\x83\xE7\xBB\x8F"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE5\xA5\xB3\xE5\xBF\x83\xE7\xBB\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.156388"], ["updated_at", "2022-09-29 06:55:02.156389"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.188656"], ["updated_at", "2022-09-29 06:55:02.188656"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE6\x9F\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE6\x9F\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.213918"], ["updated_at", "2022-09-29 06:55:02.213919"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.235001"], ["updated_at", "2022-09-29 06:55:02.235002"]] TRANSACTION (2.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.259704"], ["updated_at", "2022-09-29 06:55:02.259705"]] TRANSACTION (6.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE8\x8C\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE8\x8C\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.296849"], ["updated_at", "2022-09-29 06:55:02.296850"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.317747"], ["updated_at", "2022-09-29 06:55:02.317748"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2\xE4\xB9\x8B\xE5\x81\xB7\xE6\x83\x85\xE5\xAE\x9D\xE9\x89\xB4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2\xE4\xB9\x8B\xE5\x81\xB7\xE6\x83\x85\xE5\xAE\x9D\xE9\x89\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.337435"], ["updated_at", "2022-09-29 06:55:02.337435"]] TRANSACTION (3.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2\xE4\xB9\x8B\xE5\xAE\x98\xE4\xBA\xBA\xE6\x88\x91\xE8\xA6\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2\xE4\xB9\x8B\xE5\xAE\x98\xE4\xBA\xBA\xE6\x88\x91\xE8\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.360223"], ["updated_at", "2022-09-29 06:55:02.360223"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2\xE7\x8E\x89\xE5\xA5\xB3\xE5\xBF\x83\xE7\xBB\x8F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2\xE7\x8E\x89\xE5\xA5\xB3\xE5\xBF\x83\xE7\xBB\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.403711"], ["updated_at", "2022-09-29 06:55:02.403712"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE9\x97\xA8\xE5\x85\xB3"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE9\x97\xA8\xE5\x85\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.436237"], ["updated_at", "2022-09-29 06:55:02.436238"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB8\x80\xE5\x8D\x9A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB8\x80\xE5\x8D\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.455248"], ["updated_at", "2022-09-29 06:55:02.455249"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB8\x9C\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB8\x9C\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.485307"], ["updated_at", "2022-09-29 06:55:02.485308"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB8\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB8\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.508711"], ["updated_at", "2022-09-29 06:55:02.508712"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB8\xB9\xE4\xBA\xBA\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB8\xB9\xE4\xBA\xBA\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.531116"], ["updated_at", "2022-09-29 06:55:02.531117"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB8\xB9\xE5\x85\xAC\xE5\xBC\x80\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB8\xB9\xE5\x85\xAC\xE5\xBC\x80\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.553732"], ["updated_at", "2022-09-29 06:55:02.553733"]] TRANSACTION (4.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB9\x83\xE5\xBE\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB9\x83\xE5\xBE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.587540"], ["updated_at", "2022-09-29 06:55:02.587541"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB9\x83\xE6\x81\xA9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB9\x83\xE6\x81\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.613509"], ["updated_at", "2022-09-29 06:55:02.613510"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB9\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB9\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.634785"], ["updated_at", "2022-09-29 06:55:02.634785"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB9\x90\xE6\xAF\x85"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB9\x90\xE6\xAF\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.654663"], ["updated_at", "2022-09-29 06:55:02.654664"]] TRANSACTION (3.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB9\x90\xE6\xB3\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB9\x90\xE6\xB3\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.683733"], ["updated_at", "2022-09-29 06:55:02.683734"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xBA\x9A\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xBA\x9A\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.714225"], ["updated_at", "2022-09-29 06:55:02.714226"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xBA\xAC\xE4\xBA\xAC"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xBA\xAC\xE4\xBA\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.734142"], ["updated_at", "2022-09-29 06:55:02.734142"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x85\x86\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x85\x86\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.754998"], ["updated_at", "2022-09-29 06:55:02.754999"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x85\x8B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x85\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.780688"], ["updated_at", "2022-09-29 06:55:02.780690"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x85\xB5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x85\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.809705"], ["updated_at", "2022-09-29 06:55:02.809706"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.830295"], ["updated_at", "2022-09-29 06:55:02.830295"]] TRANSACTION (2.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x86\x9B\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x86\x9B\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.850923"], ["updated_at", "2022-09-29 06:55:02.850923"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x86\xB6\xE5\x9D\xAA"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x86\xB6\xE5\x9D\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.876870"], ["updated_at", "2022-09-29 06:55:02.876871"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x88\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x88\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.909285"], ["updated_at", "2022-09-29 06:55:02.909286"]] TRANSACTION (2.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x8A\x9B\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x8A\x9B\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.933591"], ["updated_at", "2022-09-29 06:55:02.933592"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x8A\x9B\xE9\x9B\x84"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x8A\x9B\xE9\x9B\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.954987"], ["updated_at", "2022-09-29 06:55:02.954988"]] TRANSACTION (4.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x8B\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x8B\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:02.985530"], ["updated_at", "2022-09-29 06:55:02.985531"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x8D\x83\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x8D\x83\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.014358"], ["updated_at", "2022-09-29 06:55:03.014359"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x8D\x8E\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x8D\x8E\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.036371"], ["updated_at", "2022-09-29 06:55:03.036372"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x8E\x9A\xE5\xAE\x8F\xE6\xB5\xB7\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x8E\x9A\xE5\xAE\x8F\xE6\xB5\xB7\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.057165"], ["updated_at", "2022-09-29 06:55:03.057166"]] TRANSACTION (4.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xA5\x89\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xA5\x89\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.087883"], ["updated_at", "2022-09-29 06:55:03.087884"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xAD\x90\xE6\xB7\xAB\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xAD\x90\xE6\xB7\xAB\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.114035"], ["updated_at", "2022-09-29 06:55:03.114035"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xAD\x9D\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xAD\x9D\xE5\x92\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.133727"], ["updated_at", "2022-09-29 06:55:03.133728"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xAE\x88\xE4\xB8\x9A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xAE\x88\xE4\xB8\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.160654"], ["updated_at", "2022-09-29 06:55:03.160655"]] TRANSACTION (5.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xAE\x88\xE5\x88\x9D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xAE\x88\xE5\x88\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.199530"], ["updated_at", "2022-09-29 06:55:03.199533"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xAE\x9D\xE6\xA3\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xAE\x9D\xE6\xA3\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.224338"], ["updated_at", "2022-09-29 06:55:03.224339"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xB0\x8F\xE4\xB8\xAB\xE4\xB8\x8E\xE6\x8B\x89\xE7\x99\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xB0\x8F\xE4\xB8\xAB\xE4\xB8\x8E\xE6\x8B\x89\xE7\x99\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.247268"], ["updated_at", "2022-09-29 06:55:03.247269"]] TRANSACTION (6.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xB2\x90\xE5\xB1\xB1"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xB2\x90\xE5\xB1\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.278039"], ["updated_at", "2022-09-29 06:55:03.278040"]] TRANSACTION (5.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xB8\x8C\xE5\x93\xB2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xB8\x8C\xE5\x93\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.325812"], ["updated_at", "2022-09-29 06:55:03.325812"]] TRANSACTION (2.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xBA\x86\xE5\xBD\x95\xE5\xB9\xBF\xE8\xA5\xBF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xBA\x86\xE5\xBD\x95\xE5\xB9\xBF\xE8\xA5\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.352177"], ["updated_at", "2022-09-29 06:55:03.352178"]] TRANSACTION (7.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xBC\x8F\xE6\x83\xA0\xE9\x87\x8D\xE5\xBA\x86"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xBC\x8F\xE6\x83\xA0\xE9\x87\x8D\xE5\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.384275"], ["updated_at", "2022-09-29 06:55:03.384276"]] TRANSACTION (6.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xBE\xB7\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xBE\xB7\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.416400"], ["updated_at", "2022-09-29 06:55:03.416401"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\x80\x80\xE5\xBF\xA0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\x80\x80\xE5\xBF\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.438929"], ["updated_at", "2022-09-29 06:55:03.438929"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\x96\x87\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\x96\x87\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.459520"], ["updated_at", "2022-09-29 06:55:03.459520"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\x96\xB0\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\x96\xB0\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.495232"], ["updated_at", "2022-09-29 06:55:03.495233"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\x98\xAD\xE8\x80\x80"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\x98\xAD\xE8\x80\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.523494"], ["updated_at", "2022-09-29 06:55:03.523495"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.543243"], ["updated_at", "2022-09-29 06:55:03.543244"]] TRANSACTION (4.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\x9C\x89\xE6\x9D\xB0\xE6\xB2\xB3\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\x9C\x89\xE6\x9D\xB0\xE6\xB2\xB3\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.571483"], ["updated_at", "2022-09-29 06:55:03.571485"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xAD\xA3\xE4\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xAD\xA3\xE4\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.612375"], ["updated_at", "2022-09-29 06:55:03.612375"]] TRANSACTION (2.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xAD\xA6\xE9\xBE\x99\xE6\xB1\x9F\xE8\x8B\x8F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xAD\xA6\xE9\xBE\x99\xE6\xB1\x9F\xE8\x8B\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.637164"], ["updated_at", "2022-09-29 06:55:03.637165"]] TRANSACTION (3.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xAF\x85"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xAF\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.666789"], ["updated_at", "2022-09-29 06:55:03.666790"]] TRANSACTION (11.9ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xB0\x91\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xB0\x91\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.712053"], ["updated_at", "2022-09-29 06:55:03.712053"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xB1\x89\xE6\x96\x8C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xB1\x89\xE6\x96\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.741017"], ["updated_at", "2022-09-29 06:55:03.741017"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xB2\xAA\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xB2\xAA\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.760430"], ["updated_at", "2022-09-29 06:55:03.760430"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xB4\x9B\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xB4\x9B\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.791667"], ["updated_at", "2022-09-29 06:55:03.791668"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xB6\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xB6\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.820357"], ["updated_at", "2022-09-29 06:55:03.820358"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xB6\xB5\xE4\xB8\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xB6\xB5\xE4\xB8\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.845655"], ["updated_at", "2022-09-29 06:55:03.845656"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\x82\xB3\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\x82\xB3\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.870690"], ["updated_at", "2022-09-29 06:55:03.870691"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\x91\x9E\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\x91\x9E\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.901392"], ["updated_at", "2022-09-29 06:55:03.901393"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\x9B\x8A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\x9B\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.927081"], ["updated_at", "2022-09-29 06:55:03.927081"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\x9B\x8A\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\x9B\x8A\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.947258"], ["updated_at", "2022-09-29 06:55:03.947259"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\xA7\x80\xE4\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\xA7\x80\xE4\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:03.977775"], ["updated_at", "2022-09-29 06:55:03.977776"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\xAB\x8B\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\xAB\x8B\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.010412"], ["updated_at", "2022-09-29 06:55:04.010413"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\xAD\x96"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\xAD\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.031958"], ["updated_at", "2022-09-29 06:55:04.031959"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\xBB\xB4\xE5\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\xBB\xB4\xE5\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.052527"], ["updated_at", "2022-09-29 06:55:04.052527"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\xBB\xB4\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\xBB\xB4\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.081107"], ["updated_at", "2022-09-29 06:55:04.081108"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\xBB\xB4\xE6\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\xBB\xB4\xE6\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.109631"], ["updated_at", "2022-09-29 06:55:04.109631"]] TRANSACTION (2.6ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE8\x8B\xA5\xE6\x9C\x9B"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE8\x8B\xA5\xE6\x9C\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.130226"], ["updated_at", "2022-09-29 06:55:04.130227"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE8\xB6\x85\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE8\xB6\x85\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.152613"], ["updated_at", "2022-09-29 06:55:04.152613"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE8\xBE\x85\xE8\x87\xA3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE8\xBE\x85\xE8\x87\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.176396"], ["updated_at", "2022-09-29 06:55:04.176397"]] TRANSACTION (2.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE9\x87\x91\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE9\x87\x91\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.203935"], ["updated_at", "2022-09-29 06:55:04.203936"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE9\x87\x91\xE4\xBE\xAF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE9\x87\x91\xE4\xBE\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.226234"], ["updated_at", "2022-09-29 06:55:04.226235"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE9\x92\x9F\xE9\xBA\x93"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE9\x92\x9F\xE9\xBA\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.247804"], ["updated_at", "2022-09-29 06:55:04.247805"]] TRANSACTION (3.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE9\x9B\xAA\xE5\x86\xB0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE9\x9B\xAA\xE5\x86\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.280291"], ["updated_at", "2022-09-29 06:55:04.280293"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.309205"], ["updated_at", "2022-09-29 06:55:04.309206"]] TRANSACTION (2.3ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE9\xB2\x81\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE9\xB2\x81\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.329557"], ["updated_at", "2022-09-29 06:55:04.329558"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x9B\xE9\x9B\x85\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x9B\xE9\x9B\x85\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.349504"], ["updated_at", "2022-09-29 06:55:04.349505"]] TRANSACTION (2.6ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xA5\xE8\x96\xAA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xA5\xE8\x96\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.373984"], ["updated_at", "2022-09-29 06:55:04.373985"]] TRANSACTION (5.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xA9\xE5\xA5\xB3\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xA9\xE5\xA5\xB3\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.403147"], ["updated_at", "2022-09-29 06:55:04.403148"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xA9\xE5\xBC\x84"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xA9\xE5\xBC\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.425231"], ["updated_at", "2022-09-29 06:55:04.425232"]] TRANSACTION (2.4ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xA9\xE5\xBF\xBD\xE8\x81\x8C\xE5\xAE\x88"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xA9\xE5\xBF\xBD\xE8\x81\x8C\xE5\xAE\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.444088"], ["updated_at", "2022-09-29 06:55:04.444089"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xA9\xE8\x80\x8D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xA9\xE8\x80\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.462629"], ["updated_at", "2022-09-29 06:55:04.462630"]] TRANSACTION (7.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xA9\xE8\x80\x8D\xE5\x92\x8C\xE5\x8F\x91\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xA9\xE8\x80\x8D\xE5\x92\x8C\xE5\x8F\x91\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.496335"], ["updated_at", "2022-09-29 06:55:04.496338"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xAB\xE7\x91\xB0\xE5\x9B\xAD"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xAB\xE7\x91\xB0\xE5\x9B\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.519535"], ["updated_at", "2022-09-29 06:55:04.519536"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xAF\xE7\x90\x83\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xAF\xE7\x90\x83\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.538702"], ["updated_at", "2022-09-29 06:55:04.538703"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0 \xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0 \xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.558760"], ["updated_at", "2022-09-29 06:55:04.558760"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE5\xB9\xBF\xE5\xB7\x9E\xE7\x99\xBD\xE9\xA2\x86\xE7\x9A\x84\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE5\xB9\xBF\xE5\xB7\x9E\xE7\x99\xBD\xE9\xA2\x86\xE7\x9A\x84\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.588013"], ["updated_at", "2022-09-29 06:55:04.588014"]] TRANSACTION (4.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE6\x83\x85\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE6\x83\x85\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.619747"], ["updated_at", "2022-09-29 06:55:04.619747"]] TRANSACTION (3.0ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE8\x89\xB3\xE5\xB8\x9D\xE4\xBC\xA0\xE5\xA5\x87"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE8\x89\xB3\xE5\xB8\x9D\xE4\xBC\xA0\xE5\xA5\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.640710"], ["updated_at", "2022-09-29 06:55:04.640711"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE9\x9D\x93\xE5\xA6\xB9\xE4\xBB\x94"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE9\x9D\x93\xE5\xA6\xB9\xE4\xBB\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.664292"], ["updated_at", "2022-09-29 06:55:04.664293"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.697091"], ["updated_at", "2022-09-29 06:55:04.697092"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE5\x85\xAC\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE5\x85\xAC\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.725495"], ["updated_at", "2022-09-29 06:55:04.725496"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.753030"], ["updated_at", "2022-09-29 06:55:04.753032"]] TRANSACTION (6.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.790904"], ["updated_at", "2022-09-29 06:55:04.790905"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE7\xA4\xBE\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE7\xA4\xBE\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.820382"], ["updated_at", "2022-09-29 06:55:04.820382"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.843654"], ["updated_at", "2022-09-29 06:55:04.843655"]] TRANSACTION (5.6ms) COMMIT User Load (8.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE5\xA4\xA7\xE5\x9C\xB0\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE5\xA4\xA7\xE5\x9C\xB0\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.885827"], ["updated_at", "2022-09-29 06:55:04.885828"]] TRANSACTION (6.6ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.929007"], ["updated_at", "2022-09-29 06:55:04.929008"]] TRANSACTION (5.0ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE6\x8A\x95\xE6\xB3\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE6\x8A\x95\xE6\xB3\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:04.970440"], ["updated_at", "2022-09-29 06:55:04.970441"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE6\x96\x97\xE5\x9C\xB0\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE6\x96\x97\xE5\x9C\xB0\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.004036"], ["updated_at", "2022-09-29 06:55:05.004037"]] TRANSACTION (5.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE6\xA2\xAD\xE5\x93\x88"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE6\xA2\xAD\xE5\x93\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.041954"], ["updated_at", "2022-09-29 06:55:05.041954"]] TRANSACTION (2.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.065167"], ["updated_at", "2022-09-29 06:55:05.065168"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE7\xBA\xA2\xE5\x8C\x85"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE7\xBA\xA2\xE5\x8C\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.094405"], ["updated_at", "2022-09-29 06:55:05.094406"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (19.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xEF\xBC\x8C\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xEF\xBC\x8C\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.124595"], ["updated_at", "2022-09-29 06:55:05.124597"]] TRANSACTION (3.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90(\xE5\xB7\xA5\xE5\x8A\x9B)\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90(\xE5\xB7\xA5\xE5\x8A\x9B)\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.173248"], ["updated_at", "2022-09-29 06:55:05.173250"]] TRANSACTION (4.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90(\xE5\xB7\xA5\xE5\x8A\x9B)\xE5\xAD\xA6"], ["LIMIT", 1]] CensorBear::StopWord Update (11.8ms) UPDATE "censor_bear_stop_words" SET "key" = $1, "ugc" = $2, "username" = $3, "signature" = $4, "dialog" = $5, "nickname" = $6, "replacement" = $7, "user_id" = $8, "created_at" = $9, "updated_at" = $10 WHERE "censor_bear_stop_words"."id" = $11 [["key", "\xE7\x8F\x90(\xE5\xB7\xA5\xE5\x8A\x9B)\xE5\xAD\xA6"], ["ugc", "review"], ["username", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["nickname", "ignore"], ["replacement", "**"], ["user_id", 1], ["created_at", "2022-09-29 06:55:05.231578"], ["updated_at", "2022-09-29 06:55:05.231579"], ["id", 5825]] User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90.\xE8\xBC\xAA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90.\xE8\xBC\xAA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.261929"], ["updated_at", "2022-09-29 06:55:05.261930"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90.\xE8\xBC\xAA\xE5\x8A\x9F"], ["LIMIT", 1]] CensorBear::StopWord Update (4.4ms) UPDATE "censor_bear_stop_words" SET "key" = $1, "ugc" = $2, "username" = $3, "signature" = $4, "dialog" = $5, "nickname" = $6, "replacement" = $7, "user_id" = $8, "created_at" = $9, "updated_at" = $10 WHERE "censor_bear_stop_words"."id" = $11 [["key", "\xE7\x8F\x90.\xE8\xBC\xAA\xE5\x8A\x9F"], ["ugc", "review"], ["username", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["nickname", "ignore"], ["replacement", "**"], ["user_id", 1], ["created_at", "2022-09-29 06:55:05.296856"], ["updated_at", "2022-09-29 06:55:05.296858"], ["id", 5826]] User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.313121"], ["updated_at", "2022-09-29 06:55:05.313122"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.340485"], ["updated_at", "2022-09-29 06:55:05.340485"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.370159"], ["updated_at", "2022-09-29 06:55:05.370160"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.397049"], ["updated_at", "2022-09-29 06:55:05.397053"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.429164"], ["updated_at", "2022-09-29 06:55:05.429165"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.455813"], ["updated_at", "2022-09-29 06:55:05.455814"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.480678"], ["updated_at", "2022-09-29 06:55:05.480679"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.508764"], ["updated_at", "2022-09-29 06:55:05.508766"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\x83\xE5\xA6\x88\xE5\x92\xAA"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\x83\xE5\xA6\x88\xE5\x92\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.530387"], ["updated_at", "2022-09-29 06:55:05.530388"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\x83\xE7\x90\x83"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\x83\xE7\x90\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.550233"], ["updated_at", "2022-09-29 06:55:05.550234"]] TRANSACTION (2.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\x86\xE5\x81\x9A\xE5\xB8\x90\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\x86\xE5\x81\x9A\xE5\xB8\x90\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.575250"], ["updated_at", "2022-09-29 06:55:05.575251"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\x86\xE5\x90\x84\xE7\xA7\x8D\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\x86\xE5\x90\x84\xE7\xA7\x8D\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.609905"], ["updated_at", "2022-09-29 06:55:05.609909"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\x86\xE6\x98\xAF\xE5\xBD\xB1\xE5\xB8\x9D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\x86\xE6\x98\xAF\xE5\xBD\xB1\xE5\xB8\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.632566"], ["updated_at", "2022-09-29 06:55:05.632566"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\x86\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\x86\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.654597"], ["updated_at", "2022-09-29 06:55:05.654598"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\xBC\xE6\xB5\x86"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\xBC\xE6\xB5\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.678437"], ["updated_at", "2022-09-29 06:55:05.678439"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\xBC\xE8\x8A\xB1\xE9\x97\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\xBC\xE8\x8A\xB1\xE9\x97\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.710195"], ["updated_at", "2022-09-29 06:55:05.710195"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x91\x9E\xE5\xA3\xAB\xE9\x87\x91\xE8\x9E\x8D\xE5\xA4\xA7\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x91\x9E\xE5\xA3\xAB\xE9\x87\x91\xE8\x9E\x8D\xE5\xA4\xA7\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.733775"], ["updated_at", "2022-09-29 06:55:05.733776"]] TRANSACTION (3.3ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x91\x9E\xE5\xAE\x89\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x91\x9E\xE5\xAE\x89\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.752751"], ["updated_at", "2022-09-29 06:55:05.752752"]] TRANSACTION (2.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x91\xBE\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (20.2ms) BEGIN User Load (13.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x91\xBE\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.775011"], ["updated_at", "2022-09-29 06:55:05.775012"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x93\xA6\xE6\x96\xAF\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x93\xA6\xE6\x96\xAF\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.840091"], ["updated_at", "2022-09-29 06:55:05.840091"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x93\xAE\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x93\xAE\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.861820"], ["updated_at", "2022-09-29 06:55:05.861820"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x93\xAE\xE5\xAE\x89\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x93\xAE\xE5\xAE\x89\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.889832"], ["updated_at", "2022-09-29 06:55:05.889833"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE5\x91\xBD\xE6\xA0\x91\xE7\x9A\x84\xE5\x88\x86\xE5\x8F\x89"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE5\x91\xBD\xE6\xA0\x91\xE7\x9A\x84\xE5\x88\x86\xE5\x8F\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.919246"], ["updated_at", "2022-09-29 06:55:05.919246"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.940309"], ["updated_at", "2022-09-29 06:55:05.940309"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE5\xAD\xA9\xE5\xAD\x90\xE6\xB2\xA1\xE5\xB1\x81\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE5\xAD\xA9\xE5\xAD\x90\xE6\xB2\xA1\xE5\xB1\x81\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.961144"], ["updated_at", "2022-09-29 06:55:05.961145"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE6\x84\x8F\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE6\x84\x8F\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:05.989412"], ["updated_at", "2022-09-29 06:55:05.989413"]] TRANSACTION (6.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE6\x88\x90\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE6\x88\x90\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.027365"], ["updated_at", "2022-09-29 06:55:06.027365"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE6\xAE\x96"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE6\xAE\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.050854"], ["updated_at", "2022-09-29 06:55:06.050854"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.071194"], ["updated_at", "2022-09-29 06:55:06.071195"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.104213"], ["updated_at", "2022-09-29 06:55:06.104214"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE6\xB4\xBB\xE8\xB4\xB9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE6\xB4\xBB\xE8\xB4\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.127017"], ["updated_at", "2022-09-29 06:55:06.127018"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE8\x82\x96\xE4\xB8\xAD\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE8\x82\x96\xE4\xB8\xAD\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.147910"], ["updated_at", "2022-09-29 06:55:06.147911"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE8\xA2\xAB\xE7\xA0\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE8\xA2\xAB\xE7\xA0\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.167609"], ["updated_at", "2022-09-29 06:55:06.167609"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE8\xB8\xA9\xE8\xB8\x8F"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE8\xB8\xA9\xE8\xB8\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.197658"], ["updated_at", "2022-09-29 06:55:06.197659"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xA2\xE9\xBB\xA8\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xA2\xE9\xBB\xA8\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.224862"], ["updated_at", "2022-09-29 06:55:06.224863"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xA8\xE5\x88\x80\xE6\xA8\xAA\xE5\x90\x91\xE5\x88\x87\xE8\x85\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xA8\xE5\x88\x80\xE6\xA8\xAA\xE5\x90\x91\xE5\x88\x87\xE8\x85\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.245020"], ["updated_at", "2022-09-29 06:55:06.245020"]] TRANSACTION (2.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xA8\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xA8\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.264495"], ["updated_at", "2022-09-29 06:55:06.264495"]] TRANSACTION (6.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xA8\xE5\x8A\x9B\xE6\x93\x8D\xE5\xA6\x88\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xA8\xE5\x8A\x9B\xE6\x93\x8D\xE5\xA6\x88\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.302428"], ["updated_at", "2022-09-29 06:55:06.302429"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xA8\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xA8\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.334019"], ["updated_at", "2022-09-29 06:55:06.334020"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xAC\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xAC\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.359489"], ["updated_at", "2022-09-29 06:55:06.359490"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB0\xE5\x81\x9C\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB0\xE5\x81\x9C\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.384373"], ["updated_at", "2022-09-29 06:55:06.384374"]] TRANSACTION (18.5ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB0\xE5\x87\xA4\xE5\xB1\xB1\xE3\x80\x82"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB0\xE5\x87\xA4\xE5\xB1\xB1\xE3\x80\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.440896"], ["updated_at", "2022-09-29 06:55:06.440897"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB0\xE5\x87\xA4\xE5\xB2\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB0\xE5\x87\xA4\xE5\xB2\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.471112"], ["updated_at", "2022-09-29 06:55:06.471113"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB0\xE6\x88\x90\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN [1mUser Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB0\xE6\x88\x90\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.498664"], ["updated_at", "2022-09-29 06:55:06.498665"]] TRANSACTION (5.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB0\xE7\x94\xB0\xE6\xA1\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB0\xE7\x94\xB0\xE6\xA1\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.525934"], ["updated_at", "2022-09-29 06:55:06.525934"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB0\xE7\xBA\xAA\xE4\xBA\x91"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB0\xE7\xBA\xAA\xE4\xBA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.549569"], ["updated_at", "2022-09-29 06:55:06.549570"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB0\xE7\xBD\xA2\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (10.0ms) BEGIN User Load (20.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB0\xE7\xBD\xA2\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.571080"], ["updated_at", "2022-09-29 06:55:06.571081"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB1\xE5\x96\x9C\xE8\xB4\xB5"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB1\xE5\x96\x9C\xE8\xB4\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.631706"], ["updated_at", "2022-09-29 06:55:06.631707"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB2\xE5\x9F\xBA\xE5\xAE\x89\xE9\x9D\x9E\xE4\xBB\x96\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB2\xE5\x9F\xBA\xE5\xAE\x89\xE9\x9D\x9E\xE4\xBB\x96\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.656019"], ["updated_at", "2022-09-29 06:55:06.656020"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB2\xE6\xB5\x81\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB2\xE6\xB5\x81\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.683644"], ["updated_at", "2022-09-29 06:55:06.683645"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB2\xE7\x9D\xBE\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB2\xE7\x9D\xBE\xE9\x85\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.715633"], ["updated_at", "2022-09-29 06:55:06.715634"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB2\xE8\x99\xAB\xE8\xB7\xB3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB2\xE8\x99\xAB\xE8\xB7\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.736408"], ["updated_at", "2022-09-29 06:55:06.736409"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE5\x87\xBB\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE5\x87\xBB\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.759138"], ["updated_at", "2022-09-29 06:55:06.759139"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE5\xAD\x90\xE7\x8B\x97\xE5\xAF\xBC\xE8\x88\xAA\xE6\x89\x8B\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE5\xAD\x90\xE7\x8B\x97\xE5\xAF\xBC\xE8\x88\xAA\xE6\x89\x8B\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.788735"], ["updated_at", "2022-09-29 06:55:06.788736"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.820106"], ["updated_at", "2022-09-29 06:55:06.820107"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\x84\x91\xE4\xBC\xA0\xE8\xAE\xAF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\x84\x91\xE4\xBC\xA0\xE8\xAE\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.843218"], ["updated_at", "2022-09-29 06:55:06.843218"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xA7\x86\xE6\xB5\x81\xE6\xB0\x93"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xA7\x86\xE6\xB5\x81\xE6\xB0\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.865411"], ["updated_at", "2022-09-29 06:55:06.865412"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xAD\xA6\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xAD\xA6\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.896459"], ["updated_at", "2022-09-29 06:55:06.896460"]] TRANSACTION (6.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE4\xBA\xA4\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE4\xBA\xA4\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.929740"], ["updated_at", "2022-09-29 06:55:06.929740"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.961321"], ["updated_at", "2022-09-29 06:55:06.961321"]] TRANSACTION (7.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE6\x8B\xA6\xE6\x88\xAA\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE6\x8B\xA6\xE6\x88\xAA\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:06.997378"], ["updated_at", "2022-09-29 06:55:06.997380"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE7\x9B\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE7\x9B\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.034539"], ["updated_at", "2022-09-29 06:55:07.034541"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE7\xAA\x83\xE5\x90\xAC"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE7\xAA\x83\xE5\x90\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.063544"], ["updated_at", "2022-09-29 06:55:07.063548"]] TRANSACTION (5.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE8\xBF\xBD\xE6\x9D\x80\xE7\xB3\xBB\xE7\xBB\x9F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE8\xBF\xBD\xE6\x9D\x80\xE7\xB3\xBB\xE7\xBB\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.099913"], ["updated_at", "2022-09-29 06:55:07.099914"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xBD\xA6\xE4\xB9\x8B\xE7\x8B\xBC"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xBD\xA6\xE4\xB9\x8B\xE7\x8B\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.126426"], ["updated_at", "2022-09-29 06:55:07.126427"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.152226"], ["updated_at", "2022-09-29 06:55:07.152227"]] TRANSACTION (5.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE4\xBA\xBA\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE4\xBA\xBA\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.184957"], ["updated_at", "2022-09-29 06:55:07.184958"]] TRANSACTION (9.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE4\xBA\xBA\xE9\x87\x8E\xE5\x85\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE4\xBA\xBA\xE9\x87\x8E\xE5\x85\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.226774"], ["updated_at", "2022-09-29 06:55:07.226775"]] TRANSACTION (2.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\x85\xAC\xE5\x85\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\x85\xAC\xE5\x85\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.250372"], ["updated_at", "2022-09-29 06:55:07.250373"]] TRANSACTION (4.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\x85\xAC\xE9\x97\x9C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\x85\xAC\xE9\x97\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.277189"], ["updated_at", "2022-09-29 06:55:07.277191"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE4\xBA\xA4\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE4\xBA\xA4\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.310652"], ["updated_at", "2022-09-29 06:55:07.310653"]] TRANSACTION (4.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE6\x80\xA7\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE6\x80\xA7\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.335240"], ["updated_at", "2022-09-29 06:55:07.335241"]] TRANSACTION (2.6ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE6\x80\xA7\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE6\x80\xA7\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.360781"], ["updated_at", "2022-09-29 06:55:07.360781"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE6\xAC\xA2\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE6\xAC\xA2\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.395537"], ["updated_at", "2022-09-29 06:55:07.395539"]] TRANSACTION (4.2ms) COMMIT User Load (8.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.434959"], ["updated_at", "2022-09-29 06:55:07.434960"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\xA6\x93"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\xA6\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.458305"], ["updated_at", "2022-09-29 06:55:07.458306"]] TRANSACTION (5.6ms) COMMIT User Load (11.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\xAE\xA0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\xAE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.500592"], ["updated_at", "2022-09-29 06:55:07.500593"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE6\xA0\xB9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE6\xA0\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.539138"], ["updated_at", "2022-09-29 06:55:07.539139"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.564832"], ["updated_at", "2022-09-29 06:55:07.564833"]] TRANSACTION (3.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE6\xAC\xA2\xE5\xA5\xB3\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE6\xAC\xA2\xE5\xA5\xB3\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.596671"], ["updated_at", "2022-09-29 06:55:07.596671"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE6\xB6\xA9\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE6\xB6\xA9\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.625393"], ["updated_at", "2022-09-29 06:55:07.625394"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.645168"], ["updated_at", "2022-09-29 06:55:07.645169"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE7\x94\xB7"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE7\x94\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.665090"], ["updated_at", "2022-09-29 06:55:07.665090"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.691841"], ["updated_at", "2022-09-29 06:55:07.691841"]] TRANSACTION (4.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.722426"], ["updated_at", "2022-09-29 06:55:07.722426"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB8\xE6\x9E\x9C\xE6\x95\xA2"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB8\xE6\x9E\x9C\xE6\x95\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.745237"], ["updated_at", "2022-09-29 06:55:07.745238"]] TRANSACTION (2.4ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\x8F\xE7\xBD\xAA\xE8\x87\xAA\xE6\x9D\x80\xE3\x80\x82"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\x8F\xE7\xBD\xAA\xE8\x87\xAA\xE6\x9D\x80\xE3\x80\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.763861"], ["updated_at", "2022-09-29 06:55:07.763861"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\x99\xE5\x85\x9A\xE5\xAF\x9F\xE7\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\x99\xE5\x85\x9A\xE5\xAF\x9F\xE7\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.789504"], ["updated_at", "2022-09-29 06:55:07.789505"]] TRANSACTION (9.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\x99\xE5\x9B\x9B\xE8\xBF\x9B\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\x99\xE5\x9B\x9B\xE8\xBF\x9B\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.833372"], ["updated_at", "2022-09-29 06:55:07.833372"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\x99\xE5\xA6\xBB \xE6\x96\xAF\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\x99\xE5\xA6\xBB \xE6\x96\xAF\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.869047"], ["updated_at", "2022-09-29 06:55:07.869048"]] TRANSACTION (4.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\x99\xE5\xA6\xBB\xE6\x96\xAF\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\x99\xE5\xA6\xBB\xE6\x96\xAF\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.908436"], ["updated_at", "2022-09-29 06:55:07.908437"]] TRANSACTION (4.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\x99\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\x99\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.944415"], ["updated_at", "2022-09-29 06:55:07.944415"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\x99\xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\x99\xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:07.969109"], ["updated_at", "2022-09-29 06:55:07.969110"]] TRANSACTION (4.2ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\xAA\xE6\x91\x8A"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\xAA\xE6\x91\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.005174"], ["updated_at", "2022-09-29 06:55:08.005177"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x96\x86\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x96\x86\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.037210"], ["updated_at", "2022-09-29 06:55:08.037211"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x96\x86\xE7\x8D\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x96\x86\xE7\x8D\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.059813"], ["updated_at", "2022-09-29 06:55:08.059814"]] TRANSACTION (5.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x96\xAF\xE7\x8B\x82\xE6\x8A\xBD\xE9\x80\x81"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x96\xAF\xE7\x8B\x82\xE6\x8A\xBD\xE9\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.094908"], ["updated_at", "2022-09-29 06:55:08.094909"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x96\xBE\xE7\x97\x85\xE4\xB8\x9A\xE5\x80\xBA\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x96\xBE\xE7\x97\x85\xE4\xB8\x9A\xE5\x80\xBA\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.126459"], ["updated_at", "2022-09-29 06:55:08.126460"]] TRANSACTION (3.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x97\x85\xE5\xA8\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x97\x85\xE5\xA8\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.155680"], ["updated_at", "2022-09-29 06:55:08.155681"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x97\x87\xE8\x85\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x97\x87\xE8\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.179404"], ["updated_at", "2022-09-29 06:55:08.179405"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x97\x9B\xE6\x89\xB9\xE6\x94\xBF\xE6\xB3\x95\xE5\xA7\x94"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x97\x9B\xE6\x89\xB9\xE6\x94\xBF\xE6\xB3\x95\xE5\xA7\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.209896"], ["updated_at", "2022-09-29 06:55:08.209896"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x98\x9F\xE5\x81\x87\xE9\xA5\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x98\x9F\xE5\x81\x87\xE9\xA5\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.242936"], ["updated_at", "2022-09-29 06:55:08.242937"]] TRANSACTION (2.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x98\x9F\xE5\x8A\xA0\xE9\xA5\xB1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x98\x9F\xE5\x8A\xA0\xE9\xA5\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.265859"], ["updated_at", "2022-09-29 06:55:08.265860"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x98\x9F\xE5\xAE\xB6\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x98\x9F\xE5\xAE\xB6\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.297346"], ["updated_at", "2022-09-29 06:55:08.297347"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x98\x9F\xE7\x96\xAB\xE7\x88\x86\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x98\x9F\xE7\x96\xAB\xE7\x88\x86\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.327975"], ["updated_at", "2022-09-29 06:55:08.327975"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x98\xBE\xE5\x90\x9B\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x98\xBE\xE5\x90\x9B\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.348686"], ["updated_at", "2022-09-29 06:55:08.348687"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xA5\xE8\x85\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xA5\xE8\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.368685"], ["updated_at", "2022-09-29 06:55:08.368686"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBB\xE8\xBE\x89"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBB\xE8\xBE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.397313"], ["updated_at", "2022-09-29 06:55:08.397313"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBB\xE9\x99\x86\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBB\xE9\x99\x86\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.423191"], ["updated_at", "2022-09-29 06:55:08.423191"]] TRANSACTION (2.3ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBC\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBC\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.441770"], ["updated_at", "2022-09-29 06:55:08.441770"]] TRANSACTION (2.2ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBC\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBC\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.461273"], ["updated_at", "2022-09-29 06:55:08.461274"]] TRANSACTION (11.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBC\xE7\x94\x9F\xE9\x97\x9C\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBC\xE7\x94\x9F\xE9\x97\x9C\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.497309"], ["updated_at", "2022-09-29 06:55:08.497310"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBC\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBC\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.527110"], ["updated_at", "2022-09-29 06:55:08.527111"]] TRANSACTION (2.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE5\x85\x8B\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE5\x85\x8B\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.547873"], ["updated_at", "2022-09-29 06:55:08.547874"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE5\x85\x94"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE5\x85\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.568094"], ["updated_at", "2022-09-29 06:55:08.568095"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE5\xAB\xA9"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE5\xAB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.595914"], ["updated_at", "2022-09-29 06:55:08.595915"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE5\xAE\xAB\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE5\xAE\xAB\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.627122"], ["updated_at", "2022-09-29 06:55:08.627123"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.647688"], ["updated_at", "2022-09-29 06:55:08.647689"]] TRANSACTION (2.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE6\xA2\xA6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE6\xA2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.667014"], ["updated_at", "2022-09-29 06:55:08.667015"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE6\xB5\x86\xE5\x9B\x9B\xE6\xBA\x85"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE6\xB5\x86\xE5\x9B\x9B\xE6\xBA\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.697310"], ["updated_at", "2022-09-29 06:55:08.697311"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE6\xB5\x8A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE6\xB5\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.733318"], ["updated_at", "2022-09-29 06:55:08.733320"]] TRANSACTION (4.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE6\xB6\xB2\xE5\x9B\x9B\xE6\xBA\x85"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE6\xB6\xB2\xE5\x9B\x9B\xE6\xBA\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.762036"], ["updated_at", "2022-09-29 06:55:08.762037"]] TRANSACTION (4.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x81\xBC"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x81\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.789565"], ["updated_at", "2022-09-29 06:55:08.789566"]] TRANSACTION (5.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x86\x8A"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x86\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.821293"], ["updated_at", "2022-09-29 06:55:08.821294"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x86\x8A\xE9\x98\x85\xE8\xAF\xBB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x86\x8A\xE9\x98\x85\xE8\xAF\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.846477"], ["updated_at", "2022-09-29 06:55:08.846478"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x8E\x9B\xE8\xB5\xA4\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x8E\x9B\xE8\xB5\xA4\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.870314"], ["updated_at", "2022-09-29 06:55:08.870314"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x97\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.889989"], ["updated_at", "2022-09-29 06:55:08.889990"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x99\xA1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x99\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.912928"], ["updated_at", "2022-09-29 06:55:08.912929"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x9A\x99\xE7\x9A\x84\xE8\x85\xBF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x9A\x99\xE7\x9A\x84\xE8\x85\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.944280"], ["updated_at", "2022-09-29 06:55:08.944281"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x9A\xAE\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x9A\xAE\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.969440"], ["updated_at", "2022-09-29 06:55:08.969440"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\xAB\x8B\xE6\x9C\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\xAB\x8B\xE6\x9C\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:08.997731"], ["updated_at", "2022-09-29 06:55:08.997733"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.032556"], ["updated_at", "2022-09-29 06:55:09.032557"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x8A\xB1\xE8\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x8A\xB1\xE8\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.065310"], ["updated_at", "2022-09-29 06:55:09.065311"]] TRANSACTION (3.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x99\x8E"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x99\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.094605"], ["updated_at", "2022-09-29 06:55:09.094606"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.129735"], ["updated_at", "2022-09-29 06:55:09.129736"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.161741"], ["updated_at", "2022-09-29 06:55:09.161742"]] TRANSACTION (6.9ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.196617"], ["updated_at", "2022-09-29 06:55:09.196618"]] TRANSACTION (7.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\xB0\x91\xE5\xA6\x87\xE7\x99\xBD\xE8\x99\x8E\xE9\x98\xB4\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\xB0\x91\xE5\xA6\x87\xE7\x99\xBD\xE8\x99\x8E\xE9\x98\xB4\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.241941"], ["updated_at", "2022-09-29 06:55:09.241942"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.270119"], ["updated_at", "2022-09-29 06:55:09.270120"]] TRANSACTION (7.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE9\x98\xB4\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE9\x98\xB4\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.313399"], ["updated_at", "2022-09-29 06:55:09.313400"]] TRANSACTION (6.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE9\x9D\xA2"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE9\x9D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.368206"], ["updated_at", "2022-09-29 06:55:09.368224"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE9\xBB\x84\xE7\x89\x99\xE7\xAD\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE9\xBB\x84\xE7\x89\x99\xE7\xAD\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.403804"], ["updated_at", "2022-09-29 06:55:09.403805"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBE\xE4\xB9\x90\xE4\xBA\x8C\xE5\x91\x93"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBE\xE4\xB9\x90\xE4\xBA\x8C\xE5\x91\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.428587"], ["updated_at", "2022-09-29 06:55:09.428587"]] TRANSACTION (2.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBE\xE5\x88\x86\xE7\x99\xBE\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBE\xE5\x88\x86\xE7\x99\xBE\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.449509"], ["updated_at", "2022-09-29 06:55:09.449510"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.471877"], ["updated_at", "2022-09-29 06:55:09.471878"]] TRANSACTION (5.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\x84\xE5\x90\x8C\xE4\xBF\xAE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\x84\xE5\x90\x8C\xE4\xBF\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.504168"], ["updated_at", "2022-09-29 06:55:09.504169"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\x84\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\x84\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.532835"], ["updated_at", "2022-09-29 06:55:09.532835"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\x87\xE5\x86\xA0\xE6\x8A\x95\xE6\xB3\xA8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\x87\xE5\x86\xA0\xE6\x8A\x95\xE6\xB3\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.553909"], ["updated_at", "2022-09-29 06:55:09.553910"]] TRANSACTION (3.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\x87\xE5\xAE\xB6\xE8\xBD\xAE\xE7\x9B\x98"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\x87\xE5\xAE\xB6\xE8\xBD\xAE\xE7\x9B\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.580816"], ["updated_at", "2022-09-29 06:55:09.580817"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\xAE\xE7\xAE\xB1\xE7\x82\xB8\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\xAE\xE7\xAE\xB1\xE7\x82\xB8\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.620362"], ["updated_at", "2022-09-29 06:55:09.620363"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\xAE\xE8\x82\xA4\xE6\xB5\x8B\xE8\xAF\x95"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\xAE\xE8\x82\xA4\xE6\xB5\x8B\xE8\xAF\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.644143"], ["updated_at", "2022-09-29 06:55:09.644143"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\xAE\xE8\x82\xA4\xE6\xB5\x8B\xE8\xAF\x95\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\xAE\xE8\x82\xA4\xE6\xB5\x8B\xE8\xAF\x95\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.666925"], ["updated_at", "2022-09-29 06:55:09.666925"]] TRANSACTION (6.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\xAE\xE8\x82\xA4\xE8\xB0\x83\xE6\x9F\xA5\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\xAE\xE8\x82\xA4\xE8\xB0\x83\xE6\x9F\xA5\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.695043"], ["updated_at", "2022-09-29 06:55:09.695044"]] TRANSACTION (5.8ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\xAE\xE9\xBB\x94\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\xAE\xE9\xBB\x94\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.739815"], ["updated_at", "2022-09-29 06:55:09.739816"]] TRANSACTION (4.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x88\xE8\xBD\xAF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x88\xE8\xBD\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.771213"], ["updated_at", "2022-09-29 06:55:09.771213"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x8A\xE5\x85\xB3\xE6\xB3\xA8\xE7\xBB\x84"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x8A\xE5\x85\xB3\xE6\xB3\xA8\xE7\xBB\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.804147"], ["updated_at", "2022-09-29 06:55:09.804147"]] TRANSACTION (10.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x8A\xE5\x8F\x97\xE8\xB4\xBF"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x8A\xE5\x8F\x97\xE8\xB4\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.842577"], ["updated_at", "2022-09-29 06:55:09.842581"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE5\x8E\xBB\xE6\xB0\xA7\xE9\xBA\xBB\xE9\xBB\x84\xE7\xA2\xB1\xE7\x94\xB5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE5\x8E\xBB\xE6\xB0\xA7\xE9\xBA\xBB\xE9\xBB\x84\xE7\xA2\xB1\xE7\x94\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.870241"], ["updated_at", "2022-09-29 06:55:09.870242"]] TRANSACTION (5.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE6\x9B\xB2"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE6\x9B\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.898114"], ["updated_at", "2022-09-29 06:55:09.898115"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE\xE5\x88\xB6\xE4\xBD\x9CQQ"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE\xE5\x88\xB6\xE4\xBD\x9CQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.929035"], ["updated_at", "2022-09-29 06:55:09.929036"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE\xE6\x89\xB9\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE\xE6\x89\xB9\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.953104"], ["updated_at", "2022-09-29 06:55:09.953104"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBAqq"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:09.973187"], ["updated_at", "2022-09-29 06:55:09.973187"]] TRANSACTION (8.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.008204"], ["updated_at", "2022-09-29 06:55:10.008206"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.036160"], ["updated_at", "2022-09-29 06:55:10.036160"]] TRANSACTION (7.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE5\x90\x88\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE5\x90\x88\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.074315"], ["updated_at", "2022-09-29 06:55:10.074316"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE6\x8A\x80\xE6\x9C\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE6\x8A\x80\xE6\x9C\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.102832"], ["updated_at", "2022-09-29 06:55:10.102832"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.124953"], ["updated_at", "2022-09-29 06:55:10.124954"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.146153"], ["updated_at", "2022-09-29 06:55:10.146154"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.167718"], ["updated_at", "2022-09-29 06:55:10.167719"]] TRANSACTION (3.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.189853"], ["updated_at", "2022-09-29 06:55:10.189854"]] TRANSACTION (7.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x91\xE5\x90\xAC\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x91\xE5\x90\xAC\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.228084"], ["updated_at", "2022-09-29 06:55:10.228085"]] TRANSACTION (5.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x91\xE5\x90\xAC\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x91\xE5\x90\xAC\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.262640"], ["updated_at", "2022-09-29 06:55:10.262641"]] TRANSACTION (4.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x91\xE5\x90\xAC\xE7\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x91\xE5\x90\xAC\xE7\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.304354"], ["updated_at", "2022-09-29 06:55:10.304355"]] TRANSACTION (14.7ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x91\xE7\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x91\xE7\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.369959"], ["updated_at", "2022-09-29 06:55:10.369960"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x91\xE7\x8B\xB1\xE7\xAE\xA1\xE7\x90\x86\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x91\xE7\x8B\xB1\xE7\xAE\xA1\xE7\x90\x86\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.407607"], ["updated_at", "2022-09-29 06:55:10.407607"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x91\xE7\x8B\xB1\xE9\x87\x8C\xE7\x9A\x84\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x91\xE7\x8B\xB1\xE9\x87\x8C\xE7\x9A\x84\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.430573"], ["updated_at", "2022-09-29 06:55:10.430574"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x91\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x91\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.452462"], ["updated_at", "2022-09-29 06:55:10.452463"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x97\xE5\x8F\x96qq"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x97\xE5\x8F\x96qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.473911"], ["updated_at", "2022-09-29 06:55:10.473911"]] TRANSACTION (3.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x97\xE5\x8F\x96\xE5\xAF\x86\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x97\xE5\x8F\x96\xE5\xAF\x86\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.500260"], ["updated_at", "2022-09-29 06:55:10.500261"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x97\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x97\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.532394"], ["updated_at", "2022-09-29 06:55:10.532394"]] TRANSACTION (4.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x97\xE6\x92\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x97\xE6\x92\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.558155"], ["updated_at", "2022-09-29 06:55:10.558156"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x97\xE7\xAA\x83"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x97\xE7\xAA\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.578123"], ["updated_at", "2022-09-29 06:55:10.578124"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x98\xE5\x8F\xA3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x98\xE5\x8F\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.607709"], ["updated_at", "2022-09-29 06:55:10.607710"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x98\xE5\x8F\xA4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x98\xE5\x8F\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.636105"], ["updated_at", "2022-09-29 06:55:10.636106"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x98\xE5\x8F\xA4\xE4\xB9\x90\xE9\x98\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x98\xE5\x8F\xA4\xE4\xB9\x90\xE9\x98\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.658557"], ["updated_at", "2022-09-29 06:55:10.658557"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x98\xE8\x82\xA0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x98\xE8\x82\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.678677"], ["updated_at", "2022-09-29 06:55:10.678678"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x9B\xE4\xB8\x96\xE9\x98\x85\xE8\xAF\xBB\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x9B\xE4\xB8\x96\xE9\x98\x85\xE8\xAF\xBB\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.706604"], ["updated_at", "2022-09-29 06:55:10.706605"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x9B\xE5\x8D\x8E\xE4\xBB\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x9B\xE5\x8D\x8E\xE4\xBB\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.733814"], ["updated_at", "2022-09-29 06:55:10.733814"]] TRANSACTION (3.3ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x9B\xE8\xA1\x8C\xE5\x9C\xA8\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x9B\xE8\xA1\x8C\xE5\x9C\xA8\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.754034"], ["updated_at", "2022-09-29 06:55:10.754034"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x9B\xE9\x9B\xAA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x9B\xE9\x9B\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.776301"], ["updated_at", "2022-09-29 06:55:10.776301"]] TRANSACTION (4.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\xB4\xE5\x88\x80\xE5\x8C\x95\xE9\xA6\x96\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\xB4\xE5\x88\x80\xE5\x8C\x95\xE9\xA6\x96\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.804039"], ["updated_at", "2022-09-29 06:55:10.804040"]] TRANSACTION (6.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\xB4\xE6\x92\xAD"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\xB4\xE6\x92\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.857768"], ["updated_at", "2022-09-29 06:55:10.857770"]] TRANSACTION (6.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\xB8\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\xB8\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.901492"], ["updated_at", "2022-09-29 06:55:10.901493"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\xB8\xE5\xAF\xB9\xE6\x9C\x80\xE5\xA4\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\xB8\xE5\xAF\xB9\xE6\x9C\x80\xE5\xA4\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.942827"], ["updated_at", "2022-09-29 06:55:10.942828"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x8BJJ"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x8BJJ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.967888"], ["updated_at", "2022-09-29 06:55:10.967889"]] TRANSACTION (2.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x8B\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x8B\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:10.991366"], ["updated_at", "2022-09-29 06:55:10.991367"]] TRANSACTION (6.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x8B\xE4\xB9\xA6\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x8B\xE4\xB9\xA6\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.027373"], ["updated_at", "2022-09-29 06:55:11.027373"]] TRANSACTION (2.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x8B\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x8B\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.049838"], ["updated_at", "2022-09-29 06:55:11.049838"]] TRANSACTION (3.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE3\x80\x81\xE5\x96\x84\xE3\x80\x81\xE5\xBF\x8D"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE3\x80\x81\xE5\x96\x84\xE3\x80\x81\xE5\xBF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.083759"], ["updated_at", "2022-09-29 06:55:11.083759"]] TRANSACTION (4.7ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.123562"], ["updated_at", "2022-09-29 06:55:11.123564"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE4\xBA\xBA\xE8\xB5\x8C\xE5\x8D\x9A\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE4\xBA\xBA\xE8\xB5\x8C\xE5\x8D\x9A\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.156080"], ["updated_at", "2022-09-29 06:55:11.156081"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE4\xBB\x96\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE4\xBB\x96\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.183437"], ["updated_at", "2022-09-29 06:55:11.183438"]] TRANSACTION (4.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE4\xBB\x96\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE4\xBB\x96\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.217692"], ["updated_at", "2022-09-29 06:55:11.217693"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE5\x96\x84\xE5\xBF\x8D"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE5\x96\x84\xE5\xBF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.250460"], ["updated_at", "2022-09-29 06:55:11.250461"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE5\x96\x84\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE5\x96\x84\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.273885"], ["updated_at", "2022-09-29 06:55:11.273886"]] TRANSACTION (5.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE5\xAE\x9E\xE6\x96\x87\xE5\x87\xAD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE5\xAE\x9E\xE6\x96\x87\xE5\x87\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.304299"], ["updated_at", "2022-09-29 06:55:11.304299"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE5\xAE\x9E\xE8\xB5\x84\xE6\xA0\xBC"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE5\xAE\x9E\xE8\xB5\x84\xE6\xA0\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.333270"], ["updated_at", "2022-09-29 06:55:11.333271"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE5\xAE\x9E\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81qq"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE5\xAE\x9E\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.357475"], ["updated_at", "2022-09-29 06:55:11.357476"]] TRANSACTION (2.4ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE6\x9E\xAA\xE5\x93\xAA\xE9\x87\x8C\xE6\x9C\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE6\x9E\xAA\xE5\x93\xAA\xE9\x87\x8C\xE6\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.377096"], ["updated_at", "2022-09-29 06:55:11.377097"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.398991"], ["updated_at", "2022-09-29 06:55:11.398992"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE7\x90\x86\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE7\x90\x86\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.427054"], ["updated_at", "2022-09-29 06:55:11.427055"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE7\x9B\xB8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE7\x9B\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.451965"], ["updated_at", "2022-09-29 06:55:11.451965"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE8\xB1\xA1"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE8\xB1\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.472035"], ["updated_at", "2022-09-29 06:55:11.472036"]] TRANSACTION (7.7ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x8E\x97\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x8E\x97\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.504694"], ["updated_at", "2022-09-29 06:55:11.504695"]] TRANSACTION (5.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1,\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1,\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.536555"], ["updated_at", "2022-09-29 06:55:11.536556"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE4\xB9\xB0\xE5\x81\x87\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE4\xB9\xB0\xE5\x81\x87\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.556376"], ["updated_at", "2022-09-29 06:55:11.556376"]] TRANSACTION (2.4ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\x8A\x95\xE6\xB3\xA8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\x8A\x95\xE6\xB3\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.574724"], ["updated_at", "2022-09-29 06:55:11.574725"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\x96\x97\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\x96\x97\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.597366"], ["updated_at", "2022-09-29 06:55:11.597367"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\x96\x97\xE5\x9C\xB0\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\x96\x97\xE5\x9C\xB0\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.625240"], ["updated_at", "2022-09-29 06:55:11.625241"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\xA2\xAD\xE5\x93\x88"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\xA2\xAD\xE5\x93\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.646648"], ["updated_at", "2022-09-29 06:55:11.646649"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\xA3\x8B\xE7\x89\x8C\xE6\xB8\xB8\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\xA3\x8B\xE7\x89\x8C\xE6\xB8\xB8\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.665327"], ["updated_at", "2022-09-29 06:55:11.665328"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\xB8\xB8\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\xB8\xB8\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.684996"], ["updated_at", "2022-09-29 06:55:11.684996"]] TRANSACTION (3.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\xBC\xE9\x95\x9C,\xE9\x80\x8F\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\xBC\xE9\x95\x9C,\xE9\x80\x8F\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.716552"], ["updated_at", "2022-09-29 06:55:11.716553"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87yjs\xE4\xB8\xAD\xE5\x9E\x8B\xE5\xBC\x93\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87yjs\xE4\xB8\xAD\xE5\x9E\x8B\xE5\xBC\x93\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.740471"], ["updated_at", "2022-09-29 06:55:11.740471"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87\xE4\xB8\xA4\xE7\x94\xA8\xE4\xB8\xAD\xE5\x9E\x8B\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87\xE4\xB8\xA4\xE7\x94\xA8\xE4\xB8\xAD\xE5\x9E\x8B\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.763326"], ["updated_at", "2022-09-29 06:55:11.763327"]] TRANSACTION (3.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87\xE5\xBC\x93\xE5\xBC\xA9\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87\xE5\xBC\x93\xE5\xBC\xA9\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.787031"], ["updated_at", "2022-09-29 06:55:11.787032"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.823107"], ["updated_at", "2022-09-29 06:55:11.823108"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9D\x80\xE6\x8A\xA4\xE5\xA3\xAB\xE7\x9A\x84\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9D\x80\xE6\x8A\xA4\xE5\xA3\xAB\xE7\x9A\x84\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.854956"], ["updated_at", "2022-09-29 06:55:11.854956"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9D\x80\xE6\xB6\x9B\xE5\x93\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9D\x80\xE6\xB6\x9B\xE5\x93\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.881207"], ["updated_at", "2022-09-29 06:55:11.881208"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9D\xA1\xE5\x89\x8D\xE5\xB0\x8F\xE8\x82\x89\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9D\xA1\xE5\x89\x8D\xE5\xB0\x8F\xE8\x82\x89\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.913396"], ["updated_at", "2022-09-29 06:55:11.913397"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9D\xA1\xE7\x9D\x80\xE6\xAD\xA6\xE7\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9D\xA1\xE7\x9D\x80\xE6\xAD\xA6\xE7\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.944997"], ["updated_at", "2022-09-29 06:55:11.945007"]] TRANSACTION (3.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9D\xBE\xE4\xB8\xB8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9D\xBE\xE4\xB8\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:11.973088"], ["updated_at", "2022-09-29 06:55:11.973089"]] TRANSACTION (5.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9E\x92\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9E\x92\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.001792"], ["updated_at", "2022-09-29 06:55:12.001794"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xA2\xE5\x90\xB9\xE6\x98\xA5\xE5\xA5\x88"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xA2\xE5\x90\xB9\xE6\x98\xA5\xE5\xA5\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.036833"], ["updated_at", "2022-09-29 06:55:12.036834"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xA2\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xA2\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.060370"], ["updated_at", "2022-09-29 06:55:12.060371"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xA5\xE9\x81\x9364"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xA5\xE9\x81\x9364"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.084351"], ["updated_at", "2022-09-29 06:55:12.084352"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE5\x95\x86\xE5\x8A\xA1\xE5\xB9\xBF\xE5\x91\x8A"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE5\x95\x86\xE5\x8A\xA1\xE5\xB9\xBF\xE5\x91\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.119406"], ["updated_at", "2022-09-29 06:55:12.119407"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE5\xB9\xBF\xE5\x91\x8A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE5\xB9\xBF\xE5\x91\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.147446"], ["updated_at", "2022-09-29 06:55:12.147446"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE6\x88\xAA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE6\x88\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.170303"], ["updated_at", "2022-09-29 06:55:12.170304"]] TRANSACTION (2.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE6\x8A\x95\xE7\xA5\xA8\xE4\xB8\x9A\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE6\x8A\x95\xE7\xA5\xA8\xE4\xB8\x9A\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.192901"], ["updated_at", "2022-09-29 06:55:12.192902"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE7\x8C\xAB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE7\x8C\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.228585"], ["updated_at", "2022-09-29 06:55:12.228585"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE7\xBE\xA4\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE7\xBE\xA4\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.254881"], ["updated_at", "2022-09-29 06:55:12.254882"]] TRANSACTION (2.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE7\xBE\xA4\xE5\x8F\x91\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE7\xBE\xA4\xE5\x8F\x91\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.280568"], ["updated_at", "2022-09-29 06:55:12.280569"]] TRANSACTION (5.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xB3\xE5\x85\x86\xE5\xBD\xAC"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xB3\xE5\x85\x86\xE5\xBD\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.315379"], ["updated_at", "2022-09-29 06:55:12.315381"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xB3\xE6\x88\x88"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xB3\xE6\x88\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.348541"], ["updated_at", "2022-09-29 06:55:12.348542"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xB3\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xB3\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.383372"], ["updated_at", "2022-09-29 06:55:12.383372"]] TRANSACTION (5.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xB3\xE8\x82\x96"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xB3\xE8\x82\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.420403"], ["updated_at", "2022-09-29 06:55:12.420407"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xBF\xE9\x9A\xBE\xE4\xB8\x8D\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xBF\xE9\x9A\xBE\xE4\xB8\x8D\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.448387"], ["updated_at", "2022-09-29 06:55:12.448388"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x81\xE5\xAD\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x81\xE5\xAD\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.471370"], ["updated_at", "2022-09-29 06:55:12.471371"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x8D\xE4\xBC\xA4\xE5\x84\xBF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x8D\xE4\xBC\xA4\xE5\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.491742"], ["updated_at", "2022-09-29 06:55:12.491742"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x8D\xE6\x9D\x80\xE5\xB9\xBC"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x8D\xE6\x9D\x80\xE5\xB9\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.516840"], ["updated_at", "2022-09-29 06:55:12.516841"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.544390"], ["updated_at", "2022-09-29 06:55:12.544391"]] TRANSACTION (6.1ms) COMMIT User Load (11.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.595459"], ["updated_at", "2022-09-29 06:55:12.595461"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.631342"], ["updated_at", "2022-09-29 06:55:12.631343"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.672874"], ["updated_at", "2022-09-29 06:55:12.672875"]] TRANSACTION (4.8ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.708253"], ["updated_at", "2022-09-29 06:55:12.708254"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.743640"], ["updated_at", "2022-09-29 06:55:12.743642"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.766808"], ["updated_at", "2022-09-29 06:55:12.766808"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.787788"], ["updated_at", "2022-09-29 06:55:12.787788"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\xB2\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\xB2\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.822221"], ["updated_at", "2022-09-29 06:55:12.822222"]] TRANSACTION (13.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\xB4\xE5\xA4\x84"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\xB4\xE5\xA4\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.867531"], ["updated_at", "2022-09-29 06:55:12.867532"]] TRANSACTION (3.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\xB4\xE7\xBD\x91\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\xB4\xE7\xBD\x91\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.894154"], ["updated_at", "2022-09-29 06:55:12.894155"]] TRANSACTION (4.7ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\xB4\xE9\x9E\x8B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\xB4\xE9\x9E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.935454"], ["updated_at", "2022-09-29 06:55:12.935458"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\xB8\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\xB8\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:12.972733"], ["updated_at", "2022-09-29 06:55:12.972733"]] TRANSACTION (7.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\x92\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\x92\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.008316"], ["updated_at", "2022-09-29 06:55:13.008317"]] TRANSACTION (6.2ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\x95\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\x95\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.069938"], ["updated_at", "2022-09-29 06:55:13.069939"]] TRANSACTION (4.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\x9D\xE5\x8C\x96\xE7\x94\x98"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\x9D\xE5\x8C\x96\xE7\x94\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.102516"], ["updated_at", "2022-09-29 06:55:13.102517"]] TRANSACTION (5.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\xAC\xE5\xB8\x81\xE4\xBE\x9B\xE5\xBA\x94"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\xAC\xE5\xB8\x81\xE4\xBE\x9B\xE5\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.137313"], ["updated_at", "2022-09-29 06:55:13.137314"]] TRANSACTION (3.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\xAC\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\xAC\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.162608"], ["updated_at", "2022-09-29 06:55:13.162609"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\xAC\xE6\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\xAC\xE6\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.187567"], ["updated_at", "2022-09-29 06:55:13.187568"]] TRANSACTION (5.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\xAC\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\xAC\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.224149"], ["updated_at", "2022-09-29 06:55:13.224150"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\xAE\xE5\x90\x89\xE5\xB0\xBC\xE7\x8E\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\xAE\xE5\x90\x89\xE5\xB0\xBC\xE7\x8E\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.257235"], ["updated_at", "2022-09-29 06:55:13.257236"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA2\x8C\xE5\x85\xA5\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA2\x8C\xE5\x85\xA5\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.283571"], ["updated_at", "2022-09-29 06:55:13.283572"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA3\x85\xE8\xA7\xA3\xE7\xA0\x81\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA3\x85\xE8\xA7\xA3\xE7\xA0\x81\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.315726"], ["updated_at", "2022-09-29 06:55:13.315727"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA3\x85\xE9\x81\xA5\xE6\x8E\xA7\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA3\x85\xE9\x81\xA5\xE6\x8E\xA7\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.356519"], ["updated_at", "2022-09-29 06:55:13.356520"]] TRANSACTION (4.8ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA3\x95\xE5\xBD\xB0"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA3\x95\xE5\xBD\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.400726"], ["updated_at", "2022-09-29 06:55:13.400727"]] TRANSACTION (13.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA3\xA8\xE9\x93\x81"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA3\xA8\xE9\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.459343"], ["updated_at", "2022-09-29 06:55:13.459344"]] TRANSACTION (5.7ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA4\xBAwei"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA4\xBAwei"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.518292"], ["updated_at", "2022-09-29 06:55:13.518309"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA4\xBA\xE5\xA8\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA4\xBA\xE5\xA8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.557873"], ["updated_at", "2022-09-29 06:55:13.557874"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA4\xBB\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA4\xBB\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.580636"], ["updated_at", "2022-09-29 06:55:13.580637"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA4\xBE\xE4\xBC\x9A\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA4\xBE\xE4\xBC\x9A\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.607245"], ["updated_at", "2022-09-29 06:55:13.607246"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA4\xBE\xE4\xBC\x9A\xE4\xB8\xBB\xE4\xB9\x89\xE7\x81\xAD\xE4\xBA\xA1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA4\xBE\xE4\xBC\x9A\xE4\xB8\xBB\xE4\xB9\x89\xE7\x81\xAD\xE4\xBA\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.639695"], ["updated_at", "2022-09-29 06:55:13.639696"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA4\xBE\xE4\xBC\x9A\xE6\xB7\xB7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA4\xBE\xE4\xBC\x9A\xE6\xB7\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.666157"], ["updated_at", "2022-09-29 06:55:13.666158"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA4\xBE\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA4\xBE\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.687378"], ["updated_at", "2022-09-29 06:55:13.687379"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x81\xE5\xBB\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x81\xE5\xBB\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.715374"], ["updated_at", "2022-09-29 06:55:13.715375"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x81\xE7\x8E\x89\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x81\xE7\x8E\x89\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.742857"], ["updated_at", "2022-09-29 06:55:13.742858"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x9E\xE4\xB8\x83\xE5\x81\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x9E\xE4\xB8\x83\xE5\x81\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.763576"], ["updated_at", "2022-09-29 06:55:13.763577"]] TRANSACTION (2.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x9E\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x9E\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.783742"], ["updated_at", "2022-09-29 06:55:13.783742"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x9E\xE5\xB7\x9E\xE5\xBF\x8F\xE6\x82\x94\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x9E\xE5\xB7\x9E\xE5\xBF\x8F\xE6\x82\x94\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.810081"], ["updated_at", "2022-09-29 06:55:13.810082"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x9E\xE7\x9A\x84\xE6\x95\x99\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x9E\xE7\x9A\x84\xE6\x95\x99\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.839345"], ["updated_at", "2022-09-29 06:55:13.839346"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x9E\xE9\x80\x9A\xE5\x8A\xA0\xE6\x8C\x81\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x9E\xE9\x80\x9A\xE5\x8A\xA0\xE6\x8C\x81\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.861114"], ["updated_at", "2022-09-29 06:55:13.861115"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x9E\xE9\x9B\x95\xE5\xA4\x96\xE4\xBC\xA0\xE4\xB9\x8B\xE9\x83\xAD\xE8\xA5\x84"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x9E\xE9\x9B\x95\xE5\xA4\x96\xE4\xBC\xA0\xE4\xB9\x8B\xE9\x83\xAD\xE8\xA5\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.881489"], ["updated_at", "2022-09-29 06:55:13.881489"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x9E\xE9\x9F\xB5\xE8\x89\xBA\xE6\x9C\xAF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x9E\xE9\x9F\xB5\xE8\x89\xBA\xE6\x9C\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.905717"], ["updated_at", "2022-09-29 06:55:13.905718"]] TRANSACTION (6.5ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\xA8\xE6\x8D\xAE\xE4\xBB\xA3\xE5\xBC\x80QQ"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\xA8\xE6\x8D\xAE\xE4\xBB\xA3\xE5\xBC\x80QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.943760"], ["updated_at", "2022-09-29 06:55:13.943761"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\xA8\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\xA8\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.969577"], ["updated_at", "2022-09-29 06:55:13.969578"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:13.990957"], ["updated_at", "2022-09-29 06:55:13.990958"]] TRANSACTION (7.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.047004"], ["updated_at", "2022-09-29 06:55:14.047005"]] TRANSACTION (5.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE5\x8D\xAB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE5\x8D\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.079086"], ["updated_at", "2022-09-29 06:55:14.079087"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.105137"], ["updated_at", "2022-09-29 06:55:14.105138"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE5\xAE\xAE\xE7\xA7\x98\xE5\x8F\xB2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE5\xAE\xAE\xE7\xA7\x98\xE5\x8F\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.137324"], ["updated_at", "2022-09-29 06:55:14.137324"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE5\xBF\x8C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE5\xBF\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.162146"], ["updated_at", "2022-09-29 06:55:14.162146"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE5\xBF\x8C\xE4\xB9\x8B\xE6\x81\x8B"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE5\xBF\x8C\xE4\xB9\x8B\xE6\x81\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.182427"], ["updated_at", "2022-09-29 06:55:14.182427"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE6\x96\xAD\xE5\xB0\x91\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE6\x96\xAD\xE5\xB0\x91\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.207779"], ["updated_at", "2022-09-29 06:55:14.207780"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.238920"], ["updated_at", "2022-09-29 06:55:14.238920"]] TRANSACTION (3.0ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.260799"], ["updated_at", "2022-09-29 06:55:14.260800"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE7\x8C\x8E"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE7\x8C\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.280999"], ["updated_at", "2022-09-29 06:55:14.281000"]] TRANSACTION (6.9ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE7\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE7\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.312519"], ["updated_at", "2022-09-29 06:55:14.312520"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE7\xBD\x91\xE7\xA6\x81\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE7\xBD\x91\xE7\xA6\x81\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.346349"], ["updated_at", "2022-09-29 06:55:14.346350"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE8\x84\x94"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE8\x84\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.367546"], ["updated_at", "2022-09-29 06:55:14.367547"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x85\xE5\xAF\x86\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x85\xE5\xAF\x86\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.388101"], ["updated_at", "2022-09-29 06:55:14.388101"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x8F\xE5\x88\xA9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x8F\xE5\x88\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.413912"], ["updated_at", "2022-09-29 06:55:14.413913"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x8F\xE5\xA8\x83\xE7\x9A\x84\xE9\xA0\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x8F\xE5\xA8\x83\xE7\x9A\x84\xE9\xA0\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.461387"], ["updated_at", "2022-09-29 06:55:14.461388"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x8F\xE5\xA8\x83\xE9\xA0\xAD\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x8F\xE5\xA8\x83\xE9\xA0\xAD\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.489299"], ["updated_at", "2022-09-29 06:55:14.489300"]] TRANSACTION (9.3ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x8F\xE5\xB0\x94\xE9\xA9\xAC\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x8F\xE5\xB0\x94\xE9\xA9\xAC\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.545304"], ["updated_at", "2022-09-29 06:55:14.545305"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x8F\xE5\xBB\xBA\xE5\x8A\x9E\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x8F\xE5\xBB\xBA\xE5\x8A\x9E\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.581313"], ["updated_at", "2022-09-29 06:55:14.581314"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x8F\xE9\x9F\xB3\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x8F\xE9\x9F\xB3\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.614492"], ["updated_at", "2022-09-29 06:55:14.614493"]] TRANSACTION (5.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x8F\xE9\xA6\x99\xE5\xB7\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x8F\xE9\xA6\x99\xE5\xB7\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.650184"], ["updated_at", "2022-09-29 06:55:14.650185"]] TRANSACTION (3.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\xBD\xE4\xB8\x80\xE5\x85\xBD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\xBD\xE4\xB8\x80\xE5\x85\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.678366"], ["updated_at", "2022-09-29 06:55:14.678366"]] TRANSACTION (3.1ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\xBD\xE5\x85\xBD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\xBD\xE5\x85\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.705605"], ["updated_at", "2022-09-29 06:55:14.705606"]] TRANSACTION (6.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\xBD\xE6\xB5\x81\xE6\x84\x9F\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\xBD\xE6\xB5\x81\xE6\x84\x9F\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.745722"], ["updated_at", "2022-09-29 06:55:14.745723"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\xBD\xEF\xBC\x8C\xE5\x85\xBD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\xBD\xEF\xBC\x8C\xE5\x85\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.777673"], ["updated_at", "2022-09-29 06:55:14.777673"]] TRANSACTION (4.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE4\xBA\xBA\xE4\xBE\xA6\xE6\x8E\xA2"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE4\xBA\xBA\xE4\xBE\xA6\xE6\x8E\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.809649"], ["updated_at", "2022-09-29 06:55:14.809650"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.850662"], ["updated_at", "2022-09-29 06:55:14.850663"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE5\xA4\x84"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE5\xA4\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.881842"], ["updated_at", "2022-09-29 06:55:14.881843"]] TRANSACTION (6.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE5\xAE\xB6\xE4\xBE\xA6\xE6\x8E\xA2"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE5\xAE\xB6\xE4\xBE\xA6\xE6\x8E\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.925056"], ["updated_at", "2022-09-29 06:55:14.925057"]] TRANSACTION (5.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE5\xAE\xB6\xE4\xBE\xA6\xE6\x8E\xA2\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE5\xAE\xB6\xE4\xBE\xA6\xE6\x8E\xA2\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:14.977037"], ["updated_at", "2022-09-29 06:55:14.977040"]] TRANSACTION (5.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE5\xAF\x86"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE5\xAF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.031517"], ["updated_at", "2022-09-29 06:55:15.031518"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE5\xAF\x86\xE7\xA4\xBE\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE5\xAF\x86\xE7\xA4\xBE\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.069432"], ["updated_at", "2022-09-29 06:55:15.069432"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE6\x88\xBF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE6\x88\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.091524"], ["updated_at", "2022-09-29 06:55:15.091525"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE6\x88\xBF\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (7.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE6\x88\xBF\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.142879"], ["updated_at", "2022-09-29 06:55:15.142880"]] TRANSACTION (3.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE6\x9C\x8D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE6\x9C\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.185456"], ["updated_at", "2022-09-29 06:55:15.185457"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE7\x94\x9F\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE7\x94\x9F\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.214114"], ["updated_at", "2022-09-29 06:55:15.214114"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.242187"], ["updated_at", "2022-09-29 06:55:15.242187"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE8\x99\x95"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE8\x99\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.263828"], ["updated_at", "2022-09-29 06:55:15.263828"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x83\xE9\xB9\xB0\xE6\xB1\xBD"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x83\xE9\xB9\xB0\xE6\xB1\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.284106"], ["updated_at", "2022-09-29 06:55:15.284106"]] TRANSACTION (2.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x8D\xE4\xB8\x80\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x8D\xE4\xB8\x80\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.307585"], ["updated_at", "2022-09-29 06:55:15.307586"]] TRANSACTION (5.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x8D\xE5\x85\xAC\xE5\x8A\xA1\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x8D\xE5\x85\xAC\xE5\x8A\xA1\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.339554"], ["updated_at", "2022-09-29 06:55:15.339555"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x8D\xE5\xAD\xA6\xE5\x8E\x86\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x8D\xE5\xAD\xA6\xE5\x8E\x86\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.361194"], ["updated_at", "2022-09-29 06:55:15.361194"]] TRANSACTION (2.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x8D\xEF\xBC\x8C\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x8D\xEF\xBC\x8C\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.381592"], ["updated_at", "2022-09-29 06:55:15.381593"]] TRANSACTION (2.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x91\xE6\x8A\x80\xE7\xB2\xBE\xE8\x8B\xB1\xE9\x81\x87\xE9\x9A\xBE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (12.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x91\xE6\x8A\x80\xE7\xB2\xBE\xE8\x8B\xB1\xE9\x81\x87\xE9\x9A\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.404755"], ["updated_at", "2022-09-29 06:55:15.404757"]] TRANSACTION (9.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x98\xE5\x94\x87"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x98\xE5\x94\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.462122"], ["updated_at", "2022-09-29 06:55:15.462123"]] TRANSACTION (3.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x98\xE8\xA3\x82"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x98\xE8\xA3\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.485243"], ["updated_at", "2022-09-29 06:55:15.485244"]] TRANSACTION (12.2ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xA6\xE5\x8D\xAB\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xA6\xE5\x8D\xAB\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.523795"], ["updated_at", "2022-09-29 06:55:15.523796"]] TRANSACTION (5.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xA6\xE5\x9F\xBA\xE4\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xA6\xE5\x9F\xBA\xE4\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.562111"], ["updated_at", "2022-09-29 06:55:15.562111"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xA6\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xA6\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.583603"], ["updated_at", "2022-09-29 06:55:15.583603"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xA6\xE6\x98\x8C\xE5\x85\xB8 \xE9\x87\x8D\xE5\xBA\x86"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xA6\xE6\x98\x8C\xE5\x85\xB8 \xE9\x87\x8D\xE5\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.615659"], ["updated_at", "2022-09-29 06:55:15.615660"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xA6\xE6\x99\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xA6\xE6\x99\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.651997"], ["updated_at", "2022-09-29 06:55:15.651998"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xA6\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xA6\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.679700"], ["updated_at", "2022-09-29 06:55:15.679701"]] TRANSACTION (3.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xA6\xE9\x9D\x92\xE5\xB9\xB8\xE7\xA6\x8F\xE7\x94\x9F\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xA6\xE9\x9D\x92\xE5\xB9\xB8\xE7\xA6\x8F\xE7\x94\x9F\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.704738"], ["updated_at", "2022-09-29 06:55:15.704741"]] TRANSACTION (5.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xAF\xE5\x85\x8B\xE9\xA6\x86"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xAF\xE5\x85\x8B\xE9\xA6\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.739225"], ["updated_at", "2022-09-29 06:55:15.739226"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xBB\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xBB\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.761523"], ["updated_at", "2022-09-29 06:55:15.761525"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xBB\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xBB\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.781672"], ["updated_at", "2022-09-29 06:55:15.781672"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xBD\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xBD\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.811703"], ["updated_at", "2022-09-29 06:55:15.811704"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x80\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x80\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.847270"], ["updated_at", "2022-09-29 06:55:15.847271"]] TRANSACTION (4.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x80\xE9\xA5\xAD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x80\xE9\xA5\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.871104"], ["updated_at", "2022-09-29 06:55:15.871105"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x8B\xE5\x87\xAF"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x8B\xE5\x87\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.896796"], ["updated_at", "2022-09-29 06:55:15.896797"]] TRANSACTION (7.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x8B\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x8B\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.938526"], ["updated_at", "2022-09-29 06:55:15.938526"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x8B\xE7\xBB\xB4\xE9\xAB\x98"], ["LIMIT", 1]] TRANSACTION (10.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x8B\xE7\xBB\xB4\xE9\xAB\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:15.974504"], ["updated_at", "2022-09-29 06:55:15.974504"]] TRANSACTION (11.8ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x8B\xE9\x93\x81\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x8B\xE9\x93\x81\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.038583"], ["updated_at", "2022-09-29 06:55:16.038585"]] TRANSACTION (6.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x8E\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x8E\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.084828"], ["updated_at", "2022-09-29 06:55:16.084828"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x8E\xE5\x8A\xA1\xE6\x80\xBB\xE5\xB1\x80\xE8\x87\xB4\xE6\xAD\x89"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x8E\xE5\x8A\xA1\xE6\x80\xBB\xE5\xB1\x80\xE8\x87\xB4\xE6\xAD\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.116414"], ["updated_at", "2022-09-29 06:55:16.116414"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\xBF\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\xBF\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.149406"], ["updated_at", "2022-09-29 06:55:16.149407"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\xBF\xE8\xB4\xB9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\xBF\xE8\xB4\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.175285"], ["updated_at", "2022-09-29 06:55:16.175285"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\x86\xE6\x96\xAF\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\x86\xE6\x96\xAF\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.198160"], ["updated_at", "2022-09-29 06:55:16.198161"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\x86\xE7\xBD\x95\xE7\xA9\x86\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\x86\xE7\xBD\x95\xE7\xA9\x86\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.229053"], ["updated_at", "2022-09-29 06:55:16.229054"]] TRANSACTION (5.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\x86\xE7\xBD\x95\xE9\xBB\x98\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\x86\xE7\xBD\x95\xE9\xBB\x98\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.264988"], ["updated_at", "2022-09-29 06:55:16.264989"]] TRANSACTION (10.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xB4\xE3\x80\x82\xE5\x8F\xA3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xB4\xE3\x80\x82\xE5\x8F\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.307342"], ["updated_at", "2022-09-29 06:55:16.307343"]] TRANSACTION (6.8ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xB4\xE5\x8F\xA3"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xB4\xE5\x8F\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.349860"], ["updated_at", "2022-09-29 06:55:16.349861"]] TRANSACTION (5.6ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (8.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.394200"], ["updated_at", "2022-09-29 06:55:16.394201"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xB4\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (9.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xB4\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.438429"], ["updated_at", "2022-09-29 06:55:16.438430"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xB4\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xB4\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.475324"], ["updated_at", "2022-09-29 06:55:16.475324"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xB4\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xB4\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.502701"], ["updated_at", "2022-09-29 06:55:16.502702"]] TRANSACTION (6.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xB6\xE7\x94\x9F\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xB6\xE7\x94\x9F\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.545849"], ["updated_at", "2022-09-29 06:55:16.545850"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xBA\xE4\xB8\xAD\xE6\xB0\x91\xE4\xB8\xBB\xE5\xA2\x99"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xBA\xE4\xB8\xAD\xE6\xB0\x91\xE4\xB8\xBB\xE5\xA2\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.579522"], ["updated_at", "2022-09-29 06:55:16.579523"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xBA\xE4\xBD\x99\xE6\x97\xB6\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xBA\xE4\xBD\x99\xE6\x97\xB6\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.607908"], ["updated_at", "2022-09-29 06:55:16.607909"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xBA\xE5\x92\x8C\xE9\x9B\x85\xE5\x85\xB8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xBA\xE5\x92\x8C\xE9\x9B\x85\xE5\x85\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.646437"], ["updated_at", "2022-09-29 06:55:16.646439"]] TRANSACTION (3.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xBF\xE9\x80\x8F\xE4\xBB\xAA\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xBF\xE9\x80\x8F\xE4\xBB\xAA\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.675580"], ["updated_at", "2022-09-29 06:55:16.675581"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAA\x81\xE7\xA0\xB4\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAA\x81\xE7\xA0\xB4\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.717682"], ["updated_at", "2022-09-29 06:55:16.717683"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAA\x81\xE7\xA0\xB4\xE7\xBD\x91\xE8\xB7\xAF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAA\x81\xE7\xA0\xB4\xE7\xBD\x91\xE8\xB7\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.753333"], ["updated_at", "2022-09-29 06:55:16.753334"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAA\x83\xE5\x90\xAC"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAA\x83\xE5\x90\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.776652"], ["updated_at", "2022-09-29 06:55:16.776653"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAA\x83\xE5\x90\xAC\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAA\x83\xE5\x90\xAC\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.798604"], ["updated_at", "2022-09-29 06:55:16.798605"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAB\x8B\xE5\xBC\x8F\xE5\x8F\x8C\xE7\xAE\xA1\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAB\x8B\xE5\xBC\x8F\xE5\x8F\x8C\xE7\xAE\xA1\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.837319"], ["updated_at", "2022-09-29 06:55:16.837320"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAB\x8B\xE5\xBC\x8F\xE5\x8F\x8C\xE7\xAE\xA1\xE7\x8C\x8E\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAB\x8B\xE5\xBC\x8F\xE5\x8F\x8C\xE7\xAE\xA1\xE7\x8C\x8E\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.865860"], ["updated_at", "2022-09-29 06:55:16.865861"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAB\xA0\xE8\x8A\x82"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAB\xA0\xE8\x8A\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.890505"], ["updated_at", "2022-09-29 06:55:16.890506"]] TRANSACTION (5.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAB\xA5\xE5\xB1\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAB\xA5\xE5\xB1\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.924935"], ["updated_at", "2022-09-29 06:55:16.924936"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAB\xA5\xE9\x9E\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAB\xA5\xE9\x9E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.956705"], ["updated_at", "2022-09-29 06:55:16.956706"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAB\xB9\xE5\xAF\x82"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAB\xB9\xE5\xAF\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:16.982383"], ["updated_at", "2022-09-29 06:55:16.982384"]] TRANSACTION (4.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC21\xE9\x9B\x86\xE5\x9B\xA2\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC21\xE9\x9B\x86\xE5\x9B\xA2\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.012809"], ["updated_at", "2022-09-29 06:55:17.012810"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE4\xB8\x80\xE6\xAC\xA1\xE6\x93\x8D\xE8\xA1\xA8\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE4\xB8\x80\xE6\xAC\xA1\xE6\x93\x8D\xE8\xA1\xA8\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.043420"], ["updated_at", "2022-09-29 06:55:17.043421"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE4\xB8\x89\xE6\xAC\xA1\xE4\xB8\x96\xE7\x95\x8C\xE5\xA4\xA7\xE6\x88\x98"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE4\xB8\x89\xE6\xAC\xA1\xE4\xB8\x96\xE7\x95\x8C\xE5\xA4\xA7\xE6\x88\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.077196"], ["updated_at", "2022-09-29 06:55:17.077196"]] TRANSACTION (2.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE4\xBA\x8C\xE9\xA6\x96\xE9\x83\xBD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE4\xBA\x8C\xE9\xA6\x96\xE9\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.102087"], ["updated_at", "2022-09-29 06:55:17.102088"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE4\xBA\x94\xE4\xBB\xA3\xE6\x8E\xA5\xE7\x8F\xAD\xE6\xA2\xAF\xE9\x98\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE4\xBA\x94\xE4\xBB\xA3\xE6\x8E\xA5\xE7\x8F\xAD\xE6\xA2\xAF\xE9\x98\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.138209"], ["updated_at", "2022-09-29 06:55:17.138210"]] TRANSACTION (5.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE4\xBA\x94\xE4\xBB\xA3\xE7\xBA\xA2\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE4\xBA\x94\xE4\xBB\xA3\xE7\xBA\xA2\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.172365"], ["updated_at", "2022-09-29 06:55:17.172366"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE5\x8D\x81\xE5\x85\xAD\xE6\xAC\xA1\xE4\xBB\xA3\xE8\xA1\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE5\x8D\x81\xE5\x85\xAD\xE6\xAC\xA1\xE4\xBB\xA3\xE8\xA1\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.192769"], ["updated_at", "2022-09-29 06:55:17.192769"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE5\x9B\x9B\xE4\xBB\xA3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE5\x9B\x9B\xE4\xBB\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.222980"], ["updated_at", "2022-09-29 06:55:17.222981"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE5\x9B\x9B\xE4\xBB\xA3x\xE5\x8D\xA7\xE5\xBA\x95\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE5\x9B\x9B\xE4\xBB\xA3x\xE5\x8D\xA7\xE5\xBA\x95\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.253274"], ["updated_at", "2022-09-29 06:55:17.253274"]] TRANSACTION (3.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x89\xE4\xBA\xBA\xE6\x89\x8B\xE6\x9C\xAF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x89\xE4\xBA\xBA\xE6\x89\x8B\xE6\x9C\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.274432"], ["updated_at", "2022-09-29 06:55:17.274433"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x89\xE4\xBA\xBA\xE6\x98\xAF\xE8\x80\x81"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x89\xE4\xBA\xBA\xE6\x98\xAF\xE8\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.294191"], ["updated_at", "2022-09-29 06:55:17.294192"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x89\xE4\xBA\xBA\xE8\x80\x81\xE7\x99\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x89\xE4\xBA\xBA\xE8\x80\x81\xE7\x99\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.320762"], ["updated_at", "2022-09-29 06:55:17.320763"]] TRANSACTION (4.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x89\xE4\xBD\xA0\xE5\x9B\x9E\xE5\xA4\x8D"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x89\xE4\xBD\xA0\xE5\x9B\x9E\xE5\xA4\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.350660"], ["updated_at", "2022-09-29 06:55:17.350661"]] TRANSACTION (3.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x89\xE5\x9B\x9E\xE5\xA4\x8D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x89\xE5\x9B\x9E\xE5\xA4\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.375007"], ["updated_at", "2022-09-29 06:55:17.375008"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x89\xE7\xBA\xA7\xE8\xAD\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x89\xE7\xBA\xA7\xE8\xAD\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.395672"], ["updated_at", "2022-09-29 06:55:17.395672"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.422325"], ["updated_at", "2022-09-29 06:55:17.422326"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.455582"], ["updated_at", "2022-09-29 06:55:17.455582"]] TRANSACTION (6.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.482578"], ["updated_at", "2022-09-29 06:55:17.482579"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.507697"], ["updated_at", "2022-09-29 06:55:17.507697"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.540131"], ["updated_at", "2022-09-29 06:55:17.540132"]] TRANSACTION (3.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.571394"], ["updated_at", "2022-09-29 06:55:17.571394"]] TRANSACTION (3.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.599828"], ["updated_at", "2022-09-29 06:55:17.599829"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.629289"], ["updated_at", "2022-09-29 06:55:17.629291"]] TRANSACTION (4.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x94an"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x94an"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.664643"], ["updated_at", "2022-09-29 06:55:17.664644"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x94\xE6\xA1\x88\xE5\x8C\x85"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x94\xE6\xA1\x88\xE5\x8C\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.690075"], ["updated_at", "2022-09-29 06:55:17.690076"]] TRANSACTION (8.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x94\xE6\xA1\x88\xE5\x8D\xAB\xE6\x98\x9F\xE6\x8E\xA5\xE6\x94\xB6\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (10.0ms) BEGIN User Load (9.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x94\xE6\xA1\x88\xE5\x8D\xAB\xE6\x98\x9F\xE6\x8E\xA5\xE6\x94\xB6\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.724540"], ["updated_at", "2022-09-29 06:55:17.724632"]] TRANSACTION (5.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x94\xE6\xA1\x88\xE6\x8F\x90\xE4\xBE\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x94\xE6\xA1\x88\xE6\x8F\x90\xE4\xBE\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.780532"], ["updated_at", "2022-09-29 06:55:17.780534"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x96\xE6\xB2\xA1\xE6\x9C\x89\xE4\xB8\x8D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x96\xE6\xB2\xA1\xE6\x9C\x89\xE4\xB8\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.811092"], ["updated_at", "2022-09-29 06:55:17.811094"]] TRANSACTION (5.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\xBE \xE7\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\xBE \xE7\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.842765"], ["updated_at", "2022-09-29 06:55:17.842767"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\xBE\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\xBE\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.866822"], ["updated_at", "2022-09-29 06:55:17.866824"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\xBE\xE7\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\xBE\xE7\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.888832"], ["updated_at", "2022-09-29 06:55:17.888833"]] TRANSACTION (2.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAE\x80\xE6\x98\x93\xE7\x82\xB8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAE\x80\xE6\x98\x93\xE7\x82\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.913860"], ["updated_at", "2022-09-29 06:55:17.913861"]] TRANSACTION (5.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAE\x80\xE7\x9B\xB4\xE4\xBA\xBA\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAE\x80\xE7\x9B\xB4\xE4\xBA\xBA\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.947373"], ["updated_at", "2022-09-29 06:55:17.947374"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAF\xAE\xE7\x90\x83\xE5\x8D\x9A\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAF\xAE\xE7\x90\x83\xE5\x8D\x9A\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.971640"], ["updated_at", "2022-09-29 06:55:17.971640"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB1\xB3\xE5\x87\xA4\xE5\x90\x9B\xE5\x90\x89\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB1\xB3\xE5\x87\xA4\xE5\x90\x9B\xE5\x90\x89\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:17.994403"], ["updated_at", "2022-09-29 06:55:17.994404"]] TRANSACTION (17.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB1\xB3\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB1\xB3\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.056544"], ["updated_at", "2022-09-29 06:55:18.056545"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB1\xB3\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB1\xB3\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.088746"], ["updated_at", "2022-09-29 06:55:18.088746"]] TRANSACTION (5.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB1\xBB\xE5\x87\x86\xE7\xA1\xAE\xE7\xAD\x94"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB1\xBB\xE5\x87\x86\xE7\xA1\xAE\xE7\xAD\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.117703"], ["updated_at", "2022-09-29 06:55:18.117703"]] TRANSACTION (4.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE4\xB8\x80\xE5\xAB\xA9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE4\xB8\x80\xE5\xAB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.150720"], ["updated_at", "2022-09-29 06:55:18.150722"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE5\xAB\xA9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE5\xAB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.175713"], ["updated_at", "2022-09-29 06:55:18.175714"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE7\xA2\x8E\xE5\x9B\x9B\xE4\xBA\xBA\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE7\xA2\x8E\xE5\x9B\x9B\xE4\xBA\xBA\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.200078"], ["updated_at", "2022-09-29 06:55:18.200078"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.230516"], ["updated_at", "2022-09-29 06:55:18.230517"]] TRANSACTION (9.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE7\xBA\xA2\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE7\xBA\xA2\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.268377"], ["updated_at", "2022-09-29 06:55:18.268378"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE7\xBA\xA2\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE7\xBA\xA2\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.289276"], ["updated_at", "2022-09-29 06:55:18.289277"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.312284"], ["updated_at", "2022-09-29 06:55:18.312285"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE9\xA5\xB0\xE5\xA4\xAA\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE9\xA5\xB0\xE5\xA4\xAA\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.343850"], ["updated_at", "2022-09-29 06:55:18.343851"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x97\xE5\x8F\xA3\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x97\xE5\x8F\xA3\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.368910"], ["updated_at", "2022-09-29 06:55:18.368910"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x97\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x97\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.388650"], ["updated_at", "2022-09-29 06:55:18.388650"]] TRANSACTION (3.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x97\xE6\x9A\xB4\xE5\x9C\xB0\xE6\x92\x9E\xE5\x87\xBB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x97\xE6\x9A\xB4\xE5\x9C\xB0\xE6\x92\x9E\xE5\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.414320"], ["updated_at", "2022-09-29 06:55:18.414322"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x97\xE6\x9A\xB4\xE7\x9A\x84\xE6\x92\x9E\xE5\x87\xBB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x97\xE6\x9A\xB4\xE7\x9A\x84\xE6\x92\x9E\xE5\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.453232"], ["updated_at", "2022-09-29 06:55:18.453232"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x97\xEF\xBC\x8C\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x97\xEF\xBC\x8C\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.480075"], ["updated_at", "2022-09-29 06:55:18.480077"]] TRANSACTION (8.6ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x98\xE6\xB0\xAF\xE9\x85\xB8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x98\xE6\xB0\xAF\xE9\x85\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.550365"], ["updated_at", "2022-09-29 06:55:18.550370"]] TRANSACTION (7.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x9F\xE5\xAF\x92\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x9F\xE5\xAF\x92\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.595337"], ["updated_at", "2022-09-29 06:55:18.595339"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x9F\xE6\x83\xA0\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x9F\xE6\x83\xA0\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.625213"], ["updated_at", "2022-09-29 06:55:18.625214"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x9F\xE6\x88\x8E\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x9F\xE6\x88\x8E\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.654381"], ["updated_at", "2022-09-29 06:55:18.654382"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE \xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE \xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.675228"], ["updated_at", "2022-09-29 06:55:18.675229"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.693396"], ["updated_at", "2022-09-29 06:55:18.693396"]] TRANSACTION (2.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE5\xAD\x90\xE5\xB0\x84\xE5\x9C\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE5\xAD\x90\xE5\xB0\x84\xE5\x9C\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.712014"], ["updated_at", "2022-09-29 06:55:18.712015"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.743134"], ["updated_at", "2022-09-29 06:55:18.743135"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE6\xA5\xBC"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE6\xA5\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.768752"], ["updated_at", "2022-09-29 06:55:18.768752"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.788642"], ["updated_at", "2022-09-29 06:55:18.788642"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE7\xA5\x9E\xE8\x8D\xAF\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE7\xA5\x9E\xE8\x8D\xAF\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.811402"], ["updated_at", "2022-09-29 06:55:18.811403"]] TRANSACTION (8.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE7\xBE\x8E\xE5\xB0\x81\xE9\x9D\xA2"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE7\xBE\x8E\xE5\xB0\x81\xE9\x9D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.846830"], ["updated_at", "2022-09-29 06:55:18.846831"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE8\x99\xAB"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE8\x99\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.872189"], ["updated_at", "2022-09-29 06:55:18.872190"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB4\x85\xE8\x89\xB2\xE6\x81\x90"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB4\x85\xE8\x89\xB2\xE6\x81\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.889246"], ["updated_at", "2022-09-29 06:55:18.889247"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB4\xA0\xE5\xA5\xB3,\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB4\xA0\xE5\xA5\xB3,\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.910237"], ["updated_at", "2022-09-29 06:55:18.910238"]] TRANSACTION (4.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB4\xA0\xE5\xA5\xB3\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB4\xA0\xE5\xA5\xB3\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.948504"], ["updated_at", "2022-09-29 06:55:18.948506"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB4\xA7\xE7\xAA\x92"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB4\xA7\xE7\xAA\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:18.980997"], ["updated_at", "2022-09-29 06:55:18.980998"]] TRANSACTION (6.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB5\xB2\xE8\xA5\xAA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB5\xB2\xE8\xA5\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.009827"], ["updated_at", "2022-09-29 06:55:19.009827"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB6\xB2\xE4\xB8\x8A\xE5\xB7\xA5\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB6\xB2\xE4\xB8\x8A\xE5\xB7\xA5\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.039709"], ["updated_at", "2022-09-29 06:55:19.039710"]] TRANSACTION (5.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB6\xB2\xE5\x8F\x8B\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB6\xB2\xE5\x8F\x8B\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.072634"], ["updated_at", "2022-09-29 06:55:19.072634"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB6\xB2\xE7\xB5\xA1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB6\xB2\xE7\xB5\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.097773"], ["updated_at", "2022-09-29 06:55:19.097774"]] TRANSACTION (5.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB7\x8A\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB7\x8A\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.132828"], ["updated_at", "2022-09-29 06:55:19.132830"]] TRANSACTION (5.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB8\xBD\xE6\x9B\xB8\xE8\xA8\x98"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB8\xBD\xE6\x9B\xB8\xE8\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.174272"], ["updated_at", "2022-09-29 06:55:19.174273"]] TRANSACTION (2.4ms) COMMIT User Load (1.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA0\xE7\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA0\xE7\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.195128"], ["updated_at", "2022-09-29 06:55:19.195128"]] TRANSACTION (3.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE5\x8C\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE5\x8C\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.221126"], ["updated_at", "2022-09-29 06:55:19.221126"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE5\xA4\x96,\xE9\x80\x8F\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE5\xA4\x96,\xE9\x80\x8F\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.253595"], ["updated_at", "2022-09-29 06:55:19.253596"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE5\xA4\x96\xE9\x80\x8F\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE5\xA4\x96\xE9\x80\x8F\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.275640"], ["updated_at", "2022-09-29 06:55:19.275642"]] TRANSACTION (2.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE5\xAE\xA2\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE5\xAE\xA2\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.293083"], ["updated_at", "2022-09-29 06:55:19.293084"]] TRANSACTION (2.3ms) COMMIT User Load (1.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (24.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.312892"], ["updated_at", "2022-09-29 06:55:19.312892"]] TRANSACTION (19.1ms) COMMIT User Load (7.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.393932"], ["updated_at", "2022-09-29 06:55:19.393936"]] TRANSACTION (7.0ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\x99\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\x99\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.438354"], ["updated_at", "2022-09-29 06:55:19.438355"]] TRANSACTION (4.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.474394"], ["updated_at", "2022-09-29 06:55:19.474395"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\xA2\x85"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\xA2\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.498411"], ["updated_at", "2022-09-29 06:55:19.498412"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\xA5\xBC\xE7\xBB\xAE\xE6\xA2\xA6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\xA5\xBC\xE7\xBB\xAE\xE6\xA2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.529226"], ["updated_at", "2022-09-29 06:55:19.529227"]] TRANSACTION (3.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\xA8\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\xA8\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.569117"], ["updated_at", "2022-09-29 06:55:19.569118"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.596597"], ["updated_at", "2022-09-29 06:55:19.596597"]] TRANSACTION (3.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\xB5\xB7\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\xB5\xB7\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.622324"], ["updated_at", "2022-09-29 06:55:19.622325"]] TRANSACTION (5.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\xBB\xA1\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\xBB\xA1\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.659920"], ["updated_at", "2022-09-29 06:55:19.659922"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE7\x81\xAF\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE7\x81\xAF\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.686156"], ["updated_at", "2022-09-29 06:55:19.686156"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE7\x97\x85\xE5\x8E\x86"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE7\x97\x85\xE5\x8E\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.709399"], ["updated_at", "2022-09-29 06:55:19.709400"]] TRANSACTION (4.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.745687"], ["updated_at", "2022-09-29 06:55:19.745688"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE7\xB2\x92"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE7\xB2\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.776883"], ["updated_at", "2022-09-29 06:55:19.776883"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE8\x82\xBF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE8\x82\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.799789"], ["updated_at", "2022-09-29 06:55:19.799789"]] TRANSACTION (6.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE8\x89\xB2\xE6\x81\x90\xE6\x80\x96"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE8\x89\xB2\xE6\x81\x90\xE6\x80\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.829786"], ["updated_at", "2022-09-29 06:55:19.829787"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE8\x89\xB2\xE8\xB4\xB5\xE6\x97\x8F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE8\x89\xB2\xE8\xB4\xB5\xE6\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.865892"], ["updated_at", "2022-09-29 06:55:19.865893"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE8\x8C\xB6\xE5\x9D\x8A\xE4\xBC\x91\xE9\x97\xB2\xE5\xA8\xB1\xE4\xB9\x90\xE7\xA7\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE8\x8C\xB6\xE5\x9D\x8A\xE4\xBC\x91\xE9\x97\xB2\xE5\xA8\xB1\xE4\xB9\x90\xE7\xA7\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.888988"], ["updated_at", "2022-09-29 06:55:19.888989"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE8\x8E\x93"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE8\x8E\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.910562"], ["updated_at", "2022-09-29 06:55:19.910562"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE8\x95\x8A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE8\x95\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.947551"], ["updated_at", "2022-09-29 06:55:19.947552"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE8\xB1\x86"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE8\xB1\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:19.985763"], ["updated_at", "2022-09-29 06:55:19.985763"]] TRANSACTION (3.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA6\xE5\x90\x97"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA6\xE5\x90\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.015375"], ["updated_at", "2022-09-29 06:55:20.015376"]] TRANSACTION (3.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA6\xE7\x82\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA6\xE7\x82\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.057393"], ["updated_at", "2022-09-29 06:55:20.057394"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA6\xE7\xA8\xBF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA6\xE7\xA8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.089114"], ["updated_at", "2022-09-29 06:55:20.089115"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA6\xE7\xBF\xB0\xE6\xA2\x85\xE5\xB0\x94"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA6\xE7\xBF\xB0\xE6\xA2\x85\xE5\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.117885"], ["updated_at", "2022-09-29 06:55:20.117886"]] TRANSACTION (8.2ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA6\xEF\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA6\xEF\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.161311"], ["updated_at", "2022-09-29 06:55:20.161312"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA7\xE5\x8A\x9E\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA7\xE5\x8A\x9E\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.194543"], ["updated_at", "2022-09-29 06:55:20.194543"]] TRANSACTION (7.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA7\xE6\x83\x85\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA7\xE6\x83\x85\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.231648"], ["updated_at", "2022-09-29 06:55:20.231649"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA7\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA7\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.268795"], ["updated_at", "2022-09-29 06:55:20.268796"]] TRANSACTION (3.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAA\xE5\xBF\xB5\xE6\x96\x87\xE9\x9D\xA9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAA\xE5\xBF\xB5\xE6\x96\x87\xE9\x9D\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.301658"], ["updated_at", "2022-09-29 06:55:20.301658"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAA\xE5\xBF\xB5\xE8\xA5\xBF\xE8\x97\x8F\xE7\x88\xB1\xE5\x9B\xBD\xE8\x8B\xB1\xE9\x9B\x84"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAA\xE5\xBF\xB5\xE8\xA5\xBF\xE8\x97\x8F\xE7\x88\xB1\xE5\x9B\xBD\xE8\x8B\xB1\xE9\x9B\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.335575"], ["updated_at", "2022-09-29 06:55:20.335576"]] TRANSACTION (5.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAA\xE5\xBF\xB5\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE6\xB5\x81\xE4\xBA\xA149\xE5\x91\xA8\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAA\xE5\xBF\xB5\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE6\xB5\x81\xE4\xBA\xA149\xE5\x91\xA8\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.375026"], ["updated_at", "2022-09-29 06:55:20.375027"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAA\xE7\x99\xBB\xE5\xA5\x8E"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAA\xE7\x99\xBB\xE5\xA5\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.399311"], ["updated_at", "2022-09-29 06:55:20.399312"]] TRANSACTION (6.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAA\xE8\x82\xA1\xE7\xA5\xA8\xE5\xB8\x82\xE5\x9C\xBA\xE4\xBA\x94\xE5\x8D\x85\xE6\x83\xA8\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAA\xE8\x82\xA1\xE7\xA5\xA8\xE5\xB8\x82\xE5\x9C\xBA\xE4\xBA\x94\xE5\x8D\x85\xE6\x83\xA8\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.434663"], ["updated_at", "2022-09-29 06:55:20.434664"]] TRANSACTION (5.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAF\xE5\xBA\xA6\xE7\x99\xBD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAF\xE5\xBA\xA6\xE7\x99\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.474275"], ["updated_at", "2022-09-29 06:55:20.474276"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAF\xE5\xBA\xA6\xE9\xBB\x84"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAF\xE5\xBA\xA6\xE9\xBB\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.505325"], ["updated_at", "2022-09-29 06:55:20.505326"]] TRANSACTION (5.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAF\xE8\x80\xBD\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAF\xE8\x80\xBD\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.543264"], ["updated_at", "2022-09-29 06:55:20.543265"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAF\xE8\x80\xBD\xE7\xBE\x8E\xE7\x9A\x84\xE5\xB0\x8F\xE8\xAF\xB4\xE5\xB9\xB3\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAF\xE8\x80\xBD\xE7\xBE\x8E\xE7\x9A\x84\xE5\xB0\x8F\xE8\xAF\xB4\xE5\xB9\xB3\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.576181"], ["updated_at", "2022-09-29 06:55:20.576182"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAF\xE8\x80\xBD\xE7\xBE\x8E\xE7\x9A\x84\xE5\xB9\xB3\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAF\xE8\x80\xBD\xE7\xBE\x8E\xE7\x9A\x84\xE5\xB9\xB3\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.599196"], ["updated_at", "2022-09-29 06:55:20.599197"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAF\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAF\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.633595"], ["updated_at", "2022-09-29 06:55:20.633597"]] TRANSACTION (5.2ms) COMMIT User Load (10.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xB1\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xB1\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.684425"], ["updated_at", "2022-09-29 06:55:20.684425"]] TRANSACTION (4.9ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xB3\xE7\xB2\xB9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xB3\xE7\xB2\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.723522"], ["updated_at", "2022-09-29 06:55:20.723523"]] TRANSACTION (7.0ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xB5\xE6\x83\x85\xE5\x85\xB5\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xB5\xE6\x83\x85\xE5\x85\xB5\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.772996"], ["updated_at", "2022-09-29 06:55:20.772998"]] TRANSACTION (5.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xB5\xE6\x84\x8F"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xB5\xE6\x84\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.812199"], ["updated_at", "2022-09-29 06:55:20.812200"]] TRANSACTION (6.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xB5\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xB5\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.852526"], ["updated_at", "2022-09-29 06:55:20.852527"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xB9\xE4\xBA\x86\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xB9\xE4\xBA\x86\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.884530"], ["updated_at", "2022-09-29 06:55:20.884530"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xBD\xE5\xB4\x94\xE8\x8E\xB1\xE4\xB8\x83\xE6\x8A\x98"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (7.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xBD\xE5\xB4\x94\xE8\x8E\xB1\xE4\xB8\x83\xE6\x8A\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.914003"], ["updated_at", "2022-09-29 06:55:20.914006"]] TRANSACTION (5.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xBD\xE6\x89\xA3\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xBD\xE6\x89\xA3\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:20.970859"], ["updated_at", "2022-09-29 06:55:20.970860"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xBD\xE7\xBA\xA6\xE6\x97\xB6\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xBD\xE7\xBA\xA6\xE6\x97\xB6\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.004161"], ["updated_at", "2022-09-29 06:55:21.004162"]] TRANSACTION (5.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xBF\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xBF\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.044984"], ["updated_at", "2022-09-29 06:55:21.044985"]] TRANSACTION (5.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x83\xE5\x8A\x9F\xE7\xBE\xA4\xE4\xBC\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x83\xE5\x8A\x9F\xE7\xBE\xA4\xE4\xBC\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.094581"], ["updated_at", "2022-09-29 06:55:21.094582"]] TRANSACTION (5.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x84\xE7\xBB\x87\xE9\x9B\x86\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x84\xE7\xBB\x87\xE9\x9B\x86\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.139431"], ["updated_at", "2022-09-29 06:55:21.139433"]] TRANSACTION (5.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x86\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x86\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.183531"], ["updated_at", "2022-09-29 06:55:21.183532"]] TRANSACTION (5.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x8F\xE5\x85\xB8\xE8\xB0\x8E\xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x8F\xE5\x85\xB8\xE8\xB0\x8E\xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.218444"], ["updated_at", "2022-09-29 06:55:21.218445"]] TRANSACTION (4.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x8F\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x8F\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.253808"], ["updated_at", "2022-09-29 06:55:21.253809"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x8F\xE6\xB5\x8E\xE7\x8A\xAF\xE7\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x8F\xE6\xB5\x8E\xE7\x8A\xAF\xE7\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.284492"], ["updated_at", "2022-09-29 06:55:21.284492"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x93\xE5\x90\x88"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x93\xE5\x90\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.309599"], ["updated_at", "2022-09-29 06:55:21.309600"]] TRANSACTION (15.6ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x95\xE8\xBF\x87\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x95\xE8\xBF\x87\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.363707"], ["updated_at", "2022-09-29 06:55:21.363708"]] TRANSACTION (3.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x99\xE4\xBD\xA0\xE7\x88\xBD"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x99\xE4\xBD\xA0\xE7\x88\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.400849"], ["updated_at", "2022-09-29 06:55:21.400867"]] TRANSACTION (6.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.435705"], ["updated_at", "2022-09-29 06:55:21.435706"]] TRANSACTION (6.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE6\x80\xA7\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE6\x80\xA7\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.480112"], ["updated_at", "2022-09-29 06:55:21.480113"]] TRANSACTION (4.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE6\xB3\xA2\xE9\x9C\xB8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE6\xB3\xA2\xE9\x9C\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.509517"], ["updated_at", "2022-09-29 06:55:21.509518"]] TRANSACTION (8.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE8\xAF\xB1\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE8\xAF\xB1\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.551483"], ["updated_at", "2022-09-29 06:55:21.551484"]] TRANSACTION (4.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE7\x89\x88\xE7\xA8\x80\xE7\xBC\xBA\xE6\x97\xA7\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE7\x89\x88\xE7\xA8\x80\xE7\xBC\xBA\xE6\x97\xA7\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.588515"], ["updated_at", "2022-09-29 06:55:21.588515"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (12.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.616568"], ["updated_at", "2022-09-29 06:55:21.616569"]] TRANSACTION (5.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE8\x9C\x9C"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE8\x9C\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.673687"], ["updated_at", "2022-09-29 06:55:21.673688"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE9\xA3\x9F\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE9\xA3\x9F\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.707794"], ["updated_at", "2022-09-29 06:55:21.707795"]] TRANSACTION (6.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE9\xA3\x9F\xE6\x8A\x97\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE9\xA3\x9F\xE6\x8A\x97\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.743563"], ["updated_at", "2022-09-29 06:55:21.743564"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9F\xE4\xB8\x80\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9F\xE4\xB8\x80\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.780813"], ["updated_at", "2022-09-29 06:55:21.780814"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9F\xE4\xB8\x80\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9F\xE4\xB8\x80\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.807840"], ["updated_at", "2022-09-29 06:55:21.807841"]] TRANSACTION (9.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9F\xE6\x88\x98"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9F\xE6\x88\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.848486"], ["updated_at", "2022-09-29 06:55:21.848487"]] TRANSACTION (5.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9F\xE6\xB2\xBB\xE6\x9C\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9F\xE6\xB2\xBB\xE6\x9C\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.890375"], ["updated_at", "2022-09-29 06:55:21.890376"]] TRANSACTION (5.0ms) COMMIT User Load (8.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9F\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9F\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.931704"], ["updated_at", "2022-09-29 06:55:21.931705"]] TRANSACTION (6.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9F\xE7\x8B\xAC\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9F\xE7\x8B\xAC\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:21.982613"], ["updated_at", "2022-09-29 06:55:21.982614"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xA9\xE8\xBF\x87\xE5\x90\x8E\xE4\xBB\x98"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xA9\xE8\xBF\x87\xE5\x90\x8E\xE4\xBB\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.016832"], ["updated_at", "2022-09-29 06:55:22.016833"]] TRANSACTION (3.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xAD\xE5\x86\x99"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xAD\xE5\x86\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.051380"], ["updated_at", "2022-09-29 06:55:22.051381"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB3\xE8\x99\x90"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB3\xE8\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.087614"], ["updated_at", "2022-09-29 06:55:22.087615"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE5\x90\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (10.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE5\x90\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.122932"], ["updated_at", "2022-09-29 06:55:22.122933"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE5\x9F\xBA\xE7\x99\xBE\xE7\xA7\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE5\x9F\xBA\xE7\x99\xBE\xE7\xA7\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.164950"], ["updated_at", "2022-09-29 06:55:22.164951"]] TRANSACTION (4.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.209317"], ["updated_at", "2022-09-29 06:55:22.209318"]] TRANSACTION (5.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.247885"], ["updated_at", "2022-09-29 06:55:22.247886"]] TRANSACTION (4.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.281166"], ["updated_at", "2022-09-29 06:55:22.281166"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE6\x8A\x97\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE6\x8A\x97\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.305730"], ["updated_at", "2022-09-29 06:55:22.305731"]] TRANSACTION (5.6ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE8\xB0\x88"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE8\xB0\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.334547"], ["updated_at", "2022-09-29 06:55:22.334547"]] TRANSACTION (5.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE6\xB1\x89"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE6\xB1\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.373971"], ["updated_at", "2022-09-29 06:55:22.373972"]] TRANSACTION (2.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE6\xB1\x89\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE6\xB1\x89\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.402169"], ["updated_at", "2022-09-29 06:55:22.402171"]] TRANSACTION (4.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB5\xE6\x81\x92"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (31.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB5\xE6\x81\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.430631"], ["updated_at", "2022-09-29 06:55:22.430632"]] TRANSACTION (13.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xBF\xE8\x89\xB2\xE7\x8E\xAF\xE4\xBF\x9D\xE6\x89\x8B\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xBF\xE8\x89\xB2\xE7\x8E\xAF\xE4\xBF\x9D\xE6\x89\x8B\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.514814"], ["updated_at", "2022-09-29 06:55:22.514815"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBC\x96\xE7\xBC\x96"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBC\x96\xE7\xBC\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.547702"], ["updated_at", "2022-09-29 06:55:22.547703"]] TRANSACTION (3.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBC\x96\xE8\xBE\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBC\x96\xE8\xBE\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.576570"], ["updated_at", "2022-09-29 06:55:22.576571"]] TRANSACTION (2.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBC\xA0\xE4\xB8\x80\xE7\xBB\xB5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBC\xA0\xE4\xB8\x80\xE7\xBB\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.600234"], ["updated_at", "2022-09-29 06:55:22.600235"]] TRANSACTION (2.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBC\xA0\xE6\xA3\x89"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBC\xA0\xE6\xA3\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.629808"], ["updated_at", "2022-09-29 06:55:22.629809"]] TRANSACTION (5.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBC\xA9\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBC\xA9\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.663907"], ["updated_at", "2022-09-29 06:55:22.663908"]] TRANSACTION (3.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x82\xE7\xB2\x9F\xE5\xA3\xB3"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x82\xE7\xB2\x9F\xE5\xA3\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.691171"], ["updated_at", "2022-09-29 06:55:22.691171"]] TRANSACTION (3.3ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x82\xE7\xB2\x9F\xE7\xB1\xBD"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x82\xE7\xB2\x9F\xE7\xB1\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.714961"], ["updated_at", "2022-09-29 06:55:22.714961"]] TRANSACTION (7.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91 \xE7\xBC\x96"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91 \xE7\xBC\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.757493"], ["updated_at", "2022-09-29 06:55:22.757493"]] TRANSACTION (3.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91.\xE7\xBC\x96"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91.\xE7\xBC\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.788666"], ["updated_at", "2022-09-29 06:55:22.788666"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E\xE8\xAF\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E\xE8\xAF\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.811388"], ["updated_at", "2022-09-29 06:55:22.811389"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE5\x8A\x9E\xE8\xAF\x81\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE5\x8A\x9E\xE8\xAF\x81\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.834121"], ["updated_at", "2022-09-29 06:55:22.834122"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE5\xB7\xA5\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE5\xB7\xA5\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.864393"], ["updated_at", "2022-09-29 06:55:22.864394"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE8\xAF\x9A\xE4\xBF\xA1\xE5\x8A\x9E\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE8\xAF\x9A\xE4\xBF\xA1\xE5\x8A\x9E\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.886039"], ["updated_at", "2022-09-29 06:55:22.886040"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE5\x85\xB3"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE5\x85\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.905651"], ["updated_at", "2022-09-29 06:55:22.905651"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE5\x85\xBC"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE5\x85\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.926680"], ["updated_at", "2022-09-29 06:55:22.926681"]] TRANSACTION (6.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.961191"], ["updated_at", "2022-09-29 06:55:22.961191"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE5\x8F\x8B\xE6\xBF\x80\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE5\x8F\x8B\xE6\xBF\x80\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:22.991584"], ["updated_at", "2022-09-29 06:55:22.991584"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.014196"], ["updated_at", "2022-09-29 06:55:23.014197"]] TRANSACTION (5.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE6\x83\xA6"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE6\x83\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.044865"], ["updated_at", "2022-09-29 06:55:23.044866"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.080263"], ["updated_at", "2022-09-29 06:55:23.080264"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE6\xB0\x91\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE6\xB0\x91\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.103550"], ["updated_at", "2022-09-29 06:55:23.103551"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE6\xB0\x91\xE8\x8E\xB7\xE5\x88\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE6\xB0\x91\xE8\x8E\xB7\xE5\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.127842"], ["updated_at", "2022-09-29 06:55:23.127846"]] TRANSACTION (6.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE6\xB0\x91\xE8\xAF\xAC"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE6\xB0\x91\xE8\xAF\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.167096"], ["updated_at", "2022-09-29 06:55:23.167097"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.193887"], ["updated_at", "2022-09-29 06:55:23.193888"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.216586"], ["updated_at", "2022-09-29 06:55:23.216586"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xAB\x99\xE5\x8F\x91\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xAB\x99\xE5\x8F\x91\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.242132"], ["updated_at", "2022-09-29 06:55:23.242133"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xAB\x99\xE6\x8E\xA8\xE5\xB9\xBF\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xAB\x99\xE6\x8E\xA8\xE5\xB9\xBF\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.271482"], ["updated_at", "2022-09-29 06:55:23.271483"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xAF\x87"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xAF\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.293571"], ["updated_at", "2022-09-29 06:55:23.293572"]] TRANSACTION (10.3ms) COMMIT User Load (9.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBA\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBA\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.337354"], ["updated_at", "2022-09-29 06:55:23.337375"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.361879"], ["updated_at", "2022-09-29 06:55:23.361880"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x85\xAC\xE5\x85\xB3\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8Q"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x85\xAC\xE5\x85\xB3\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8Q"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.383140"], ["updated_at", "2022-09-29 06:55:23.383141"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x88\xA0\xE5\xB8\x96QQ"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x88\xA0\xE5\xB8\x96QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.409170"], ["updated_at", "2022-09-29 06:55:23.409171"]] TRANSACTION (2.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.431601"], ["updated_at", "2022-09-29 06:55:23.431602"]] TRANSACTION (3.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x8D\xB1\xE6\x9C\xBA\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x8D\xB1\xE6\x9C\xBA\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.466481"], ["updated_at", "2022-09-29 06:55:23.466482"]] TRANSACTION (3.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.493028"], ["updated_at", "2022-09-29 06:55:23.493029"]] TRANSACTION (2.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE6\x8E\xA8\xE5\xB9\xBF\xE5\x88\xA0\xE5\xB8\x96"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE6\x8E\xA8\xE5\xB9\xBF\xE5\x88\xA0\xE5\xB8\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.518762"], ["updated_at", "2022-09-29 06:55:23.518762"]] TRANSACTION (5.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE6\x8E\xA8\xE6\x89\x8B\xE6\xB0\xB4\xE5\x86\x9B\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE6\x8E\xA8\xE6\x89\x8B\xE6\xB0\xB4\xE5\x86\x9B\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.552125"], ["updated_at", "2022-09-29 06:55:23.552125"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE6\xB0\xB4\xE5\x86\x9B\xE6\x8B\x9B\xE8\x81\x98"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE6\xB0\xB4\xE5\x86\x9B\xE6\x8B\x9B\xE8\x81\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.584102"], ["updated_at", "2022-09-29 06:55:23.584103"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.612242"], ["updated_at", "2022-09-29 06:55:23.612242"]] TRANSACTION (3.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.639829"], ["updated_at", "2022-09-29 06:55:23.639830"]] TRANSACTION (6.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.678271"], ["updated_at", "2022-09-29 06:55:23.678271"]] TRANSACTION (5.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE8\xAF\x84\xE8\xAE\xBA\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE8\xAF\x84\xE8\xAE\xBA\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.704999"], ["updated_at", "2022-09-29 06:55:23.705000"]] TRANSACTION (2.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBC\x96"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBC\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.724266"], ["updated_at", "2022-09-29 06:55:23.724267"]] TRANSACTION (5.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE8\xAF\x84\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE8\xAF\x84\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.782155"], ["updated_at", "2022-09-29 06:55:23.782156"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x94\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x94\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.827713"], ["updated_at", "2022-09-29 06:55:23.827713"]] TRANSACTION (9.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x94\xE6\x83\xA6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x94\xE6\x83\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.874898"], ["updated_at", "2022-09-29 06:55:23.874899"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE4\xBA\x91\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE4\xBA\x91\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.899952"], ["updated_at", "2022-09-29 06:55:23.899953"]] TRANSACTION (2.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE5\xB0\x8F\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE5\xB0\x8F\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.919041"], ["updated_at", "2022-09-29 06:55:23.919041"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.945948"], ["updated_at", "2022-09-29 06:55:23.945949"]] TRANSACTION (4.7ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE6\x96\x8C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE6\x96\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:23.980642"], ["updated_at", "2022-09-29 06:55:23.980643"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE6\x96\xAF\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE6\x96\xAF\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.003392"], ["updated_at", "2022-09-29 06:55:24.003393"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE7\x82\xB9\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE7\x82\xB9\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.023418"], ["updated_at", "2022-09-29 06:55:24.023419"]] TRANSACTION (4.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE7\xA4\xBC\xE8\xAF\x97"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE7\xA4\xBC\xE8\xAF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.054332"], ["updated_at", "2022-09-29 06:55:24.054336"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE7\xAE\xAD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE7\xAE\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.081856"], ["updated_at", "2022-09-29 06:55:24.081857"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x9A\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x9A\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.105673"], ["updated_at", "2022-09-29 06:55:24.105674"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x9A\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x9A\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.126267"], ["updated_at", "2022-09-29 06:55:24.126268"]] TRANSACTION (4.2ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x9A\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x9A\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.158235"], ["updated_at", "2022-09-29 06:55:24.158236"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x9A\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x9A\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.187420"], ["updated_at", "2022-09-29 06:55:24.187421"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x9A\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x9A\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.208965"], ["updated_at", "2022-09-29 06:55:24.208965"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x9A\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x9A\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.228824"], ["updated_at", "2022-09-29 06:55:24.228825"]] TRANSACTION (7.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2ke"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2ke"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.276871"], ["updated_at", "2022-09-29 06:55:24.276872"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE5\x8F\x82"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE5\x8F\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.300288"], ["updated_at", "2022-09-29 06:55:24.300289"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE5\x90\x83"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE5\x90\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.319202"], ["updated_at", "2022-09-29 06:55:24.319202"]] TRANSACTION (5.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.345006"], ["updated_at", "2022-09-29 06:55:24.345006"]] TRANSACTION (5.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.380149"], ["updated_at", "2022-09-29 06:55:24.380150"]] TRANSACTION (2.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE5\xB7\xA5\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE5\xB7\xA5\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.403115"], ["updated_at", "2022-09-29 06:55:24.403115"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.423562"], ["updated_at", "2022-09-29 06:55:24.423563"]] TRANSACTION (4.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.454048"], ["updated_at", "2022-09-29 06:55:24.454049"]] TRANSACTION (5.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE8\xAF\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE8\xAF\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.484417"], ["updated_at", "2022-09-29 06:55:24.484418"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.509453"], ["updated_at", "2022-09-29 06:55:24.509454"]] TRANSACTION (3.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE9\xA3\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE9\xA3\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.536187"], ["updated_at", "2022-09-29 06:55:24.536189"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE9\xA4\x90"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE9\xA4\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.571070"], ["updated_at", "2022-09-29 06:55:24.571071"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE9\xA5\xAD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE9\xA5\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.592651"], ["updated_at", "2022-09-29 06:55:24.592652"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA9\xE6\x9D\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA9\xE6\x9D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.617329"], ["updated_at", "2022-09-29 06:55:24.617330"]] TRANSACTION (5.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA9\xE6\x9D\xAF\xE5\xA4\x84\xE5\xA5\xB3\xE7\xBB\x88\xE7\xBB\x93\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA9\xE6\x9D\xAF\xE5\xA4\x84\xE5\xA5\xB3\xE7\xBB\x88\xE7\xBB\x93\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.644940"], ["updated_at", "2022-09-29 06:55:24.644941"]] TRANSACTION (5.7ms) COMMIT User Load (12.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA9\xE6\x9D\xAF\xE7\x88\x86\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA9\xE6\x9D\xAF\xE7\x88\x86\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.697554"], ["updated_at", "2022-09-29 06:55:24.697555"]] TRANSACTION (8.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.746155"], ["updated_at", "2022-09-29 06:55:24.746157"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.786636"], ["updated_at", "2022-09-29 06:55:24.786637"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.823490"], ["updated_at", "2022-09-29 06:55:24.823491"]] TRANSACTION (7.9ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE4\xB9\x8B\xE9\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE4\xB9\x8B\xE9\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.871663"], ["updated_at", "2022-09-29 06:55:24.871664"]] TRANSACTION (5.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE5\x87\xAF\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE5\x87\xAF\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.919937"], ["updated_at", "2022-09-29 06:55:24.919937"]] TRANSACTION (6.6ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE5\x8F\x82\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE5\x8F\x82\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:24.963256"], ["updated_at", "2022-09-29 06:55:24.963257"]] TRANSACTION (6.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE5\xB9\xBF\xE6\x92\xAD\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE5\xB9\xBF\xE6\x92\xAD\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.011950"], ["updated_at", "2022-09-29 06:55:25.011952"]] TRANSACTION (14.2ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.072782"], ["updated_at", "2022-09-29 06:55:25.072784"]] TRANSACTION (12.0ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3b\xE6\xAF\x9B\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (10.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3b\xE6\xAF\x9B\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.137905"], ["updated_at", "2022-09-29 06:55:25.137906"]] TRANSACTION (5.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3QQ\xE8\xA3\xB8\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3QQ\xE8\xA3\xB8\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.201325"], ["updated_at", "2022-09-29 06:55:25.201326"]] TRANSACTION (4.1ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.242973"], ["updated_at", "2022-09-29 06:55:25.242975"]] TRANSACTION (5.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE4\xBA\xBA\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE4\xBA\xBA\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.284678"], ["updated_at", "2022-09-29 06:55:25.284680"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.324402"], ["updated_at", "2022-09-29 06:55:25.324407"]] TRANSACTION (8.5ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.374718"], ["updated_at", "2022-09-29 06:55:25.374719"]] TRANSACTION (5.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.414014"], ["updated_at", "2022-09-29 06:55:25.414015"]] TRANSACTION (16.1ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x80\xA7\xE4\xBA\xA4\xE7\x9C\x9F\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x80\xA7\xE4\xBA\xA4\xE7\x9C\x9F\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.472749"], ["updated_at", "2022-09-29 06:55:25.472750"]] TRANSACTION (5.9ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x80\xA7\xE7\x88\xB1\xE7\xBE\x8E\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x80\xA7\xE7\x88\xB1\xE7\xBE\x8E\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.518462"], ["updated_at", "2022-09-29 06:55:25.518463"]] TRANSACTION (4.7ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x80\xA7\xE7\x94\x9F\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (13.1ms) BEGIN User Load (8.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x80\xA7\xE7\x94\x9F\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.561719"], ["updated_at", "2022-09-29 06:55:25.561720"]] TRANSACTION (11.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x95\x99\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x95\x99\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.631385"], ["updated_at", "2022-09-29 06:55:25.631386"]] TRANSACTION (8.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\xB7\xAB\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\xB7\xAB\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.676427"], ["updated_at", "2022-09-29 06:55:25.676428"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\xBF\x80\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\xBF\x80\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.714890"], ["updated_at", "2022-09-29 06:55:25.714892"]] TRANSACTION (7.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE7\x9A\x84\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE7\x9A\x84\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.756595"], ["updated_at", "2022-09-29 06:55:25.756596"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x80\x81\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x80\x81\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.805193"], ["updated_at", "2022-09-29 06:55:25.805195"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.847981"], ["updated_at", "2022-09-29 06:55:25.847982"]] TRANSACTION (6.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x85\xB0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.885789"], ["updated_at", "2022-09-29 06:55:25.885790"]] TRANSACTION (5.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x85\xB0\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x85\xB0\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.930258"], ["updated_at", "2022-09-29 06:55:25.930260"]] TRANSACTION (4.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:25.972127"], ["updated_at", "2022-09-29 06:55:25.972128"]] TRANSACTION (6.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.019900"], ["updated_at", "2022-09-29 06:55:26.019900"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB5\xB0\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB5\xB0\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.060983"], ["updated_at", "2022-09-29 06:55:26.060984"]] TRANSACTION (5.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.103654"], ["updated_at", "2022-09-29 06:55:26.103655"]] TRANSACTION (13.6ms) COMMIT User Load (8.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.162425"], ["updated_at", "2022-09-29 06:55:26.162427"]] TRANSACTION (6.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.217898"], ["updated_at", "2022-09-29 06:55:26.217900"]] TRANSACTION (6.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.259028"], ["updated_at", "2022-09-29 06:55:26.259030"]] TRANSACTION (6.3ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.303287"], ["updated_at", "2022-09-29 06:55:26.303288"]] TRANSACTION (7.3ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.358337"], ["updated_at", "2022-09-29 06:55:26.358338"]] TRANSACTION (5.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.404546"], ["updated_at", "2022-09-29 06:55:26.404547"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xB5\xB0\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xB5\xB0\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.441757"], ["updated_at", "2022-09-29 06:55:26.441758"]] TRANSACTION (6.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9C\xB2\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9C\xB2\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.486434"], ["updated_at", "2022-09-29 06:55:26.486435"]] TRANSACTION (7.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9C\xB2\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9C\xB2\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.539620"], ["updated_at", "2022-09-29 06:55:26.539624"]] TRANSACTION (4.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9C\xB2\xE9\xB2\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9C\xB2\xE9\xB2\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.582112"], ["updated_at", "2022-09-29 06:55:26.582113"]] TRANSACTION (5.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9D\xA2\xE5\xAF\xB9\xE9\x9D\xA2\xE6\xBF\x80\xE6\x83\x85\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9D\xA2\xE5\xAF\xB9\xE9\x9D\xA2\xE6\xBF\x80\xE6\x83\x85\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.627624"], ["updated_at", "2022-09-29 06:55:26.627625"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\xAB\x98\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\xAB\x98\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.667891"], ["updated_at", "2022-09-29 06:55:26.667892"]] TRANSACTION (7.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\xB2\x8D\xE9\xB1\xBC"], ["LIMIT", 1]] TRANSACTION (7.9ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\xB2\x8D\xE9\xB1\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.713384"], ["updated_at", "2022-09-29 06:55:26.713384"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.756804"], ["updated_at", "2022-09-29 06:55:26.756805"]] TRANSACTION (11.8ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA8\x87\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA8\x87\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.804849"], ["updated_at", "2022-09-29 06:55:26.804850"]] TRANSACTION (6.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.853925"], ["updated_at", "2022-09-29 06:55:26.853926"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA5\xB3\xE8\xA3\xB8\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA5\xB3\xE8\xA3\xB8\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.902413"], ["updated_at", "2022-09-29 06:55:26.902414"]] TRANSACTION (6.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:26.944653"], ["updated_at", "2022-09-29 06:55:26.944654"]] TRANSACTION (14.7ms) COMMIT User Load (17.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA6\x87\xE5\x93\x80\xE7\xBE\x9E"], ["LIMIT", 1]] TRANSACTION (9.2ms) BEGIN User Load (10.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA6\x87\xE5\x93\x80\xE7\xBE\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.009103"], ["updated_at", "2022-09-29 06:55:27.009104"]] TRANSACTION (5.8ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xB9\xBC"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xB9\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.080391"], ["updated_at", "2022-09-29 06:55:27.080392"]] TRANSACTION (8.6ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE6\xB2\x99\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE6\xB2\x99\xE9\x85\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.135897"], ["updated_at", "2022-09-29 06:55:27.135899"]] TRANSACTION (5.1ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (8.3ms) BEGIN User Load (10.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.184638"], ["updated_at", "2022-09-29 06:55:27.184640"]] TRANSACTION (6.8ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE8\x85\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (8.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE8\x85\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.249680"], ["updated_at", "2022-09-29 06:55:27.249681"]] TRANSACTION (9.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE8\x85\xBF"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE8\x85\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.306950"], ["updated_at", "2022-09-29 06:55:27.306953"]] TRANSACTION (5.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.349683"], ["updated_at", "2022-09-29 06:55:27.349684"]] TRANSACTION (6.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE8\x89\xB3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (41.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE8\x89\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.395307"], ["updated_at", "2022-09-29 06:55:27.395308"]] TRANSACTION (10.8ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE8\x89\xB3\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE8\x89\xB3\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.488638"], ["updated_at", "2022-09-29 06:55:27.488639"]] TRANSACTION (7.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (39.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (9.9ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (17.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.546336"], ["updated_at", "2022-09-29 06:55:27.546337"]] TRANSACTION (14.6ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (14.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (17.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.660949"], ["updated_at", "2022-09-29 06:55:27.660951"]] TRANSACTION (16.9ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE4\xBA\x82\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (7.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE4\xBA\x82\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.773160"], ["updated_at", "2022-09-29 06:55:27.773162"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.826810"], ["updated_at", "2022-09-29 06:55:27.826812"]] TRANSACTION (7.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.865470"], ["updated_at", "2022-09-29 06:55:27.865472"]] TRANSACTION (4.1ms) COMMIT User Load (8.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (19.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (28.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:27.910661"], ["updated_at", "2022-09-29 06:55:27.910662"]] TRANSACTION (9.5ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBC\x97\xE5\x86\xB2\xE5\x87\xBB"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (9.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBC\x97\xE5\x86\xB2\xE5\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.011254"], ["updated_at", "2022-09-29 06:55:28.011255"]] TRANSACTION (5.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.065529"], ["updated_at", "2022-09-29 06:55:28.065530"]] TRANSACTION (5.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE6\x80\xA7\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE6\x80\xA7\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.109257"], ["updated_at", "2022-09-29 06:55:28.109258"]] TRANSACTION (5.3ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE6\x80\xA7\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (16.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE6\x80\xA7\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.158532"], ["updated_at", "2022-09-29 06:55:28.158533"]] TRANSACTION (11.2ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE7\x81\xAD\xE7\xBB\x9D"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE7\x81\xAD\xE7\xBB\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.276382"], ["updated_at", "2022-09-29 06:55:28.276383"]] TRANSACTION (6.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE5\x8F\x91\xE5\xB9\xBF\xE5\x91\x8A\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE5\x8F\x91\xE5\xB9\xBF\xE5\x91\x8A\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.326276"], ["updated_at", "2022-09-29 06:55:28.326277"]] TRANSACTION (5.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE5\x8F\x91\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE5\x8F\x91\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.370916"], ["updated_at", "2022-09-29 06:55:28.370918"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.409800"], ["updated_at", "2022-09-29 06:55:28.409801"]] TRANSACTION (14.8ms) COMMIT User Load (14.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (22.9ms) BEGIN User Load (12.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.480130"], ["updated_at", "2022-09-29 06:55:28.480131"]] TRANSACTION (8.9ms) COMMIT User Load (18.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE5\xA5\xB8\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (8.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE5\xA5\xB8\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.598561"], ["updated_at", "2022-09-29 06:55:28.598562"]] TRANSACTION (6.1ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE5\xB0\x84"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE5\xB0\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.663250"], ["updated_at", "2022-09-29 06:55:28.663251"]] TRANSACTION (7.3ms) COMMIT User Load (10.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (16.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE8\x99\x9F"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE8\x99\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.725032"], ["updated_at", "2022-09-29 06:55:28.725033"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE8\xB5\xB7\xE6\x8A\x97\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (26.2ms) BEGIN User Load (8.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE8\xB5\xB7\xE6\x8A\x97\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.787000"], ["updated_at", "2022-09-29 06:55:28.787001"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE9\xAD\x94\xE8\x89\xB2\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE9\xAD\x94\xE8\x89\xB2\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.860205"], ["updated_at", "2022-09-29 06:55:28.860206"]] TRANSACTION (4.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBF\x81\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBF\x81\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.900533"], ["updated_at", "2022-09-29 06:55:28.900534"]] TRANSACTION (11.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBF\x81\xE8\x99\xB9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBF\x81\xE8\x99\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.947316"], ["updated_at", "2022-09-29 06:55:28.947318"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBF\x92\xE5\xA4\xAA\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBF\x92\xE5\xA4\xAA\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:28.984940"], ["updated_at", "2022-09-29 06:55:28.984941"]] TRANSACTION (5.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBF\x92\xE6\x98\x8E\xE6\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBF\x92\xE6\x98\x8E\xE6\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.026007"], ["updated_at", "2022-09-29 06:55:29.026008"]] TRANSACTION (10.0ms) COMMIT User Load (9.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBF\x92\xE8\xBF\x91\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBF\x92\xE8\xBF\x91\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.073044"], ["updated_at", "2022-09-29 06:55:29.073046"]] TRANSACTION (5.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBF\x98\xE6\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBF\x98\xE6\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.116929"], ["updated_at", "2022-09-29 06:55:29.116931"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBF\x98\xE8\x87\x80"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBF\x98\xE8\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.150637"], ["updated_at", "2022-09-29 06:55:29.150638"]] TRANSACTION (6.9ms) COMMIT User Load (7.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81j"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81j"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.193446"], ["updated_at", "2022-09-29 06:55:29.193448"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE4\xBA\x8C"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE4\xBA\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.229190"], ["updated_at", "2022-09-29 06:55:29.229191"]] TRANSACTION (4.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE4\xBA\xBA\xE6\x94\xBF\xE6\xB2\xBB"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE4\xBA\xBA\xE6\x94\xBF\xE6\xB2\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.262303"], ["updated_at", "2022-09-29 06:55:29.262304"]] TRANSACTION (4.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE4\xBC\x99\xE8\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE4\xBC\x99\xE8\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.298826"], ["updated_at", "2022-09-29 06:55:29.298827"]] TRANSACTION (3.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE5\x85\xAC\xE5\x96\x9C\xE6\xAC\xA2\xE5\xB9\xB2\xE6\x88\x91\xE7\x9A\x84\xE5\xB1\x81"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE5\x85\xAC\xE5\x96\x9C\xE6\xAC\xA2\xE5\xB9\xB2\xE6\x88\x91\xE7\x9A\x84\xE5\xB1\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.334886"], ["updated_at", "2022-09-29 06:55:29.334887"]] TRANSACTION (5.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE5\x85\xAC\xE5\x96\x9C\xE6\xAC\xA2\xE5\xB9\xB2\xE6\x88\x91\xE7\x9A\x84\xE5\xB1\x81\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE5\x85\xAC\xE5\x96\x9C\xE6\xAC\xA2\xE5\xB9\xB2\xE6\x88\x91\xE7\x9A\x84\xE5\xB1\x81\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.374046"], ["updated_at", "2022-09-29 06:55:29.374047"]] TRANSACTION (5.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.415349"], ["updated_at", "2022-09-29 06:55:29.415350"]] TRANSACTION (13.7ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE5\xB8\x88\xE7\x9A\x84\xE5\xB0\x8F\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE5\xB8\x88\xE7\x9A\x84\xE5\xB0\x8F\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.504712"], ["updated_at", "2022-09-29 06:55:29.504714"]] TRANSACTION (14.1ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE5\xB9\xB2\xE9\x83\xA8\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE5\xB9\xB2\xE9\x83\xA8\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.565382"], ["updated_at", "2022-09-29 06:55:29.565383"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.609212"], ["updated_at", "2022-09-29 06:55:29.609213"]] TRANSACTION (5.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.653987"], ["updated_at", "2022-09-29 06:55:29.653988"]] TRANSACTION (8.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE7\xBF\x92"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE7\xBF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.695546"], ["updated_at", "2022-09-29 06:55:29.695547"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE8\x99\x8E\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE8\x99\x8E\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.738644"], ["updated_at", "2022-09-29 06:55:29.738648"]] TRANSACTION (4.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE4\xB8\xAD\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE4\xB8\xAD\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.777450"], ["updated_at", "2022-09-29 06:55:29.777452"]] TRANSACTION (4.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE5\x89\x8D\xE4\xBB\x98"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE5\x89\x8D\xE4\xBB\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.815767"], ["updated_at", "2022-09-29 06:55:29.815768"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE5\x89\x8D\xE5\x8F\x91\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE5\x89\x8D\xE5\x8F\x91\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.847210"], ["updated_at", "2022-09-29 06:55:29.847211"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE5\x89\x8D\xE5\xAF\x86\xE5\x8D\xB7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE5\x89\x8D\xE5\xAF\x86\xE5\x8D\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.879894"], ["updated_at", "2022-09-29 06:55:29.879895"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE5\x89\x8D\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE5\x89\x8D\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.909364"], ["updated_at", "2022-09-29 06:55:29.909365"]] TRANSACTION (12.7ms) COMMIT User Load (11.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (13.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE5\x89\x8D\xE9\xA2\x84\xE6\xB5\x8B"], ["LIMIT", 1]] TRANSACTION (21.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE5\x89\x8D\xE9\xA2\x84\xE6\xB5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:29.965820"], ["updated_at", "2022-09-29 06:55:29.965821"]] TRANSACTION (29.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE5\x90\x8E\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE5\x90\x8E\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.063343"], ["updated_at", "2022-09-29 06:55:30.063344"]] TRANSACTION (6.0ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE6\x9C\xBA\xE6\x9E\x84"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE6\x9C\xBA\xE6\x9E\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.109650"], ["updated_at", "2022-09-29 06:55:30.109652"]] TRANSACTION (4.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE7\xA0\x94\xE8\x80\x83\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE7\xA0\x94\xE8\x80\x83\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.156029"], ["updated_at", "2022-09-29 06:55:30.156030"]] TRANSACTION (4.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\x80\x83\xE9\x82\x93"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\x80\x83\xE9\x82\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.193608"], ["updated_at", "2022-09-29 06:55:30.193609"]] TRANSACTION (4.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.233516"], ["updated_at", "2022-09-29 06:55:30.233517"]] TRANSACTION (4.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95,\xE4\xBD\x9C\xE5\xBC\x8A\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95,\xE4\xBD\x9C\xE5\xBC\x8A\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.272440"], ["updated_at", "2022-09-29 06:55:30.272441"]] TRANSACTION (5.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95,\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95,\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.311416"], ["updated_at", "2022-09-29 06:55:30.311417"]] TRANSACTION (4.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE4\xBD\x9C\xE5\xBC\x8A"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE4\xBD\x9C\xE5\xBC\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.351399"], ["updated_at", "2022-09-29 06:55:30.351400"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE4\xBD\x9C\xE5\xBC\x8A\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE4\xBD\x9C\xE5\xBC\x8A\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.389994"], ["updated_at", "2022-09-29 06:55:30.389995"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE4\xBF\x9D"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE4\xBF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.437099"], ["updated_at", "2022-09-29 06:55:30.437101"]] TRANSACTION (7.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE5\x8C\x85\xE8\xBF\x87"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE5\x8C\x85\xE8\xBF\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.479579"], ["updated_at", "2022-09-29 06:55:30.479580"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE6\x9C\xBA\xE6\x9E\x84"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE6\x9C\xBA\xE6\x9E\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.518744"], ["updated_at", "2022-09-29 06:55:30.518745"]] TRANSACTION (3.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.554669"], ["updated_at", "2022-09-29 06:55:30.554670"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.596983"], ["updated_at", "2022-09-29 06:55:30.596984"]] TRANSACTION (5.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.638212"], ["updated_at", "2022-09-29 06:55:30.638213"]] TRANSACTION (5.5ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x85\xAB"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x85\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.686542"], ["updated_at", "2022-09-29 06:55:30.686543"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x90\xA7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.735330"], ["updated_at", "2022-09-29 06:55:30.735331"]] TRANSACTION (5.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x90\xA7 \xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x90\xA7 \xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.773012"], ["updated_at", "2022-09-29 06:55:30.773013"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x90\xA7\xE4\xBC\x8A\xE8\x80\x8C"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x90\xA7\xE4\xBC\x8A\xE8\x80\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.809016"], ["updated_at", "2022-09-29 06:55:30.809017"]] TRANSACTION (6.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x90\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x90\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.853689"], ["updated_at", "2022-09-29 06:55:30.853690"]] TRANSACTION (4.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\xB3\xE5\x8F\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\xB3\xE5\x8F\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.892670"], ["updated_at", "2022-09-29 06:55:30.892672"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\xBD\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\xBD\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.927801"], ["updated_at", "2022-09-29 06:55:30.927802"]] TRANSACTION (16.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\xBD\xE7\xBE\x8E\xE4\xB9\x8B\xE6\x98\x9F"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\xBD\xE7\xBE\x8E\xE4\xB9\x8B\xE6\x98\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:30.987157"], ["updated_at", "2022-09-29 06:55:30.987158"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\xBD\xE7\xBE\x8E\xE8\x80\xBD\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\xBD\xE7\xBE\x8E\xE8\x80\xBD\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.029834"], ["updated_at", "2022-09-29 06:55:31.029835"]] TRANSACTION (8.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\xBF\xE9\xA3\x9A"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\xBF\xE9\xA3\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.073973"], ["updated_at", "2022-09-29 06:55:31.073973"]] TRANSACTION (5.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x82\xE6\xA0\x91\xE6\x96\x8C"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x82\xE6\xA0\x91\xE6\x96\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.125257"], ["updated_at", "2022-09-29 06:55:31.125258"]] TRANSACTION (5.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (15.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x82\xE8\x8D\xA3\xE8\x87\xBB"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x82\xE8\x8D\xA3\xE8\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.173899"], ["updated_at", "2022-09-29 06:55:31.173900"]] TRANSACTION (5.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x8A\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x8A\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.260278"], ["updated_at", "2022-09-29 06:55:31.260280"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x8A\xE6\x96\x8B\xE8\x89\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x8A\xE6\x96\x8B\xE8\x89\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.300231"], ["updated_at", "2022-09-29 06:55:31.300232"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x944\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x944\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.333985"], ["updated_at", "2022-09-29 06:55:31.333986"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.369930"], ["updated_at", "2022-09-29 06:55:31.369932"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE5\x90\x8D\xE4\xB8\x8A\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE5\x90\x8D\xE4\xB8\x8A\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.403284"], ["updated_at", "2022-09-29 06:55:31.403285"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE5\xA5\x96\xE6\x89\x91\xE5\x85\x8B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE5\xA5\x96\xE6\x89\x91\xE5\x85\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.435708"], ["updated_at", "2022-09-29 06:55:31.435709"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE6\x80\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE6\x80\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.475531"], ["updated_at", "2022-09-29 06:55:31.475532"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE6\x80\xBB\xE4\xB9\x8B\xE5\xA3\xB0\xE4\xBC\xA0\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE6\x80\xBB\xE4\xB9\x8B\xE5\xA3\xB0\xE4\xBC\xA0\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.509502"], ["updated_at", "2022-09-29 06:55:31.509503"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE6\x80\xBB\xE8\xBF\x99\xE5\xA3\xB0\xE4\xBC\xA0\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE6\x80\xBB\xE8\xBF\x99\xE5\xA3\xB0\xE4\xBC\xA0\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.544734"], ["updated_at", "2022-09-29 06:55:31.544735"]] TRANSACTION (5.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.586073"], ["updated_at", "2022-09-29 06:55:31.586074"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE7\x9B\x9F\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE7\x9B\x9F\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.622730"], ["updated_at", "2022-09-29 06:55:31.622731"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.660132"], ["updated_at", "2022-09-29 06:55:31.660132"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE7\xB3\xBB\xE6\x96\xB9\xE5\xBC\x8F"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE7\xB3\xBB\xE6\x96\xB9\xE5\xBC\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.698801"], ["updated_at", "2022-09-29 06:55:31.698802"]] TRANSACTION (4.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE7\xBB\x9C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE7\xBB\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.741444"], ["updated_at", "2022-09-29 06:55:31.741445"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.783072"], ["updated_at", "2022-09-29 06:55:31.783073"]] TRANSACTION (8.0ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE9\x80\x9A\xE8\xB4\xB5\xE5\xAE\xBE\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (12.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (42.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE9\x80\x9A\xE8\xB4\xB5\xE5\xAE\xBE\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.831738"], ["updated_at", "2022-09-29 06:55:31.831739"]] TRANSACTION (14.3ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE9\x82\xA6\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE9\x82\xA6\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.935239"], ["updated_at", "2022-09-29 06:55:31.935240"]] TRANSACTION (8.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\xAF\xE7\xB9\xAB\xE9\x9B\xBB"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\xAF\xE7\xB9\xAB\xE9\x9B\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:31.981246"], ["updated_at", "2022-09-29 06:55:31.981247"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.021718"], ["updated_at", "2022-09-29 06:55:32.021719"]] TRANSACTION (5.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89 \xE6\xA3\x8D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89 \xE6\xA3\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.066206"], ["updated_at", "2022-09-29 06:55:32.066208"]] TRANSACTION (5.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE4\xB8\x9D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (25.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE4\xB8\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.106836"], ["updated_at", "2022-09-29 06:55:32.106837"]] TRANSACTION (34.2ms) COMMIT User Load (16.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (7.2ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.239695"], ["updated_at", "2022-09-29 06:55:32.239697"]] TRANSACTION (7.5ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE5\x81\xBF"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE5\x81\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.303059"], ["updated_at", "2022-09-29 06:55:32.303060"]] TRANSACTION (7.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.373988"], ["updated_at", "2022-09-29 06:55:32.373989"]] TRANSACTION (7.4ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE5\x94\x87"], ["LIMIT", 1]] TRANSACTION (8.5ms) BEGIN User Load (13.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE5\x94\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.424255"], ["updated_at", "2022-09-29 06:55:32.424256"]] TRANSACTION (8.0ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE5\xA3\xB6"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE5\xA3\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.500255"], ["updated_at", "2022-09-29 06:55:32.500257"]] TRANSACTION (8.8ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.554011"], ["updated_at", "2022-09-29 06:55:32.554012"]] TRANSACTION (6.1ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\xA3\x8D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\xA3\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.600063"], ["updated_at", "2022-09-29 06:55:32.600064"]] TRANSACTION (6.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\xA3\x8D\xE5\xB9\xB2\xE9\xAA\x9A\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\xA3\x8D\xE5\xB9\xB2\xE9\xAA\x9A\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.639869"], ["updated_at", "2022-09-29 06:55:32.639870"]] TRANSACTION (4.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.678959"], ["updated_at", "2022-09-29 06:55:32.678960"]] TRANSACTION (5.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.733109"], ["updated_at", "2022-09-29 06:55:32.733110"]] TRANSACTION (5.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\xB2\x9F"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\xB2\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.781370"], ["updated_at", "2022-09-29 06:55:32.781371"]] TRANSACTION (21.1ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.859180"], ["updated_at", "2022-09-29 06:55:32.859181"]] TRANSACTION (8.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\xB7\xAB\xE5\x99\xA8\xE5\x90\x9E\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\xB7\xAB\xE5\x99\xA8\xE5\x90\x9E\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.908127"], ["updated_at", "2022-09-29 06:55:32.908130"]] TRANSACTION (6.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE7\x90\x83"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE7\x90\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.948597"], ["updated_at", "2022-09-29 06:55:32.948598"]] TRANSACTION (6.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:32.988121"], ["updated_at", "2022-09-29 06:55:32.988122"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE7\xB5\xB2"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE7\xB5\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.025073"], ["updated_at", "2022-09-29 06:55:33.025074"]] TRANSACTION (7.2ms) COMMIT User Load (9.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE7\xBC\x9D"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE7\xBC\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.077747"], ["updated_at", "2022-09-29 06:55:33.077748"]] TRANSACTION (5.1ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (14.5ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.121277"], ["updated_at", "2022-09-29 06:55:33.121279"]] TRANSACTION (9.0ms) COMMIT User Load (12.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\x82\x89\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\x82\x89\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.199517"], ["updated_at", "2022-09-29 06:55:33.199518"]] TRANSACTION (24.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.265117"], ["updated_at", "2022-09-29 06:55:33.265118"]] TRANSACTION (4.6ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\x8C\x8E"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\x8C\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.306568"], ["updated_at", "2022-09-29 06:55:33.306569"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\x92\xB2\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\x92\xB2\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.346905"], ["updated_at", "2022-09-29 06:55:33.346907"]] TRANSACTION (6.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\x99\xAB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\x99\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.387896"], ["updated_at", "2022-09-29 06:55:33.387897"]] TRANSACTION (3.7ms) COMMIT User Load (10.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (17.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (37.0ms) BEGIN User Load (16.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.440786"], ["updated_at", "2022-09-29 06:55:33.440896"]] TRANSACTION (7.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.561177"], ["updated_at", "2022-09-29 06:55:33.561179"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.591029"], ["updated_at", "2022-09-29 06:55:33.591030"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.637743"], ["updated_at", "2022-09-29 06:55:33.637745"]] TRANSACTION (4.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x8C\xE8\x82\xA4\xE6\xB5\x8B\xE8\xAF\x95"], ["LIMIT", 1]] TRANSACTION (8.1ms) BEGIN User Load (63.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x8C\xE8\x82\xA4\xE6\xB5\x8B\xE8\xAF\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.696759"], ["updated_at", "2022-09-29 06:55:33.696760"]] TRANSACTION (6.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x8C\xE8\x82\xA4\xE8\xB0\x83\xE6\x9F\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x8C\xE8\x82\xA4\xE8\xB0\x83\xE6\x9F\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.828619"], ["updated_at", "2022-09-29 06:55:33.828620"]] TRANSACTION (5.6ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x8F"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.872155"], ["updated_at", "2022-09-29 06:55:33.872157"]] TRANSACTION (5.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x8F\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (72.2ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x8F\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:33.915375"], ["updated_at", "2022-09-29 06:55:33.915376"]] TRANSACTION (6.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x8F\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x8F\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.032527"], ["updated_at", "2022-09-29 06:55:34.032528"]] TRANSACTION (9.9ms) COMMIT User Load (15.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE4\xB8\xAD\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE4\xB8\xAD\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.091907"], ["updated_at", "2022-09-29 06:55:34.091908"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE4\xBC\xAF\xE8\x86\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE4\xBC\xAF\xE8\x86\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.140181"], ["updated_at", "2022-09-29 06:55:34.140182"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE5\x87\xAF"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE5\x87\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.173104"], ["updated_at", "2022-09-29 06:55:34.173105"]] TRANSACTION (9.0ms) COMMIT User Load (8.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE5\x8D\x93\xE8\x83\xBD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE5\x8D\x93\xE8\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.229749"], ["updated_at", "2022-09-29 06:55:34.229750"]] TRANSACTION (4.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.271205"], ["updated_at", "2022-09-29 06:55:34.271206"]] TRANSACTION (4.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE6\x80\x80\xE6\x9E\xA2"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE6\x80\x80\xE6\x9E\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.317172"], ["updated_at", "2022-09-29 06:55:34.317173"]] TRANSACTION (4.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE6\x88\x98"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE6\x88\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.353469"], ["updated_at", "2022-09-29 06:55:34.353470"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE6\x8D\xB7"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE6\x8D\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.392878"], ["updated_at", "2022-09-29 06:55:34.392879"]] TRANSACTION (6.2ms) COMMIT User Load (69.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE6\x96\xB0\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE6\x96\xB0\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.499437"], ["updated_at", "2022-09-29 06:55:34.499438"]] TRANSACTION (6.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE6\xB0\xB8\xE5\xAE\x9A"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE6\xB0\xB8\xE5\xAE\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.553258"], ["updated_at", "2022-09-29 06:55:34.553260"]] TRANSACTION (6.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE7\xAD\x96\xE8\x83\xBD"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE7\xAD\x96\xE8\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.592928"], ["updated_at", "2022-09-29 06:55:34.592929"]] TRANSACTION (7.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE9\x9C\x9C"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE9\x9C\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.636835"], ["updated_at", "2022-09-29 06:55:34.636836"]] TRANSACTION (4.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.680128"], ["updated_at", "2022-09-29 06:55:34.680130"]] TRANSACTION (5.8ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x9A\xE5\x85\x9C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x9A\xE5\x85\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.724934"], ["updated_at", "2022-09-29 06:55:34.724935"]] TRANSACTION (6.3ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x9B\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x9B\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.767009"], ["updated_at", "2022-09-29 06:55:34.767010"]] TRANSACTION (4.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x9B\xE5\xA5\xB8\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA5\xB3\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x9B\xE5\xA5\xB8\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA5\xB3\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.802457"], ["updated_at", "2022-09-29 06:55:34.802458"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x9B\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x9B\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.841275"], ["updated_at", "2022-09-29 06:55:34.841276"]] TRANSACTION (4.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x9B\xE9\x97\xA8\xE6\x98\xAF\xE9\x82\xBB"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x9B\xE9\x97\xA8\xE6\x98\xAF\xE9\x82\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.877666"], ["updated_at", "2022-09-29 06:55:34.877667"]] TRANSACTION (5.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x9D\xE6\xBA\x90\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x9D\xE6\xBA\x90\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.920315"], ["updated_at", "2022-09-29 06:55:34.920317"]] TRANSACTION (3.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xA1\xE5\xB8\x82\xE5\x9C\x88\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xA1\xE5\xB8\x82\xE5\x9C\x88\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.954566"], ["updated_at", "2022-09-29 06:55:34.954567"]] TRANSACTION (6.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xA1\xE5\xB8\x82\xE6\xB0\x91\xE8\xB0\xA3"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xA1\xE5\xB8\x82\xE6\xB0\x91\xE8\xB0\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:34.991845"], ["updated_at", "2022-09-29 06:55:34.991846"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xA5\xE4\xB8\x9C\xE4\xBA\xA4\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xA5\xE4\xB8\x9C\xE4\xBA\xA4\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.029544"], ["updated_at", "2022-09-29 06:55:35.029546"]] TRANSACTION (39.0ms) COMMIT User Load (11.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xA5\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (12.9ms) BEGIN User Load (10.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xA5\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.106842"], ["updated_at", "2022-09-29 06:55:35.106843"]] TRANSACTION (6.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xA5\xE8\x87\x80\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xA5\xE8\x87\x80\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.180292"], ["updated_at", "2022-09-29 06:55:35.180293"]] TRANSACTION (8.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xA5\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xA5\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.235431"], ["updated_at", "2022-09-29 06:55:35.235436"]] TRANSACTION (5.9ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xB2\xE9\x83\xA8\xE5\xA5\xB3\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xB2\xE9\x83\xA8\xE5\xA5\xB3\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.288688"], ["updated_at", "2022-09-29 06:55:35.288689"]] TRANSACTION (5.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.331219"], ["updated_at", "2022-09-29 06:55:35.331221"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8Bqq"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8Bqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.363467"], ["updated_at", "2022-09-29 06:55:35.363470"]] TRANSACTION (5.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8B\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8B\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.405128"], ["updated_at", "2022-09-29 06:55:35.405129"]] TRANSACTION (3.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8B\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8B\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.439110"], ["updated_at", "2022-09-29 06:55:35.439111"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB9\x8B\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB9\x8B\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.470064"], ["updated_at", "2022-09-29 06:55:35.470065"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xBB\xB7\xE6\xA0\xBCQQ"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xBB\xB7\xE6\xA0\xBCQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.505077"], ["updated_at", "2022-09-29 06:55:35.505078"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xBE\x9B\xE5\xBA\x94"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xBE\x9B\xE5\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.538655"], ["updated_at", "2022-09-29 06:55:35.538656"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.570597"], ["updated_at", "2022-09-29 06:55:35.570597"]] TRANSACTION (5.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE6\x8F\x90\xE4\xBE\x9B\xE4\xB8\xAD\xE4\xBB\x8B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE6\x8F\x90\xE4\xBE\x9B\xE4\xB8\xAD\xE4\xBB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.608118"], ["updated_at", "2022-09-29 06:55:35.608120"]] TRANSACTION (8.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.655756"], ["updated_at", "2022-09-29 06:55:35.655757"]] TRANSACTION (24.1ms) COMMIT User Load (39.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (36.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE8\x82\x9D\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8B"], ["LIMIT", 1]] TRANSACTION (33.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE8\x82\x9D\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.758352"], ["updated_at", "2022-09-29 06:55:35.758353"]] TRANSACTION (7.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBF\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBF\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.875787"], ["updated_at", "2022-09-29 06:55:35.875789"]] TRANSACTION (5.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\x80\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (7.3ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\x80\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.925172"], ["updated_at", "2022-09-29 06:55:35.925173"]] TRANSACTION (5.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1boss"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1boss"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:35.987719"], ["updated_at", "2022-09-29 06:55:35.987720"]] TRANSACTION (5.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1jintao"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1jintao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.043909"], ["updated_at", "2022-09-29 06:55:36.043911"]] TRANSACTION (6.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1jt"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1jt"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.089751"], ["updated_at", "2022-09-29 06:55:36.089752"]] TRANSACTION (11.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1j\xE6\xBF\xA4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1j\xE6\xBF\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.141342"], ["updated_at", "2022-09-29 06:55:36.141343"]] TRANSACTION (5.9ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1x"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1x"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.188234"], ["updated_at", "2022-09-29 06:55:36.188235"]] TRANSACTION (6.7ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE4\xB8\x8B\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE4\xB8\x8B\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.235206"], ["updated_at", "2022-09-29 06:55:36.235208"]] TRANSACTION (5.4ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.279477"], ["updated_at", "2022-09-29 06:55:36.279478"]] TRANSACTION (6.1ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE4\xB9\x94\xE6\x9C\xA8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE4\xB9\x94\xE6\x9C\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.326367"], ["updated_at", "2022-09-29 06:55:36.326368"]] TRANSACTION (8.2ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE5\x90\xAF\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE5\x90\xAF\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.380784"], ["updated_at", "2022-09-29 06:55:36.380785"]] TRANSACTION (7.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (6.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.436322"], ["updated_at", "2022-09-29 06:55:36.436323"]] TRANSACTION (6.0ms) COMMIT User Load (15.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE5\xBE\xB7\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE5\xBE\xB7\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.497876"], ["updated_at", "2022-09-29 06:55:36.497877"]] TRANSACTION (6.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (15.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE5\xBE\xB7\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (9.8ms) BEGIN User Load (11.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE5\xBE\xB7\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.553657"], ["updated_at", "2022-09-29 06:55:36.553658"]] TRANSACTION (47.9ms) COMMIT User Load (35.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\x80\xBB\xE4\xB9\xA6\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (10.1ms) BEGIN User Load (9.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\x80\xBB\xE4\xB9\xA6\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.713325"], ["updated_at", "2022-09-29 06:55:36.713327"]] TRANSACTION (10.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\x96\xB0\xE5\xAE\x87"], ["LIMIT", 1]] TRANSACTION (11.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\x96\xB0\xE5\xAE\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.801223"], ["updated_at", "2022-09-29 06:55:36.801224"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\x98\xA5\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\x98\xA5\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.853098"], ["updated_at", "2022-09-29 06:55:36.853100"]] TRANSACTION (10.1ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\x99\xAF\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (12.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\x99\xAF\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.902792"], ["updated_at", "2022-09-29 06:55:36.902793"]] TRANSACTION (6.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\x99\xAF\xE6\xBF\xA4"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\x99\xAF\xE6\xBF\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:36.954650"], ["updated_at", "2022-09-29 06:55:36.954651"]] TRANSACTION (8.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xA4\x92\xE9\x86\x9B"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (8.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xA4\x92\xE9\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.000764"], ["updated_at", "2022-09-29 06:55:37.000765"]] TRANSACTION (8.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE4\xBA\x89\xE6\x96\x97"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE4\xBA\x89\xE6\x96\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.064755"], ["updated_at", "2022-09-29 06:55:37.064756"]] TRANSACTION (11.0ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE5\x85\xB3\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE5\x85\xB3\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.133172"], ["updated_at", "2022-09-29 06:55:37.133173"]] TRANSACTION (6.2ms) COMMIT User Load (59.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE5\x86\x85\xE6\x96\x97"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (13.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE5\x86\x85\xE6\x96\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.252380"], ["updated_at", "2022-09-29 06:55:37.252386"]] TRANSACTION (6.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE6\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE6\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.330842"], ["updated_at", "2022-09-29 06:55:37.330843"]] TRANSACTION (6.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE9\xA3\x8E\xE4\xBA\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE9\xA3\x8E\xE4\xBA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.375058"], ["updated_at", "2022-09-29 06:55:37.375059"]] TRANSACTION (14.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (11.7ms) BEGIN User Load (14.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.420602"], ["updated_at", "2022-09-29 06:55:37.420603"]] TRANSACTION (10.8ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB4\xBE\xE4\xBA\xBA\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB4\xBE\xE4\xBA\xBA\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.490742"], ["updated_at", "2022-09-29 06:55:37.490744"]] TRANSACTION (6.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB4\xBE\xE5\x86\x9B\xE5\xA7\x94"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB4\xBE\xE5\x86\x9B\xE5\xA7\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.538582"], ["updated_at", "2022-09-29 06:55:37.538583"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB5\xB7\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB5\xB7\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.574825"], ["updated_at", "2022-09-29 06:55:37.574826"]] TRANSACTION (13.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB5\xB7\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB5\xB7\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.636766"], ["updated_at", "2022-09-29 06:55:37.636768"]] TRANSACTION (10.0ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (15.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB8\xA9"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB8\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.684582"], ["updated_at", "2022-09-29 06:55:37.684584"]] TRANSACTION (7.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB8\xA9\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB8\xA9\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.746173"], ["updated_at", "2022-09-29 06:55:37.746175"]] TRANSACTION (5.7ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (65.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (63.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.785146"], ["updated_at", "2022-09-29 06:55:37.785147"]] TRANSACTION (20.5ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\x8E\x8B\xE5\x85\xAB"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\x8E\x8B\xE5\x85\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:37.977322"], ["updated_at", "2022-09-29 06:55:37.977323"]] TRANSACTION (6.3ms) COMMIT User Load (9.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\x9A\x84\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\x9A\x84\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.040887"], ["updated_at", "2022-09-29 06:55:38.040888"]] TRANSACTION (9.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\x9F\xA5"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\x9F\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.098195"], ["updated_at", "2022-09-29 06:55:38.098196"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\xB4\xA7\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\xB4\xA7\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.144222"], ["updated_at", "2022-09-29 06:55:38.144223"]] TRANSACTION (5.7ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\xB4\xA7\xE6\x8E\x8F"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\xB4\xA7\xE6\x8E\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.190804"], ["updated_at", "2022-09-29 06:55:38.190805"]] TRANSACTION (6.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\xB7\x8A\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\xB7\x8A\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.243547"], ["updated_at", "2022-09-29 06:55:38.243548"]] TRANSACTION (7.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\xB7\x8A\xE6\x8E\x8F"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\xB7\x8A\xE6\x8E\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.287975"], ["updated_at", "2022-09-29 06:55:38.287976"]] TRANSACTION (7.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.330259"], ["updated_at", "2022-09-29 06:55:38.330263"]] TRANSACTION (7.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE8\x80\x80\xE9\x82\xA6"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE8\x80\x80\xE9\x82\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.376890"], ["updated_at", "2022-09-29 06:55:38.376891"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE8\xBF\x9B\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE8\xBF\x9B\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.416048"], ["updated_at", "2022-09-29 06:55:38.416050"]] TRANSACTION (10.5ms) COMMIT User Load (8.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\x80\x82\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\x80\x82\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.493706"], ["updated_at", "2022-09-29 06:55:38.493707"]] TRANSACTION (7.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\x8C\xA6\xE6\xBF\xA4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\x8C\xA6\xE6\xBF\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.548145"], ["updated_at", "2022-09-29 06:55:38.548146"]] TRANSACTION (5.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.587465"], ["updated_at", "2022-09-29 06:55:38.587466"]] TRANSACTION (4.5ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B,\xE8\x85\x90\xE8\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B,\xE8\x85\x90\xE8\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.626534"], ["updated_at", "2022-09-29 06:55:38.626535"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xB7\x98"], ["LIMIT", 1]] TRANSACTION (7.8ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xB7\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.663329"], ["updated_at", "2022-09-29 06:55:38.663330"]] TRANSACTION (4.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xBB\x94"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xBB\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.729506"], ["updated_at", "2022-09-29 06:55:38.729507"]] TRANSACTION (6.5ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\x95\xBF\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\x95\xBF\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.780031"], ["updated_at", "2022-09-29 06:55:38.780032"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\xA9\x9A\xE6\xBF\xA4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\xA9\x9A\xE6\xBF\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.819272"], ["updated_at", "2022-09-29 06:55:38.819273"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xAF\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xAF\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.855148"], ["updated_at", "2022-09-29 06:55:38.855150"]] TRANSACTION (4.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xAF\xE4\xB8\x8B\xE5\x91\xBB\xE5\x90\x9F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xAF\xE4\xB8\x8B\xE5\x91\xBB\xE5\x90\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.890938"], ["updated_at", "2022-09-29 06:55:38.890939"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xAF\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xAF\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.925764"], ["updated_at", "2022-09-29 06:55:38.925765"]] TRANSACTION (9.1ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB0\xE5\xB2\x9B\xE7\xB4\xA0\xE6\xA0\xB7\xE7\x94\x9F\xE9\x95\xBF\xE5\x9B\xA0\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB0\xE5\xB2\x9B\xE7\xB4\xA0\xE6\xA0\xB7\xE7\x94\x9F\xE9\x95\xBF\xE5\x9B\xA0\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:38.978739"], ["updated_at", "2022-09-29 06:55:38.978740"]] TRANSACTION (5.8ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB4\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB4\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.034368"], ["updated_at", "2022-09-29 06:55:39.034369"]] TRANSACTION (61.1ms) COMMIT User Load (10.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB4\xEF\xBC\x8C\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB4\xEF\xBC\x8C\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.198382"], ["updated_at", "2022-09-29 06:55:39.198383"]] TRANSACTION (5.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB8\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB8\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.242605"], ["updated_at", "2022-09-29 06:55:39.242606"]] TRANSACTION (5.9ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB8\xE5\x89\x8D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (42.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB8\xE5\x89\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.280719"], ["updated_at", "2022-09-29 06:55:39.280720"]] TRANSACTION (83.1ms) COMMIT User Load (9.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB8\xE6\x8E\xA8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB8\xE6\x8E\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.444510"], ["updated_at", "2022-09-29 06:55:39.444511"]] TRANSACTION (6.1ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB8\xE7\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB8\xE7\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.494208"], ["updated_at", "2022-09-29 06:55:39.494209"]] TRANSACTION (5.5ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB8\xE8\x84\xAF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB8\xE8\x84\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.544149"], ["updated_at", "2022-09-29 06:55:39.544151"]] TRANSACTION (5.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB8\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB8\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.586143"], ["updated_at", "2022-09-29 06:55:39.586145"]] TRANSACTION (4.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB8\xEF\xBC\x8C\xE5\x89\x8D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB8\xEF\xBC\x8C\xE5\x89\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.622800"], ["updated_at", "2022-09-29 06:55:39.622801"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\x8F\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\x8F\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.659918"], ["updated_at", "2022-09-29 06:55:39.659919"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\x8F\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\x8F\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.696963"], ["updated_at", "2022-09-29 06:55:39.696964"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\x9A\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\x9A\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.732867"], ["updated_at", "2022-09-29 06:55:39.732868"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\x9A\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\x9A\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.770097"], ["updated_at", "2022-09-29 06:55:39.770098"]] TRANSACTION (4.9ms) COMMIT User Load (20.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (33.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xAB\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xAB\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.825997"], ["updated_at", "2022-09-29 06:55:39.825999"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xAB\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xAB\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.896517"], ["updated_at", "2022-09-29 06:55:39.896518"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xAB\xE8\xA1\xA3\xE8\x88\x9E\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xAB\xE8\xA1\xA3\xE8\x88\x9E\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.933852"], ["updated_at", "2022-09-29 06:55:39.933852"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xAB\xE8\xA4\xB2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xAB\xE8\xA4\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:39.966826"], ["updated_at", "2022-09-29 06:55:39.966827"]] TRANSACTION (4.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE4\xB8\x80\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE4\xB8\x80\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.002764"], ["updated_at", "2022-09-29 06:55:40.002765"]] TRANSACTION (4.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.041581"], ["updated_at", "2022-09-29 06:55:40.041582"]] TRANSACTION (5.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE5\x85\x89\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE5\x85\x89\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.083037"], ["updated_at", "2022-09-29 06:55:40.083038"]] TRANSACTION (4.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE5\x86\x85\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE5\x86\x85\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.121259"], ["updated_at", "2022-09-29 06:55:40.121260"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE5\xBE\x97\xE5\x85\x89\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE5\xBE\x97\xE5\x85\x89\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.155694"], ["updated_at", "2022-09-29 06:55:40.155695"]] TRANSACTION (10.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.198094"], ["updated_at", "2022-09-29 06:55:40.198095"]] TRANSACTION (6.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE8\xA1\xA3\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE8\xA1\xA3\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.235560"], ["updated_at", "2022-09-29 06:55:40.235562"]] TRANSACTION (4.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE8\xA1\xA3\xE8\x88\x9E\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE8\xA1\xA3\xE8\x88\x9E\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.272597"], ["updated_at", "2022-09-29 06:55:40.272598"]] TRANSACTION (6.0ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE8\xA1\xA3\xE8\x89\xB3"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE8\xA1\xA3\xE8\x89\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.315709"], ["updated_at", "2022-09-29 06:55:40.315710"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.354944"], ["updated_at", "2022-09-29 06:55:40.354946"]] TRANSACTION (7.5ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE8\xA3\xA4\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE8\xA3\xA4\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.398771"], ["updated_at", "2022-09-29 06:55:40.398772"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE8\xBD\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE8\xBD\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.439108"], ["updated_at", "2022-09-29 06:55:40.439109"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.478483"], ["updated_at", "2022-09-29 06:55:40.478484"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE5\xA5\xB3\xE4\xBD\xA0\xE6\x87\x82\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE5\xA5\xB3\xE4\xBD\xA0\xE6\x87\x82\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.531898"], ["updated_at", "2022-09-29 06:55:40.531900"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.573260"], ["updated_at", "2022-09-29 06:55:40.573261"]] TRANSACTION (9.2ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE6\xAC\xA1\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE6\xAC\xA1\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.626730"], ["updated_at", "2022-09-29 06:55:40.626733"]] TRANSACTION (4.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.675408"], ["updated_at", "2022-09-29 06:55:40.675410"]] TRANSACTION (5.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE8\x85\x90"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE8\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.719859"], ["updated_at", "2022-09-29 06:55:40.719861"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.759814"], ["updated_at", "2022-09-29 06:55:40.759815"]] TRANSACTION (5.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.803556"], ["updated_at", "2022-09-29 06:55:40.803557"]] TRANSACTION (7.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE8\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE8\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.849986"], ["updated_at", "2022-09-29 06:55:40.849987"]] TRANSACTION (5.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE8\xB4\xA5\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE8\xB4\xA5\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.891253"], ["updated_at", "2022-09-29 06:55:40.891254"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (14.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\xB0\xE8\x85\xB9\xE9\x83\xA8\xE5\x8A\x9B\xE9\x87\x8F"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (8.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (57.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\xB0\xE8\x85\xB9\xE9\x83\xA8\xE5\x8A\x9B\xE9\x87\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:40.935153"], ["updated_at", "2022-09-29 06:55:40.935155"]] TRANSACTION (5.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\xB0\xE9\x97\xB4\xE5\x8A\xA8\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\xB0\xE9\x97\xB4\xE5\x8A\xA8\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.071983"], ["updated_at", "2022-09-29 06:55:41.071985"]] TRANSACTION (6.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\xBE\xE8\xAE\xAF\xE5\xAE\xA2\xE6\x9C\x8D\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\xBE\xE8\xAE\xAF\xE5\xAE\xA2\xE6\x9C\x8D\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.133549"], ["updated_at", "2022-09-29 06:55:41.133550"]] TRANSACTION (5.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\xBF\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (7.8ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\xBF\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.181016"], ["updated_at", "2022-09-29 06:55:41.181017"]] TRANSACTION (7.9ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x86\xA7\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x86\xA7\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.246258"], ["updated_at", "2022-09-29 06:55:41.246259"]] TRANSACTION (7.6ms) COMMIT User Load (8.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\x80\xE4\xB8\x98"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\x80\xE4\xB8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.309040"], ["updated_at", "2022-09-29 06:55:41.309042"]] TRANSACTION (9.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\x80\xE6\xB2\x9F"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (7.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\x80\xE6\xB2\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.363482"], ["updated_at", "2022-09-29 06:55:41.363483"]] TRANSACTION (7.6ms) COMMIT User Load (9.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (13.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xA5\xE6\xA7\xBD"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xA5\xE6\xA7\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.427866"], ["updated_at", "2022-09-29 06:55:41.427867"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xA5\xE8\x89\xB9"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xA5\xE8\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.476396"], ["updated_at", "2022-09-29 06:55:41.476397"]] TRANSACTION (5.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xA7\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xA7\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.520264"], ["updated_at", "2022-09-29 06:55:41.520266"]] TRANSACTION (4.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xA7\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xA7\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.559081"], ["updated_at", "2022-09-29 06:55:41.559083"]] TRANSACTION (6.6ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAAfen"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAAfen"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.604701"], ["updated_at", "2022-09-29 06:55:41.604702"]] TRANSACTION (6.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAAsha"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAAsha"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.647114"], ["updated_at", "2022-09-29 06:55:41.647116"]] TRANSACTION (4.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE5\x8A\xA8\xE7\xBE\xA4\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE5\x8A\xA8\xE7\xBE\xA4\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.688624"], ["updated_at", "2022-09-29 06:55:41.688625"]] TRANSACTION (5.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE5\x8A\xA8\xE8\xBE\x9E"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE5\x8A\xA8\xE8\xBE\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.729410"], ["updated_at", "2022-09-29 06:55:41.729411"]] TRANSACTION (7.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE5\xB7\xB1\xE6\x89\xBE\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE5\xB7\xB1\xE6\x89\xBE\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.770068"], ["updated_at", "2022-09-29 06:55:41.770069"]] TRANSACTION (25.6ms) COMMIT User Load (14.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE5\xB7\xB2\xE7\x9A\x84\xE6\x95\x85\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE5\xB7\xB2\xE7\x9A\x84\xE6\x95\x85\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.847559"], ["updated_at", "2022-09-29 06:55:41.847560"]] TRANSACTION (10.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x85\xB0"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.908112"], ["updated_at", "2022-09-29 06:55:41.908113"]] TRANSACTION (8.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x85\xB0\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x85\xB0\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:41.959334"], ["updated_at", "2022-09-29 06:55:41.959336"]] TRANSACTION (8.4ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x85\xB0\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x85\xB0\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.006237"], ["updated_at", "2022-09-29 06:55:42.006238"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x85\xB0\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x85\xB0\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.049893"], ["updated_at", "2022-09-29 06:55:42.049894"]] TRANSACTION (4.4ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.092289"], ["updated_at", "2022-09-29 06:55:42.092291"]] TRANSACTION (10.6ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.154468"], ["updated_at", "2022-09-29 06:55:42.154470"]] TRANSACTION (5.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.194335"], ["updated_at", "2022-09-29 06:55:42.194335"]] TRANSACTION (4.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE7\xBE\x8E\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE7\xBE\x8E\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.231818"], ["updated_at", "2022-09-29 06:55:42.231819"]] TRANSACTION (5.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.270751"], ["updated_at", "2022-09-29 06:55:42.270753"]] TRANSACTION (4.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x91\xB8"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x91\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.309210"], ["updated_at", "2022-09-29 06:55:42.309211"]] TRANSACTION (5.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.361936"], ["updated_at", "2022-09-29 06:55:42.361937"]] TRANSACTION (5.8ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x9D\x80\xE6\x89\x8B\xE5\x86\x8C"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x9D\x80\xE6\x89\x8B\xE5\x86\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.404455"], ["updated_at", "2022-09-29 06:55:42.404456"]] TRANSACTION (5.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x9D\x80\xE6\x8C\x87\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x9D\x80\xE6\x8C\x87\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.446015"], ["updated_at", "2022-09-29 06:55:42.446016"]] TRANSACTION (5.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\xB0\x91\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\xB0\x91\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.483394"], ["updated_at", "2022-09-29 06:55:42.483395"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x84\x9A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x84\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.514658"], ["updated_at", "2022-09-29 06:55:42.514659"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.547573"], ["updated_at", "2022-09-29 06:55:42.547574"]] TRANSACTION (5.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE4\xBA\x9A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE4\xBA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.582474"], ["updated_at", "2022-09-29 06:55:42.582475"]] TRANSACTION (5.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE4\xBA\x9A\xE5\xB7\x9E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE4\xBA\x9A\xE5\xB7\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.619771"], ["updated_at", "2022-09-29 06:55:42.619772"]] TRANSACTION (4.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE4\xBA\x9A\xE6\xB4\xB2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE4\xBA\x9A\xE6\xB4\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.660521"], ["updated_at", "2022-09-29 06:55:42.660523"]] TRANSACTION (5.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE5\x9C\xA3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE5\x9C\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.694997"], ["updated_at", "2022-09-29 06:55:42.694998"]] TRANSACTION (5.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE6\x97\xB6\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE6\x97\xB6\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.731310"], ["updated_at", "2022-09-29 06:55:42.731312"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE6\xB0\x91\xE4\xB8\xBB\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE6\xB0\x91\xE4\xB8\xBB\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.768878"], ["updated_at", "2022-09-29 06:55:42.768879"]] TRANSACTION (5.7ms) COMMIT User Load (11.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE8\xA5\xBF\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (11.3ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE8\xA5\xBF\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.826068"], ["updated_at", "2022-09-29 06:55:42.826069"]] TRANSACTION (11.2ms) COMMIT User Load (16.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE8\xA5\xBF\xE8\x97\x8F\xE5\xAD\xA6\xE7\x94\x9F\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE8\xA5\xBF\xE8\x97\x8F\xE5\xAD\xA6\xE7\x94\x9F\xE8\xBF\x90\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.928648"], ["updated_at", "2022-09-29 06:55:42.928649"]] TRANSACTION (5.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:42.973858"], ["updated_at", "2022-09-29 06:55:42.973859"]] TRANSACTION (5.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAD\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAD\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.011580"], ["updated_at", "2022-09-29 06:55:43.011581"]] TRANSACTION (5.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x86\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x86\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.054190"], ["updated_at", "2022-09-29 06:55:43.054191"]] TRANSACTION (4.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x86\xE8\xAE\xBA\xE5\x8F\x8D\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x86\xE8\xAE\xBA\xE5\x8F\x8D\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.092061"], ["updated_at", "2022-09-29 06:55:43.092062"]] TRANSACTION (5.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x8C\xE5\xA4\xB4\xE8\xA2\xAD\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x8C\xE5\xA4\xB4\xE8\xA2\xAD\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.130523"], ["updated_at", "2022-09-29 06:55:43.130525"]] TRANSACTION (5.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x8C\xE6\x88\x98\xE6\xB3\x95\xE5\xBA\xAD"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x8C\xE6\x88\x98\xE6\xB3\x95\xE5\xBA\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.168017"], ["updated_at", "2022-09-29 06:55:43.168018"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x92\xE6\x9C\x8D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x92\xE6\x9C\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.205760"], ["updated_at", "2022-09-29 06:55:43.205762"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x92\xE6\xB7\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x92\xE6\xB7\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.244590"], ["updated_at", "2022-09-29 06:55:43.244592"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x94\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x94\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.279061"], ["updated_at", "2022-09-29 06:55:43.279062"]] TRANSACTION (5.9ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x94\xE5\xB1\x81\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x94\xE5\xB1\x81\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.321365"], ["updated_at", "2022-09-29 06:55:43.321366"]] TRANSACTION (6.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x94\xE5\xBC\x84\xE5\xA4\xA7\xE9\x98\xB4\xE5\x94\x87"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x94\xE5\xBC\x84\xE5\xA4\xA7\xE9\x98\xB4\xE5\x94\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.365289"], ["updated_at", "2022-09-29 06:55:43.365290"]] TRANSACTION (6.7ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x94\xE5\xBC\x84\xE5\xB0\x8F\xE9\xB8\xA1\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x94\xE5\xBC\x84\xE5\xB0\x8F\xE9\xB8\xA1\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.415002"], ["updated_at", "2022-09-29 06:55:43.415003"]] TRANSACTION (4.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x94\xE8\x84\x9A"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x94\xE8\x84\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.455525"], ["updated_at", "2022-09-29 06:55:43.455527"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x94\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x94\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.494393"], ["updated_at", "2022-09-29 06:55:43.494394"]] TRANSACTION (4.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x94\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x94\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.532562"], ["updated_at", "2022-09-29 06:55:43.532563"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x9E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x9E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.568638"], ["updated_at", "2022-09-29 06:55:43.568639"]] TRANSACTION (4.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\xAA\xE7\xA9\xBA\xE5\x94\xAE\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\xAA\xE7\xA9\xBA\xE5\x94\xAE\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.604687"], ["updated_at", "2022-09-29 06:55:43.604688"]] TRANSACTION (11.0ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\xAA\xE7\xA9\xBA\xE6\xAF\x8D\xE8\x88\xB0"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\xAA\xE7\xA9\xBA\xE6\xAF\x8D\xE8\x88\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.662047"], ["updated_at", "2022-09-29 06:55:43.662049"]] TRANSACTION (6.4ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2b"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (9.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.708834"], ["updated_at", "2022-09-29 06:55:43.708835"]] TRANSACTION (9.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2BB\xE5\x90\xA7"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2BB\xE5\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.767949"], ["updated_at", "2022-09-29 06:55:43.767950"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE3\x80\x82\xE8\xAF\xB1"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE3\x80\x82\xE8\xAF\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.813538"], ["updated_at", "2022-09-29 06:55:43.813539"]] TRANSACTION (5.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE4\xB8\xAD\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE4\xB8\xAD\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.858062"], ["updated_at", "2022-09-29 06:55:43.858063"]] TRANSACTION (7.4ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (52.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:43.908313"], ["updated_at", "2022-09-29 06:55:43.908314"]] TRANSACTION (6.7ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (9.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.015031"], ["updated_at", "2022-09-29 06:55:44.015032"]] TRANSACTION (5.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.066110"], ["updated_at", "2022-09-29 06:55:44.066111"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\xA4\xA7\xE5\x8F\x94"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\xA4\xA7\xE5\x8F\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.104816"], ["updated_at", "2022-09-29 06:55:44.104816"]] TRANSACTION (5.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.144621"], ["updated_at", "2022-09-29 06:55:44.144622"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.180719"], ["updated_at", "2022-09-29 06:55:44.180721"]] TRANSACTION (5.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.223113"], ["updated_at", "2022-09-29 06:55:44.223114"]] TRANSACTION (5.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\xBF\xB5"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\xBF\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.269239"], ["updated_at", "2022-09-29 06:55:44.269239"]] TRANSACTION (11.7ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\xBF\xB5\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\xBF\xB5\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.321587"], ["updated_at", "2022-09-29 06:55:44.321588"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.365163"], ["updated_at", "2022-09-29 06:55:44.365164"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE4\xB8\x9A"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE4\xB8\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.402634"], ["updated_at", "2022-09-29 06:55:44.402635"]] TRANSACTION (21.9ms) COMMIT User Load (13.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (14.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x80\x9A\xE5\xA4\xA9\xE5\xB1\xA0\xE9\xBE\x99\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (7.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x80\x9A\xE5\xA4\xA9\xE5\xB1\xA0\xE9\xBE\x99\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.480861"], ["updated_at", "2022-09-29 06:55:44.480862"]] TRANSACTION (14.6ms) COMMIT User Load (22.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (7.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.575832"], ["updated_at", "2022-09-29 06:55:44.575833"]] TRANSACTION (9.9ms) COMMIT User Load (13.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.670525"], ["updated_at", "2022-09-29 06:55:44.670526"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x9C\xBA\xE6\x89\x80"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x9C\xBA\xE6\x89\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.707859"], ["updated_at", "2022-09-29 06:55:44.707860"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xA3\x81\xE7\xBA\xB8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xA3\x81\xE7\xBA\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.744978"], ["updated_at", "2022-09-29 06:55:44.744978"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE5\xBD\x95\xE5\x83\x8F"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE5\xBD\x95\xE5\x83\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.779798"], ["updated_at", "2022-09-29 06:55:44.779799"]] TRANSACTION (5.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE7\x89\x87\xE6\xAE\xB5"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE7\x89\x87\xE6\xAE\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.817134"], ["updated_at", "2022-09-29 06:55:44.817135"]] TRANSACTION (5.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.857140"], ["updated_at", "2022-09-29 06:55:44.857142"]] TRANSACTION (6.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.895364"], ["updated_at", "2022-09-29 06:55:44.895365"]] TRANSACTION (4.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xBD\xB1\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xBD\xB1\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.935068"], ["updated_at", "2022-09-29 06:55:44.935069"]] TRANSACTION (7.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:44.990667"], ["updated_at", "2022-09-29 06:55:44.990668"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.026331"], ["updated_at", "2022-09-29 06:55:45.026332"]] TRANSACTION (7.0ms) COMMIT User Load (8.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (14.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (19.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.073796"], ["updated_at", "2022-09-29 06:55:45.073797"]] TRANSACTION (9.6ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.181297"], ["updated_at", "2022-09-29 06:55:45.181298"]] TRANSACTION (5.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.221162"], ["updated_at", "2022-09-29 06:55:45.221163"]] TRANSACTION (6.4ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE8\xA1\xA8\xE6\xBC\x94"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE8\xA1\xA8\xE6\xBC\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.269666"], ["updated_at", "2022-09-29 06:55:45.269667"]] TRANSACTION (6.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE8\xA3\xB8\xE4\xBD\x93\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE8\xA3\xB8\xE4\xBD\x93\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.315311"], ["updated_at", "2022-09-29 06:55:45.315313"]] TRANSACTION (5.6ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.364943"], ["updated_at", "2022-09-29 06:55:45.364945"]] TRANSACTION (6.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\xB3\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\xB3\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.413232"], ["updated_at", "2022-09-29 06:55:45.413233"]] TRANSACTION (5.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.456453"], ["updated_at", "2022-09-29 06:55:45.456454"]] TRANSACTION (5.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x89\x87\xE5\xB0\x8F\xE6\x99\xBA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x89\x87\xE5\xB0\x8F\xE6\x99\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.495935"], ["updated_at", "2022-09-29 06:55:45.495936"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x8B\x90\xE7\x8B\xB8\xE7\xBD\x91\xE5\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x8B\x90\xE7\x8B\xB8\xE7\xBD\x91\xE5\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.534102"], ["updated_at", "2022-09-29 06:55:45.534103"]] TRANSACTION (5.4ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x8B\xBC"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x8B\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.576206"], ["updated_at", "2022-09-29 06:55:45.576207"]] TRANSACTION (8.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (13.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x8B\xBC\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (17.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x8B\xBC\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.631369"], ["updated_at", "2022-09-29 06:55:45.631370"]] TRANSACTION (15.2ms) COMMIT User Load (22.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (20.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x8B\xBC\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (6.9ms) BEGIN User Load (7.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x8B\xBC\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.843861"], ["updated_at", "2022-09-29 06:55:45.843862"]] TRANSACTION (8.4ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (21.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x8C\xAB"], ["LIMIT", 1]] TRANSACTION (8.9ms) BEGIN User Load (47.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x8C\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:45.928056"], ["updated_at", "2022-09-29 06:55:45.928057"]] TRANSACTION (13.2ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.057815"], ["updated_at", "2022-09-29 06:55:46.057816"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x95\x8C"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x95\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.103706"], ["updated_at", "2022-09-29 06:55:46.103708"]] TRANSACTION (7.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x95\x8C\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x95\x8C\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.150032"], ["updated_at", "2022-09-29 06:55:46.150033"]] TRANSACTION (30.4ms) COMMIT User Load (29.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x98\xBE"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x98\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.252379"], ["updated_at", "2022-09-29 06:55:46.252383"]] TRANSACTION (8.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (8.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.312344"], ["updated_at", "2022-09-29 06:55:46.312346"]] TRANSACTION (7.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.384009"], ["updated_at", "2022-09-29 06:55:46.384010"]] TRANSACTION (3.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\xA9\xBA\xE5\xAF\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\xA9\xBA\xE5\xAF\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.425224"], ["updated_at", "2022-09-29 06:55:46.425225"]] TRANSACTION (7.9ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\xAA\x9D\xE7\xAA\x9D"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\xAA\x9D\xE7\xAA\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.475634"], ["updated_at", "2022-09-29 06:55:46.475635"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.523217"], ["updated_at", "2022-09-29 06:55:46.523218"]] TRANSACTION (8.9ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.571638"], ["updated_at", "2022-09-29 06:55:46.571640"]] TRANSACTION (5.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE8\xAF\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE8\xAF\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.618544"], ["updated_at", "2022-09-29 06:55:46.618545"]] TRANSACTION (6.7ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (31.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.665363"], ["updated_at", "2022-09-29 06:55:46.665364"]] TRANSACTION (13.6ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (17.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE8\xBF\xB7\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (41.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (16.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE8\xBF\xB7\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.767587"], ["updated_at", "2022-09-29 06:55:46.767588"]] TRANSACTION (9.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE8\xBF\xB7\xE8\xBF\xB7"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE8\xBF\xB7\xE8\xBF\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.886380"], ["updated_at", "2022-09-29 06:55:46.886382"]] TRANSACTION (5.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.930734"], ["updated_at", "2022-09-29 06:55:46.930734"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE9\xAC\xBC"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE9\xAC\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:46.967941"], ["updated_at", "2022-09-29 06:55:46.967942"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE9\xAD\x94"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE9\xAD\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.005315"], ["updated_at", "2022-09-29 06:55:47.005316"]] TRANSACTION (9.1ms) COMMIT User Load (17.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE4\xB8\xBD\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE4\xB8\xBD\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.065408"], ["updated_at", "2022-09-29 06:55:47.065409"]] TRANSACTION (7.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.134377"], ["updated_at", "2022-09-29 06:55:47.134379"]] TRANSACTION (7.2ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.186555"], ["updated_at", "2022-09-29 06:55:47.186556"]] TRANSACTION (8.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.234475"], ["updated_at", "2022-09-29 06:55:47.234476"]] TRANSACTION (16.8ms) COMMIT User Load (8.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE6\x98\x9F\xE4\xB9\x94\xE4\xB8\xB9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE6\x98\x9F\xE4\xB9\x94\xE4\xB8\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.319247"], ["updated_at", "2022-09-29 06:55:47.319248"]] TRANSACTION (5.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE6\xAF\x8D\xE6\xB7\xAB\xE8\x87\x80"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE6\xAF\x8D\xE6\xB7\xAB\xE8\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.364759"], ["updated_at", "2022-09-29 06:55:47.364760"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE6\xBC\xAB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE6\xBC\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.404651"], ["updated_at", "2022-09-29 06:55:47.404652"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE7\x85\xA7\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (6.9ms) BEGIN User Load (13.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE7\x85\xA7\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.436612"], ["updated_at", "2022-09-29 06:55:47.436613"]] TRANSACTION (16.3ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (20.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (45.1ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.517418"], ["updated_at", "2022-09-29 06:55:47.517419"]] TRANSACTION (4.9ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE8\x88\x9E\xE5\xA5\xB3\xE9\x83\x8E"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE8\x88\x9E\xE5\xA5\xB3\xE9\x83\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.624787"], ["updated_at", "2022-09-29 06:55:47.624789"]] TRANSACTION (8.6ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE8\x88\x9E\xE6\xB7\xAB\xE4\xB8\x9A"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE8\x88\x9E\xE6\xB7\xAB\xE4\xB8\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.686737"], ["updated_at", "2022-09-29 06:55:47.686738"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB9\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB9\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.730342"], ["updated_at", "2022-09-29 06:55:47.730343"]] TRANSACTION (6.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xBA\xE6\x9C\xAF\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xBA\xE6\x9C\xAF\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.774776"], ["updated_at", "2022-09-29 06:55:47.774777"]] TRANSACTION (11.4ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xBE\xE5\x8A\x9B\xE6\x9B\xB4\xC2\xB7\xE4\xBE\x9D\xE6\x98\x8E\xE5\xB7\xB4\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xBE\xE5\x8A\x9B\xE6\x9B\xB4\xC2\xB7\xE4\xBE\x9D\xE6\x98\x8E\xE5\xB7\xB4\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.834323"], ["updated_at", "2022-09-29 06:55:47.834325"]] TRANSACTION (6.0ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xAE\xE6\x9D\x8F\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xAE\xE6\x9D\x8F\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.881153"], ["updated_at", "2022-09-29 06:55:47.881154"]] TRANSACTION (5.1ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE4\xB8\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE4\xB8\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.935465"], ["updated_at", "2022-09-29 06:55:47.935466"]] TRANSACTION (4.5ms) COMMIT User Load (13.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE5\x9B\xAD"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE5\x9B\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:47.986824"], ["updated_at", "2022-09-29 06:55:47.986825"]] TRANSACTION (4.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE5\xBE\x84"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE5\xBE\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.027211"], ["updated_at", "2022-09-29 06:55:48.027212"]] TRANSACTION (8.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.076684"], ["updated_at", "2022-09-29 06:55:48.076686"]] TRANSACTION (7.3ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE6\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE6\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.140810"], ["updated_at", "2022-09-29 06:55:48.140811"]] TRANSACTION (6.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE7\x93\xA3"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE7\x93\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.185209"], ["updated_at", "2022-09-29 06:55:48.185210"]] TRANSACTION (6.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE8\x8A\xB1\xE5\x85\xAC\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE8\x8A\xB1\xE5\x85\xAC\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.224535"], ["updated_at", "2022-09-29 06:55:48.224536"]] TRANSACTION (4.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE8\x95\x8A"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE8\x95\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.270069"], ["updated_at", "2022-09-29 06:55:48.270070"]] TRANSACTION (10.4ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB3\xE8\x8D\x89"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB3\xE8\x8D\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.319168"], ["updated_at", "2022-09-29 06:55:48.319169"]] TRANSACTION (8.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB3\xE8\x8D\x89\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB3\xE8\x8D\x89\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.371039"], ["updated_at", "2022-09-29 06:55:48.371040"]] TRANSACTION (7.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB3\xE9\xA6\x99\xE4\xB9\x8B\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB3\xE9\xA6\x99\xE4\xB9\x8B\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.420875"], ["updated_at", "2022-09-29 06:55:48.420876"]] TRANSACTION (6.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB3\xE9\xA6\x99\xE5\x9E\x8B\xE6\x99\xBA\xE6\x82\x9F\xE6\xB0\x94\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB3\xE9\xA6\x99\xE5\x9E\x8B\xE6\x99\xBA\xE6\x82\x9F\xE6\xB0\x94\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.468528"], ["updated_at", "2022-09-29 06:55:48.468529"]] TRANSACTION (6.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8D\xE5\xB1\xB1\xE5\x85\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8D\xE5\xB1\xB1\xE5\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.514056"], ["updated_at", "2022-09-29 06:55:48.514058"]] TRANSACTION (4.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8D\xE8\x9D\x87\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8D\xE8\x9D\x87\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.555321"], ["updated_at", "2022-09-29 06:55:48.555323"]] TRANSACTION (5.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE4\xB8\x9C\xE8\xA7\xA3\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE4\xB8\x9C\xE8\xA7\xA3\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.606662"], ["updated_at", "2022-09-29 06:55:48.606663"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.646478"], ["updated_at", "2022-09-29 06:55:48.646479"]] TRANSACTION (4.9ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE5\xAE\xB6\xE5\xB1\xAF"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE5\xAE\xB6\xE5\xB1\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.692207"], ["updated_at", "2022-09-29 06:55:48.692209"]] TRANSACTION (5.6ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE5\xAE\xB6\xE5\xB1\xAF\xE9\x9B\x86"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE5\xAE\xB6\xE5\xB1\xAF\xE9\x9B\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.738854"], ["updated_at", "2022-09-29 06:55:48.738855"]] TRANSACTION (6.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE6\x8C\xAF\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (41.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE6\x8C\xAF\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.785275"], ["updated_at", "2022-09-29 06:55:48.785276"]] TRANSACTION (19.7ms) COMMIT User Load (14.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (36.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE6\x99\x93\xE5\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE6\x99\x93\xE5\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:48.925870"], ["updated_at", "2022-09-29 06:55:48.925871"]] TRANSACTION (7.3ms) COMMIT User Load (9.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE6\x9F\xBE"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE6\x9F\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.015466"], ["updated_at", "2022-09-29 06:55:49.015467"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE7\xBB\x8D\xE6\x99\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE7\xBB\x8D\xE6\x99\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.062959"], ["updated_at", "2022-09-29 06:55:49.062960"]] TRANSACTION (5.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE8\xB4\x9E\xE6\x98\x8C"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE8\xB4\x9E\xE6\x98\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.103100"], ["updated_at", "2022-09-29 06:55:49.103101"]] TRANSACTION (5.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE8\xBE\x89"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE8\xBE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.147939"], ["updated_at", "2022-09-29 06:55:49.147940"]] TRANSACTION (5.6ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x9F\xE6\x99\x93\xE8\xB6\x85"], ["LIMIT", 1]] TRANSACTION (15.4ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x9F\xE6\x99\x93\xE8\xB6\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.194530"], ["updated_at", "2022-09-29 06:55:49.194531"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xAF\xE4\xB8\x99\xE8\x83\xBA"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xAF\xE4\xB8\x99\xE8\x83\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.259228"], ["updated_at", "2022-09-29 06:55:49.259229"]] TRANSACTION (5.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xAF\xE5\xB7\xB4\xE6\xAF\x94\xE5\xA6\xA5"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xAF\xE5\xB7\xB4\xE6\xAF\x94\xE5\xA6\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.301002"], ["updated_at", "2022-09-29 06:55:49.301003"]] TRANSACTION (5.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xB1\xE5\x9B\xBDB5\xE4\xBE\x9B\xE5\xBA\x94"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xB1\xE5\x9B\xBDB5\xE4\xBE\x9B\xE5\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.338397"], ["updated_at", "2022-09-29 06:55:49.338398"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\x87\x91\xE8\x9E\x8D\xE6\x97\xB6\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\x87\x91\xE8\x9E\x8D\xE6\x97\xB6\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.377469"], ["updated_at", "2022-09-29 06:55:49.377470"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\xAA\x9A\xE6\x9C\xAC"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\xAA\x9A\xE6\x9C\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.412436"], ["updated_at", "2022-09-29 06:55:49.412437"]] TRANSACTION (8.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\xAA\x9A\xE6\x9C\xACPCP"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\xAA\x9A\xE6\x9C\xACPCP"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.454918"], ["updated_at", "2022-09-29 06:55:49.454919"]] TRANSACTION (4.2ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\xAA\x9A\xE6\x9C\xAC\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\xAA\x9A\xE6\x9C\xAC\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.497131"], ["updated_at", "2022-09-29 06:55:49.497132"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xB1\xE8\xAF\xAD\xE6\x9E\xAA\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (12.0ms) BEGIN User Load (26.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xB1\xE8\xAF\xAD\xE6\x9E\xAA\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.545152"], ["updated_at", "2022-09-29 06:55:49.545154"]] TRANSACTION (6.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8C\x83\xE5\xB9\xBF\xE4\xB8\xBE \xE9\xBB\x91\xE9\xBE\x99\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8C\x83\xE5\xB9\xBF\xE4\xB8\xBE \xE9\xBB\x91\xE9\xBE\x99\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.626555"], ["updated_at", "2022-09-29 06:55:49.626556"]] TRANSACTION (5.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8C\x83\xE7\x87\x95\xE7\x90\xBC"], ["LIMIT", 1]] TRANSACTION (22.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8C\x83\xE7\x87\x95\xE7\x90\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.668613"], ["updated_at", "2022-09-29 06:55:49.668614"]] TRANSACTION (59.1ms) COMMIT User Load (25.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8C\x85\xE9\x81\x93\xE4\xB8\xB4"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8C\x85\xE9\x81\x93\xE4\xB8\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.811841"], ["updated_at", "2022-09-29 06:55:49.811842"]] TRANSACTION (8.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8C\xB1\xE8\x90\xB8"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8C\xB1\xE8\x90\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.866860"], ["updated_at", "2022-09-29 06:55:49.866861"]] TRANSACTION (5.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8C\xB3\xE6\xBE\xA4\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8C\xB3\xE6\xBE\xA4\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.905211"], ["updated_at", "2022-09-29 06:55:49.905212"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\x86\xE7\xA6\x8F\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\x86\xE7\xA6\x8F\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.940555"], ["updated_at", "2022-09-29 06:55:49.940556"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE4\xB8\xAB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE4\xB8\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:49.973870"], ["updated_at", "2022-09-29 06:55:49.973871"]] TRANSACTION (5.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE5\x90\x97"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE5\x90\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.011600"], ["updated_at", "2022-09-29 06:55:50.011601"]] TRANSACTION (7.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (13.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE5\x97\x8E"], ["LIMIT", 1]] TRANSACTION (11.3ms) BEGIN User Load (8.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE5\x97\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.050295"], ["updated_at", "2022-09-29 06:55:50.050296"]] TRANSACTION (10.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.127345"], ["updated_at", "2022-09-29 06:55:50.127346"]] TRANSACTION (5.2ms) COMMIT User Load (8.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\x89\xE6\xA6\xB4\xE7\xA4\xBE\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\x89\xE6\xA6\xB4\xE7\xA4\xBE\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.172079"], ["updated_at", "2022-09-29 06:55:50.172080"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\x89\xE8\x8E\x93\xE7\x89\x9B\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (10.9ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\x89\xE8\x8E\x93\xE7\x89\x9B\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.209814"], ["updated_at", "2022-09-29 06:55:50.209815"]] TRANSACTION (9.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\xA1\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\xA1\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.265666"], ["updated_at", "2022-09-29 06:55:50.265668"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\xA1\xE5\xA5\xB3\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\xA1\xE5\xA5\xB3\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.303571"], ["updated_at", "2022-09-29 06:55:50.303573"]] TRANSACTION (5.6ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\xA1\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\xA1\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.353921"], ["updated_at", "2022-09-29 06:55:50.353922"]] TRANSACTION (5.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\xA1\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\xA1\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.399768"], ["updated_at", "2022-09-29 06:55:50.399769"]] TRANSACTION (16.0ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\xAD\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\xAD\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.455366"], ["updated_at", "2022-09-29 06:55:50.455367"]] TRANSACTION (7.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8E\xAB\xE4\xBC\x9F\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8E\xAB\xE4\xBC\x9F\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.504475"], ["updated_at", "2022-09-29 06:55:50.504476"]] TRANSACTION (7.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (27.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8E\xAB\xE8\xBE\xBE\xE9\x9D\x9E\xE5\xB0\xBC"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8E\xAB\xE8\xBE\xBE\xE9\x9D\x9E\xE5\xB0\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.554258"], ["updated_at", "2022-09-29 06:55:50.554259"]] TRANSACTION (7.3ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x85\xE9\x87\x8E\xE4\xBA\x9A\xE6\xA2\xA8\xE6\xB2\x99\xE8\xBF\x85\xE9\x9B\xB7\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x85\xE9\x87\x8E\xE4\xBA\x9A\xE6\xA2\xA8\xE6\xB2\x99\xE8\xBF\x85\xE9\x9B\xB7\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.624235"], ["updated_at", "2022-09-29 06:55:50.624237"]] TRANSACTION (4.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x8A\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (45.9ms) BEGIN User Load (17.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x8A\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.670449"], ["updated_at", "2022-09-29 06:55:50.670450"]] TRANSACTION (30.2ms) COMMIT User Load (8.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x8A\xE7\x88\x86"], ["LIMIT", 1]] TRANSACTION (7.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x8A\xE7\x88\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.813714"], ["updated_at", "2022-09-29 06:55:50.813715"]] TRANSACTION (8.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x8A\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x8A\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.867392"], ["updated_at", "2022-09-29 06:55:50.867393"]] TRANSACTION (4.6ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x8A\xE8\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x8A\xE8\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.908620"], ["updated_at", "2022-09-29 06:55:50.908622"]] TRANSACTION (5.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x8A\xE8\x8A\xB1\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x8A\xE8\x8A\xB1\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.949828"], ["updated_at", "2022-09-29 06:55:50.949834"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x8A\xE8\x8A\xB1\xE8\x95\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x8A\xE8\x8A\xB1\xE8\x95\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:50.988133"], ["updated_at", "2022-09-29 06:55:50.988134"]] TRANSACTION (7.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.031378"], ["updated_at", "2022-09-29 06:55:51.031379"]] TRANSACTION (17.1ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\xB2\xE5\xBE\x8B\xE5\xAE\xBE"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\xB2\xE5\xBE\x8B\xE5\xAE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.106195"], ["updated_at", "2022-09-29 06:55:51.106196"]] TRANSACTION (7.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x90\xA7\xE5\x8D\xBF\xE5\xBE\xAE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x90\xA7\xE5\x8D\xBF\xE5\xBE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.175237"], ["updated_at", "2022-09-29 06:55:51.175238"]] TRANSACTION (7.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x90\xA8\xE6\x96\xAF\xE7\x97\x85"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x90\xA8\xE6\x96\xAF\xE7\x97\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.218874"], ["updated_at", "2022-09-29 06:55:51.218875"]] TRANSACTION (6.0ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x90\xAC\xE4\xBA\xBA\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x90\xAC\xE4\xBA\xBA\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.263941"], ["updated_at", "2022-09-29 06:55:51.263942"]] TRANSACTION (6.0ms) COMMIT User Load (9.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x90\xBD\xE9\x9C\x9E\xE7\xBC\x80"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (8.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x90\xBD\xE9\x9C\x9E\xE7\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.316743"], ["updated_at", "2022-09-29 06:55:51.316744"]] TRANSACTION (22.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x90\xBD\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x90\xBD\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.387643"], ["updated_at", "2022-09-29 06:55:51.387644"]] TRANSACTION (6.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\x97\xE5\x90\x8D\xE7\xB2\xBE\xE5\x93\x81\xE6\x8A\x98\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (10.6ms) BEGIN User Load (8.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (19.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\x97\xE5\x90\x8D\xE7\xB2\xBE\xE5\x93\x81\xE6\x8A\x98\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.438727"], ["updated_at", "2022-09-29 06:55:51.438728"]] TRANSACTION (13.7ms) COMMIT User Load (9.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\xA1\xE8\x90\x84"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\xA1\xE8\x90\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.526412"], ["updated_at", "2022-09-29 06:55:51.526413"]] TRANSACTION (5.5ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\xA3\xE5\x85\x83\xE8\xBE\xB0"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\xA3\xE5\x85\x83\xE8\xBE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.572753"], ["updated_at", "2022-09-29 06:55:51.572754"]] TRANSACTION (9.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\xA3\xE5\xAD\x98\xE7\x91\x9E"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\xA3\xE5\xAD\x98\xE7\x91\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.621678"], ["updated_at", "2022-09-29 06:55:51.621679"]] TRANSACTION (5.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\xA3\xE5\xBB\xBA\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\xA3\xE5\xBB\xBA\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.666180"], ["updated_at", "2022-09-29 06:55:51.666181"]] TRANSACTION (10.7ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\xAB\xE8\x8A\xA6\xE4\xB8\x96\xE7\x95\x8C"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\xAB\xE8\x8A\xA6\xE4\xB8\x96\xE7\x95\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.720742"], ["updated_at", "2022-09-29 06:55:51.720747"]] TRANSACTION (7.1ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\xAC\xE5\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\xAC\xE5\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.771882"], ["updated_at", "2022-09-29 06:55:51.771883"]] TRANSACTION (104.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\xAC\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\xAC\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.935927"], ["updated_at", "2022-09-29 06:55:51.935928"]] TRANSACTION (6.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x8B\xE4\xB8\xAD\xE6\xAD\xA3"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x8B\xE4\xB8\xAD\xE6\xAD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:51.982789"], ["updated_at", "2022-09-29 06:55:51.982790"]] TRANSACTION (5.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x8B\xE4\xBB\x8B\xE7\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x8B\xE4\xBB\x8B\xE7\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.027512"], ["updated_at", "2022-09-29 06:55:52.027513"]] TRANSACTION (6.1ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x8B\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x8B\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.072167"], ["updated_at", "2022-09-29 06:55:52.072168"]] TRANSACTION (4.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x8B\xE5\x85\xAC\xE7\xBA\xAA\xE5\xBF\xB5\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x8B\xE5\x85\xAC\xE7\xBA\xAA\xE5\xBF\xB5\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.120752"], ["updated_at", "2022-09-29 06:55:52.120753"]] TRANSACTION (6.0ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x8B\xE5\xBD\xA6\xE6\xB0\xB8"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x8B\xE5\xBD\xA6\xE6\xB0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.169138"], ["updated_at", "2022-09-29 06:55:52.169138"]] TRANSACTION (7.6ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x8B\xE6\x8D\xB7\xE8\xBF\x9E"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x8B\xE6\x8D\xB7\xE8\xBF\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.218217"], ["updated_at", "2022-09-29 06:55:52.218219"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x8B\xE7\xBB\x8F\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x8B\xE7\xBB\x8F\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.256733"], ["updated_at", "2022-09-29 06:55:52.256734"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE5\x88\x86\xE8\xA3\x82\xE5\x88\x86\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE5\x88\x86\xE8\xA3\x82\xE5\x88\x86\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.292814"], ["updated_at", "2022-09-29 06:55:52.292815"]] TRANSACTION (5.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE5\x9B\x9E\xE5\xBD\x92"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE5\x9B\x9E\xE5\xBD\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.332213"], ["updated_at", "2022-09-29 06:55:52.332214"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.368613"], ["updated_at", "2022-09-29 06:55:52.368614"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.405678"], ["updated_at", "2022-09-29 06:55:52.405679"]] TRANSACTION (7.4ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x99\xE6\xB1\x97\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x99\xE6\xB1\x97\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.452282"], ["updated_at", "2022-09-29 06:55:52.452283"]] TRANSACTION (5.0ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x99\xE6\xB1\x97\xE8\x8D\xAF\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x99\xE6\xB1\x97\xE8\x8D\xAF\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.491889"], ["updated_at", "2022-09-29 06:55:52.491890"]] TRANSACTION (5.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x99\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x99\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.534215"], ["updated_at", "2022-09-29 06:55:52.534216"]] TRANSACTION (5.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\xB2\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\xB2\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.575462"], ["updated_at", "2022-09-29 06:55:52.575463"]] TRANSACTION (7.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x93\x93\xE8\x95\xBE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x93\x93\xE8\x95\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.618820"], ["updated_at", "2022-09-29 06:55:52.618821"]] TRANSACTION (5.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x93\x9D\xE7\x94\xB0\xE9\x80\xA0\xE5\x81\x87\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (15.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x93\x9D\xE7\x94\xB0\xE9\x80\xA0\xE5\x81\x87\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.660381"], ["updated_at", "2022-09-29 06:55:52.660382"]] TRANSACTION (14.5ms) COMMIT User Load (8.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x94\xA1\xE5\xA5\x87\xE7\x8E\x8B\xE6\xB2\xAA\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (8.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x94\xA1\xE5\xA5\x87\xE7\x8E\x8B\xE6\xB2\xAA\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.727611"], ["updated_at", "2022-09-29 06:55:52.727613"]] TRANSACTION (4.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x94\xA1\xE5\xB4\x87\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (10.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x94\xA1\xE5\xB4\x87\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.785032"], ["updated_at", "2022-09-29 06:55:52.785033"]] TRANSACTION (16.1ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x94\xA1\xE8\xBE\xBE\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (17.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x94\xA1\xE8\xBE\xBE\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.858525"], ["updated_at", "2022-09-29 06:55:52.858527"]] TRANSACTION (6.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x95\xA9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x95\xA9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.915781"], ["updated_at", "2022-09-29 06:55:52.915783"]] TRANSACTION (5.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x95\xBE\xE4\xB8\x9D\xE4\xB8\x81\xE5\xAD\x97\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x95\xBE\xE4\xB8\x9D\xE4\xB8\x81\xE5\xAD\x97\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:52.962619"], ["updated_at", "2022-09-29 06:55:52.962620"]] TRANSACTION (8.6ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x95\xBE\xE7\xB5\xB2"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x95\xBE\xE7\xB5\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.005469"], ["updated_at", "2022-09-29 06:55:53.005471"]] TRANSACTION (5.8ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE4\xB8\x80\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE4\xB8\x80\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.058806"], ["updated_at", "2022-09-29 06:55:53.058807"]] TRANSACTION (5.8ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE7\x86\x99\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (14.1ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE7\x86\x99\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.106940"], ["updated_at", "2022-09-29 06:55:53.106941"]] TRANSACTION (5.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE7\x86\x99\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE7\x86\x99\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.167587"], ["updated_at", "2022-09-29 06:55:53.167588"]] TRANSACTION (10.1ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE7\x86\x99\xE6\xB0\xB8"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE7\x86\x99\xE6\xB0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.221984"], ["updated_at", "2022-09-29 06:55:53.221985"]] TRANSACTION (5.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE7\x86\x99\xE7\xB1\x81"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE7\x86\x99\xE7\xB1\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.276386"], ["updated_at", "2022-09-29 06:55:53.276387"]] TRANSACTION (5.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE7\x8E\x8B\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE7\x8E\x8B\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.320842"], ["updated_at", "2022-09-29 06:55:53.320843"]] TRANSACTION (4.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE7\x9D\xA3"], ["LIMIT", 1]] TRANSACTION (7.6ms) BEGIN User Load (12.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE7\x9D\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.356295"], ["updated_at", "2022-09-29 06:55:53.356296"]] TRANSACTION (13.1ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE8\xB0\xB7\xE5\xBC\x80\xE6\x9D\xA5\xE5\xBA\xAD\xE5\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE8\xB0\xB7\xE5\xBC\x80\xE6\x9D\xA5\xE5\xBA\xAD\xE5\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.446178"], ["updated_at", "2022-09-29 06:55:53.446179"]] TRANSACTION (8.1ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x87\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x87\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.501413"], ["updated_at", "2022-09-29 06:55:53.501414"]] TRANSACTION (6.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x9B\xE4\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x9B\xE4\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.553980"], ["updated_at", "2022-09-29 06:55:53.553981"]] TRANSACTION (9.6ms) COMMIT User Load (9.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\xAA\xE8\xB5\x84"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\xAA\xE8\xB5\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.601410"], ["updated_at", "2022-09-29 06:55:53.601411"]] TRANSACTION (5.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\xAA\xE8\xB5\x84\xE5\xBE\x85\xE9\x81\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\xAA\xE8\xB5\x84\xE5\xBE\x85\xE9\x81\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.658350"], ["updated_at", "2022-09-29 06:55:53.658351"]] TRANSACTION (22.5ms) COMMIT User Load (9.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8Fdu"], ["LIMIT", 1]] TRANSACTION (8.9ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8Fdu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.726976"], ["updated_at", "2022-09-29 06:55:53.726977"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8Fm"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8Fm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.778441"], ["updated_at", "2022-09-29 06:55:53.778442"]] TRANSACTION (5.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.822204"], ["updated_at", "2022-09-29 06:55:53.822205"]] TRANSACTION (5.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE4\xBA\xBA\xE8\xA1\x8C\xE6\x94\xBF\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE4\xBA\xBA\xE8\xA1\x8C\xE6\x94\xBF\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.864399"], ["updated_at", "2022-09-29 06:55:53.864399"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE5\xA6\x87\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE5\xA6\x87\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.897909"], ["updated_at", "2022-09-29 06:55:53.897910"]] TRANSACTION (5.7ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE5\xA8\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE5\xA8\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.939991"], ["updated_at", "2022-09-29 06:55:53.939993"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE5\xAD\x97\xE7\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE5\xAD\x97\xE7\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:53.972748"], ["updated_at", "2022-09-29 06:55:53.972749"]] TRANSACTION (5.7ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE6\x98\xA5\xE9\x98\x81"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE6\x98\xA5\xE9\x98\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.010016"], ["updated_at", "2022-09-29 06:55:54.010017"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE6\x9A\xB4\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE6\x9A\xB4\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.049787"], ["updated_at", "2022-09-29 06:55:54.049788"]] TRANSACTION (6.7ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.095201"], ["updated_at", "2022-09-29 06:55:54.095202"]] TRANSACTION (5.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.141057"], ["updated_at", "2022-09-29 06:55:54.141057"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.172891"], ["updated_at", "2022-09-29 06:55:54.172892"]] TRANSACTION (7.7ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.218430"], ["updated_at", "2022-09-29 06:55:54.218432"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE7\x8D\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE7\x8D\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.259890"], ["updated_at", "2022-09-29 06:55:54.259891"]] TRANSACTION (13.9ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE8\xA5\xBF"], ["LIMIT", 1]] TRANSACTION (9.6ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE8\xA5\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.307323"], ["updated_at", "2022-09-29 06:55:54.307324"]] TRANSACTION (6.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE9\x9D\x92\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE9\x9D\x92\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.369320"], ["updated_at", "2022-09-29 06:55:54.369323"]] TRANSACTION (5.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x8E\xE5\xA4\xB4\xE7\x8C\x8E"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x8E\xE5\xA4\xB4\xE7\x8C\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.413249"], ["updated_at", "2022-09-29 06:55:54.413250"]] TRANSACTION (6.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x8E\xE9\xAA\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x8E\xE9\xAA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.454490"], ["updated_at", "2022-09-29 06:55:54.454491"]] TRANSACTION (4.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x90\xE5\xAE\xA0"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x90\xE5\xAE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.495020"], ["updated_at", "2022-09-29 06:55:54.495023"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x90\xE5\xBE\x85"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x90\xE5\xBE\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.537257"], ["updated_at", "2022-09-29 06:55:54.537258"]] TRANSACTION (7.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x90\xE6\x81\x8B\xE8\x8A\xB1\xE5\x9B\xAD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x90\xE6\x81\x8B\xE8\x8A\xB1\xE5\x9B\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.575883"], ["updated_at", "2022-09-29 06:55:54.575884"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x90\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x90\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.609201"], ["updated_at", "2022-09-29 06:55:54.609202"]] TRANSACTION (4.6ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x90\xE7\x8C\xAB"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x90\xE7\x8C\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.647105"], ["updated_at", "2022-09-29 06:55:54.647105"]] TRANSACTION (4.3ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x90\xE7\x95\x9C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x90\xE7\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.682004"], ["updated_at", "2022-09-29 06:55:54.682005"]] TRANSACTION (7.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x95\xE7\x94\xB7"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x95\xE7\x94\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.726929"], ["updated_at", "2022-09-29 06:55:54.726931"]] TRANSACTION (5.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\xAB\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\xAB\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.770856"], ["updated_at", "2022-09-29 06:55:54.770857"]] TRANSACTION (8.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\xB9\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (10.8ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\xB9\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.826804"], ["updated_at", "2022-09-29 06:55:54.826805"]] TRANSACTION (9.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9A\x81\xE5\x8A\x9B\xE7\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (10.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9A\x81\xE5\x8A\x9B\xE7\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.915644"], ["updated_at", "2022-09-29 06:55:54.915646"]] TRANSACTION (6.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9B\x8A\xE4\xB8\x80\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9B\x8A\xE4\xB8\x80\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:54.971921"], ["updated_at", "2022-09-29 06:55:54.971923"]] TRANSACTION (7.6ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9B\xA4\xE8\x9F\x86"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9B\xA4\xE8\x9F\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.025183"], ["updated_at", "2022-09-29 06:55:55.025184"]] TRANSACTION (7.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9B\xA4\xE8\x9F\x86\xE8\xBD\xAC\xE4\xB8\x96"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9B\xA4\xE8\x9F\x86\xE8\xBD\xAC\xE4\xB8\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.084154"], ["updated_at", "2022-09-29 06:55:55.084155"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9C\x9C\xE6\xA1\x83"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9C\x9C\xE6\xA1\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.121890"], ["updated_at", "2022-09-29 06:55:55.121892"]] TRANSACTION (5.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9C\x9C\xE6\xA1\x83\xE6\x88\x90\xE7\x86\x9F\xE6\x97\xB6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9C\x9C\xE6\xA1\x83\xE6\x88\x90\xE7\x86\x9F\xE6\x97\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.158852"], ["updated_at", "2022-09-29 06:55:55.158853"]] TRANSACTION (9.6ms) COMMIT User Load (8.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9C\x9C\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (9.1ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9C\x9C\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.225636"], ["updated_at", "2022-09-29 06:55:55.225638"]] TRANSACTION (18.8ms) COMMIT User Load (8.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9C\x9C\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9C\x9C\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.305514"], ["updated_at", "2022-09-29 06:55:55.305515"]] TRANSACTION (8.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9C\x9C\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9C\x9C\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.354654"], ["updated_at", "2022-09-29 06:55:55.354655"]] TRANSACTION (12.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9D\x87\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9D\x87\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.416352"], ["updated_at", "2022-09-29 06:55:55.416354"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9D\xB6\xE8\x88\x9E\xE6\x8C\x89"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9D\xB6\xE8\x88\x9E\xE6\x8C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.452478"], ["updated_at", "2022-09-29 06:55:55.452480"]] TRANSACTION (23.4ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9F\x86\xE5\x8F\xAB\xE4\xB8\x93\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9F\x86\xE5\x8F\xAB\xE4\xB8\x93\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.529173"], ["updated_at", "2022-09-29 06:55:55.529174"]] TRANSACTION (15.4ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9F\xBE\xE8\x9C\x8D\xE8\xBF\x81\xE5\xBE\x99"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9F\xBE\xE8\x9C\x8D\xE8\xBF\x81\xE5\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.592780"], ["updated_at", "2022-09-29 06:55:55.592782"]] TRANSACTION (6.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.647599"], ["updated_at", "2022-09-29 06:55:55.647600"]] TRANSACTION (6.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE6\x81\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE6\x81\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.694164"], ["updated_at", "2022-09-29 06:55:55.694165"]] TRANSACTION (5.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE6\x9F\x93\xE7\x9A\x84\xE9\xA3\x8E\xE9\x87\x87"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE6\x9F\x93\xE7\x9A\x84\xE9\xA3\x8E\xE9\x87\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.734285"], ["updated_at", "2022-09-29 06:55:55.734286"]] TRANSACTION (6.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE6\xB4\x97\xE4\xBA\xAC\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE6\xB4\x97\xE4\xBA\xAC\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.777843"], ["updated_at", "2022-09-29 06:55:55.777845"]] TRANSACTION (5.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE6\xBA\x85\xE4\xBA\xBA\xE6\xB0\x91\xE5\xA4\xA9\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE6\xBA\x85\xE4\xBA\xBA\xE6\xB0\x91\xE5\xA4\xA9\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.822233"], ["updated_at", "2022-09-29 06:55:55.822235"]] TRANSACTION (16.8ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE6\xBA\x85\xE7\xBA\xA2\xE7\x81\xAF\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE6\xBA\x85\xE7\xBA\xA2\xE7\x81\xAF\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.885237"], ["updated_at", "2022-09-29 06:55:55.885238"]] TRANSACTION (9.1ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE8\x85\xA5\xE6\xB8\x85\xE5\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE8\x85\xA5\xE6\xB8\x85\xE5\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.944280"], ["updated_at", "2022-09-29 06:55:55.944281"]] TRANSACTION (6.4ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE8\x89\xB2\xE4\xBA\xAC\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE8\x89\xB2\xE4\xBA\xAC\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:55.997079"], ["updated_at", "2022-09-29 06:55:55.997080"]] TRANSACTION (12.0ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE8\x89\xB2\xE4\xBA\xAC\xE7\x95\xBF"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE8\x89\xB2\xE4\xBA\xAC\xE7\x95\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.062366"], ["updated_at", "2022-09-29 06:55:56.062368"]] TRANSACTION (7.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x8C\xE6\x88\xBF"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x8C\xE6\x88\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.117139"], ["updated_at", "2022-09-29 06:55:56.117140"]] TRANSACTION (6.3ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x8C\xE9\x95\xBF\xE7\x8E\x8B\xE7\x9B\x8A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x8C\xE9\x95\xBF\xE7\x8E\x8B\xE7\x9B\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.171284"], ["updated_at", "2022-09-29 06:55:56.171286"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\xA3\xE6\x9C\x8D\xE9\x87\x8C"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\xA3\xE6\x9C\x8D\xE9\x87\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.209271"], ["updated_at", "2022-09-29 06:55:56.209272"]] TRANSACTION (6.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\xA4\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\xA4\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.253645"], ["updated_at", "2022-09-29 06:55:56.253646"]] TRANSACTION (6.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\xA5\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\xA5\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.299524"], ["updated_at", "2022-09-29 06:55:56.299526"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\xA5\xE5\x8A\xA9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\xA5\xE5\x8A\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.339467"], ["updated_at", "2022-09-29 06:55:56.339469"]] TRANSACTION (5.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\xA5\xE8\xB4\xB4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\xA5\xE8\xB4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.381086"], ["updated_at", "2022-09-29 06:55:56.381087"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\x81\xE4\xBC\x9F\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\x81\xE4\xBC\x9F\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.419957"], ["updated_at", "2022-09-29 06:55:56.419959"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\x81\xE8\x85\xBE\xE9\xA3\x9E"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\x81\xE8\x85\xBE\xE9\xA3\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.466121"], ["updated_at", "2022-09-29 06:55:56.466122"]] TRANSACTION (7.7ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\x92\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\x92\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.528772"], ["updated_at", "2022-09-29 06:55:56.528773"]] TRANSACTION (6.8ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\x9C\xE6\x8C\x89\xE6\x91\xA9"], ["LIMIT", 1]] TRANSACTION (8.1ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\x9C\xE6\x8C\x89\xE6\x91\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.599776"], ["updated_at", "2022-09-29 06:55:56.599777"]] TRANSACTION (4.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.650224"], ["updated_at", "2022-09-29 06:55:56.650225"]] TRANSACTION (13.1ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.705563"], ["updated_at", "2022-09-29 06:55:56.705565"]] TRANSACTION (5.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (14.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE6\x8C\x87\xE6\x8A\x84\xE8\xA2\xAD"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE6\x8C\x87\xE6\x8A\x84\xE8\xA2\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.764273"], ["updated_at", "2022-09-29 06:55:56.764274"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.819581"], ["updated_at", "2022-09-29 06:55:56.819582"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.854144"], ["updated_at", "2022-09-29 06:55:56.854145"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE7\x9B\x97"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE7\x9B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.892489"], ["updated_at", "2022-09-29 06:55:56.892491"]] TRANSACTION (5.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE8\x99\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE8\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.932425"], ["updated_at", "2022-09-29 06:55:56.932426"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE8\xBF\xAB"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE8\xBF\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:56.963051"], ["updated_at", "2022-09-29 06:55:56.963052"]] TRANSACTION (6.9ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:57.008060"], ["updated_at", "2022-09-29 06:55:57.008061"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAD\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAD\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:57.042646"], ["updated_at", "2022-09-29 06:55:57.042648"]] TRANSACTION (68.1ms) COMMIT User Load (16.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (19.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x85b"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (13.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x85b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:57.162384"], ["updated_at", "2022-09-29 06:55:57.162385"]] TRANSACTION (4.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x85\xE5\xBC\xB9\xE7\x94\xB2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x85\xE5\xBC\xB9\xE7\x94\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:57.246087"], ["updated_at", "2022-09-29 06:55:57.246088"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x85\xE6\x9E\xAA\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (67.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x85\xE6\x9E\xAA\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:57.286503"], ["updated_at", "2022-09-29 06:55:57.286504"]] TRANSACTION (14.0ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x85\xE6\xB6\x88\xE9\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x85\xE6\xB6\x88\xE9\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:57.405747"], ["updated_at", "2022-09-29 06:55:57.405748"]] TRANSACTION (5.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x85\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x85\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:57.445667"], ["updated_at", "2022-09-29 06:55:57.445668"]] TRANSACTION (44.2ms) COMMIT User Load (18.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (17.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x86\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (10.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x86\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:57.551739"], ["updated_at", "2022-09-29 06:55:57.551740"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x86\xE8\xA3\x86"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x86\xE8\xA3\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:57.615698"], ["updated_at", "2022-09-29 06:55:57.615699"]] TRANSACTION (8.6ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x99\xE4\xB8\xAD\xE6\x80\xA7\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (8.3ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x99\xE4\xB8\xAD\xE6\x80\xA7\xE8\xBF\x90\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:57.675433"], ["updated_at", "2022-09-29 06:55:57.675435"]] TRANSACTION (14.1ms) COMMIT User Load (10.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x99\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (13.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x99\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:57.749365"], ["updated_at", "2022-09-29 06:55:57.749366"]] TRANSACTION (49.4ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (28.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x99\xE5\xBA\x95"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (8.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x99\xE5\xBA\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:57.862729"], ["updated_at", "2022-09-29 06:55:57.862730"]] TRANSACTION (5.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x9Db"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x9Db"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:57.937066"], ["updated_at", "2022-09-29 06:55:57.937067"]] TRANSACTION (5.2ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xA4\xE5\xAD\x90\xE5\x8F\x91\xE7\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xA4\xE5\xAD\x90\xE5\x8F\x91\xE7\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:57.978781"], ["updated_at", "2022-09-29 06:55:57.978782"]] TRANSACTION (5.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xA4\xE8\xA2\x9C"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xA4\xE8\xA2\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.019967"], ["updated_at", "2022-09-29 06:55:58.019969"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xA4\xE8\xA3\x86"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xA4\xE8\xA3\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.063325"], ["updated_at", "2022-09-29 06:55:58.063326"]] TRANSACTION (4.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xA4\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xA4\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.105938"], ["updated_at", "2022-09-29 06:55:58.105939"]] TRANSACTION (7.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE2\x80\x94\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE2\x80\x94\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.149267"], ["updated_at", "2022-09-29 06:55:58.149268"]] TRANSACTION (4.5ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xB9\x8B\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xB9\x8B\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.188591"], ["updated_at", "2022-09-29 06:55:58.188592"]] TRANSACTION (5.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xB9\x8B\xE7\xBE\x8E\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xB9\x8B\xE7\xBE\x8E\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.230282"], ["updated_at", "2022-09-29 06:55:58.230283"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.262735"], ["updated_at", "2022-09-29 06:55:58.262736"]] TRANSACTION (7.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.301017"], ["updated_at", "2022-09-29 06:55:58.301018"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.345070"], ["updated_at", "2022-09-29 06:55:58.345071"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.382706"], ["updated_at", "2022-09-29 06:55:58.382707"]] TRANSACTION (5.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.427332"], ["updated_at", "2022-09-29 06:55:58.427333"]] TRANSACTION (7.8ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE5\xBA\x93"], ["LIMIT", 1]] TRANSACTION (7.1ms) BEGIN User Load (10.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE5\xBA\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.483264"], ["updated_at", "2022-09-29 06:55:58.483265"]] TRANSACTION (10.0ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.553722"], ["updated_at", "2022-09-29 06:55:58.553724"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\xA5\xB3\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\xA5\xB3\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.599167"], ["updated_at", "2022-09-29 06:55:58.599169"]] TRANSACTION (5.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\xBC\xA0\xE5\x92\xAA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\xBC\xA0\xE5\x92\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.639577"], ["updated_at", "2022-09-29 06:55:58.639578"]] TRANSACTION (4.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE6\x80\xA7\xE6\x84\x9F\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE6\x80\xA7\xE6\x84\x9F\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.678745"], ["updated_at", "2022-09-29 06:55:58.678746"]] TRANSACTION (5.4ms) COMMIT User Load (8.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE6\x98\x9F\xE7\xA9\xBA"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE6\x98\x9F\xE7\xA9\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.734712"], ["updated_at", "2022-09-29 06:55:58.734713"]] TRANSACTION (10.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE7\x85\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (7.6ms) BEGIN User Load (14.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (13.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE7\x85\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.808455"], ["updated_at", "2022-09-29 06:55:58.808457"]] TRANSACTION (9.6ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE7\xA7\x80"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE7\xA7\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.892104"], ["updated_at", "2022-09-29 06:55:58.892106"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (9.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:58.935471"], ["updated_at", "2022-09-29 06:55:58.935472"]] TRANSACTION (9.5ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.001828"], ["updated_at", "2022-09-29 06:55:59.001830"]] TRANSACTION (5.1ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE8\x87\xAA\xE6\x91\xB8"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE8\x87\xAA\xE6\x91\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.047230"], ["updated_at", "2022-09-29 06:55:59.047231"]] TRANSACTION (6.9ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE5\xA5\x94"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE5\xA5\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.093970"], ["updated_at", "2022-09-29 06:55:59.093971"]] TRANSACTION (6.7ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.141806"], ["updated_at", "2022-09-29 06:55:59.141808"]] TRANSACTION (6.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE5\xA5\xB3\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE5\xA5\xB3\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.181835"], ["updated_at", "2022-09-29 06:55:59.181836"]] TRANSACTION (6.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE5\xA6\x9E"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE5\xA6\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.224833"], ["updated_at", "2022-09-29 06:55:59.224834"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.268435"], ["updated_at", "2022-09-29 06:55:59.268436"]] TRANSACTION (5.9ms) COMMIT User Load (8.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE6\xB3\xB3"], ["LIMIT", 1]] TRANSACTION (54.3ms) BEGIN User Load (11.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE6\xB3\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.315728"], ["updated_at", "2022-09-29 06:55:59.315729"]] TRANSACTION (15.3ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.455541"], ["updated_at", "2022-09-29 06:55:59.455543"]] TRANSACTION (9.7ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE7\x85\xA7"], ["LIMIT", 1]] TRANSACTION (7.7ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE7\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.503748"], ["updated_at", "2022-09-29 06:55:59.503748"]] TRANSACTION (8.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE7\x85\xA7\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE7\x85\xA7\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.560579"], ["updated_at", "2022-09-29 06:55:59.560580"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE7\x9B\xB8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE7\x9B\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.601130"], ["updated_at", "2022-09-29 06:55:59.601132"]] TRANSACTION (5.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE7\xAA\x81\xE7\x84\xB6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE7\xAA\x81\xE7\x84\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.655324"], ["updated_at", "2022-09-29 06:55:59.655325"]] TRANSACTION (20.3ms) COMMIT User Load (16.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (18.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (32.8ms) BEGIN User Load (19.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.724851"], ["updated_at", "2022-09-29 06:55:59.724853"]] TRANSACTION (15.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.847330"], ["updated_at", "2022-09-29 06:55:59.847331"]] TRANSACTION (7.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.899737"], ["updated_at", "2022-09-29 06:55:59.899739"]] TRANSACTION (6.1ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.945809"], ["updated_at", "2022-09-29 06:55:59.945811"]] TRANSACTION (4.9ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (10.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:55:59.985829"], ["updated_at", "2022-09-29 06:55:59.985830"]] TRANSACTION (12.3ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE8\xA7\x86\xE8\xAE\xAF\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (8.7ms) BEGIN User Load (14.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE8\xA7\x86\xE8\xAE\xAF\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.053634"], ["updated_at", "2022-09-29 06:56:00.053635"]] TRANSACTION (13.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.126777"], ["updated_at", "2022-09-29 06:56:00.126778"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x87\x80"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.175686"], ["updated_at", "2022-09-29 06:56:00.175688"]] TRANSACTION (15.7ms) COMMIT User Load (8.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x88\x9E\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x88\x9E\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.247388"], ["updated_at", "2022-09-29 06:56:00.247390"]] TRANSACTION (8.9ms) COMMIT User Load (9.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (21.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x88\x9E\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (7.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x88\x9E\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.307523"], ["updated_at", "2022-09-29 06:56:00.307524"]] TRANSACTION (6.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\xB6\xB3"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\xB6\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.374491"], ["updated_at", "2022-09-29 06:56:00.374492"]] TRANSACTION (7.9ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.425289"], ["updated_at", "2022-09-29 06:56:00.425323"]] TRANSACTION (6.0ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE9\x99\xAA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE9\x99\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.471137"], ["updated_at", "2022-09-29 06:56:00.471138"]] TRANSACTION (5.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.515246"], ["updated_at", "2022-09-29 06:56:00.515247"]] TRANSACTION (5.9ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE9\xAB\x94"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (18.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE9\xAB\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.551929"], ["updated_at", "2022-09-29 06:56:00.551930"]] TRANSACTION (22.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xEF\xBC\x8C\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xEF\xBC\x8C\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.633868"], ["updated_at", "2022-09-29 06:56:00.633869"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB9\xE6\x9C\xAC"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB9\xE6\x9C\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.673137"], ["updated_at", "2022-09-29 06:56:00.673139"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA4\xAA\xE5\xB0\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA4\xAA\xE5\xB0\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.715312"], ["updated_at", "2022-09-29 06:56:00.715313"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xA0\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xA0\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.743311"], ["updated_at", "2022-09-29 06:56:00.743313"]] TRANSACTION (4.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBFz"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBFz"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.775738"], ["updated_at", "2022-09-29 06:56:00.775739"]] TRANSACTION (5.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE5\xA5\x98"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE5\xA5\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.814037"], ["updated_at", "2022-09-29 06:56:00.814038"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE5\xB8\x83\xE6\x9B\xB2\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE5\xB8\x83\xE6\x9B\xB2\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.846240"], ["updated_at", "2022-09-29 06:56:00.846242"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE6\x9C\x8D\xE8\xBF\x9B\xE5\x8E\xBB"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE6\x9C\x8D\xE8\xBF\x9B\xE5\x8E\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.880646"], ["updated_at", "2022-09-29 06:56:00.880647"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE7\x82\xB9\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE7\x82\xB9\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.914285"], ["updated_at", "2022-09-29 06:56:00.914286"]] TRANSACTION (6.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE7\x82\xB9\xE5\x86\x9B\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE7\x82\xB9\xE5\x86\x9B\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.953669"], ["updated_at", "2022-09-29 06:56:00.953671"]] TRANSACTION (5.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:00.998159"], ["updated_at", "2022-09-29 06:56:00.998163"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x84\x8F"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (10.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x84\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.031489"], ["updated_at", "2022-09-29 06:56:01.031490"]] TRANSACTION (4.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x87\xA7"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x87\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.078109"], ["updated_at", "2022-09-29 06:56:01.078110"]] TRANSACTION (6.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x91\xAC"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x91\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.123151"], ["updated_at", "2022-09-29 06:56:01.123152"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.159836"], ["updated_at", "2022-09-29 06:56:01.159836"]] TRANSACTION (7.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F,\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F,\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.202829"], ["updated_at", "2022-09-29 06:56:01.202833"]] TRANSACTION (7.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBA\xBA\xE6\x9D\x83\xE4\xB8\x8E\xE6\xB0\x91\xE4\xB8\xBB\xE4\xBF\x83"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBA\xBA\xE6\x9D\x83\xE4\xB8\x8E\xE6\xB0\x91\xE4\xB8\xBB\xE4\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.248327"], ["updated_at", "2022-09-29 06:56:01.248327"]] TRANSACTION (3.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBA\xBA\xE6\xB0\x91\xE5\xA4\xA7\xE8\xB5\xB7\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBA\xBA\xE6\xB0\x91\xE5\xA4\xA7\xE8\xB5\xB7\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.285112"], ["updated_at", "2022-09-29 06:56:01.285114"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBA\xBA\xE6\xB0\x91\xE8\xAE\xAE\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBA\xBA\xE6\xB0\x91\xE8\xAE\xAE\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.320470"], ["updated_at", "2022-09-29 06:56:01.320471"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBD\x9C\xE5\xAE\xB6\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBD\x9C\xE5\xAE\xB6\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.360649"], ["updated_at", "2022-09-29 06:56:01.360651"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE5\x8A\xA8\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE5\x8A\xA8\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.391810"], ["updated_at", "2022-09-29 06:56:01.391813"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE5\x90\x8D\xE5\x89\xAF\xE5\x85\xB6\xE5\xAE\x9E\xE7\x9A\x84\xE8\x87\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE5\x90\x8D\xE5\x89\xAF\xE5\x85\xB6\xE5\xAE\x9E\xE7\x9A\x84\xE8\x87\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.429504"], ["updated_at", "2022-09-29 06:56:01.429505"]] TRANSACTION (6.8ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE5\x9B\xBD\xE5\xAE\xB6\xE6\xB0\x91\xE4\xB8\xBB\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE5\x9B\xBD\xE5\xAE\xB6\xE6\xB0\x91\xE4\xB8\xBB\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.473121"], ["updated_at", "2022-09-29 06:56:01.473122"]] TRANSACTION (7.1ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE6\x94\xBF\xE6\xB2\xBB\xE7\x8A\xAF\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE6\x94\xBF\xE6\xB2\xBB\xE7\x8A\xAF\xE8\xBF\x90\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.520784"], ["updated_at", "2022-09-29 06:56:01.520785"]] TRANSACTION (6.3ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE6\xB5\x81\xE4\xBA\xA1\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE6\xB5\x81\xE4\xBA\xA1\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.566434"], ["updated_at", "2022-09-29 06:56:01.566435"]] TRANSACTION (14.0ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.639939"], ["updated_at", "2022-09-29 06:56:01.639940"]] TRANSACTION (5.8ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.684404"], ["updated_at", "2022-09-29 06:56:01.684405"]] TRANSACTION (4.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE7\x8B\xAC\xE7\xAB\x8B\xE5\xAE\xA3\xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE7\x8B\xAC\xE7\xAB\x8B\xE5\xAE\xA3\xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.726633"], ["updated_at", "2022-09-29 06:56:01.726635"]] TRANSACTION (3.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE9\x99\x90"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE9\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.770439"], ["updated_at", "2022-09-29 06:56:01.770440"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE9\xAB\x98\xE5\xBA\xA6\xE8\x87\xAA\xE6\xB2\xBB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE9\xAB\x98\xE5\xBA\xA6\xE8\x87\xAA\xE6\xB2\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.807438"], ["updated_at", "2022-09-29 06:56:01.807439"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA6\x81\xE5\xB0\x84\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA6\x81\xE5\xB0\x84\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.846066"], ["updated_at", "2022-09-29 06:56:01.846067"]] TRANSACTION (4.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA6\x81\xE5\xB0\x84\xE7\xB2\xBE\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA6\x81\xE5\xB0\x84\xE7\xB2\xBE\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.882020"], ["updated_at", "2022-09-29 06:56:01.882021"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA6\x81\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA6\x81\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.917458"], ["updated_at", "2022-09-29 06:56:01.917459"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA6\x81\xE6\xB3\x84\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA6\x81\xE6\xB3\x84\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.951949"], ["updated_at", "2022-09-29 06:56:01.951949"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x82\xE4\xB8\x96\xE9\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (8.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x82\xE4\xB8\x96\xE9\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:01.991757"], ["updated_at", "2022-09-29 06:56:01.991758"]] TRANSACTION (4.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x82\xE9\x9F\xB3\xE6\xB3\x95\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x82\xE9\x9F\xB3\xE6\xB3\x95\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.040000"], ["updated_at", "2022-09-29 06:56:02.040001"]] TRANSACTION (5.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x84\xE6\xA8\xA1\xE5\x86\xB2\xE7\xAA\x81"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x84\xE6\xA8\xA1\xE5\x86\xB2\xE7\xAA\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.088753"], ["updated_at", "2022-09-29 06:56:02.088754"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x86\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x86\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.141213"], ["updated_at", "2022-09-29 06:56:02.141214"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x86\xE8\xA7\xA3\xE5\xAF\x86"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x86\xE8\xA7\xA3\xE5\xAF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.182843"], ["updated_at", "2022-09-29 06:56:02.182845"]] TRANSACTION (8.9ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x86\xE9\xA2\x91\xE6\x9D\xA5\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x86\xE9\xA2\x91\xE6\x9D\xA5\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.230462"], ["updated_at", "2022-09-29 06:56:02.230463"]] TRANSACTION (4.4ms) COMMIT User Load (9.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (13.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x86\xE9\xA2\x91\xE6\xBF\x80\xE6\x83\x85\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x86\xE9\xA2\x91\xE6\xBF\x80\xE6\x83\x85\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.282702"], ["updated_at", "2022-09-29 06:56:02.282703"]] TRANSACTION (4.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x86\xE9\xA2\x91\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x86\xE9\xA2\x91\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.341983"], ["updated_at", "2022-09-29 06:56:02.341984"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x89\xE5\xBE\x97\xE4\xB8\x8D\xE9\x94\x99"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x89\xE5\xBE\x97\xE4\xB8\x8D\xE9\x94\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.380000"], ["updated_at", "2022-09-29 06:56:02.380006"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x89\xE5\xBE\x97\xE5\xBE\x88\xE4\xB8\x8D\xE9\x94\x99"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x89\xE5\xBE\x97\xE5\xBE\x88\xE4\xB8\x8D\xE9\x94\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.422338"], ["updated_at", "2022-09-29 06:56:02.422340"]] TRANSACTION (4.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x92\xE5\xAD\x90\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x92\xE5\xAD\x90\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.463884"], ["updated_at", "2022-09-29 06:56:02.463885"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE4\xBD\x93\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE4\xBD\x93\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.496887"], ["updated_at", "2022-09-29 06:56:02.496888"]] TRANSACTION (5.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE4\xBD\x93\xE7\x9A\x84\xE5\x91\xBD\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE4\xBD\x93\xE7\x9A\x84\xE5\x91\xBD\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.537757"], ["updated_at", "2022-09-29 06:56:02.537758"]] TRANSACTION (4.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE5\x86\xB3\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE5\x86\xB3\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.585383"], ["updated_at", "2022-09-29 06:56:02.585384"]] TRANSACTION (5.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE5\x89\x96\xE5\xA5\xB3\xE5\xB0\xB8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE5\x89\x96\xE5\xA5\xB3\xE5\xB0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.632809"], ["updated_at", "2022-09-29 06:56:02.632810"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE5\xAF\x86\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE5\xAF\x86\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.668744"], ["updated_at", "2022-09-29 06:56:02.668745"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE5\xB8\xA6"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE5\xB8\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.697710"], ["updated_at", "2022-09-29 06:56:02.697711"]] TRANSACTION (6.5ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.742484"], ["updated_at", "2022-09-29 06:56:02.742485"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE6\x94\xBEtw"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE6\x94\xBEtw"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.770716"], ["updated_at", "2022-09-29 06:56:02.770717"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE6\x94\xBE\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE6\x94\xBE\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.801372"], ["updated_at", "2022-09-29 06:56:02.801373"]] TRANSACTION (7.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE6\x94\xBE\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE6\x94\xBE\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.847547"], ["updated_at", "2022-09-29 06:56:02.847548"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE7\xA0\x81\xE5\xBC\x80\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE7\xA0\x81\xE5\xBC\x80\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.881200"], ["updated_at", "2022-09-29 06:56:02.881201"]] TRANSACTION (7.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.920180"], ["updated_at", "2022-09-29 06:56:02.920181"]] TRANSACTION (6.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:02.967555"], ["updated_at", "2022-09-29 06:56:02.967555"]] TRANSACTION (4.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA8\x80\xE8\xA2\xAB\xE5\x8A\xB3\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (8.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA8\x80\xE8\xA2\xAB\xE5\x8A\xB3\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.012577"], ["updated_at", "2022-09-29 06:56:03.012578"]] TRANSACTION (6.5ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA8\x80\xE8\xAE\xBA\xE7\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA8\x80\xE8\xAE\xBA\xE7\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.062850"], ["updated_at", "2022-09-29 06:56:03.062852"]] TRANSACTION (6.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA9\xB3\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA9\xB3\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.107688"], ["updated_at", "2022-09-29 06:56:03.107689"]] TRANSACTION (5.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA9\xB3\xE6\x83\x85+\xE4\xBC\x81\xE9\xB5\x9D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA9\xB3\xE6\x83\x85+\xE4\xBC\x81\xE9\xB5\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.145090"], ["updated_at", "2022-09-29 06:56:03.145091"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAA\x98\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAA\x98\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.182279"], ["updated_at", "2022-09-29 06:56:03.182283"]] TRANSACTION (19.4ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAA\xA0\xE6\x8B\x9B"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAA\xA0\xE6\x8B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.241516"], ["updated_at", "2022-09-29 06:56:03.241517"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.287099"], ["updated_at", "2022-09-29 06:56:03.287100"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\x8C\xAA\xE4\xB8\x80\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\x8C\xAA\xE4\xB8\x80\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.329903"], ["updated_at", "2022-09-29 06:56:03.329903"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.367898"], ["updated_at", "2022-09-29 06:56:03.367899"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.394264"], ["updated_at", "2022-09-29 06:56:03.394265"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE6\xAE\xB4\xE6\x89\x93"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE6\xAE\xB4\xE6\x89\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.427006"], ["updated_at", "2022-09-29 06:56:03.427007"]] TRANSACTION (5.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE7\x9A\x84\xE5\xB9\x8C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE7\x9A\x84\xE5\xB9\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.464323"], ["updated_at", "2022-09-29 06:56:03.464324"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE8\xA2\xAB"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE8\xA2\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.487487"], ["updated_at", "2022-09-29 06:56:03.487487"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE8\xAF\xB4\xE4\xBF\x9D"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE8\xAF\xB4\xE4\xBF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.523180"], ["updated_at", "2022-09-29 06:56:03.523181"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\xBE\xBD"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\xBE\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.570882"], ["updated_at", "2022-09-29 06:56:03.570883"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE6\x96\xB9\xE5\x8C\x85\xE5\xBA\x87"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE6\x96\xB9\xE5\x8C\x85\xE5\xBA\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.607890"], ["updated_at", "2022-09-29 06:56:03.607891"]] TRANSACTION (4.4ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE6\xB0\x91\xE5\x86\xB2\xE7\xAA\x81"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE6\xB0\x91\xE5\x86\xB2\xE7\xAA\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.647450"], ["updated_at", "2022-09-29 06:56:03.647451"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE7\x94\xA8\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE7\x94\xA8\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.681707"], ["updated_at", "2022-09-29 06:56:03.681707"]] TRANSACTION (4.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE8\xBD\xA6\xE9\x9B\xB7\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE8\xBD\xA6\xE9\x9B\xB7\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.715839"], ["updated_at", "2022-09-29 06:56:03.715840"]] TRANSACTION (9.6ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xA1\xE7\x94\x9F\xE9\xA3\x8E\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xA1\xE7\x94\x9F\xE9\xA3\x8E\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.764342"], ["updated_at", "2022-09-29 06:56:03.764343"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xA2\xE9\x98\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xA2\xE9\x98\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.788101"], ["updated_at", "2022-09-29 06:56:03.788101"]] TRANSACTION (4.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xA4\xE7\x89\x8C\xE7\xBB\x9D"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xA4\xE7\x89\x8C\xE7\xBB\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.819968"], ["updated_at", "2022-09-29 06:56:03.819969"]] TRANSACTION (5.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xA8\xE4\xBC\x90\xE4\xB8\xAD\xE5\xAE\xA3\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xA8\xE4\xBC\x90\xE4\xB8\xAD\xE5\xAE\xA3\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.859552"], ["updated_at", "2022-09-29 06:56:03.859553"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xA8\xE5\x8E\x8C\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xA8\xE5\x8E\x8C\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.885037"], ["updated_at", "2022-09-29 06:56:03.885037"]] TRANSACTION (4.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xA8\xE5\x9B\x9E\xE5\xB7\xA5\xE8\xB5\x84"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xA8\xE5\x9B\x9E\xE5\xB7\xA5\xE8\xB5\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.916091"], ["updated_at", "2022-09-29 06:56:03.916093"]] TRANSACTION (6.3ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xA8\xE8\xAF\xB4\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xA8\xE8\xAF\xB4\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.962417"], ["updated_at", "2022-09-29 06:56:03.962418"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xAD\xE8\xAF\xAB"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xAD\xE8\xAF\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:03.994361"], ["updated_at", "2022-09-29 06:56:03.994362"]] TRANSACTION (5.2ms) COMMIT User Load (9.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB0\xE5\x8F\xB7\xE6\x89\x91\xE5\x85\x8B"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB0\xE5\x8F\xB7\xE6\x89\x91\xE5\x85\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.039328"], ["updated_at", "2022-09-29 06:56:04.039331"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB0\xE8\x80\x85\xE6\x97\xA0\xE7\x96\x86\xE7\x95\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB0\xE8\x80\x85\xE6\x97\xA0\xE7\x96\x86\xE7\x95\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.087390"], ["updated_at", "2022-09-29 06:56:04.087391"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB2\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB2\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.117988"], ["updated_at", "2022-09-29 06:56:04.117989"]] TRANSACTION (5.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB2\xE6\xB3\x95\xE4\xBC\xA0\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB2\xE6\xB3\x95\xE4\xBC\xA0\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.153901"], ["updated_at", "2022-09-29 06:56:04.153902"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB8\xE4\xB8\x87\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB8\xE4\xB8\x87\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.185135"], ["updated_at", "2022-09-29 06:56:04.185136"]] TRANSACTION (4.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB8\xE4\xB8\x96\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB8\xE4\xB8\x96\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.217072"], ["updated_at", "2022-09-29 06:56:04.217073"]] TRANSACTION (5.6ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB8\xE5\x85\xB6\xE4\xBA\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB8\xE5\x85\xB6\xE4\xBA\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.260353"], ["updated_at", "2022-09-29 06:56:04.260355"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB8\xE5\xAE\x97\xE8\xA1\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB8\xE5\xAE\x97\xE8\xA1\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.294060"], ["updated_at", "2022-09-29 06:56:04.294060"]] TRANSACTION (4.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB8\xE5\xAE\xB6\xE5\xB1\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (8.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB8\xE5\xAE\xB6\xE5\xB1\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.330757"], ["updated_at", "2022-09-29 06:56:04.330758"]] TRANSACTION (23.7ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB8\xE5\xBE\xB7\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB8\xE5\xBE\xB7\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.485676"], ["updated_at", "2022-09-29 06:56:04.485677"]] TRANSACTION (4.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB8\xE8\xBF\x90\xE9\xB8\xBF"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB8\xE8\xBF\x90\xE9\xB8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.531430"], ["updated_at", "2022-09-29 06:56:04.531431"]] TRANSACTION (5.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xBA\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xBA\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.587959"], ["updated_at", "2022-09-29 06:56:04.587960"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xBA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xBA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.626917"], ["updated_at", "2022-09-29 06:56:04.626918"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xBA\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xBA\xE6\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.663708"], ["updated_at", "2022-09-29 06:56:04.663710"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xBA\xE6\x96\x87\xE4\xBB\xA3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xBA\xE6\x96\x87\xE4\xBB\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.703371"], ["updated_at", "2022-09-29 06:56:04.703372"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xBF\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xBF\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.735049"], ["updated_at", "2022-09-29 06:56:04.735050"]] TRANSACTION (6.0ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x81\xE4\xB9\xA6\xE5\x8A\x9E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x81\xE4\xB9\xA6\xE5\x8A\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.779152"], ["updated_at", "2022-09-29 06:56:04.779152"]] TRANSACTION (4.7ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x81\xE4\xBB\xB6\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x81\xE4\xBB\xB6\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.816033"], ["updated_at", "2022-09-29 06:56:04.816034"]] TRANSACTION (7.8ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x81\xE4\xBB\xB6\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x81\xE4\xBB\xB6\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.861159"], ["updated_at", "2022-09-29 06:56:04.861160"]] TRANSACTION (5.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x81\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x81\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.910081"], ["updated_at", "2022-09-29 06:56:04.910083"]] TRANSACTION (7.3ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x81\xE7\x94\x9F\xE6\x88\x90\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x81\xE7\x94\x9F\xE6\x88\x90\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:04.962056"], ["updated_at", "2022-09-29 06:56:04.962057"]] TRANSACTION (6.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x81\xE7\x9B\x91\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x81\xE7\x9B\x91\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.003766"], ["updated_at", "2022-09-29 06:56:05.003767"]] TRANSACTION (5.2ms) COMMIT User Load (9.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x84\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x84\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.046214"], ["updated_at", "2022-09-29 06:56:05.046215"]] TRANSACTION (6.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x84\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x84\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.092164"], ["updated_at", "2022-09-29 06:56:05.092165"]] TRANSACTION (3.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x88\xE9\xAA\x97\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x88\xE9\xAA\x97\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.126755"], ["updated_at", "2022-09-29 06:56:05.126756"]] TRANSACTION (5.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x89\xE8\xAE\xBC\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x89\xE8\xAE\xBC\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.169153"], ["updated_at", "2022-09-29 06:56:05.169154"]] TRANSACTION (4.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x95\xE5\x8D\xB7\xE3\x80\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x95\xE5\x8D\xB7\xE3\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.202609"], ["updated_at", "2022-09-29 06:56:05.202610"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE4\xBF\xA1\xE9\x80\x9A\xE6\x89\x8B\xE6\x9C\xBA\xE5\x95\x86\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE4\xBF\xA1\xE9\x80\x9A\xE6\x89\x8B\xE6\x9C\xBA\xE5\x95\x86\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.232147"], ["updated_at", "2022-09-29 06:56:05.232148"]] TRANSACTION (4.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.262694"], ["updated_at", "2022-09-29 06:56:05.262696"]] TRANSACTION (5.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE6\x84\x8F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE6\x84\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.293387"], ["updated_at", "2022-09-29 06:56:05.293387"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE6\x8B\x9B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE6\x8B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.319072"], ["updated_at", "2022-09-29 06:56:05.319073"]] TRANSACTION (5.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE5\xBD\x95\xE5\xAD\x97\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (18.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE5\xBD\x95\xE5\xAD\x97\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.349669"], ["updated_at", "2022-09-29 06:56:05.349670"]] TRANSACTION (5.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE6\x89\x93\xE2\x9C\x94\xE5\xAD\x97\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE6\x89\x93\xE2\x9C\x94\xE5\xAD\x97\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.419627"], ["updated_at", "2022-09-29 06:56:05.419627"]] TRANSACTION (4.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE6\x89\x93\xE5\xAD\x97\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE6\x89\x93\xE5\xAD\x97\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.455185"], ["updated_at", "2022-09-29 06:56:05.455186"]] TRANSACTION (3.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE7\xA0\x81\xE5\xAD\x97\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE7\xA0\x81\xE5\xAD\x97\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.491919"], ["updated_at", "2022-09-29 06:56:05.491920"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE6\x89\x8B\xE6\x9C\xBA\xE7\xBD\x91\xE8\xB5\x9A\xE4\xBA\xBA\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE6\x89\x8B\xE6\x9C\xBA\xE7\xBD\x91\xE8\xB5\x9A\xE4\xBA\xBA\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.520561"], ["updated_at", "2022-09-29 06:56:05.520561"]] TRANSACTION (7.2ms) COMMIT User Load (8.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE6\x89\x8B\xE6\x9C\xBA\xE9\xAB\x98\xE8\x96\xAA\xE7\xBD\x91\xE8\xB5\x9A\xE4\xBA\xBA\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE6\x89\x8B\xE6\x9C\xBA\xE9\xAB\x98\xE8\x96\xAA\xE7\xBD\x91\xE8\xB5\x9A\xE4\xBA\xBA\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.567870"], ["updated_at", "2022-09-29 06:56:05.567871"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE7\xA0\x81\xE5\xAD\x97\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE7\xA0\x81\xE5\xAD\x97\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.610811"], ["updated_at", "2022-09-29 06:56:05.610812"]] TRANSACTION (5.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9D\xE5\x84\xBF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9D\xE5\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.676628"], ["updated_at", "2022-09-29 06:56:05.676629"]] TRANSACTION (5.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9D\xE5\x9C\xA8\xE8\x82\x89\xE8\xBA\xAB\xE6\x98\xBE\xE7\x8E\xB0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9D\xE5\x9C\xA8\xE8\x82\x89\xE8\xBA\xAB\xE6\x98\xBE\xE7\x8E\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.713656"], ["updated_at", "2022-09-29 06:56:05.713656"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9D\xE6\x9C\xAC"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9D\xE6\x9C\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.738361"], ["updated_at", "2022-09-29 06:56:05.738362"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9D\xE6\x9C\xAC\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9D\xE6\x9C\xAC\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.770457"], ["updated_at", "2022-09-29 06:56:05.770458"]] TRANSACTION (5.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xA6\xE6\x83\x85\xE8\xAF\xB7\xE8\xBF\x9B\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xA6\xE6\x83\x85\xE8\xAF\xB7\xE8\xBF\x9B\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.809524"], ["updated_at", "2022-09-29 06:56:05.809524"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xA6\xE8\xB0\x88"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xA6\xE8\xB0\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.836071"], ["updated_at", "2022-09-29 06:56:05.836072"]] TRANSACTION (6.1ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB1\xE4\xB8\x80\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB1\xE4\xB8\x80\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.882685"], ["updated_at", "2022-09-29 06:56:05.882686"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB1\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (11.3ms) BEGIN User Load (7.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB1\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.932897"], ["updated_at", "2022-09-29 06:56:05.932899"]] TRANSACTION (6.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB1\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB1\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:05.986258"], ["updated_at", "2022-09-29 06:56:05.986259"]] TRANSACTION (6.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB1\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB1\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.023236"], ["updated_at", "2022-09-29 06:56:06.023236"]] TRANSACTION (3.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB1\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (7.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB1\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.053381"], ["updated_at", "2022-09-29 06:56:06.053382"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB1\xE6\x8B\x90"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB1\xE6\x8B\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.101178"], ["updated_at", "2022-09-29 06:56:06.101180"]] TRANSACTION (6.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB7\xE5\x81\x87"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB7\xE5\x81\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.143930"], ["updated_at", "2022-09-29 06:56:06.143931"]] TRANSACTION (6.7ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB7\xE5\x91\xBD"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB7\xE5\x91\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.189973"], ["updated_at", "2022-09-29 06:56:06.189975"]] TRANSACTION (8.5ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB7\xE6\x84\xBF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB7\xE6\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.249615"], ["updated_at", "2022-09-29 06:56:06.249616"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB7\xE7\x82\xB9\xE5\x87\xBB\xE8\xBF\x9B\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB7\xE7\x82\xB9\xE5\x87\xBB\xE8\xBF\x9B\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.289700"], ["updated_at", "2022-09-29 06:56:06.289702"]] TRANSACTION (5.3ms) COMMIT User Load (10.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB7\xE7\xA4\xBA\xE5\xA8\x81"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB7\xE7\xA4\xBA\xE5\xA8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.341341"], ["updated_at", "2022-09-29 06:56:06.341342"]] TRANSACTION (4.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB7\xE9\x9B\x86\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB7\xE9\x9B\x86\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.384355"], ["updated_at", "2022-09-29 06:56:06.384356"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB8\xE4\xB8\x96\xE7\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB8\xE4\xB8\x96\xE7\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.424463"], ["updated_at", "2022-09-29 06:56:06.424464"]] TRANSACTION (8.3ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xBA\xE6\x9F\xA5\xE4\xB8\xB9\xE7\x8E\x9B\xE6\x96\xAF"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xBA\xE6\x9F\xA5\xE4\xB8\xB9\xE7\x8E\x9B\xE6\x96\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.473583"], ["updated_at", "2022-09-29 06:56:06.473584"]] TRANSACTION (5.5ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xBB\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xBB\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.527588"], ["updated_at", "2022-09-29 06:56:06.527590"]] TRANSACTION (3.9ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (14.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x81\xE4\xB8\xBA\xE8\x85\x90\xE8\xB4\xA5\xE6\x99\x9A\xE9\xA4\x90\xE4\xB9\xB0\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (7.8ms) BEGIN User Load (10.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (18.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x81\xE4\xB8\xBA\xE8\x85\x90\xE8\xB4\xA5\xE6\x99\x9A\xE9\xA4\x90\xE4\xB9\xB0\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.560367"], ["updated_at", "2022-09-29 06:56:06.560367"]] TRANSACTION (30.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x81\xE6\x98\xAF\xE6\x96\xB0\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x81\xE6\x98\xAF\xE6\x96\xB0\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.665237"], ["updated_at", "2022-09-29 06:56:06.665238"]] TRANSACTION (5.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x81\xE6\x98\xAF\xE8\x83\xA1\xE7\x9A\x84\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x81\xE6\x98\xAF\xE8\x83\xA1\xE7\x9A\x84\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.705563"], ["updated_at", "2022-09-29 06:56:06.705564"]] TRANSACTION (3.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE4\xB8\x80\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE4\xB8\x80\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.743549"], ["updated_at", "2022-09-29 06:56:06.743549"]] TRANSACTION (5.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.781899"], ["updated_at", "2022-09-29 06:56:06.781900"]] TRANSACTION (5.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.822236"], ["updated_at", "2022-09-29 06:56:06.822236"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.849662"], ["updated_at", "2022-09-29 06:56:06.849663"]] TRANSACTION (7.0ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE6\x95\x99\xE4\xBA\xBA\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE6\x95\x99\xE4\xBA\xBA\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.888375"], ["updated_at", "2022-09-29 06:56:06.888376"]] TRANSACTION (6.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE6\x9F\xA5\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE6\x9F\xA5\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.930663"], ["updated_at", "2022-09-29 06:56:06.930665"]] TRANSACTION (3.4ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE6\x9F\xA5\xE5\xA9\x9A\xE5\xA4\x96\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (9.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE6\x9F\xA5\xE5\xA9\x9A\xE5\xA4\x96\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:06.967082"], ["updated_at", "2022-09-29 06:56:06.967083"]] TRANSACTION (9.6ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE6\x9F\xA5\xE7\x9C\x9F\xE7\x9B\xB8\xE5\xA7\x94\xE5\x91\x98\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE6\x9F\xA5\xE7\x9C\x9F\xE7\x9B\xB8\xE5\xA7\x94\xE5\x91\x98\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.026986"], ["updated_at", "2022-09-29 06:56:07.026987"]] TRANSACTION (3.5ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x93\xE7\x9A\x84\xE5\x92\x8C\xE8\xB0\x90"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x93\xE7\x9A\x84\xE5\x92\x8C\xE8\xB0\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.065144"], ["updated_at", "2022-09-29 06:56:07.065145"]] TRANSACTION (5.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x9C\xE5\xA5\xB8\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x9C\xE5\xA5\xB8\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.107418"], ["updated_at", "2022-09-29 06:56:07.107419"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xA2\xE4\xB8\xAD\xE4\xB9\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xA2\xE4\xB8\xAD\xE4\xB9\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.132860"], ["updated_at", "2022-09-29 06:56:07.132861"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xA2\xE8\xB0\xA2\xE5\xA4\xA7\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xA2\xE8\xB0\xA2\xE5\xA4\xA7\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.158397"], ["updated_at", "2022-09-29 06:56:07.158398"]] TRANSACTION (4.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xA2\xE9\x80\x89\xE9\xAA\x8F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xA2\xE9\x80\x89\xE9\xAA\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.196484"], ["updated_at", "2022-09-29 06:56:07.196485"]] TRANSACTION (3.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xA2\xE9\x95\xBF\xE5\xBB\xB7"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xA2\xE9\x95\xBF\xE5\xBB\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.227464"], ["updated_at", "2022-09-29 06:56:07.227465"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xA2\xE9\x9D\x9E"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xA2\xE9\x9D\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.252565"], ["updated_at", "2022-09-29 06:56:07.252566"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xA4\xE7\xBD\xAA\xE8\x8E\xB7\xE5\x88\x91"], ["LIMIT", 1]] TRANSACTION (23.6ms) BEGIN User Load (11.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xA4\xE7\xBD\xAA\xE8\x8E\xB7\xE5\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.288078"], ["updated_at", "2022-09-29 06:56:07.288079"]] TRANSACTION (11.4ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xAD\xE4\xBD\x9C\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xAD\xE4\xBD\x9C\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.382897"], ["updated_at", "2022-09-29 06:56:07.382898"]] TRANSACTION (8.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xAD\xE7\xBB\x8D\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xAD\xE7\xBB\x8D\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.437377"], ["updated_at", "2022-09-29 06:56:07.437379"]] TRANSACTION (7.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xB7\xE5\xBC\x80\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xB7\xE5\xBC\x80\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.494440"], ["updated_at", "2022-09-29 06:56:07.494441"]] TRANSACTION (3.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xB7\xE6\xAC\xA0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xB7\xE6\xAC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.528508"], ["updated_at", "2022-09-29 06:56:07.528508"]] TRANSACTION (3.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xB7\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xB7\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.557258"], ["updated_at", "2022-09-29 06:56:07.557260"]] TRANSACTION (6.8ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB1\x86\xE8\x85\x90\xE5\x88\x9B\xE4\xBD\x9C\xE5\xAD\xA6\xE9\x99\xA2\xE7\xAC\xAC\xE4\xB8\x80\xE6\x9C\x9F\xE2\x80\x94\xE2\x80\x94\xE6\x8A\x84\xE8\xA2\xAD"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB1\x86\xE8\x85\x90\xE5\x88\x9B\xE4\xBD\x9C\xE5\xAD\xA6\xE9\x99\xA2\xE7\xAC\xAC\xE4\xB8\x80\xE6\x9C\x9F\xE2\x80\x94\xE2\x80\x94\xE6\x8A\x84\xE8\xA2\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.603837"], ["updated_at", "2022-09-29 06:56:07.603839"]] TRANSACTION (5.7ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB1\x86\xE8\x85\x90\xE6\xB8\xA3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB1\x86\xE8\x85\x90\xE6\xB8\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.649634"], ["updated_at", "2022-09-29 06:56:07.649634"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB1\xAA\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB1\xAA\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.676264"], ["updated_at", "2022-09-29 06:56:07.676265"]] TRANSACTION (6.0ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB1\xAA\xE5\x9C\x88\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB1\xAA\xE5\x9C\x88\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.714008"], ["updated_at", "2022-09-29 06:56:07.714010"]] TRANSACTION (6.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB1\xB7\xE6\xBC\xA8\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB1\xB7\xE6\xBC\xA8\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.764094"], ["updated_at", "2022-09-29 06:56:07.764095"]] TRANSACTION (3.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB2\x93\xE5\x89\x87\xE6\x9D\xB1"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB2\x93\xE5\x89\x87\xE6\x9D\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.790999"], ["updated_at", "2022-09-29 06:56:07.791000"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB2\x93\xE6\xBE\xA4\xE6\x9D\xB1"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB2\x93\xE6\xBE\xA4\xE6\x9D\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.830772"], ["updated_at", "2022-09-29 06:56:07.830773"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB2\x93\xE8\xB3\x8A\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB2\x93\xE8\xB3\x8A\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.864022"], ["updated_at", "2022-09-29 06:56:07.864023"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB3\xA4b"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB3\xA4b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.886498"], ["updated_at", "2022-09-29 06:56:07.886498"]] TRANSACTION (10.4ms) COMMIT User Load (10.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB3\xA4\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB3\xA4\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:07.957826"], ["updated_at", "2022-09-29 06:56:07.957827"]] TRANSACTION (18.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB3\xA4\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB3\xA4\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.028782"], ["updated_at", "2022-09-29 06:56:08.028784"]] TRANSACTION (11.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB3\xA4\xE8\xB2\xA8"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB3\xA4\xE8\xB2\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.085595"], ["updated_at", "2022-09-29 06:56:08.085596"]] TRANSACTION (5.8ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB3\xBA\xE7\xB1\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB3\xBA\xE7\xB1\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.127582"], ["updated_at", "2022-09-29 06:56:08.127583"]] TRANSACTION (4.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB3\xBA\xE9\x8C\xA2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB3\xBA\xE9\x8C\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.169078"], ["updated_at", "2022-09-29 06:56:08.169079"]] TRANSACTION (13.9ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\x9E\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\x9E\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.217962"], ["updated_at", "2022-09-29 06:56:08.217963"]] TRANSACTION (5.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xA1\xE6\x8C\xA1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xA1\xE6\x8C\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.263093"], ["updated_at", "2022-09-29 06:56:08.263094"]] TRANSACTION (3.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xA2\xE4\xBC\x97\xE7\xA7\x91\xE6\x8A\x80"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xA2\xE4\xBC\x97\xE7\xA7\x91\xE6\x8A\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.294792"], ["updated_at", "2022-09-29 06:56:08.294794"]] TRANSACTION (6.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xA3\xE7\xBC\x96"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xA3\xE7\xBC\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.341276"], ["updated_at", "2022-09-29 06:56:08.341277"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xA5\xE5\x9F\xB9\xE8\xAE\xAD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xA5\xE5\x9F\xB9\xE8\xAE\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.377185"], ["updated_at", "2022-09-29 06:56:08.377186"]] TRANSACTION (6.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xA8\xE6\x8A\xBC\xE8\xB4\xB7\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xA8\xE6\x8A\xBC\xE8\xB4\xB7\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.415827"], ["updated_at", "2022-09-29 06:56:08.415829"]] TRANSACTION (8.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAA20\xE4\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAA20\xE4\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.465448"], ["updated_at", "2022-09-29 06:56:08.465448"]] TRANSACTION (3.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAA\xE5\xAE\x98\xE4\xB9\x9F\xE8\xBE\x9B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAA\xE5\xAE\x98\xE4\xB9\x9F\xE8\xBE\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.496351"], ["updated_at", "2022-09-29 06:56:08.496352"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAA\xE6\xB1\xA1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAA\xE6\xB1\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.536696"], ["updated_at", "2022-09-29 06:56:08.536697"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAA\xE6\xB1\xA1\xE8\x85\x90\xE8\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAA\xE6\xB1\xA1\xE8\x85\x90\xE8\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.571881"], ["updated_at", "2022-09-29 06:56:08.571882"]] TRANSACTION (6.6ms) COMMIT User Load (13.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAA\xE8\x85\x90\xE8\xB4\xA2\xE5\xAF\x8C"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (7.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAA\xE8\x85\x90\xE8\xB4\xA2\xE5\xAF\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.623750"], ["updated_at", "2022-09-29 06:56:08.623751"]] TRANSACTION (6.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAA\xE8\xB4\xA2\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAA\xE8\xB4\xA2\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.677171"], ["updated_at", "2022-09-29 06:56:08.677172"]] TRANSACTION (7.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAD\xE4\xB9\xB0\xE5\x81\x87\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAD\xE4\xB9\xB0\xE5\x81\x87\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.719599"], ["updated_at", "2022-09-29 06:56:08.719601"]] TRANSACTION (9.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAD\xE4\xB9\xB0\xE5\x81\x87\xE5\xB8\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (8.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAD\xE4\xB9\xB0\xE5\x81\x87\xE5\xB8\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.774240"], ["updated_at", "2022-09-29 06:56:08.774241"]] TRANSACTION (6.8ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAD\xE4\xB9\xB0\xE5\x90\x84\xE7\xB1\xBB\xE8\x80\x83\xE7\x94\x9F\xE4\xBF\xA1\xE6\x81\xAFq"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAD\xE4\xB9\xB0\xE5\x90\x84\xE7\xB1\xBB\xE8\x80\x83\xE7\x94\x9F\xE4\xBF\xA1\xE6\x81\xAFq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.838004"], ["updated_at", "2022-09-29 06:56:08.838006"]] TRANSACTION (6.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAF.\xE7\xA9\xBF"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAF.\xE7\xA9\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.891943"], ["updated_at", "2022-09-29 06:56:08.891944"]] TRANSACTION (7.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAF\xE7\xA9\xBF"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAF\xE7\xA9\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.942734"], ["updated_at", "2022-09-29 06:56:08.942736"]] TRANSACTION (5.2ms) COMMIT User Load (8.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAF\xE9\x80\x9A\xE4\xB8\xA4\xE6\x9E\x81\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAF\xE9\x80\x9A\xE4\xB8\xA4\xE6\x9E\x81\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:08.992936"], ["updated_at", "2022-09-29 06:56:08.992937"]] TRANSACTION (8.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB0\xE6\x8B\xBE\xE5\x91\xA8\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB0\xE6\x8B\xBE\xE5\x91\xA8\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.038803"], ["updated_at", "2022-09-29 06:56:09.038803"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB0\xE6\x8B\xBE\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB0\xE6\x8B\xBE\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.075738"], ["updated_at", "2022-09-29 06:56:09.075739"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB1b"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB1b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.119778"], ["updated_at", "2022-09-29 06:56:09.119779"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB1\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB1\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.160650"], ["updated_at", "2022-09-29 06:56:09.160651"]] TRANSACTION (6.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB1\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB1\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.204659"], ["updated_at", "2022-09-29 06:56:09.204660"]] TRANSACTION (8.3ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB1\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB1\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.258223"], ["updated_at", "2022-09-29 06:56:09.258225"]] TRANSACTION (6.5ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB1\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (11.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB1\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.314918"], ["updated_at", "2022-09-29 06:56:09.314920"]] TRANSACTION (6.3ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB7\xE5\x80\x9F\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (6.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB7\xE5\x80\x9F\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.379056"], ["updated_at", "2022-09-29 06:56:09.379058"]] TRANSACTION (7.1ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB7\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (7.6ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB7\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.431779"], ["updated_at", "2022-09-29 06:56:09.431780"]] TRANSACTION (7.0ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB7\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB7\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.489336"], ["updated_at", "2022-09-29 06:56:09.489338"]] TRANSACTION (5.8ms) COMMIT User Load (8.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB9\xE7\xA7\x81\xE6\x9C\x8D"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB9\xE7\xA7\x81\xE6\x9C\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.542215"], ["updated_at", "2022-09-29 06:56:09.542220"]] TRANSACTION (7.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB9\xE8\x89\xAF\xE5\x8B\x87"], ["LIMIT", 1]] TRANSACTION (11.1ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB9\xE8\x89\xAF\xE5\x8B\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.594389"], ["updated_at", "2022-09-29 06:56:09.594390"]] TRANSACTION (9.5ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBA\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBA\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.659330"], ["updated_at", "2022-09-29 06:56:09.659331"]] TRANSACTION (5.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBA\xE5\x8D\xAB\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBA\xE5\x8D\xAB\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.709901"], ["updated_at", "2022-09-29 06:56:09.709903"]] TRANSACTION (8.0ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBA\xE5\x9B\xBD\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (7.5ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBA\xE5\x9B\xBD\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.764969"], ["updated_at", "2022-09-29 06:56:09.764970"]] TRANSACTION (11.5ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBA\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBA\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.830035"], ["updated_at", "2022-09-29 06:56:09.830037"]] TRANSACTION (5.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBA\xE6\x96\x97"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBA\xE6\x96\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.872556"], ["updated_at", "2022-09-29 06:56:09.872557"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBA\xE7\xAB\x8B\xE6\x97\x97"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBA\xE7\xAB\x8B\xE6\x97\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.904787"], ["updated_at", "2022-09-29 06:56:09.904787"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBA\xE9\x9B\xB7\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBA\xE9\x9B\xB7\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.933716"], ["updated_at", "2022-09-29 06:56:09.933717"]] TRANSACTION (5.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBC\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBC\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:09.975255"], ["updated_at", "2022-09-29 06:56:09.975256"]] TRANSACTION (5.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBE\xE5\xBA\x86\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBE\xE5\xBA\x86\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.016703"], ["updated_at", "2022-09-29 06:56:10.016704"]] TRANSACTION (6.7ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBE\xE5\xBB\xB7\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBE\xE5\xBB\xB7\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.060265"], ["updated_at", "2022-09-29 06:56:10.060267"]] TRANSACTION (6.1ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBE\xE8\x82\xB2\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBE\xE8\x82\xB2\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.111220"], ["updated_at", "2022-09-29 06:56:10.111226"]] TRANSACTION (15.1ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x84\xE6\x9C\xAC\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x84\xE6\x9C\xAC\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.164276"], ["updated_at", "2022-09-29 06:56:10.164277"]] TRANSACTION (10.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x84\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x84\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.220855"], ["updated_at", "2022-09-29 06:56:10.220855"]] TRANSACTION (16.7ms) COMMIT User Load (167.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x84\xE9\x87\x91\xE5\x91\xA8\xE8\xBD\xAC"], ["LIMIT", 1]] TRANSACTION (8.8ms) BEGIN User Load (20.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x84\xE9\x87\x91\xE5\x91\xA8\xE8\xBD\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.450470"], ["updated_at", "2022-09-29 06:56:10.450473"]] TRANSACTION (14.6ms) COMMIT User Load (10.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x84\xE9\x87\x91\xE7\x9F\xAD\xE7\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (38.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x84\xE9\x87\x91\xE7\x9F\xAD\xE7\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.539526"], ["updated_at", "2022-09-29 06:56:10.539530"]] TRANSACTION (6.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x8C\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (20.5ms) BEGIN User Load (11.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x8C\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.617127"], ["updated_at", "2022-09-29 06:56:10.617128"]] TRANSACTION (9.1ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x8C\xE5\x8D\x9A\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x8C\xE5\x8D\x9A\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.692811"], ["updated_at", "2022-09-29 06:56:10.692814"]] TRANSACTION (4.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x8C\xE6\x81\x92\xE6\x8C\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x8C\xE6\x81\x92\xE6\x8C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.732900"], ["updated_at", "2022-09-29 06:56:10.732901"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x8C\xE7\x90\x83"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x8C\xE7\x90\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.771066"], ["updated_at", "2022-09-29 06:56:10.771067"]] TRANSACTION (4.4ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x8C\xE7\x90\x83\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x8C\xE7\x90\x83\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.810129"], ["updated_at", "2022-09-29 06:56:10.810130"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x94\xE7\x8E\x87"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x94\xE7\x8E\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.852407"], ["updated_at", "2022-09-29 06:56:10.852409"]] TRANSACTION (8.4ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x96\xE5\x85\x8B\xE6\xB8\xB8"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x96\xE5\x85\x8B\xE6\xB8\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.900989"], ["updated_at", "2022-09-29 06:56:10.900990"]] TRANSACTION (8.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x96\xE5\xB0\x8F\xE4\xBA\xAC"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x96\xE5\xB0\x8F\xE4\xBA\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:10.954167"], ["updated_at", "2022-09-29 06:56:10.954168"]] TRANSACTION (5.8ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x96\xE5\xB0\x8F\xE6\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x96\xE5\xB0\x8F\xE6\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.005665"], ["updated_at", "2022-09-29 06:56:11.005666"]] TRANSACTION (36.7ms) COMMIT User Load (9.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x96\xE5\xB0\x8F\xE9\xB9\x8F"], ["LIMIT", 1]] TRANSACTION (7.7ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x96\xE5\xB0\x8F\xE9\xB9\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.095840"], ["updated_at", "2022-09-29 06:56:11.095841"]] TRANSACTION (5.3ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x96\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x96\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.152260"], ["updated_at", "2022-09-29 06:56:11.152261"]] TRANSACTION (9.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9A\xE7\xB1\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9A\xE7\xB1\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.204783"], ["updated_at", "2022-09-29 06:56:11.204784"]] TRANSACTION (7.6ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9A\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9A\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.248932"], ["updated_at", "2022-09-29 06:56:11.248933"]] TRANSACTION (4.8ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9A\xE9\x92\xB1\xE8\xB5\x84\xE6\x96\x99"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9A\xE9\x92\xB1\xE8\xB5\x84\xE6\x96\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.290951"], ["updated_at", "2022-09-29 06:56:11.290952"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (25.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9B\xE5\x85\x8B\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (25.1ms) BEGIN User Load (47.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9B\xE5\x85\x8B\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.325415"], ["updated_at", "2022-09-29 06:56:11.325422"]] TRANSACTION (7.4ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9B\xE5\x90\x8E\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9B\xE5\x90\x8E\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.470822"], ["updated_at", "2022-09-29 06:56:11.470823"]] TRANSACTION (9.3ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9B\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (7.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9B\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.538783"], ["updated_at", "2022-09-29 06:56:11.538788"]] TRANSACTION (12.5ms) COMMIT User Load (8.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9B\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9B\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.604914"], ["updated_at", "2022-09-29 06:56:11.604915"]] TRANSACTION (3.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9E\xE6\x88\x90,\xE8\xA5\xBF\xE8\x97\x8F,\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9E\xE6\x88\x90,\xE8\xA5\xBF\xE8\x97\x8F,\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.645633"], ["updated_at", "2022-09-29 06:56:11.645634"]] TRANSACTION (5.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA3\xE6\xB1\x9F\xE5\xAD\xA6\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA3\xE6\xB1\x9F\xE5\xAD\xA6\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.686167"], ["updated_at", "2022-09-29 06:56:11.686168"]] TRANSACTION (4.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA3\xE6\xB1\x9F\xE5\xAD\xA6\xE9\x99\xA2\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA3\xE6\xB1\x9F\xE5\xAD\xA6\xE9\x99\xA2\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.722204"], ["updated_at", "2022-09-29 06:56:11.722205"]] TRANSACTION (4.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE3\x80\x82\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE3\x80\x82\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.753061"], ["updated_at", "2022-09-29 06:56:11.753062"]] TRANSACTION (5.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.787898"], ["updated_at", "2022-09-29 06:56:11.787898"]] TRANSACTION (4.9ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE5\x8C\x96"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE5\x8C\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.831440"], ["updated_at", "2022-09-29 06:56:11.831441"]] TRANSACTION (6.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE5\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE5\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.869074"], ["updated_at", "2022-09-29 06:56:11.869074"]] TRANSACTION (4.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.904035"], ["updated_at", "2022-09-29 06:56:11.904036"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE7\xB2\xBF"], ["LIMIT", 1]] TRANSACTION (8.6ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE7\xB2\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.938216"], ["updated_at", "2022-09-29 06:56:11.938217"]] TRANSACTION (5.1ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:11.988123"], ["updated_at", "2022-09-29 06:56:11.988123"]] TRANSACTION (5.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE8\xA3\xB8\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE8\xA3\xB8\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.024529"], ["updated_at", "2022-09-29 06:56:12.024529"]] TRANSACTION (4.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (7.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.053493"], ["updated_at", "2022-09-29 06:56:12.053494"]] TRANSACTION (25.1ms) COMMIT User Load (12.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE8\xBA\xAB\xE8\x82\x89\xE6\x90\x8F"], ["LIMIT", 1]] TRANSACTION (33.9ms) BEGIN User Load (31.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (17.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE8\xBA\xAB\xE8\x82\x89\xE6\x90\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.133224"], ["updated_at", "2022-09-29 06:56:12.133225"]] TRANSACTION (5.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE8\xBA\xAB\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE8\xBA\xAB\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.249783"], ["updated_at", "2022-09-29 06:56:12.249784"]] TRANSACTION (5.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB0\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB0\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.291993"], ["updated_at", "2022-09-29 06:56:12.291993"]] TRANSACTION (6.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB0\xE5\x85\x89mm"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB0\xE5\x85\x89mm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.330188"], ["updated_at", "2022-09-29 06:56:12.330189"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB0\xE5\x85\x89\xE5\x81\xB7\xE6\x8B\x8D\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB0\xE5\x85\x89\xE5\x81\xB7\xE6\x8B\x8D\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.363340"], ["updated_at", "2022-09-29 06:56:12.363341"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB0\xE5\x85\x89\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB0\xE5\x85\x89\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.392848"], ["updated_at", "2022-09-29 06:56:12.392849"]] TRANSACTION (4.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB0\xE7\xA7\x81"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB0\xE7\xA7\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.425331"], ["updated_at", "2022-09-29 06:56:12.425332"]] TRANSACTION (3.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB0\xE7\xA7\x81\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (12.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB0\xE7\xA7\x81\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.453838"], ["updated_at", "2022-09-29 06:56:12.453839"]] TRANSACTION (13.8ms) COMMIT User Load (20.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB4\xE6\xB8\xAF\xE7\x94\x9F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB4\xE6\xB8\xAF\xE7\x94\x9F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.535143"], ["updated_at", "2022-09-29 06:56:12.535145"]] TRANSACTION (9.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE4\xB9\x90\xE9\x99\x85"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE4\xB9\x90\xE9\x99\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.590877"], ["updated_at", "2022-09-29 06:56:12.590878"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE4\xBA\x8C\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE4\xBA\x8C\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.631319"], ["updated_at", "2022-09-29 06:56:12.631320"]] TRANSACTION (8.6ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE5\x85\x8B\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE5\x85\x8B\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.679836"], ["updated_at", "2022-09-29 06:56:12.679838"]] TRANSACTION (6.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.726458"], ["updated_at", "2022-09-29 06:56:12.726459"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE5\x93\x81\xE6\xBD\x9E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE5\x93\x81\xE6\xBD\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.765514"], ["updated_at", "2022-09-29 06:56:12.765515"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE5\xA4\xA7\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE5\xA4\xA7\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.798323"], ["updated_at", "2022-09-29 06:56:12.798324"]] TRANSACTION (4.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE5\xB2\xA9"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE5\xB2\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.836104"], ["updated_at", "2022-09-29 06:56:12.836105"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\x99\x93\xE5\xBE\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\x99\x93\xE5\xBE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.875689"], ["updated_at", "2022-09-29 06:56:12.875690"]] TRANSACTION (4.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8F34D \xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8F34D \xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.912601"], ["updated_at", "2022-09-29 06:56:12.912602"]] TRANSACTION (6.0ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8FNL28-B\xE5\x9E\x8B\xE4\xB8\xA4\xE7\x94\xA8\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8FNL28-B\xE5\x9E\x8B\xE4\xB8\xA4\xE7\x94\xA8\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.948504"], ["updated_at", "2022-09-29 06:56:12.948505"]] TRANSACTION (3.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\x86\x9B\xE7\x94\xA8\xE7\x8B\x99\xE5\x87\xBB\xE5\xBC\xA9\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\x86\x9B\xE7\x94\xA8\xE7\x8B\x99\xE5\x87\xBB\xE5\xBC\xA9\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:12.977302"], ["updated_at", "2022-09-29 06:56:12.977303"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.013179"], ["updated_at", "2022-09-29 06:56:13.013179"]] TRANSACTION (6.5ms) COMMIT User Load (7.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.055783"], ["updated_at", "2022-09-29 06:56:13.055784"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.099180"], ["updated_at", "2022-09-29 06:56:13.099181"]] TRANSACTION (5.6ms) COMMIT User Load (21.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (10.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.207334"], ["updated_at", "2022-09-29 06:56:13.207336"]] TRANSACTION (7.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE7\x8C\x8E\xE9\xB9\xB0\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE7\x8C\x8E\xE9\xB9\xB0\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.281966"], ["updated_at", "2022-09-29 06:56:13.281967"]] TRANSACTION (4.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB5\xB7\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB5\xB7\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.324064"], ["updated_at", "2022-09-29 06:56:13.324065"]] TRANSACTION (4.2ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE7\xA5\x9A\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE7\xA5\x9A\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.366607"], ["updated_at", "2022-09-29 06:56:13.366608"]] TRANSACTION (4.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE7\xB4\xAB\xE9\x98\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE7\xB4\xAB\xE9\x98\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.407773"], ["updated_at", "2022-09-29 06:56:13.407775"]] TRANSACTION (6.1ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE9\x94\xA1\xE6\x9D\xB0"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE9\x94\xA1\xE6\x9D\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.450715"], ["updated_at", "2022-09-29 06:56:13.450716"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE9\x9B\x81\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE9\x9B\x81\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.490410"], ["updated_at", "2022-09-29 06:56:13.490411"]] TRANSACTION (3.9ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB6\xE7\xA8\xBF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB6\xE7\xA8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.531215"], ["updated_at", "2022-09-29 06:56:13.531216"]] TRANSACTION (6.3ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB6\xE7\xA8\xBF\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB6\xE7\xA8\xBF\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.579312"], ["updated_at", "2022-09-29 06:56:13.579313"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB7\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB7\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.617850"], ["updated_at", "2022-09-29 06:56:13.617851"]] TRANSACTION (7.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB7\xE7\x82\xB9\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB7\xE7\x82\xB9\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.661306"], ["updated_at", "2022-09-29 06:56:13.661307"]] TRANSACTION (6.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB7\xE7\x82\xB9\xE5\x8E\x9F\xE5\x88\x9B"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB7\xE7\x82\xB9\xE5\x8E\x9F\xE5\x88\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.703444"], ["updated_at", "2022-09-29 06:56:13.703445"]] TRANSACTION (4.5ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB7\xE8\xAF\x89"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB7\xE8\xAF\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.749492"], ["updated_at", "2022-09-29 06:56:13.749493"]] TRANSACTION (6.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\x85\xE7\x9F\xAD\xE8\xA3\x99"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\x85\xE7\x9F\xAD\xE8\xA3\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.787455"], ["updated_at", "2022-09-29 06:56:13.787457"]] TRANSACTION (8.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\x85\xE8\xB6\x8A\xE7\xBA\xA2\xE5\xA2\x99"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\x85\xE8\xB6\x8A\xE7\xBA\xA2\xE5\xA2\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.833578"], ["updated_at", "2022-09-29 06:56:13.833579"]] TRANSACTION (6.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\x85\xE8\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\x85\xE8\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.874493"], ["updated_at", "2022-09-29 06:56:13.874495"]] TRANSACTION (8.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\x85\xE9\x9D\x93\xE5\xA4\xA7\xE7\xBE\x8E\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\x85\xE9\x9D\x93\xE5\xA4\xA7\xE7\xBE\x8E\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.916532"], ["updated_at", "2022-09-29 06:56:13.916533"]] TRANSACTION (5.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\x99\xE7\xB4\xAB\xE9\x99\xBD"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\x99\xE7\xB4\xAB\xE9\x99\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.949020"], ["updated_at", "2022-09-29 06:56:13.949021"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\xB3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\xB3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:13.977691"], ["updated_at", "2022-09-29 06:56:13.977692"]] TRANSACTION (5.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\xB3\xE7\x90\x83,\xE5\x8D\x9A\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\xB3\xE7\x90\x83,\xE5\x8D\x9A\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.013591"], ["updated_at", "2022-09-29 06:56:14.013593"]] TRANSACTION (3.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\xB3\xE7\x90\x83\xE5\x8D\x9A\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\xB3\xE7\x90\x83\xE5\x8D\x9A\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.039019"], ["updated_at", "2022-09-29 06:56:14.039020"]] TRANSACTION (3.3ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\xB3\xE7\x90\x83\xE6\x8A\x95\xE6\xB3\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\xB3\xE7\x90\x83\xE6\x8A\x95\xE6\xB3\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.072103"], ["updated_at", "2022-09-29 06:56:14.072104"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\xB3\xE7\x90\x83\xE7\x8E\xA9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\xB3\xE7\x90\x83\xE7\x8E\xA9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.098922"], ["updated_at", "2022-09-29 06:56:14.098923"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB7\x91\xE5\xAE\x98\xE8\xA6\x81\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB7\x91\xE5\xAE\x98\xE8\xA6\x81\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.128918"], ["updated_at", "2022-09-29 06:56:14.128919"]] TRANSACTION (5.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB7\x9F\xE5\xB8\x96\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB7\x9F\xE5\xB8\x96\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.168702"], ["updated_at", "2022-09-29 06:56:14.168703"]] TRANSACTION (7.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB7\x9F\xE8\xB8\xAA\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB7\x9F\xE8\xB8\xAA\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.204960"], ["updated_at", "2022-09-29 06:56:14.204961"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB7\xAA\xE7\x9C\x9F\xE7\x9B\xB8"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB7\xAA\xE7\x9C\x9F\xE7\x9B\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.236594"], ["updated_at", "2022-09-29 06:56:14.236595"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB7\xB3\xE8\x9B\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB7\xB3\xE8\x9B\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.276788"], ["updated_at", "2022-09-29 06:56:14.276789"]] TRANSACTION (6.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB7\xB5\xE8\xB8\x8F\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA5\xB3\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB7\xB5\xE8\xB8\x8F\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA5\xB3\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.311256"], ["updated_at", "2022-09-29 06:56:14.311258"]] TRANSACTION (4.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB8\xA9\xE8\xB8\x8F\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB8\xA9\xE8\xB8\x8F\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.343249"], ["updated_at", "2022-09-29 06:56:14.343250"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB8\xA9\xE8\xB8\x8F\xE4\xBA\x8B\xE6\x95\x85"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB8\xA9\xE8\xB8\x8F\xE4\xBA\x8B\xE6\x95\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.381951"], ["updated_at", "2022-09-29 06:56:14.381951"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB9\x82\xE8\xBA\x8F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB9\x82\xE8\xBA\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.421003"], ["updated_at", "2022-09-29 06:56:14.421003"]] TRANSACTION (5.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB9\x82\xE8\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB9\x82\xE8\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.454466"], ["updated_at", "2022-09-29 06:56:14.454467"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB9\x8B\xE7\xBA\xB3\xE7\xA8\x8E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB9\x8B\xE7\xBA\xB3\xE7\xA8\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.483241"], ["updated_at", "2022-09-29 06:56:14.483241"]] TRANSACTION (5.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB \xE5\xAF\xB8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB \xE5\xAF\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.516924"], ["updated_at", "2022-09-29 06:56:14.516925"]] TRANSACTION (3.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.545834"], ["updated_at", "2022-09-29 06:56:14.545835"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.580528"], ["updated_at", "2022-09-29 06:56:14.580529"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE4\xBB\xB6\xE7\x94\x9F\xE6\x88\x90\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE4\xBB\xB6\xE7\x94\x9F\xE6\x88\x90\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.616665"], ["updated_at", "2022-09-29 06:56:14.616666"]] TRANSACTION (3.2ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE5\x8A\x9E\xE8\xAF\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE5\x8A\x9E\xE8\xAF\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.643868"], ["updated_at", "2022-09-29 06:56:14.643868"]] TRANSACTION (5.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE7\x94\x9F\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE7\x94\x9F\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.679735"], ["updated_at", "2022-09-29 06:56:14.679735"]] TRANSACTION (5.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE7\x94\x9F\xE6\x88\x90\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE7\x94\x9F\xE6\x88\x90\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.713460"], ["updated_at", "2022-09-29 06:56:14.713461"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.738602"], ["updated_at", "2022-09-29 06:56:14.738603"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE5\xAF\xB8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE5\xAF\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.776265"], ["updated_at", "2022-09-29 06:56:14.776266"]] TRANSACTION (5.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xB2\xE7\x8C\xAB\xE7\x8C\xAB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xB2\xE7\x8C\xAB\xE7\x8C\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.806060"], ["updated_at", "2022-09-29 06:56:14.806061"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.835148"], ["updated_at", "2022-09-29 06:56:14.835149"]] TRANSACTION (5.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE4\xBB\x91\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE4\xBB\x91\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.878316"], ["updated_at", "2022-09-29 06:56:14.878317"]] TRANSACTION (5.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE4\xBB\x91\xE5\xB7\xA5\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE4\xBB\x91\xE5\xB7\xA5\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.910684"], ["updated_at", "2022-09-29 06:56:14.910685"]] TRANSACTION (3.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE5\xBA\x93"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE5\xBA\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.941730"], ["updated_at", "2022-09-29 06:56:14.941731"]] TRANSACTION (4.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE7\x89\x8C\xE9\x9A\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE7\x89\x8C\xE9\x9A\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:14.982956"], ["updated_at", "2022-09-29 06:56:14.982957"]] TRANSACTION (9.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE7\x94\xA8\xE7\x94\xB5\xE5\xAD\x90\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE7\x94\xA8\xE7\x94\xB5\xE5\xAD\x90\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.024150"], ["updated_at", "2022-09-29 06:56:15.024150"]] TRANSACTION (5.0ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE8\x87\xA3"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE8\x87\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.056293"], ["updated_at", "2022-09-29 06:56:15.056294"]] TRANSACTION (4.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.094818"], ["updated_at", "2022-09-29 06:56:15.094819"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAC\xE5\x8C\x96"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAC\xE5\x8C\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.135435"], ["updated_at", "2022-09-29 06:56:15.135435"]] TRANSACTION (5.5ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAC\xE6\x98\xAF\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAC\xE6\x98\xAF\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.184897"], ["updated_at", "2022-09-29 06:56:15.184898"]] TRANSACTION (6.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAC\xE6\xB3\x95\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAC\xE6\xB3\x95\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.229074"], ["updated_at", "2022-09-29 06:56:15.229075"]] TRANSACTION (4.2ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAC\xE6\xB3\x95\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAC\xE6\xB3\x95\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.266793"], ["updated_at", "2022-09-29 06:56:15.266795"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.296474"], ["updated_at", "2022-09-29 06:56:15.296475"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.325136"], ["updated_at", "2022-09-29 06:56:15.325138"]] TRANSACTION (5.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.353277"], ["updated_at", "2022-09-29 06:56:15.353278"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.391038"], ["updated_at", "2022-09-29 06:56:15.391039"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE5\xAD\x90\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE5\xAD\x90\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.429612"], ["updated_at", "2022-09-29 06:56:15.429613"]] TRANSACTION (9.5ms) COMMIT User Load (8.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE5\xAD\x90\xE5\xB0\x8F\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE5\xAD\x90\xE5\xB0\x8F\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.474420"], ["updated_at", "2022-09-29 06:56:15.474422"]] TRANSACTION (5.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.514070"], ["updated_at", "2022-09-29 06:56:15.514071"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.540966"], ["updated_at", "2022-09-29 06:56:15.540966"]] TRANSACTION (5.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE6\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.579174"], ["updated_at", "2022-09-29 06:56:15.579175"]] TRANSACTION (9.4ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.618996"], ["updated_at", "2022-09-29 06:56:15.618998"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE6\xB3\x95\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (8.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE6\xB3\x95\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.648614"], ["updated_at", "2022-09-29 06:56:15.648616"]] TRANSACTION (5.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE7\x9B\x98"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE7\x9B\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.693154"], ["updated_at", "2022-09-29 06:56:15.693154"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE7\x9B\x98\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE7\x9B\x98\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.728494"], ["updated_at", "2022-09-29 06:56:15.728495"]] TRANSACTION (4.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAF\xE5\xBC\xB1\xE5\xA4\x96\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAF\xE5\xBC\xB1\xE5\xA4\x96\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.761335"], ["updated_at", "2022-09-29 06:56:15.761336"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAF\xE5\xBC\xB1\xE7\x9A\x84\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAF\xE5\xBC\xB1\xE7\x9A\x84\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.792021"], ["updated_at", "2022-09-29 06:56:15.792022"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xBB\xE5\x90\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xBB\xE5\x90\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.827331"], ["updated_at", "2022-09-29 06:56:15.827331"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xBB\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xBB\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.855611"], ["updated_at", "2022-09-29 06:56:15.855612"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xBB\xE8\x88\x9F\xE5\xBF\xAB\xE8\xAE\xAF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xBB\xE8\x88\x9F\xE5\xBF\xAB\xE8\xAE\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.885346"], ["updated_at", "2022-09-29 06:56:15.885347"]] TRANSACTION (5.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\x9B\xE4\xB8\x9A\xE6\xB1\x9F \xE6\xB5\xB7\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\x9B\xE4\xB8\x9A\xE6\xB1\x9F \xE6\xB5\xB7\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.918494"], ["updated_at", "2022-09-29 06:56:15.918495"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\x9B\xE7\x81\x8F\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\x9B\xE7\x81\x8F\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.944363"], ["updated_at", "2022-09-29 06:56:15.944364"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\x9B\xE7\x81\x9D\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\x9B\xE7\x81\x9D\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:15.988636"], ["updated_at", "2022-09-29 06:56:15.988636"]] TRANSACTION (4.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\x9C\xE8\x83\x9C\xE9\x98\xBB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\x9C\xE8\x83\x9C\xE9\x98\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.023336"], ["updated_at", "2022-09-29 06:56:16.023336"]] TRANSACTION (4.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA3\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA3\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.050767"], ["updated_at", "2022-09-29 06:56:16.050769"]] TRANSACTION (4.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA3\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA3\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.089448"], ["updated_at", "2022-09-29 06:56:16.089449"]] TRANSACTION (5.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA3\xE9\xB8\xA1\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA3\xE9\xB8\xA1\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.122260"], ["updated_at", "2022-09-29 06:56:16.122260"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA3\xE9\xB8\xA1\xE6\x8B\x9B\xE4\xBD\x9C\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA3\xE9\xB8\xA1\xE6\x8B\x9B\xE4\xBD\x9C\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.146395"], ["updated_at", "2022-09-29 06:56:16.146396"]] TRANSACTION (5.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA3\xE9\xB8\xA1\xE6\x98\xAF\xE4\xB8\x80\xE7\xA7\x8DAPP"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA3\xE9\xB8\xA1\xE6\x98\xAF\xE4\xB8\x80\xE7\xA7\x8DAPP"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.186729"], ["updated_at", "2022-09-29 06:56:16.186730"]] TRANSACTION (5.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA6\xE6\xAF\x95\xE4\xB8\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA6\xE6\xAF\x95\xE4\xB8\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.218290"], ["updated_at", "2022-09-29 06:56:16.218291"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA6\xE8\xAD\x89"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA6\xE8\xAD\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.241222"], ["updated_at", "2022-09-29 06:56:16.241222"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA9\xE8\xAF\x8D\xE4\xB8\x8E\xE6\xA2\xA6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA9\xE8\xAF\x8D\xE4\xB8\x8E\xE6\xA2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.275140"], ["updated_at", "2022-09-29 06:56:16.275141"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xB9\xE5\xB0\x91\xE6\x96\x8C"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xB9\xE5\xB0\x91\xE6\x96\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.298080"], ["updated_at", "2022-09-29 06:56:16.298081"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xBE\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xBE\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.327451"], ["updated_at", "2022-09-29 06:56:16.327451"]] TRANSACTION (3.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xBE\xE7\xB1\xB3\xE5\xAE\xA3\xE6\x95\x99\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xBE\xE7\xB1\xB3\xE5\xAE\xA3\xE6\x95\x99\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.353072"], ["updated_at", "2022-09-29 06:56:16.353073"]] TRANSACTION (6.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xBE\xE8\xB5\x96"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xBE\xE8\xB5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.387620"], ["updated_at", "2022-09-29 06:56:16.387621"]] TRANSACTION (5.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.422780"], ["updated_at", "2022-09-29 06:56:16.422781"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE5\x92\x8C\xE5\xB9\xB3\xE6\x85\x88\xE6\x82\xB2"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE5\x92\x8C\xE5\xB9\xB3\xE6\x85\x88\xE6\x82\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.445504"], ["updated_at", "2022-09-29 06:56:16.445505"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE5\xAE\x97\xE6\x95\x99\xE5\x9F\xBA\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE5\xAE\x97\xE6\x95\x99\xE5\x9F\xBA\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.481321"], ["updated_at", "2022-09-29 06:56:16.481322"]] TRANSACTION (5.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE8\xBF\x94\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE8\xBF\x94\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.510879"], ["updated_at", "2022-09-29 06:56:16.510882"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x87\xE6\x9C\xBA\xE7\x89\x88\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x87\xE6\x9C\xBA\xE7\x89\x88\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.537776"], ["updated_at", "2022-09-29 06:56:16.537776"]] TRANSACTION (6.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x87\xE7\xA8\xBF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x87\xE7\xA8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.578703"], ["updated_at", "2022-09-29 06:56:16.578704"]] TRANSACTION (4.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x87\xE7\xAD\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x87\xE7\xAD\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.614721"], ["updated_at", "2022-09-29 06:56:16.614721"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x91\xE4\xBA\xB2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x91\xE4\xBA\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.637816"], ["updated_at", "2022-09-29 06:56:16.637817"]] TRANSACTION (3.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x91\xE4\xBA\xB2\xE7\x9B\xB8\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x91\xE4\xBA\xB2\xE7\x9B\xB8\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.671697"], ["updated_at", "2022-09-29 06:56:16.671698"]] TRANSACTION (4.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x91\xE8\xA6\xAA\xE7\x9B\xB8\xE5\xA7\xA6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x91\xE8\xA6\xAA\xE7\x9B\xB8\xE5\xA7\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.705729"], ["updated_at", "2022-09-29 06:56:16.705730"]] TRANSACTION (3.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x94\xE5\x88\xA9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x94\xE5\x88\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.730269"], ["updated_at", "2022-09-29 06:56:16.730270"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x98\xE4\xBC\x9A\xE5\x90\xB9\xE8\x90\xA7"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x98\xE4\xBC\x9A\xE5\x90\xB9\xE8\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.755995"], ["updated_at", "2022-09-29 06:56:16.755996"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x98\xE6\x8B\x85\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x98\xE6\x8B\x85\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.784004"], ["updated_at", "2022-09-29 06:56:16.784005"]] TRANSACTION (6.7ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x98\xE7\x9C\x8B\xE9\x94\xA6\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x98\xE7\x9C\x8B\xE9\x94\xA6\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.817790"], ["updated_at", "2022-09-29 06:56:16.817791"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x99\xE4\xB8\x8D\xE6\x98\xAF\xE5\xA4\xA9\xE7\x81\xBE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x99\xE4\xB8\x8D\xE6\x98\xAF\xE5\xA4\xA9\xE7\x81\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.842828"], ["updated_at", "2022-09-29 06:56:16.842828"]] TRANSACTION (5.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x99\xE4\xB8\xAA\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x99\xE4\xB8\xAA\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.876282"], ["updated_at", "2022-09-29 06:56:16.876283"]] TRANSACTION (3.2ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x99\xE9\x87\x8C\xE4\xB8\x8D\xE5\x9B\x9E\xE5\xA4\x8D"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x99\xE9\x87\x8C\xE4\xB8\x8D\xE5\x9B\x9E\xE5\xA4\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.901965"], ["updated_at", "2022-09-29 06:56:16.901966"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9B\xE4\xB8\x80\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9B\xE4\xB8\x80\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.930525"], ["updated_at", "2022-09-29 06:56:16.930525"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9B\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9B\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.955357"], ["updated_at", "2022-09-29 06:56:16.955358"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9B\xE6\x94\xBB\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9B\xE6\x94\xBB\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:16.985535"], ["updated_at", "2022-09-29 06:56:16.985536"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9B\xE6\x9D\xA5\xE7\x9A\x84\xE7\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9B\xE6\x9D\xA5\xE7\x9A\x84\xE7\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.022916"], ["updated_at", "2022-09-29 06:56:17.022917"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9B\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9B\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.043847"], ["updated_at", "2022-09-29 06:56:17.043848"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9C\xE5\xBF\x97\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9C\xE5\xBF\x97\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.077580"], ["updated_at", "2022-09-29 06:56:17.077581"]] TRANSACTION (3.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9D\xE7\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9D\xE7\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.102797"], ["updated_at", "2022-09-29 06:56:17.102798"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9E\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9E\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.129584"], ["updated_at", "2022-09-29 06:56:17.129584"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9E\xE5\x8F\x91\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9E\xE5\x8F\x91\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.153909"], ["updated_at", "2022-09-29 06:56:17.153910"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9E\xE7\xBA\xBF\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9E\xE7\xBA\xBF\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.181882"], ["updated_at", "2022-09-29 06:56:17.181882"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9E\xE8\x83\x9C\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9E\xE8\x83\x9C\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.206550"], ["updated_at", "2022-09-29 06:56:17.206551"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9E\xE9\x94\x81\xE5\x8A\xA0\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9E\xE9\x94\x81\xE5\x8A\xA0\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.231081"], ["updated_at", "2022-09-29 06:56:17.231081"]] TRANSACTION (4.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9F\xE6\xB5\xA9\xE7\x94\xB0"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9F\xE6\xB5\xA9\xE7\x94\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.258362"], ["updated_at", "2022-09-29 06:56:17.258364"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xA6\xE6\x89\xA3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xA6\xE6\x89\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.300770"], ["updated_at", "2022-09-29 06:56:17.300771"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xAA\xE9\x87\x8C\xE5\xA4\x8F\xE6\x8F\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xAA\xE9\x87\x8C\xE5\xA4\x8F\xE6\x8F\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.328034"], ["updated_at", "2022-09-29 06:56:17.328034"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xAB\xE5\xAE\xB3"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xAB\xE5\xAE\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.354162"], ["updated_at", "2022-09-29 06:56:17.354163"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xAD\xE8\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xAD\xE8\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.385978"], ["updated_at", "2022-09-29 06:56:17.385979"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE4\xB8\x80\xE7\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE4\xB8\x80\xE7\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.414523"], ["updated_at", "2022-09-29 06:56:17.414525"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.436683"], ["updated_at", "2022-09-29 06:56:17.436684"]] TRANSACTION (15.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE5\xA5\xB8\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE5\xA5\xB8\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.478605"], ["updated_at", "2022-09-29 06:56:17.478609"]] TRANSACTION (3.8ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE5\xA5\xB8\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE5\xA5\xB8\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.505877"], ["updated_at", "2022-09-29 06:56:17.505878"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE5\xB9\xBB\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE5\xB9\xBB\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.535128"], ["updated_at", "2022-09-29 06:56:17.535129"]] TRANSACTION (8.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE5\xB9\xBB\xE8\x97\xA5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE5\xB9\xBB\xE8\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.570831"], ["updated_at", "2022-09-29 06:56:17.570832"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.593733"], ["updated_at", "2022-09-29 06:56:17.593734"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE6\x83\x85\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE6\x83\x85\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.622538"], ["updated_at", "2022-09-29 06:56:17.622538"]] TRANSACTION (3.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE6\x83\x85\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE6\x83\x85\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.646042"], ["updated_at", "2022-09-29 06:56:17.646043"]] TRANSACTION (4.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE6\x83\x85\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE6\x83\x85\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.679806"], ["updated_at", "2022-09-29 06:56:17.679807"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE6\x98\x8F\xE5\x8F\xA3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE6\x98\x8F\xE5\x8F\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.703980"], ["updated_at", "2022-09-29 06:56:17.703981"]] TRANSACTION (2.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE6\x98\x8F\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE6\x98\x8F\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.728742"], ["updated_at", "2022-09-29 06:56:17.728743"]] TRANSACTION (5.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE6\x98\x8F\xE8\x97\xA5"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE6\x98\x8F\xE8\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.759682"], ["updated_at", "2022-09-29 06:56:17.759684"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.789174"], ["updated_at", "2022-09-29 06:56:17.789175"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE8\x97\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE8\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.819902"], ["updated_at", "2022-09-29 06:56:17.819903"]] TRANSACTION (5.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.847374"], ["updated_at", "2022-09-29 06:56:17.847375"]] TRANSACTION (6.8ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE9\xAD\x82\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE9\xAD\x82\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.893643"], ["updated_at", "2022-09-29 06:56:17.893644"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE9\xAD\x82\xE8\x97\xA5"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE9\xAD\x82\xE8\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.938613"], ["updated_at", "2022-09-29 06:56:17.938613"]] TRANSACTION (10.6ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE9\xAD\x82\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE9\xAD\x82\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:17.996867"], ["updated_at", "2022-09-29 06:56:17.996868"]] TRANSACTION (4.1ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xBD\xE5\x80\xBA\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (7.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xBD\xE5\x80\xBA\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.040044"], ["updated_at", "2022-09-29 06:56:18.040045"]] TRANSACTION (6.2ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xBD\xE8\xB8\xAA,\xE5\xAE\x9A\xE4\xBD\x8D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xBD\xE8\xB8\xAA,\xE5\xAE\x9A\xE4\xBD\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.090238"], ["updated_at", "2022-09-29 06:56:18.090239"]] TRANSACTION (4.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x80dang"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x80dang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.136024"], ["updated_at", "2022-09-29 06:56:18.136026"]] TRANSACTION (5.9ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x80\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x80\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.184400"], ["updated_at", "2022-09-29 06:56:18.184401"]] TRANSACTION (6.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x80\xE5\x85\x9A\xE6\xB8\xA0\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x80\xE5\x85\x9A\xE6\xB8\xA0\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.231416"], ["updated_at", "2022-09-29 06:56:18.231418"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x80\xE5\x85\x9A\xE7\x9F\xAD\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x80\xE5\x85\x9A\xE7\x9F\xAD\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.273973"], ["updated_at", "2022-09-29 06:56:18.273973"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x80\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x80\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.304825"], ["updated_at", "2022-09-29 06:56:18.304826"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x80\xE5\xB8\x81\xE7\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x80\xE5\xB8\x81\xE7\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.324841"], ["updated_at", "2022-09-29 06:56:18.324841"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x81qb"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x81qb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.353339"], ["updated_at", "2022-09-29 06:56:18.353342"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x81\xE7\xB2\xBE\xE7\xBE\x8E\xE5\xB0\x81\xE9\x9D\xA2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x81\xE7\xB2\xBE\xE7\xBE\x8E\xE5\xB0\x81\xE9\x9D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.377793"], ["updated_at", "2022-09-29 06:56:18.377793"]] TRANSACTION (4.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x82\xE5\x90\x88\xE5\xAD\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x82\xE5\x90\x88\xE5\xAD\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.409011"], ["updated_at", "2022-09-29 06:56:18.409012"]] TRANSACTION (5.5ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x83\xE4\xBA\xA1\xE8\x89\xB3\xE6\x97\x85"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x83\xE4\xBA\xA1\xE8\x89\xB3\xE6\x97\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.444478"], ["updated_at", "2022-09-29 06:56:18.444479"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x89\xE5\x9B\xBD\xE5\xAE\xB6\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x89\xE5\x9B\xBD\xE5\xAE\xB6\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.468697"], ["updated_at", "2022-09-29 06:56:18.468697"]] TRANSACTION (4.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8D\xE9\x81\xA5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8D\xE9\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.503602"], ["updated_at", "2022-09-29 06:56:18.503602"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8D\xE9\x81\xA5\xE6\xB8\xB8\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8D\xE9\x81\xA5\xE6\xB8\xB8\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.524864"], ["updated_at", "2022-09-29 06:56:18.524864"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.561155"], ["updated_at", "2022-09-29 06:56:18.561156"]] TRANSACTION (5.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE4\xBB\xAA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE4\xBB\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.593259"], ["updated_at", "2022-09-29 06:56:18.593260"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE5\x8A\x9F\xE8\x83\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE5\x8A\x9F\xE8\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.617490"], ["updated_at", "2022-09-29 06:56:18.617492"]] TRANSACTION (4.6ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.647685"], ["updated_at", "2022-09-29 06:56:18.647686"]] TRANSACTION (4.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE6\x89\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE6\x89\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.677450"], ["updated_at", "2022-09-29 06:56:18.677451"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE7\x9C\xBC\xE7\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE7\x9C\xBC\xE7\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.708977"], ["updated_at", "2022-09-29 06:56:18.708977"]] TRANSACTION (3.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE7\x9C\xBC\xE9\x95\x9C"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE7\x9C\xBC\xE9\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.733720"], ["updated_at", "2022-09-29 06:56:18.733721"]] TRANSACTION (3.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.764915"], ["updated_at", "2022-09-29 06:56:18.764916"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE8\xA3\x85"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE8\xA3\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.800339"], ["updated_at", "2022-09-29 06:56:18.800340"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.825159"], ["updated_at", "2022-09-29 06:56:18.825160"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x90\xE6\xB5\xAA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x90\xE6\xB5\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.856839"], ["updated_at", "2022-09-29 06:56:18.856840"]] TRANSACTION (5.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x92\xE7\xBA\xB8\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x92\xE7\xBA\xB8\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.887568"], ["updated_at", "2022-09-29 06:56:18.887569"]] TRANSACTION (3.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x92\xE8\xBF\x9B\xE6\xB0\x91\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x92\xE8\xBF\x9B\xE6\xB0\x91\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.914202"], ["updated_at", "2022-09-29 06:56:18.914202"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x9A\xE9\x92\xA2\xE6\x80\xBB\xE7\xBB\x8F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x9A\xE9\x92\xA2\xE6\x80\xBB\xE7\xBB\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.942249"], ["updated_at", "2022-09-29 06:56:18.942250"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x9F\xE4\xBB\xA3\xE5\x8A\x9E"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x9F\xE4\xBB\xA3\xE5\x8A\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:18.968339"], ["updated_at", "2022-09-29 06:56:18.968339"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x9F\xE5\x8F\x96\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x9F\xE5\x8F\x96\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.004995"], ["updated_at", "2022-09-29 06:56:19.004996"]] TRANSACTION (4.5ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xA0\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xA0\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.043135"], ["updated_at", "2022-09-29 06:56:19.043136"]] TRANSACTION (9.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xA28\xE5\xBF\x85\xE7\x81\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xA28\xE5\xBF\x85\xE7\x81\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.142690"], ["updated_at", "2022-09-29 06:56:19.142691"]] TRANSACTION (4.9ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xA29\xE5\xBF\x85\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xA29\xE5\xBF\x85\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.181388"], ["updated_at", "2022-09-29 06:56:19.181389"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xA2\xE4\xB9\x9D\xE5\xBF\x85\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xA2\xE4\xB9\x9D\xE5\xBF\x85\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.200931"], ["updated_at", "2022-09-29 06:56:19.200932"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xA2\xE5\x85\xAB\xE5\xBF\x85\xE7\x81\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xA2\xE5\x85\xAB\xE5\xBF\x85\xE7\x81\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.222855"], ["updated_at", "2022-09-29 06:56:19.222856"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xB2\xE5\x8F\xA3\xE6\xB0\xA3\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xB2\xE5\x8F\xA3\xE6\xB0\xA3\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.254697"], ["updated_at", "2022-09-29 06:56:19.254698"]] TRANSACTION (4.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xB2\xE5\x8F\xA3\xE6\xB0\xA3\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xB2\xE5\x8F\xA3\xE6\xB0\xA3\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.285592"], ["updated_at", "2022-09-29 06:56:19.285592"]] TRANSACTION (2.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xBC\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xBC\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.311787"], ["updated_at", "2022-09-29 06:56:19.311788"]] TRANSACTION (5.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xBC\xE6\xA0\xB7"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xBC\xE6\xA0\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.342519"], ["updated_at", "2022-09-29 06:56:19.342520"]] TRANSACTION (7.6ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xBC\xE7\x97\x92"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xBC\xE7\x97\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.381683"], ["updated_at", "2022-09-29 06:56:19.381684"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\x97\xE6\x83\x85\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\x97\xE6\x83\x85\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.409326"], ["updated_at", "2022-09-29 06:56:19.409327"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xA5\xE6\x83\xB3\xE5\xBD\x93\xE5\xB9\xB4\xE6\x98\xA5\xE8\xA1\xAB\xE8\x96\x84"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xA5\xE6\x83\xB3\xE5\xBD\x93\xE5\xB9\xB4\xE6\x98\xA5\xE8\xA1\xAB\xE8\x96\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.435351"], ["updated_at", "2022-09-29 06:56:19.435354"]] TRANSACTION (5.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xA5\xE6\x8E\xA7\xE4\xBF\xA1\xE5\x8F\xB7\xE6\x8B\xA6\xE6\x88\xAA\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xA5\xE6\x8E\xA7\xE4\xBF\xA1\xE5\x8F\xB7\xE6\x8B\xA6\xE6\x88\xAA\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.466594"], ["updated_at", "2022-09-29 06:56:19.466594"]] TRANSACTION (2.8ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xAD\xE4\xBE\xBF\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xAD\xE4\xBE\xBF\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.489056"], ["updated_at", "2022-09-29 06:56:19.489056"]] TRANSACTION (3.7ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xAD\xE5\x88\xB0\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xAD\xE5\x88\xB0\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.515287"], ["updated_at", "2022-09-29 06:56:19.515288"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xAD\xE6\xAD\xA6\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xAD\xE6\xAD\xA6\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.542720"], ["updated_at", "2022-09-29 06:56:19.542721"]] TRANSACTION (4.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xAD\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xAD\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.572551"], ["updated_at", "2022-09-29 06:56:19.572552"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xBF\xE5\xAD\x95\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xBF\xE5\xAD\x95\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.597354"], ["updated_at", "2022-09-29 06:56:19.597354"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xBF\xE5\xAD\x95\xE8\x86\x9C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xBF\xE5\xAD\x95\xE8\x86\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.622674"], ["updated_at", "2022-09-29 06:56:19.622674"]] TRANSACTION (6.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x80\xE8\xAF\xB7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x80\xE8\xAF\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.669279"], ["updated_at", "2022-09-29 06:56:19.669281"]] TRANSACTION (2.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE4\xBA\x8C\xE4\xB8\x96"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE4\xBA\x8C\xE4\xB8\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.697843"], ["updated_at", "2022-09-29 06:56:19.697845"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE4\xBD\x91\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE4\xBD\x91\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.722768"], ["updated_at", "2022-09-29 06:56:19.722769"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE5\x85\x88\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE5\x85\x88\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.758398"], ["updated_at", "2022-09-29 06:56:19.758399"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE5\xAE\xB6\xE8\xB4\xB5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE5\xAE\xB6\xE8\xB4\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.797595"], ["updated_at", "2022-09-29 06:56:19.797596"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE5\xB0\x8F\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE5\xB0\x8F\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.819483"], ["updated_at", "2022-09-29 06:56:19.819483"]] TRANSACTION (5.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE6\x9C\xB4\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE6\x9C\xB4\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.851300"], ["updated_at", "2022-09-29 06:56:19.851302"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.882915"], ["updated_at", "2022-09-29 06:56:19.882916"]] TRANSACTION (2.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE6\xA5\xA0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE6\xA5\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.906762"], ["updated_at", "2022-09-29 06:56:19.906763"]] TRANSACTION (2.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE6\xA6\x95"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (10.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE6\xA6\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.928869"], ["updated_at", "2022-09-29 06:56:19.928870"]] TRANSACTION (5.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:19.974847"], ["updated_at", "2022-09-29 06:56:19.974848"]] TRANSACTION (3.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE7\x88\xB7\xE7\x88\xB7\xE8\xBD\xAC"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE7\x88\xB7\xE7\x88\xB7\xE8\xBD\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.002813"], ["updated_at", "2022-09-29 06:56:20.002814"]] TRANSACTION (3.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE7\x8E\x89\xE5\xA8\x87"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE7\x8E\x89\xE5\xA8\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.029120"], ["updated_at", "2022-09-29 06:56:20.029122"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE7\xAC\x91\xE8\xB4\xAB"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE7\xAC\x91\xE8\xB4\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.062226"], ["updated_at", "2022-09-29 06:56:20.062227"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE8\xB4\xA8\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE8\xB4\xA8\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.094105"], ["updated_at", "2022-09-29 06:56:20.094106"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE9\xA2\x96\xE8\xB6\x85"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE9\xA2\x96\xE8\xB6\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.121018"], ["updated_at", "2022-09-29 06:56:20.121019"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE9\xA2\x96\xE8\xB6\x85\xE6\x97\xA5\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE9\xA2\x96\xE8\xB6\x85\xE6\x97\xA5\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.151736"], ["updated_at", "2022-09-29 06:56:20.151737"]] TRANSACTION (5.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x9D\xE9\x94\xA6\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x9D\xE9\x94\xA6\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.188551"], ["updated_at", "2022-09-29 06:56:20.188552"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xA2\xE9\x93\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xA2\xE9\x93\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.210496"], ["updated_at", "2022-09-29 06:56:20.210497"]] TRANSACTION (5.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xA3\xE5\xA4\x84"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xA3\xE5\xA4\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.237676"], ["updated_at", "2022-09-29 06:56:20.237677"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xA3\xE6\xB4\xBB\xE5\x84\xBF"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xA3\xE6\xB4\xBB\xE5\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.264033"], ["updated_at", "2022-09-29 06:56:20.264033"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xA3\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xA3\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.295392"], ["updated_at", "2022-09-29 06:56:20.295392"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xA3\xE8\xAF\x9D\xE5\x84\xBF"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xA3\xE8\xAF\x9D\xE5\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.321856"], ["updated_at", "2022-09-29 06:56:20.321856"]] TRANSACTION (5.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xAA\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xAA\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.355219"], ["updated_at", "2022-09-29 06:56:20.355219"]] TRANSACTION (5.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xAA\xE6\x81\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xAA\xE6\x81\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.383087"], ["updated_at", "2022-09-29 06:56:20.383087"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xAA\xE6\x81\xB6\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xAA\xE6\x81\xB6\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.412877"], ["updated_at", "2022-09-29 06:56:20.412878"]] TRANSACTION (5.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xAA\xE6\x81\xB6\xE7\x9A\x84\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xAA\xE6\x81\xB6\xE7\x9A\x84\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.440494"], ["updated_at", "2022-09-29 06:56:20.440495"]] TRANSACTION (3.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xAA\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xAA\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.470694"], ["updated_at", "2022-09-29 06:56:20.470695"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xAA\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xAA\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.496762"], ["updated_at", "2022-09-29 06:56:20.496763"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xAA\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xAA\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.521857"], ["updated_at", "2022-09-29 06:56:20.521858"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xB1\xE5\xB0\x91\xE4\xBA\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xB1\xE5\xB0\x91\xE4\xBA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.553032"], ["updated_at", "2022-09-29 06:56:20.553033"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xB1\xE6\x99\x93\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xB1\xE6\x99\x93\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.580568"], ["updated_at", "2022-09-29 06:56:20.580568"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xB5\xE5\xAE\xB6\xE5\x81\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xB5\xE5\xAE\xB6\xE5\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.604640"], ["updated_at", "2022-09-29 06:56:20.604642"]] TRANSACTION (2.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xB5\xE6\x9D\xBE\xE9\xAB\x98"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xB5\xE6\x9D\xBE\xE9\xAB\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.627547"], ["updated_at", "2022-09-29 06:56:20.627548"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xB5\xE9\xB8\xBF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xB5\xE9\xB8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.662281"], ["updated_at", "2022-09-29 06:56:20.662282"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xB9\xE5\xAE\xB6\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xB9\xE5\xAE\xB6\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.688889"], ["updated_at", "2022-09-29 06:56:20.688890"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xBB\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xBB\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.713714"], ["updated_at", "2022-09-29 06:56:20.713716"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x91\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x91\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.744367"], ["updated_at", "2022-09-29 06:56:20.744367"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x91\xE5\x85\x89\xE8\xBF\xAA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x91\xE5\x85\x89\xE8\xBF\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.777068"], ["updated_at", "2022-09-29 06:56:20.777069"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x91\xE5\xBB\xBA\xE9\x82\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x91\xE5\xBB\xBA\xE9\x82\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.800194"], ["updated_at", "2022-09-29 06:56:20.800195"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x91\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x91\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.823446"], ["updated_at", "2022-09-29 06:56:20.823447"]] TRANSACTION (5.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x91\xE7\xAD\xB1\xE8\x90\xB8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x91\xE7\xAD\xB1\xE8\x90\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.856985"], ["updated_at", "2022-09-29 06:56:20.856986"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x91\xE8\x80\x80\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x91\xE8\x80\x80\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.885504"], ["updated_at", "2022-09-29 06:56:20.885504"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x91\xE8\xB4\xBB\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x91\xE8\xB4\xBB\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.909848"], ["updated_at", "2022-09-29 06:56:20.909849"]] TRANSACTION (3.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x9D\xE6\x98\x8E\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x9D\xE6\x98\x8E\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.933940"], ["updated_at", "2022-09-29 06:56:20.933944"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xA8\xE5\xBF\x99\xE7\xBB\x84\xE9\x98\x81"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xA8\xE5\xBF\x99\xE7\xBB\x84\xE9\x98\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.959710"], ["updated_at", "2022-09-29 06:56:20.959712"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xA8\xE6\x98\xAF\xE8\xBF\x99\xE6\xA0\xB7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xA8\xE6\x98\xAF\xE8\xBF\x99\xE6\xA0\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:20.982423"], ["updated_at", "2022-09-29 06:56:20.982423"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xAD\xE4\xBC\xAF\xE9\x9B\x84"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xAD\xE4\xBC\xAF\xE9\x9B\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.009023"], ["updated_at", "2022-09-29 06:56:21.009024"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xAD\xE5\xA3\xB0\xE7\x90\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xAD\xE5\xA3\xB0\xE7\x90\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.032402"], ["updated_at", "2022-09-29 06:56:21.032403"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xAD\xE5\xB2\xA9\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xAD\xE5\xB2\xA9\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.059535"], ["updated_at", "2022-09-29 06:56:21.059536"]] TRANSACTION (3.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xAD\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xAD\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.094130"], ["updated_at", "2022-09-29 06:56:21.094131"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xAD\xE7\xBD\x97\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xAD\xE7\xBD\x97\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.123423"], ["updated_at", "2022-09-29 06:56:21.123424"]] TRANSACTION (6.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xBD\xE5\xBD\x93\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xBD\xE5\xBD\x93\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.161923"], ["updated_at", "2022-09-29 06:56:21.161924"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xBD\xE5\xBD\x93\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xBD\xE5\xBD\x93\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.195029"], ["updated_at", "2022-09-29 06:56:21.195030"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xBD\xE8\xBF\x9B\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xBD\xE8\xBF\x9B\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.221850"], ["updated_at", "2022-09-29 06:56:21.221850"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x84\xA7xp"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x84\xA7xp"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.253042"], ["updated_at", "2022-09-29 06:56:21.253042"]] TRANSACTION (5.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x84\xA7\xE5\xB0\x8F\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x84\xA7\xE5\xB0\x8F\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.283907"], ["updated_at", "2022-09-29 06:56:21.283909"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x84\xA7\xE6\x9B\x89\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x84\xA7\xE6\x9B\x89\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.310119"], ["updated_at", "2022-09-29 06:56:21.310120"]] TRANSACTION (2.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x84\xA7\xE6\x9C\xB4\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x84\xA7\xE6\x9C\xB4\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.334079"], ["updated_at", "2022-09-29 06:56:21.334081"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x84\xA7\xE6\xA6\x95"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x84\xA7\xE6\xA6\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.366686"], ["updated_at", "2022-09-29 06:56:21.366687"]] TRANSACTION (2.6ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x84\xA7\xE8\xB3\xAA\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x84\xA7\xE8\xB3\xAA\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.392547"], ["updated_at", "2022-09-29 06:56:21.392547"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\x8D\xE6\x9C\x89\xE6\xB6\x88"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\x8D\xE6\x9C\x89\xE6\xB6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.414870"], ["updated_at", "2022-09-29 06:56:21.414871"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\x92\xE5\x83\x8F\xE5\x96\x9D\xE6\xB1\xA4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\x92\xE5\x83\x8F\xE5\x96\x9D\xE6\xB1\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.443231"], ["updated_at", "2022-09-29 06:56:21.443232"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\x92\xE5\xBA\x97\xE5\x8F\x91\xE7\xA5\xA8QQ"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\x92\xE5\xBA\x97\xE5\x8F\x91\xE7\xA5\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.472262"], ["updated_at", "2022-09-29 06:56:21.472263"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\x92\xE7\x93\xB6\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\x92\xE7\x93\xB6\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.495766"], ["updated_at", "2022-09-29 06:56:21.495767"]] TRANSACTION (4.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\x92\xE8\xB1\xA1\xE5\x96\x9D\xE6\xB1\xA4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\x92\xE8\xB1\xA1\xE5\x96\x9D\xE6\xB1\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.517317"], ["updated_at", "2022-09-29 06:56:21.517318"]] TRANSACTION (5.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\xA3\xE4\xB9\x90\xE6\xAC\xA3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\xA3\xE4\xB9\x90\xE6\xAC\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.544271"], ["updated_at", "2022-09-29 06:56:21.544272"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\xA5\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\xA5\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.572112"], ["updated_at", "2022-09-29 06:56:21.572113"]] TRANSACTION (3.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\xA5\xE7\x97\x92"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\xA5\xE7\x97\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.603726"], ["updated_at", "2022-09-29 06:56:21.603727"]] TRANSACTION (3.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\xA5\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\xA5\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.630229"], ["updated_at", "2022-09-29 06:56:21.630230"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\xAE\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\xAE\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.656913"], ["updated_at", "2022-09-29 06:56:21.656914"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\xB1\xE7\x8C\xAA\xE5\xAA\xB3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\xB1\xE7\x8C\xAA\xE5\xAA\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.682689"], ["updated_at", "2022-09-29 06:56:21.682690"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.713034"], ["updated_at", "2022-09-29 06:56:21.713035"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x86\x89\xE4\xB9\x99\xE9\x86\x9A"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x86\x89\xE4\xB9\x99\xE9\x86\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.735448"], ["updated_at", "2022-09-29 06:56:21.735449"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x86\x89\xE8\xBF\xB7\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x86\x89\xE8\xBF\xB7\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.756266"], ["updated_at", "2022-09-29 06:56:21.756266"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x86\x89\xE9\x92\xA2\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x86\x89\xE9\x92\xA2\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.783315"], ["updated_at", "2022-09-29 06:56:21.783316"]] TRANSACTION (4.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x86\xAB\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x86\xAB\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.814719"], ["updated_at", "2022-09-29 06:56:21.814720"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x87\xE8\x8A\xB1\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x87\xE8\x8A\xB1\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.839825"], ["updated_at", "2022-09-29 06:56:21.839826"]] TRANSACTION (3.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x87\xE8\x8A\xB1\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x87\xE8\x8A\xB1\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.870088"], ["updated_at", "2022-09-29 06:56:21.870089"]] TRANSACTION (5.9ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8A\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8A\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.908969"], ["updated_at", "2022-09-29 06:56:21.908970"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8A\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8A\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.938782"], ["updated_at", "2022-09-29 06:56:21.938783"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8D\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE9\x92\xA0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8D\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE9\x92\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.965277"], ["updated_at", "2022-09-29 06:56:21.965278"]] TRANSACTION (3.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8D\xE9\x98\xB3\xE5\x85\xB5\xE5\x8F\x98"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8D\xE9\x98\xB3\xE5\x85\xB5\xE5\x8F\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:21.999173"], ["updated_at", "2022-09-29 06:56:21.999174"]] TRANSACTION (4.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8D\xE9\xA2\x98\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8D\xE9\xA2\x98\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.033800"], ["updated_at", "2022-09-29 06:56:22.033801"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE4\xBA\xBA\xE8\xB0\xB7\xE7\x94\xA9\xE6\xA3\x8D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE4\xBA\xBA\xE8\xB0\xB7\xE7\x94\xA9\xE6\xA3\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.059021"], ["updated_at", "2022-09-29 06:56:22.059022"]] TRANSACTION (5.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE5\xA4\x96"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE5\xA4\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.094915"], ["updated_at", "2022-09-29 06:56:22.094917"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE6\x88\x98\xE7\x89\xB9\xE7\xA7\x8D\xE5\x85\xB5003"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE6\x88\x98\xE7\x89\xB9\xE7\xA7\x8D\xE5\x85\xB5003"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.133374"], ["updated_at", "2022-09-29 06:56:22.133374"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE6\x88\x98\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE6\x88\x98\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.164003"], ["updated_at", "2022-09-29 06:56:22.164004"]] TRANSACTION (6.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE7\x94\xB7\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE7\x94\xB7\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.211501"], ["updated_at", "2022-09-29 06:56:22.211502"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x86\x9B\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x86\x9B\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.254678"], ["updated_at", "2022-09-29 06:56:22.254679"]] TRANSACTION (5.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.296082"], ["updated_at", "2022-09-29 06:56:22.296084"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.337370"], ["updated_at", "2022-09-29 06:56:22.337371"]] TRANSACTION (4.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.372540"], ["updated_at", "2022-09-29 06:56:22.372541"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.408080"], ["updated_at", "2022-09-29 06:56:22.408081"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\xBC\x80\xE5\xB1\xB1\xE5\x88\x80\xE5\x86\x9B\xE5\x88\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\xBC\x80\xE5\xB1\xB1\xE5\x88\x80\xE5\x86\x9B\xE5\x88\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.437418"], ["updated_at", "2022-09-29 06:56:22.437418"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE7\x94\x9F\xE5\xAD\x98\xE5\x88\x80QQ"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE7\x94\x9F\xE5\xAD\x98\xE5\x88\x80QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.465571"], ["updated_at", "2022-09-29 06:56:22.465572"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE7\xA0\x8D\xE5\x88\x80\xE6\x88\xB7\xE5\xA4\x96\xE5\x86\x9B\xE5\x88\x80"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE7\xA0\x8D\xE5\x88\x80\xE6\x88\xB7\xE5\xA4\x96\xE5\x86\x9B\xE5\x88\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.511478"], ["updated_at", "2022-09-29 06:56:22.511478"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE4\xBC\xAF\xE5\xB8\x86"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE4\xBC\xAF\xE5\xB8\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.540597"], ["updated_at", "2022-09-29 06:56:22.540597"]] TRANSACTION (3.6ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE5\x88\x9A\xE6\x9D\xB5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE5\x88\x9A\xE6\x9D\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.575695"], ["updated_at", "2022-09-29 06:56:22.575696"]] TRANSACTION (4.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.609652"], ["updated_at", "2022-09-29 06:56:22.609653"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE5\xAE\x88\xE5\x84\xBF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE5\xAE\x88\xE5\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.643406"], ["updated_at", "2022-09-29 06:56:22.643407"]] TRANSACTION (3.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE5\xB0\xA7\xE5\xA6\x82"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE5\xB0\xA7\xE5\xA6\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.672517"], ["updated_at", "2022-09-29 06:56:22.672518"]] TRANSACTION (4.9ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE5\xBE\xB7\xE7\x90\xB4 \xE4\xB8\xAD\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE5\xBE\xB7\xE7\x90\xB4 \xE4\xB8\xAD\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.717898"], ["updated_at", "2022-09-29 06:56:22.717899"]] TRANSACTION (4.5ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE6\x89\x8E\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE6\x89\x8E\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.757849"], ["updated_at", "2022-09-29 06:56:22.757850"]] TRANSACTION (6.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.791828"], ["updated_at", "2022-09-29 06:56:22.791828"]] TRANSACTION (4.6ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE7\x89\x8C"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE7\x89\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.821053"], ["updated_at", "2022-09-29 06:56:22.821055"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE7\x93\xB6\xE6\xA2\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE7\x93\xB6\xE6\xA2\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.848238"], ["updated_at", "2022-09-29 06:56:22.848239"]] TRANSACTION (3.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE7\x93\xB6\xE6\xA2\x85\xE5\x9C\xA8\xE7\xBA\xBF\xE8\xA7\x82\xE7\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE7\x93\xB6\xE6\xA2\x85\xE5\x9C\xA8\xE7\xBA\xBF\xE8\xA7\x82\xE7\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.874676"], ["updated_at", "2022-09-29 06:56:22.874677"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE7\x9B\xBE\xE5\xB7\xA5\xE7\xA8\x8B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE7\x9B\xBE\xE5\xB7\xA5\xE7\xA8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.903502"], ["updated_at", "2022-09-29 06:56:22.903503"]] TRANSACTION (5.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE7\xAE\x8D\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE7\xAE\x8D\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.937766"], ["updated_at", "2022-09-29 06:56:22.937768"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE9\x87\x91\xE4\xB8\x96\xE7\x95\x8C\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE9\x87\x91\xE4\xB8\x96\xE7\x95\x8C\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.961990"], ["updated_at", "2022-09-29 06:56:22.961990"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE9\x92\x9F\xE6\xB0\x94"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE9\x92\x9F\xE6\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:22.991511"], ["updated_at", "2022-09-29 06:56:22.991511"]] TRANSACTION (6.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE9\xB3\x9E\xE5\xB2\x82\xE6\x98\xAF\xE6\xB1\xA0\xE4\xB8\xAD\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE9\xB3\x9E\xE5\xB2\x82\xE6\x98\xAF\xE6\xB1\xA0\xE4\xB8\xAD\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.021198"], ["updated_at", "2022-09-29 06:56:23.021199"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE9\xBA\x9F\xE5\xB2\x82\xE6\x98\xAF\xE6\xB1\xA0\xE4\xB8\xAD\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE9\xBA\x9F\xE5\xB2\x82\xE6\x98\xAF\xE6\xB1\xA0\xE4\xB8\xAD\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.050283"], ["updated_at", "2022-09-29 06:56:23.050284"]] TRANSACTION (5.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x89\xB4\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x89\xB4\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.087635"], ["updated_at", "2022-09-29 06:56:23.087636"]] TRANSACTION (6.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x8C\xA6\xE6\xBF\xA4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x8C\xA6\xE6\xBF\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.120944"], ["updated_at", "2022-09-29 06:56:23.120945"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\x88\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\x88\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.154256"], ["updated_at", "2022-09-29 06:56:23.154257"]] TRANSACTION (7.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\x88\xBA\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\x88\xBA\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.188313"], ["updated_at", "2022-09-29 06:56:23.188314"]] TRANSACTION (3.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\x88\xBA\xE4\xBC\xA4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\x88\xBA\xE4\xBC\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.216712"], ["updated_at", "2022-09-29 06:56:23.216713"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\x88\xBA\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\x88\xBA\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.245219"], ["updated_at", "2022-09-29 06:56:23.245220"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\x88\xBA\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\x88\xBA\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.267222"], ["updated_at", "2022-09-29 06:56:23.267222"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE5\x83\x8F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE5\x83\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.295237"], ["updated_at", "2022-09-29 06:56:23.295238"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.320757"], ["updated_at", "2022-09-29 06:56:23.320758"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE8\xB1\xA1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE8\xB1\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.346267"], ["updated_at", "2022-09-29 06:56:23.346268"]] TRANSACTION (2.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE8\xB1\xA1\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE8\xB1\xA1\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.369501"], ["updated_at", "2022-09-29 06:56:23.369502"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\xAF\xB9\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\xAF\xB9\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.399045"], ["updated_at", "2022-09-29 06:56:23.399046"]] TRANSACTION (10.6ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x93\xE9\xB1\xBC\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x93\xE9\xB1\xBC\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.439807"], ["updated_at", "2022-09-29 06:56:23.439808"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x93\xE9\xB1\xBC\xE5\xB2\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x93\xE9\xB1\xBC\xE5\xB2\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.464320"], ["updated_at", "2022-09-29 06:56:23.464321"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x93\xE9\xB1\xBC\xE5\xB2\x9B\xE6\xB8\xB8\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x93\xE9\xB1\xBC\xE5\xB2\x9B\xE6\xB8\xB8\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.493014"], ["updated_at", "2022-09-29 06:56:23.493016"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x99\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x99\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.522549"], ["updated_at", "2022-09-29 06:56:23.522550"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x9F\xE5\xB1\xB1\xE9\xA3\x8E\xE9\x9B\xA8\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x9F\xE5\xB1\xB1\xE9\xA3\x8E\xE9\x9B\xA8\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.548066"], ["updated_at", "2022-09-29 06:56:23.548066"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xA2\xE7\x8F\xA0\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xA2\xE7\x8F\xA0\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.568805"], ["updated_at", "2022-09-29 06:56:23.568806"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xA2\xE9\x92\x88\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xA2\xE9\x92\x88\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.599948"], ["updated_at", "2022-09-29 06:56:23.599949"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xA6\xE6\x9C\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xA6\xE6\x9C\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.626745"], ["updated_at", "2022-09-29 06:56:23.626745"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xA6\xE7\x82\xB9\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xA6\xE7\x82\xB9\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.652471"], ["updated_at", "2022-09-29 06:56:23.652472"]] TRANSACTION (2.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xB1\xE4\xB8\x89\xE5\xAD\x97\xE7\xBB\x8F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xB1\xE4\xB8\x89\xE5\xAD\x97\xE7\xBB\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.676144"], ["updated_at", "2022-09-29 06:56:23.676145"]] TRANSACTION (3.0ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xB1\xE5\x85\xB6\xE7\x90\x9B"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xB1\xE5\x85\xB6\xE7\x90\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.701954"], ["updated_at", "2022-09-29 06:56:23.701955"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xB1\xE5\x9B\xBD\xE6\xA2\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xB1\xE5\x9B\xBD\xE6\xA2\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.730843"], ["updated_at", "2022-09-29 06:56:23.730844"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xB1\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xB1\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.755205"], ["updated_at", "2022-09-29 06:56:23.755206"]] TRANSACTION (6.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xBB\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xBB\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.785548"], ["updated_at", "2022-09-29 06:56:23.785549"]] TRANSACTION (3.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x81\xE8\x8B\xB1 \xE5\x8C\x97\xE4\xBA\xAC"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (8.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x81\xE8\x8B\xB1 \xE5\x8C\x97\xE4\xBA\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.817479"], ["updated_at", "2022-09-29 06:56:23.817482"]] TRANSACTION (8.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x81\xE8\xA1\x80\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x81\xE8\xA1\x80\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.866430"], ["updated_at", "2022-09-29 06:56:23.866432"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x83\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x83\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.904716"], ["updated_at", "2022-09-29 06:56:23.904717"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x83\xE6\x9C\xA8\xE9\xBA\xBB"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x83\xE6\x9C\xA8\xE9\xBA\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.937551"], ["updated_at", "2022-09-29 06:56:23.937552"]] TRANSACTION (3.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x85\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x85\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:23.968026"], ["updated_at", "2022-09-29 06:56:23.968027"]] TRANSACTION (4.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x85\xE5\xBC\xB9 \xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x85\xE5\xBC\xB9 \xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.003732"], ["updated_at", "2022-09-29 06:56:24.003733"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x85\xE5\xBC\xB9\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x85\xE5\xBC\xB9\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.037632"], ["updated_at", "2022-09-29 06:56:24.037633"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x85\xE5\xBC\xB9\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x85\xE5\xBC\xB9\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.063601"], ["updated_at", "2022-09-29 06:56:24.063601"]] TRANSACTION (6.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x85\xE5\xBC\xB9\xE7\x8B\x97\xE7\xB2\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x85\xE5\xBC\xB9\xE7\x8B\x97\xE7\xB2\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.097740"], ["updated_at", "2022-09-29 06:56:24.097741"]] TRANSACTION (4.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xAD\xE8\xAE\xB0\xE5\x8D\xB0\xE5\xB0\xBC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xAD\xE8\xAE\xB0\xE5\x8D\xB0\xE5\xB0\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.127784"], ["updated_at", "2022-09-29 06:56:24.127785"]] TRANSACTION (3.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xB6\xE4\xB8\x9D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xB6\xE4\xB8\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.157221"], ["updated_at", "2022-09-29 06:56:24.157222"]] TRANSACTION (7.3ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xB6\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xB6\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.197747"], ["updated_at", "2022-09-29 06:56:24.197749"]] TRANSACTION (5.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE5\x99\xA8\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE5\x99\xA8\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.234434"], ["updated_at", "2022-09-29 06:56:24.234435"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE8\xAE\xBE\xE5\xA4\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE8\xAE\xBE\xE5\xA4\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.264221"], ["updated_at", "2022-09-29 06:56:24.264222"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1\xE9\x95\xBF\xE6\x9C\x9F\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1\xE9\x95\xBF\xE6\x9C\x9F\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.292911"], ["updated_at", "2022-09-29 06:56:24.292911"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xB6\xE9\xBE\x99\xE5\xB2\x9B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xB6\xE9\xBE\x99\xE5\xB2\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.322088"], ["updated_at", "2022-09-29 06:56:24.322089"]] TRANSACTION (3.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xBE\xE6\x8E\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xBE\xE6\x8E\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.350719"], ["updated_at", "2022-09-29 06:56:24.350719"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x94\x80\xE4\xB8\x80\xE9\xAD\x82"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x94\x80\xE4\xB8\x80\xE9\xAD\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.375510"], ["updated_at", "2022-09-29 06:56:24.375511"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x94\x80\xE5\x94\xAE\xE6\x9E\xAA\xE6\x94\xAF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x94\x80\xE5\x94\xAE\xE6\x9E\xAA\xE6\x94\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.402585"], ["updated_at", "2022-09-29 06:56:24.402585"]] TRANSACTION (5.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x94\x80\xE5\x94\xAE\xE7\x83\xAD\xE7\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x94\x80\xE5\x94\xAE\xE7\x83\xAD\xE7\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.434511"], ["updated_at", "2022-09-29 06:56:24.434512"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x94\x80\xE9\xAD\x82"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x94\x80\xE9\xAD\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.464251"], ["updated_at", "2022-09-29 06:56:24.464251"]] TRANSACTION (3.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x94\x80\xE9\xAD\x82\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x94\x80\xE9\xAD\x82\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.491045"], ["updated_at", "2022-09-29 06:56:24.491046"]] TRANSACTION (5.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x94\xA6\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x94\xA6\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.520157"], ["updated_at", "2022-09-29 06:56:24.520158"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\x87\xE5\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\x87\xE5\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.552079"], ["updated_at", "2022-09-29 06:56:24.552080"]] TRANSACTION (3.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\x87\xE5\x8E\x8B\xE5\xAD\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\x87\xE5\x8E\x8B\xE5\xAD\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.580364"], ["updated_at", "2022-09-29 06:56:24.580366"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\xBF\xE6\x9C\x9F\xE4\xBE\x9B\xE5\xBA\x94\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\xBF\xE6\x9C\x9F\xE4\xBE\x9B\xE5\xBA\x94\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.609291"], ["updated_at", "2022-09-29 06:56:24.609292"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\xBF\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\xBF\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.648603"], ["updated_at", "2022-09-29 06:56:24.648604"]] TRANSACTION (5.7ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\xBF\xE6\xBF\x91\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\xBF\xE6\xBF\x91\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.682575"], ["updated_at", "2022-09-29 06:56:24.682576"]] TRANSACTION (2.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\xBF\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\xBF\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.717034"], ["updated_at", "2022-09-29 06:56:24.717035"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\xBF\xE8\xAF\x84"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\xBF\xE8\xAF\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.749750"], ["updated_at", "2022-09-29 06:56:24.749750"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\xBF\xE9\xA9\xB1\xE7\x9B\xB4\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\xBF\xE9\xA9\xB1\xE7\x9B\xB4\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.771843"], ["updated_at", "2022-09-29 06:56:24.771844"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x96\x80\xE6\x9C\x8D\xE5\x8B\x99"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x96\x80\xE6\x9C\x8D\xE5\x8B\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.804875"], ["updated_at", "2022-09-29 06:56:24.804876"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x96\x8B\xE7\xA2\xBC"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x96\x8B\xE7\xA2\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.836568"], ["updated_at", "2022-09-29 06:56:24.836568"]] TRANSACTION (2.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x96\x8B\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x96\x8B\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.861669"], ["updated_at", "2022-09-29 06:56:24.861669"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x96\xB9\xE5\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x96\xB9\xE5\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.888601"], ["updated_at", "2022-09-29 06:56:24.888602"]] TRANSACTION (3.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xA8\xE4\xBF\x9D\xE5\x81\xA5"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xA8\xE4\xBF\x9D\xE5\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.916530"], ["updated_at", "2022-09-29 06:56:24.916531"]] TRANSACTION (6.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xA8\xE5\xAE\x89\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xA8\xE5\xAE\x89\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.959477"], ["updated_at", "2022-09-29 06:56:24.959478"]] TRANSACTION (4.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xA8\xE5\xBE\x92\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xA8\xE5\xBE\x92\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:24.992753"], ["updated_at", "2022-09-29 06:56:24.992753"]] TRANSACTION (3.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xA8\xE6\x8C\x89\xE6\x91\xA9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xA8\xE6\x8C\x89\xE6\x91\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.022021"], ["updated_at", "2022-09-29 06:56:25.022022"]] TRANSACTION (5.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xA8\xE6\xA7\x9B\xE4\xBD\x8E"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xA8\xE6\xA7\x9B\xE4\xBD\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.053100"], ["updated_at", "2022-09-29 06:56:25.053101"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xB3\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xB3\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.074314"], ["updated_at", "2022-09-29 06:56:25.074315"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xB5\xE7\xBB\xB4\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xB5\xE7\xBB\xB4\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.104608"], ["updated_at", "2022-09-29 06:56:25.104608"]] TRANSACTION (5.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xB7\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xB7\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.138367"], ["updated_at", "2022-09-29 06:56:25.138368"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xB9\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xB9\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.161919"], ["updated_at", "2022-09-29 06:56:25.161919"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xB9\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xB9\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.188668"], ["updated_at", "2022-09-29 06:56:25.188669"]] TRANSACTION (3.9ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xBB\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xBB\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.222497"], ["updated_at", "2022-09-29 06:56:25.222499"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xBB\xE8\xA2\xAB\xE6\x8E\xA7\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xBB\xE8\xA2\xAB\xE6\x8E\xA7\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.253618"], ["updated_at", "2022-09-29 06:56:25.253619"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x80\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x80\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.274571"], ["updated_at", "2022-09-29 06:56:25.274571"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x80\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x80\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.309329"], ["updated_at", "2022-09-29 06:56:25.309330"]] TRANSACTION (5.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x80\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x80\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.344578"], ["updated_at", "2022-09-29 06:56:25.344579"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x80\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x80\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.373093"], ["updated_at", "2022-09-29 06:56:25.373093"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x80\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x80\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.404824"], ["updated_at", "2022-09-29 06:56:25.404824"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x80\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x80\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.436688"], ["updated_at", "2022-09-29 06:56:25.436688"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x80\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x80\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.466417"], ["updated_at", "2022-09-29 06:56:25.466418"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x89\xE5\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x89\xE5\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.496426"], ["updated_at", "2022-09-29 06:56:25.496427"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x8E\xE6\x98\x8E\xE5\xA4\x8D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x8E\xE6\x98\x8E\xE5\xA4\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.526478"], ["updated_at", "2022-09-29 06:56:25.526479"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x9D\xE6\x9C\x88"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x9D\xE6\x9C\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.552794"], ["updated_at", "2022-09-29 06:56:25.552795"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB2\xE5\x8D\xAB\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB2\xE5\x8D\xAB\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.575126"], ["updated_at", "2022-09-29 06:56:25.575127"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB2\xE5\x8D\xAB\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB2\xE5\x8D\xAB\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.605068"], ["updated_at", "2022-09-29 06:56:25.605069"]] TRANSACTION (6.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB2\xE7\x94\xB5\xE5\xAD\x90\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (9.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB2\xE7\x94\xB5\xE5\xAD\x90\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.638973"], ["updated_at", "2022-09-29 06:56:25.638974"]] TRANSACTION (3.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB2\xE8\xBA\xAB\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB2\xE8\xBA\xAB\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.682909"], ["updated_at", "2022-09-29 06:56:25.682910"]] TRANSACTION (4.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB2\xE8\xBA\xAB\xE8\x8D\xAF\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB2\xE8\xBA\xAB\xE8\x8D\xAF\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.717885"], ["updated_at", "2022-09-29 06:56:25.717886"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.743267"], ["updated_at", "2022-09-29 06:56:25.743267"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x86\x9B\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x86\x9B\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.771642"], ["updated_at", "2022-09-29 06:56:25.771643"]] TRANSACTION (4.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.808285"], ["updated_at", "2022-09-29 06:56:25.808287"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.847886"], ["updated_at", "2022-09-29 06:56:25.847887"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE4\xBE\x9B\xE5\xBA\x94"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE4\xBE\x9B\xE5\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.871575"], ["updated_at", "2022-09-29 06:56:25.871575"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.902294"], ["updated_at", "2022-09-29 06:56:25.902295"]] TRANSACTION (5.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE5\x95\x86\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE5\x95\x86\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.945519"], ["updated_at", "2022-09-29 06:56:25.945520"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE6\x89\xB9\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE6\x89\xB9\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.970221"], ["updated_at", "2022-09-29 06:56:25.970221"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:25.996351"], ["updated_at", "2022-09-29 06:56:25.996351"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\x94\xA9\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\x94\xA9\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.026783"], ["updated_at", "2022-09-29 06:56:26.026783"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.046521"], ["updated_at", "2022-09-29 06:56:26.046522"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.065507"], ["updated_at", "2022-09-29 06:56:26.065508"]] TRANSACTION (4.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.091440"], ["updated_at", "2022-09-29 06:56:26.091441"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.121047"], ["updated_at", "2022-09-29 06:56:26.121048"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE9\x93\xBA\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE9\x93\xBA\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.143629"], ["updated_at", "2022-09-29 06:56:26.143630"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\xB8\x82\xE5\x88\x80\xE5\x85\xB7\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\xB8\x82\xE5\x88\x80\xE5\x85\xB7\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.163973"], ["updated_at", "2022-09-29 06:56:26.163973"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.189356"], ["updated_at", "2022-09-29 06:56:26.189357"]] TRANSACTION (4.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.221256"], ["updated_at", "2022-09-29 06:56:26.221258"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE7\x97\xBF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE7\x97\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.247706"], ["updated_at", "2022-09-29 06:56:26.247707"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xEF\xBC\x8C\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xEF\xBC\x8C\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.268677"], ["updated_at", "2022-09-29 06:56:26.268678"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4b"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.297705"], ["updated_at", "2022-09-29 06:56:26.297706"]] TRANSACTION (4.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE5\x94\x87"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE5\x94\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.330699"], ["updated_at", "2022-09-29 06:56:26.330700"]] TRANSACTION (4.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE5\x9B\x8A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE5\x9B\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.363987"], ["updated_at", "2022-09-29 06:56:26.363988"]] TRANSACTION (4.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE5\xB1\x84"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE5\xB1\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.395885"], ["updated_at", "2022-09-29 06:56:26.395887"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE6\x88\xB7"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE6\x88\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.432800"], ["updated_at", "2022-09-29 06:56:26.432801"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE6\xA0\xB8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE6\xA0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.464962"], ["updated_at", "2022-09-29 06:56:26.464964"]] TRANSACTION (5.0ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.501077"], ["updated_at", "2022-09-29 06:56:26.501080"]] TRANSACTION (5.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.536660"], ["updated_at", "2022-09-29 06:56:26.536660"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.561145"], ["updated_at", "2022-09-29 06:56:26.561146"]] TRANSACTION (2.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE7\xBC\x94"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE7\xBC\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.585000"], ["updated_at", "2022-09-29 06:56:26.585001"]] TRANSACTION (3.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE8\x8C\x8E"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE8\x8C\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.613872"], ["updated_at", "2022-09-29 06:56:26.613873"]] TRANSACTION (4.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE8\x8C\x8E\xE5\x8A\xA9\xE5\x8B\x83"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE8\x8C\x8E\xE5\x8A\xA9\xE5\x8B\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.641612"], ["updated_at", "2022-09-29 06:56:26.641613"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE8\x8C\x8E\xE5\xA2\x9E\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE8\x8C\x8E\xE5\xA2\x9E\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.666118"], ["updated_at", "2022-09-29 06:56:26.666119"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE8\x8C\x8E\xE6\x8F\x92\xE5\xB0\x8F\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE8\x8C\x8E\xE6\x8F\x92\xE5\xB0\x8F\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.690526"], ["updated_at", "2022-09-29 06:56:26.690527"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE8\x92\x82"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE8\x92\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.726422"], ["updated_at", "2022-09-29 06:56:26.726423"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.751357"], ["updated_at", "2022-09-29 06:56:26.751357"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x81\x93\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x81\x93\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.779296"], ["updated_at", "2022-09-29 06:56:26.779297"]] TRANSACTION (2.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x81\x93\xE6\x80\xA7\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x81\x93\xE6\x80\xA7\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.812083"], ["updated_at", "2022-09-29 06:56:26.812085"]] TRANSACTION (4.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x81\x93\xE6\x80\xA7\xE4\xBA\xA4\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x81\x93\xE6\x80\xA7\xE4\xBA\xA4\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.845629"], ["updated_at", "2022-09-29 06:56:26.845630"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.869342"], ["updated_at", "2022-09-29 06:56:26.869342"]] TRANSACTION (5.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x83\xA8\xE7\x89\xB9\xE5\x86\x99"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x83\xA8\xE7\x89\xB9\xE5\x86\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.898001"], ["updated_at", "2022-09-29 06:56:26.898002"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.927736"], ["updated_at", "2022-09-29 06:56:26.927736"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x97\xB4\xE6\x9D\xA5\xE7\x94\xB5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x97\xB4\xE6\x9D\xA5\xE7\x94\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.954411"], ["updated_at", "2022-09-29 06:56:26.954412"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x98\x9C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x98\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:26.976617"], ["updated_at", "2022-09-29 06:56:26.976617"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE5\x85\xB0\xE5\xBE\x97\xE9\xBE\x99\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE5\x85\xB0\xE5\xBE\x97\xE9\xBE\x99\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.006853"], ["updated_at", "2022-09-29 06:56:27.006854"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.043794"], ["updated_at", "2022-09-29 06:56:27.043795"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE5\x85\xB5\xE5\x93\xA5\xE8\xA8\x80\xE8\xAF\xAD\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE5\x85\xB5\xE5\x93\xA5\xE8\xA8\x80\xE8\xAF\xAD\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.069677"], ["updated_at", "2022-09-29 06:56:27.069677"]] TRANSACTION (5.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE5\x87\xA1\xE6\x8F\x90\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE5\x87\xA1\xE6\x8F\x90\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.102706"], ["updated_at", "2022-09-29 06:56:27.102707"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE5\xAE\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE5\xAE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.134683"], ["updated_at", "2022-09-29 06:56:27.134684"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE6\x89\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE6\x89\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.157751"], ["updated_at", "2022-09-29 06:56:27.157751"]] TRANSACTION (4.1ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE6\x8B\x89\xE4\xBC\xAF"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE6\x8B\x89\xE4\xBC\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.188393"], ["updated_at", "2022-09-29 06:56:27.188394"]] TRANSACTION (6.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE6\x97\xBA\xE6\x99\x8B\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE6\x97\xBA\xE6\x99\x8B\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.221865"], ["updated_at", "2022-09-29 06:56:27.221866"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE6\x9B\xBC\xE5\x93\x88\xE5\x90\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE6\x9B\xBC\xE5\x93\x88\xE5\x90\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.251101"], ["updated_at", "2022-09-29 06:56:27.251101"]] TRANSACTION (4.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE6\xB3\xA2\xE7\xBD\x97\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE6\xB3\xA2\xE7\xBD\x97\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.281166"], ["updated_at", "2022-09-29 06:56:27.281167"]] TRANSACTION (6.1ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE8\x8A\x99\xE8\x93\x89"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE8\x8A\x99\xE8\x93\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.323299"], ["updated_at", "2022-09-29 06:56:27.323300"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE9\x87\x8C\xE5\xB8\x83\xE8\xBE\xBE\xE5\xB9\xB4\xE4\xBB\xA3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE9\x87\x8C\xE5\xB8\x83\xE8\xBE\xBE\xE5\xB9\xB4\xE4\xBB\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.356969"], ["updated_at", "2022-09-29 06:56:27.356970"]] TRANSACTION (5.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE9\x87\x8C\xE5\xB8\x83\xE8\xBE\xBE\xE5\xB9\xB4\xE4\xBB\xA3\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE9\x87\x8C\xE5\xB8\x83\xE8\xBE\xBE\xE5\xB9\xB4\xE4\xBB\xA3\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.389053"], ["updated_at", "2022-09-29 06:56:27.389054"]] TRANSACTION (5.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x84\xE9\x80\x81\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x84\xE9\x80\x81\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.425712"], ["updated_at", "2022-09-29 06:56:27.425713"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x86\xE5\x90\x8C\xE4\xBF\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x86\xE5\x90\x8C\xE4\xBF\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.455330"], ["updated_at", "2022-09-29 06:56:27.455331"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x86\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x86\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.481649"], ["updated_at", "2022-09-29 06:56:27.481650"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x86\xE5\xA7\x94\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x86\xE5\xA7\x94\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.516995"], ["updated_at", "2022-09-29 06:56:27.516996"]] TRANSACTION (5.1ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x86\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x86\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.552427"], ["updated_at", "2022-09-29 06:56:27.552428"]] TRANSACTION (4.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x86\xE8\x82\x86"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (12.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x86\xE8\x82\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.576257"], ["updated_at", "2022-09-29 06:56:27.576258"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88s\xE6\x89\x81"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (19.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88s\xE6\x89\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.614433"], ["updated_at", "2022-09-29 06:56:27.614434"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE4\xB8\x80\xE5\x92\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE4\xB8\x80\xE5\x92\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.668451"], ["updated_at", "2022-09-29 06:56:27.668451"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE4\xB8\x80\xE8\xB0\x98"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE4\xB8\x80\xE8\xB0\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.701965"], ["updated_at", "2022-09-29 06:56:27.701965"]] TRANSACTION (8.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE4\xBA\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE4\xBA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.744112"], ["updated_at", "2022-09-29 06:56:27.744114"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\x85\xA8\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\x85\xA8\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.775124"], ["updated_at", "2022-09-29 06:56:27.775125"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\x85\xB6\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\x85\xB6\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.810208"], ["updated_at", "2022-09-29 06:56:27.810209"]] TRANSACTION (5.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.854155"], ["updated_at", "2022-09-29 06:56:27.854156"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\x8D\x97\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\x8D\x97\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.878321"], ["updated_at", "2022-09-29 06:56:27.878321"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\x90\x8C\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\x90\x8C\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.910016"], ["updated_at", "2022-09-29 06:56:27.910017"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xAE\xA3\xE8\x89\xAF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xAE\xA3\xE8\x89\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.948868"], ["updated_at", "2022-09-29 06:56:27.948869"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xB0\x8F\xE5\x90\x8C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xB0\x8F\xE5\x90\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:27.971927"], ["updated_at", "2022-09-29 06:56:27.971927"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xB0\x8F\xE6\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xB0\x8F\xE6\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.001858"], ["updated_at", "2022-09-29 06:56:28.001859"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xB0\x91\xE5\x8B\x87"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xB0\x91\xE5\x8B\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.038990"], ["updated_at", "2022-09-29 06:56:28.038991"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xB8\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xB8\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.070927"], ["updated_at", "2022-09-29 06:56:28.070928"]] TRANSACTION (4.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xB8\x8C\xE5\x90\x8C"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xB8\x8C\xE5\x90\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.112567"], ["updated_at", "2022-09-29 06:56:28.112567"]] TRANSACTION (4.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xBC\x8F\xE7\xBA\xAF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xBC\x8F\xE7\xBA\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.145570"], ["updated_at", "2022-09-29 06:56:28.145571"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xBF\xA0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xBF\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.167283"], ["updated_at", "2022-09-29 06:56:28.167283"]] TRANSACTION (6.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE6\x80\xBB\xE7\xBB\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE6\x80\xBB\xE7\xBB\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.195798"], ["updated_at", "2022-09-29 06:56:28.195799"]] TRANSACTION (5.1ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE6\x85\x95\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE6\x85\x95\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.229861"], ["updated_at", "2022-09-29 06:56:28.229862"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE6\x95\x8F\xE5\xB0\x94"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE6\x95\x8F\xE5\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.259791"], ["updated_at", "2022-09-29 06:56:28.259793"]] TRANSACTION (3.6ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE6\x99\x93\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (7.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE6\x99\x93\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.290069"], ["updated_at", "2022-09-29 06:56:28.290070"]] TRANSACTION (6.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE6\xB0\xB4\xE6\x89\x81"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE6\xB0\xB4\xE6\x89\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.336172"], ["updated_at", "2022-09-29 06:56:28.336173"]] TRANSACTION (4.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE6\xB0\xB4\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE6\xB0\xB4\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.378709"], ["updated_at", "2022-09-29 06:56:28.378711"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE6\xB0\xB8\xE8\xB4\xB5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE6\xB0\xB8\xE8\xB4\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.413470"], ["updated_at", "2022-09-29 06:56:28.413471"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\x82\xB3\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\x82\xB3\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.450177"], ["updated_at", "2022-09-29 06:56:28.450178"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\x8B\xAC\xE7\xA7\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\x8B\xAC\xE7\xA7\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.471959"], ["updated_at", "2022-09-29 06:56:28.471959"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\x8B\xAC\xE7\xA7\x80\xE5\x85\xA8\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\x8B\xAC\xE7\xA7\x80\xE5\x85\xA8\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.502888"], ["updated_at", "2022-09-29 06:56:28.502889"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\x9B\xB8\xE8\xB4\xB5"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\x9B\xB8\xE8\xB4\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.533057"], ["updated_at", "2022-09-29 06:56:28.533058"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\xA0\xB4\xE7\xA9\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\xA0\xB4\xE7\xA9\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.564655"], ["updated_at", "2022-09-29 06:56:28.564655"]] TRANSACTION (3.2ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\xA5\x96\xE6\xB3\xBD"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\xA5\x96\xE6\xB3\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.592277"], ["updated_at", "2022-09-29 06:56:28.592278"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\xA5\x96\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\xA5\x96\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.620138"], ["updated_at", "2022-09-29 06:56:28.620139"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\xAB\xBA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\xAB\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.655117"], ["updated_at", "2022-09-29 06:56:28.655118"]] TRANSACTION (6.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\xBB\x8D\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\xBB\x8D\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.686311"], ["updated_at", "2022-09-29 06:56:28.686313"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\xBB\xB4\xE5\xB8\xAD\xE5\xAE\x89\xE5\xBE\xBD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\xBB\xB4\xE5\xB8\xAD\xE5\xAE\x89\xE5\xBE\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.718642"], ["updated_at", "2022-09-29 06:56:28.718643"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE8\x89\xAF\xE5\xAE\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE8\x89\xAF\xE5\xAE\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.751235"], ["updated_at", "2022-09-29 06:56:28.751236"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE8\x89\xAF\xE5\xAE\x87\xE7\xBD\xA2\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE8\x89\xAF\xE5\xAE\x87\xE7\xBD\xA2\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.773895"], ["updated_at", "2022-09-29 06:56:28.773896"]] TRANSACTION (6.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE8\x92\x99"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE8\x92\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.805502"], ["updated_at", "2022-09-29 06:56:28.805503"]] TRANSACTION (5.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE9\x94\xA1\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE9\x94\xA1\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.835634"], ["updated_at", "2022-09-29 06:56:28.835635"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE9\x9A\x8F\xE4\xBE\xBF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE9\x9A\x8F\xE4\xBE\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.862936"], ["updated_at", "2022-09-29 06:56:28.862936"]] TRANSACTION (2.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x8C\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x8C\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.887798"], ["updated_at", "2022-09-29 06:56:28.887799"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x8C\xE4\xB8\x8A\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x8C\xE4\xB8\x8A\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.915308"], ["updated_at", "2022-09-29 06:56:28.915309"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x90\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x90\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.949851"], ["updated_at", "2022-09-29 06:56:28.949852"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x90\xE5\x88\xB6\xE7\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x90\xE5\x88\xB6\xE7\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:28.980522"], ["updated_at", "2022-09-29 06:56:28.980523"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x90\xE5\x88\xB6\xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x90\xE5\x88\xB6\xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.009870"], ["updated_at", "2022-09-29 06:56:29.009871"]] TRANSACTION (4.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x90\xE9\x87\x8F"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x90\xE9\x87\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.040528"], ["updated_at", "2022-09-29 06:56:29.040529"]] TRANSACTION (4.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xAA\xE5\x94\xB1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xAA\xE5\x94\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.072431"], ["updated_at", "2022-09-29 06:56:29.072432"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xAA\xE8\x80\x83\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xAA\xE8\x80\x83\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.108473"], ["updated_at", "2022-09-29 06:56:29.108474"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xAA\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xAA\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.142813"], ["updated_at", "2022-09-29 06:56:29.142814"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB0\xE5\x94\x87"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB0\xE5\x94\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.167412"], ["updated_at", "2022-09-29 06:56:29.167413"]] TRANSACTION (7.6ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB0\xE6\x88\xB6"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB0\xE6\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.203304"], ["updated_at", "2022-09-29 06:56:29.203305"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB0\xE7\xA9\xB4\xE6\x96\xB0\xE7\x8E\xA9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB0\xE7\xA9\xB4\xE6\x96\xB0\xE7\x8E\xA9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.235519"], ["updated_at", "2022-09-29 06:56:29.235519"]] TRANSACTION (2.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB0\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB0\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.256976"], ["updated_at", "2022-09-29 06:56:29.256977"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB6bao"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB6bao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.281130"], ["updated_at", "2022-09-29 06:56:29.281131"]] TRANSACTION (5.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB6\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB6\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.317945"], ["updated_at", "2022-09-29 06:56:29.317946"]] TRANSACTION (3.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB6\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB6\xE5\xAF\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.351604"], ["updated_at", "2022-09-29 06:56:29.351605"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB7\xE5\xAE\xB3\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB7\xE5\xAE\xB3\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.372744"], ["updated_at", "2022-09-29 06:56:29.372744"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB7\xE5\xAE\xB3\xE7\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB7\xE5\xAE\xB3\xE7\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.405735"], ["updated_at", "2022-09-29 06:56:29.405736"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x86\xE6\x89\x8B\xE6\x8C\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x86\xE6\x89\x8B\xE6\x8C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.437761"], ["updated_at", "2022-09-29 06:56:29.437762"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE5\xBD\xA2,\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE5\xBD\xA2,\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.459501"], ["updated_at", "2022-09-29 06:56:29.459502"]] TRANSACTION (2.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE5\xBD\xA2,\xE8\x80\xB3\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE5\xBD\xA2,\xE8\x80\xB3\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.486312"], ["updated_at", "2022-09-29 06:56:29.486313"]] TRANSACTION (6.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE5\x96\xB7\xE5\x89\x82"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE5\x96\xB7\xE5\x89\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.549933"], ["updated_at", "2022-09-29 06:56:29.549970"]] TRANSACTION (6.8ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.592313"], ["updated_at", "2022-09-29 06:56:29.592314"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE8\x80\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE8\x80\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.628851"], ["updated_at", "2022-09-29 06:56:29.628852"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE8\x80\xB3\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE8\x80\xB3\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.655598"], ["updated_at", "2022-09-29 06:56:29.655599"]] TRANSACTION (5.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE7\x9E\x92\xE5\x9C\xB0\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE7\x9E\x92\xE5\x9C\xB0\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.689608"], ["updated_at", "2022-09-29 06:56:29.689609"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE7\xA7\x81"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE7\xA7\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.721571"], ["updated_at", "2022-09-29 06:56:29.721572"]] TRANSACTION (2.4ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE7\xA7\x98\xE4\xB9\x8B\xE5\xA4\x84"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE7\xA7\x98\xE4\xB9\x8B\xE5\xA4\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.740813"], ["updated_at", "2022-09-29 06:56:29.740814"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE8\x94\xBD\xE5\xBC\x8F\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE8\x94\xBD\xE5\xBC\x8F\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.764700"], ["updated_at", "2022-09-29 06:56:29.764701"]] TRANSACTION (3.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x84\xE4\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x84\xE4\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.801513"], ["updated_at", "2022-09-29 06:56:29.801514"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x84\xE7\x83\xAF\xE4\xBA\x8C\xE9\x86\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x84\xE7\x83\xAF\xE4\xBA\x8C\xE9\x86\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.830528"], ["updated_at", "2022-09-29 06:56:29.830529"]] TRANSACTION (5.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE4\xB8\xAD\xE8\x90\xA5"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE4\xB8\xAD\xE8\x90\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.861601"], ["updated_at", "2022-09-29 06:56:29.861601"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (16.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.891413"], ["updated_at", "2022-09-29 06:56:29.891414"]] TRANSACTION (4.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE6\x89\x93\xE7\xA0\xB8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE6\x89\x93\xE7\xA0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.943206"], ["updated_at", "2022-09-29 06:56:29.943207"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE6\x8A\x97\xE8\xAE\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE6\x8A\x97\xE8\xAE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.967984"], ["updated_at", "2022-09-29 06:56:29.967985"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:29.999850"], ["updated_at", "2022-09-29 06:56:29.999851"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE8\x85\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE8\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.029965"], ["updated_at", "2022-09-29 06:56:30.029966"]] TRANSACTION (5.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE8\x87\xAA\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE8\x87\xAA\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.059023"], ["updated_at", "2022-09-29 06:56:30.059024"]] TRANSACTION (4.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE5\x90\x88"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE5\x90\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.090840"], ["updated_at", "2022-09-29 06:56:30.090841"]] TRANSACTION (4.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x8D\xE6\x88\x98\xE8\x83\x9C"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x8D\xE6\x88\x98\xE8\x83\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.124491"], ["updated_at", "2022-09-29 06:56:30.124492"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x99\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x99\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.154559"], ["updated_at", "2022-09-29 06:56:30.154560"]] TRANSACTION (5.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x99\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x99\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.189262"], ["updated_at", "2022-09-29 06:56:30.189263"]] TRANSACTION (6.4ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xAA\xE5\xB1\xB1\xE7\x8B\xAE\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xAA\xE5\xB1\xB1\xE7\x8B\xAE\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.227175"], ["updated_at", "2022-09-29 06:56:30.227177"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xAA\xE5\xB1\xB1\xE7\x8B\xAE\xE5\xAD\x90\xE6\x97\x97"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xAA\xE5\xB1\xB1\xE7\x8B\xAE\xE5\xAD\x90\xE6\x97\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.255974"], ["updated_at", "2022-09-29 06:56:30.255975"]] TRANSACTION (4.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xAA\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xAA\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.287552"], ["updated_at", "2022-09-29 06:56:30.287553"]] TRANSACTION (5.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xAA\xE8\x82\x8C\xE5\xA4\x9C\xE5\x8F\x89"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xAA\xE8\x82\x8C\xE5\xA4\x9C\xE5\x8F\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.323598"], ["updated_at", "2022-09-29 06:56:30.323599"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xAA\xE8\x85\xBF\xE7\x8E\x89\xE8\x83\xAF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xAA\xE8\x85\xBF\xE7\x8E\x89\xE8\x83\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.355492"], ["updated_at", "2022-09-29 06:56:30.355493"]] TRANSACTION (5.6ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xB6\xE4\xB8\x80\xE4\xBA\x8C\xE4\xB8\x89\xE5\x9B\x9B\xE4\xBA\x94\xE5\x85\xAD\xE4\xB8\x83\xE5\x85\xAB\xE4\xB9\x9D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xB6\xE4\xB8\x80\xE4\xBA\x8C\xE4\xB8\x89\xE5\x9B\x9B\xE4\xBA\x94\xE5\x85\xAD\xE4\xB8\x83\xE5\x85\xAB\xE4\xB9\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.392726"], ["updated_at", "2022-09-29 06:56:30.392727"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xB6\xE5\x85\xAB\xE5\xA5\xA5\xE8\xBF\x90\xE8\x89\xB0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xB6\xE5\x85\xAB\xE5\xA5\xA5\xE8\xBF\x90\xE8\x89\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.428962"], ["updated_at", "2022-09-29 06:56:30.428964"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xB6\xE5\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xB6\xE5\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.458848"], ["updated_at", "2022-09-29 06:56:30.458849"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xB6\xE8\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xB6\xE8\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.486851"], ["updated_at", "2022-09-29 06:56:30.486851"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xB7\xE4\xBA\xBA\xE5\xA5\xB3\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xB7\xE4\xBA\xBA\xE5\xA5\xB3\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.518862"], ["updated_at", "2022-09-29 06:56:30.518863"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xB7\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xB7\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.546005"], ["updated_at", "2022-09-29 06:56:30.546006"]] TRANSACTION (2.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xB7\xE9\x94\x8B"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xB7\xE9\x94\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.574722"], ["updated_at", "2022-09-29 06:56:30.574723"]] TRANSACTION (5.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xBE\xE5\x9E\x8B\xE8\xBF\xB7"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xBE\xE5\x9E\x8B\xE8\xBF\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.615498"], ["updated_at", "2022-09-29 06:56:30.615499"]] TRANSACTION (5.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\x87\xE5\x85\xB6\xE5\x9B\xBD\xE5\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\x87\xE5\x85\xB6\xE5\x9B\xBD\xE5\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.653947"], ["updated_at", "2022-09-29 06:56:30.653947"]] TRANSACTION (5.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\x87\xE6\x83\x8A\xE4\xB8\x80\xE4\xB8\xAA\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\x87\xE6\x83\x8A\xE4\xB8\x80\xE4\xB8\xAA\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.686939"], ["updated_at", "2022-09-29 06:56:30.686940"]] TRANSACTION (4.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB0\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB0\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.725364"], ["updated_at", "2022-09-29 06:56:30.725365"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.765254"], ["updated_at", "2022-09-29 06:56:30.765255"]] TRANSACTION (5.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.793496"], ["updated_at", "2022-09-29 06:56:30.793496"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.824674"], ["updated_at", "2022-09-29 06:56:30.824674"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.848219"], ["updated_at", "2022-09-29 06:56:30.848219"]] TRANSACTION (3.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.872771"], ["updated_at", "2022-09-29 06:56:30.872772"]] TRANSACTION (5.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.911724"], ["updated_at", "2022-09-29 06:56:30.911725"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.945230"], ["updated_at", "2022-09-29 06:56:30.945231"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:30.973326"], ["updated_at", "2022-09-29 06:56:30.973327"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.003213"], ["updated_at", "2022-09-29 06:56:31.003214"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE8\x82\xA1\xE6\xB2\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE8\x82\xA1\xE6\xB2\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.035792"], ["updated_at", "2022-09-29 06:56:31.035793"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.059657"], ["updated_at", "2022-09-29 06:56:31.059658"]] TRANSACTION (5.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE8\x87\x80"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE8\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.088688"], ["updated_at", "2022-09-29 06:56:31.088689"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.127157"], ["updated_at", "2022-09-29 06:56:31.127157"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE9\x98\xB4\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE9\x98\xB4\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.152877"], ["updated_at", "2022-09-29 06:56:31.152878"]] TRANSACTION (4.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB8\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB8\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.183969"], ["updated_at", "2022-09-29 06:56:31.183970"]] TRANSACTION (5.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB8\xE8\xAF\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB8\xE8\xAF\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.229492"], ["updated_at", "2022-09-29 06:56:31.229493"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB8\xE9\xA4\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB8\xE9\xA4\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.255912"], ["updated_at", "2022-09-29 06:56:31.255913"]] TRANSACTION (5.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x92\xE5\xA4\xA9\xE7\x99\xBD\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x92\xE5\xA4\xA9\xE7\x99\xBD\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.284635"], ["updated_at", "2022-09-29 06:56:31.284636"]] TRANSACTION (5.4ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x92\xE5\xA4\xA9\xE7\x99\xBD\xE6\x97\xA5\xE6\x97\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x92\xE5\xA4\xA9\xE7\x99\xBD\xE6\x97\xA5\xE6\x97\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.326077"], ["updated_at", "2022-09-29 06:56:31.326079"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x92\xE6\x98\xA5\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x92\xE6\x98\xA5\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.352587"], ["updated_at", "2022-09-29 06:56:31.352588"]] TRANSACTION (5.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x92\xE6\x98\xA5\xE9\x9D\x93\xE4\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x92\xE6\x98\xA5\xE9\x9D\x93\xE4\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.386578"], ["updated_at", "2022-09-29 06:56:31.386579"]] TRANSACTION (5.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x92\xE6\xA5\xBC"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x92\xE6\xA5\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.419928"], ["updated_at", "2022-09-29 06:56:31.419929"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x92\xE6\xB5\xB7\xE6\x97\xA0\xE4\xB8\x8A\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x92\xE6\xB5\xB7\xE6\x97\xA0\xE4\xB8\x8A\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.446876"], ["updated_at", "2022-09-29 06:56:31.446876"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x93M"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x93M"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.475190"], ["updated_at", "2022-09-29 06:56:31.475191"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x93\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x93\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.506137"], ["updated_at", "2022-09-29 06:56:31.506138"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x93\xE5\xA6\xB9\xE4\xBB\xAC\xE9\x99\xAA\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x93\xE5\xA6\xB9\xE4\xBB\xAC\xE9\x99\xAA\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.546492"], ["updated_at", "2022-09-29 06:56:31.546493"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x96\xE5\x9B\xBD\xE7\xA5\x9E\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x96\xE5\x9B\xBD\xE7\xA5\x9E\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.571919"], ["updated_at", "2022-09-29 06:56:31.571920"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x99zuo"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x99zuo"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.604559"], ["updated_at", "2022-09-29 06:56:31.604560"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x99\xE5\x9D\x90"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x99\xE5\x9D\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.636006"], ["updated_at", "2022-09-29 06:56:31.636007"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x9E \xE8\xAF\x9A \xE5\x8B\xBF \xE6\x89\xB0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x9E \xE8\xAF\x9A \xE5\x8B\xBF \xE6\x89\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.659563"], ["updated_at", "2022-09-29 06:56:31.659563"]] TRANSACTION (5.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x9E\xE5\xB8\xB8\xE8\xAF\xB1\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x9E\xE5\xB8\xB8\xE8\xAF\xB1\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.689400"], ["updated_at", "2022-09-29 06:56:31.689401"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\xA0\xE4\xBD\xA0\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\xA0\xE4\xBD\xA0\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.719494"], ["updated_at", "2022-09-29 06:56:31.719495"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\xA9\xE5\x91\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\xA9\xE5\x91\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.748334"], ["updated_at", "2022-09-29 06:56:31.748334"]] TRANSACTION (4.2ms) COMMIT User Load (12.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9E\x91\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9E\x91\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.785184"], ["updated_at", "2022-09-29 06:56:31.785185"]] TRANSACTION (5.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9E\xAD\xE6\xBB\xA1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9E\xAD\xE6\xBB\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.821828"], ["updated_at", "2022-09-29 06:56:31.821829"]] TRANSACTION (3.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA6\xE5\x9B\xBD\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA6\xE5\x9B\xBD\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.852080"], ["updated_at", "2022-09-29 06:56:31.852081"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA6\xE6\xB3\xBD\xE8\x8A\xB3 \xE6\xB5\xB7\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA6\xE6\xB3\xBD\xE8\x8A\xB3 \xE6\xB5\xB7\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.888866"], ["updated_at", "2022-09-29 06:56:31.888867"]] TRANSACTION (4.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA9\xE4\xB8\x9C\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA9\xE4\xB8\x9C\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.920158"], ["updated_at", "2022-09-29 06:56:31.920159"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA9\xE5\x9B\xBD\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA9\xE5\x9B\xBD\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.950246"], ["updated_at", "2022-09-29 06:56:31.950247"]] TRANSACTION (3.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA9\xE6\xA1\x82\xE8\x8A\x9D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA9\xE6\xA1\x82\xE8\x8A\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:31.977702"], ["updated_at", "2022-09-29 06:56:31.977703"]] TRANSACTION (4.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA9\xE6\xAD\xA3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA9\xE6\xAD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.005755"], ["updated_at", "2022-09-29 06:56:32.005756"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA9\xE6\xAD\xA3\xE4\xB9\xA0\xE8\xBF\x91\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA9\xE6\xAD\xA3\xE4\xB9\xA0\xE8\xBF\x91\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.040131"], ["updated_at", "2022-09-29 06:56:32.040132"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA9\xE7\xA6\x8F\xE6\x89\x8D \xE9\x9D\x92\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA9\xE7\xA6\x8F\xE6\x89\x8D \xE9\x9D\x92\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.067587"], ["updated_at", "2022-09-29 06:56:32.067587"]] TRANSACTION (3.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA9\xE8\x81\x94\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA9\xE8\x81\x94\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.097787"], ["updated_at", "2022-09-29 06:56:32.097788"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xB5\xE5\xBE\x90\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xB5\xE5\xBE\x90\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.129628"], ["updated_at", "2022-09-29 06:56:32.129629"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xB6\xE5\x85\xB3\xE6\x96\x97"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xB6\xE5\x85\xB3\xE6\x96\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.152582"], ["updated_at", "2022-09-29 06:56:32.152583"]] TRANSACTION (4.4ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xB6\xE5\x85\xB3\xE6\x97\xAD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xB6\xE5\x85\xB3\xE6\x97\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.182748"], ["updated_at", "2022-09-29 06:56:32.182749"]] TRANSACTION (3.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xB6\xE5\x85\xB3\xE7\x8E\xA9"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xB6\xE5\x85\xB3\xE7\x8E\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.213342"], ["updated_at", "2022-09-29 06:56:32.213343"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB6\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB6\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.243956"], ["updated_at", "2022-09-29 06:56:32.243957"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB6\xE5\xB8\x96\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB6\xE5\xB8\x96\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.266663"], ["updated_at", "2022-09-29 06:56:32.266663"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB6\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB6\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.296280"], ["updated_at", "2022-09-29 06:56:32.296281"]] TRANSACTION (4.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB6\xE7\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB6\xE7\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.331399"], ["updated_at", "2022-09-29 06:56:32.331400"]] TRANSACTION (3.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB6\xE8\x8A\xB1\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB6\xE8\x8A\xB1\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.358793"], ["updated_at", "2022-09-29 06:56:32.358794"]] TRANSACTION (4.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB6\xE8\xB4\xB4\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB6\xE8\xB4\xB4\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.393020"], ["updated_at", "2022-09-29 06:56:32.393022"]] TRANSACTION (5.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB9\xE5\xB0\x8F\xE5\x90\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB9\xE5\xB0\x8F\xE5\x90\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.434579"], ["updated_at", "2022-09-29 06:56:32.434580"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB9\xE6\x80\x80\xE8\xAF\x9A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB9\xE6\x80\x80\xE8\xAF\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.461844"], ["updated_at", "2022-09-29 06:56:32.461845"]] TRANSACTION (5.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\x84\xE5\x91\x8A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\x84\xE5\x91\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.496870"], ["updated_at", "2022-09-29 06:56:32.496871"]] TRANSACTION (6.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\x84\xE6\xB5\x8B\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\x84\xE6\xB5\x8B\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.534720"], ["updated_at", "2022-09-29 06:56:32.534721"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\x86\xE5\x9C\x9F\xE6\x8B\xBF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\x86\xE5\x9C\x9F\xE6\x8B\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.557506"], ["updated_at", "2022-09-29 06:56:32.557507"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\x86\xE5\xAF\xBC\xE5\xBF\xBD\xE6\x82\xA0\xE7\x99\xBE\xE5\xA7\x93\xE5\x8F\xAB\xE5\x8F\xB7\xE5\x8F\xAC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\x86\xE5\xAF\xBC\xE5\xBF\xBD\xE6\x82\xA0\xE7\x99\xBE\xE5\xA7\x93\xE5\x8F\xAB\xE5\x8F\xB7\xE5\x8F\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.586847"], ["updated_at", "2022-09-29 06:56:32.586851"]] TRANSACTION (5.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\x9C\xE5\x9D\x87"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\x9C\xE5\x9D\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.621062"], ["updated_at", "2022-09-29 06:56:32.621063"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\x9C\xE5\xB0\x84"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\x9C\xE5\xB0\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.653144"], ["updated_at", "2022-09-29 06:56:32.653144"]] TRANSACTION (4.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\x9C\xE8\x89\xB2\xE9\x9D\xA9\xE5\x91\xBD"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\x9C\xE8\x89\xB2\xE9\x9D\xA9\xE5\x91\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.682224"], ["updated_at", "2022-09-29 06:56:32.682226"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.708416"], ["updated_at", "2022-09-29 06:56:32.708416"]] TRANSACTION (7.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.748343"], ["updated_at", "2022-09-29 06:56:32.748344"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.770256"], ["updated_at", "2022-09-29 06:56:32.770257"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.808585"], ["updated_at", "2022-09-29 06:56:32.808586"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.840030"], ["updated_at", "2022-09-29 06:56:32.840030"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.862500"], ["updated_at", "2022-09-29 06:56:32.862501"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA0\xE8\xA6\x86\xE5\x9B\xBD\xE5\xAE\xB6\xE6\x94\xBF\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA0\xE8\xA6\x86\xE5\x9B\xBD\xE5\xAE\xB6\xE6\x94\xBF\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.891995"], ["updated_at", "2022-09-29 06:56:32.891996"]] TRANSACTION (2.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA8\xE9\xA8\xB7"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA8\xE9\xA8\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.916039"], ["updated_at", "2022-09-29 06:56:32.916040"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE5\xB0\x98"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE5\xB0\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.949727"], ["updated_at", "2022-09-29 06:56:32.949728"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE5\xB0\x98\xE5\x8A\xAB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE5\xB0\x98\xE5\x8A\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:32.971700"], ["updated_at", "2022-09-29 06:56:32.971701"]] TRANSACTION (6.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.004121"], ["updated_at", "2022-09-29 06:56:33.004122"]] TRANSACTION (2.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE6\x83\x85\xE4\xB8\x87\xE7\xA7\x8D\xE7\x9A\x84\xE7\xBE\x8E\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE6\x83\x85\xE4\xB8\x87\xE7\xA7\x8D\xE7\x9A\x84\xE7\xBE\x8E\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.032978"], ["updated_at", "2022-09-29 06:56:33.032979"]] TRANSACTION (4.4ms) COMMIT User Load (11.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE6\x83\x85\xE4\xB8\x87\xE7\xA7\x8D\xE9\x87\x8E\xE7\x8E\xAB\xE7\x91\xB0"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE6\x83\x85\xE4\xB8\x87\xE7\xA7\x8D\xE9\x87\x8E\xE7\x8E\xAB\xE7\x91\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.071471"], ["updated_at", "2022-09-29 06:56:33.071472"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE6\x9C\x88\xE5\xA4\xA7\xE9\x99\x86"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE6\x9C\x88\xE5\xA4\xA7\xE9\x99\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.109432"], ["updated_at", "2022-09-29 06:56:33.109432"]] TRANSACTION (4.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE6\x9C\x88\xE5\xAE\x9D\xE9\x89\xB4\xE4\xB9\x8B\xE5\x86\xA5\xE5\xBA\x9C\xE6\x98\xA5\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE6\x9C\x88\xE5\xAE\x9D\xE9\x89\xB4\xE4\xB9\x8B\xE5\x86\xA5\xE5\xBA\x9C\xE6\x98\xA5\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.144191"], ["updated_at", "2022-09-29 06:56:33.144191"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE6\xB5\x81\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE6\xB5\x81\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.165567"], ["updated_at", "2022-09-29 06:56:33.165567"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.196681"], ["updated_at", "2022-09-29 06:56:33.196681"]] TRANSACTION (5.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE8\x89\xB3\xE9\x98\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE8\x89\xB3\xE9\x98\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.223178"], ["updated_at", "2022-09-29 06:56:33.223179"]] TRANSACTION (3.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE8\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE8\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.253658"], ["updated_at", "2022-09-29 06:56:33.253659"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE9\x9B\xA8\xE7\xA5\x9E\xE5\xB7\x9E"], ["LIMIT", 1]] TRANSACTION (14.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE9\x9B\xA8\xE7\xA5\x9E\xE5\xB7\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.280896"], ["updated_at", "2022-09-29 06:56:33.280897"]] TRANSACTION (5.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE9\x9B\xA8\xE7\xA5\x9E\xE5\xB7\x9E\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (46.6ms) BEGIN User Load (10.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE9\x9B\xA8\xE7\xA5\x9E\xE5\xB7\x9E\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.329163"], ["updated_at", "2022-09-29 06:56:33.329164"]] TRANSACTION (11.9ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.460740"], ["updated_at", "2022-09-29 06:56:33.460741"]] TRANSACTION (13.7ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE9\xAA\x9A\xE4\xB9\xB3\xE6\x88\xBF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE9\xAA\x9A\xE4\xB9\xB3\xE6\x88\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.515950"], ["updated_at", "2022-09-29 06:56:33.515951"]] TRANSACTION (7.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE9\xAA\x9A\xE4\xBE\x8D\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE9\xAA\x9A\xE4\xBE\x8D\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.552922"], ["updated_at", "2022-09-29 06:56:33.552926"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE9\xAA\x9A\xE5\xB0\x8F\xE9\x98\xBF\xE5\xA7\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE9\xAA\x9A\xE5\xB0\x8F\xE9\x98\xBF\xE5\xA7\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.583619"], ["updated_at", "2022-09-29 06:56:33.583620"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x9E\xE5\x87\xA4\xE6\x98\xA5\xE5\xAE\xB5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x9E\xE5\x87\xA4\xE6\x98\xA5\xE5\xAE\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.620167"], ["updated_at", "2022-09-29 06:56:33.620168"]] TRANSACTION (5.6ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x9E\xE5\x8D\xA2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x9E\xE5\x8D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.661946"], ["updated_at", "2022-09-29 06:56:33.661947"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x9E\xE6\x89\xAC\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x9E\xE6\x89\xAC\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.691556"], ["updated_at", "2022-09-29 06:56:33.691557"]] TRANSACTION (3.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x9F\xE5\xA0\x82\xE6\xB6\xA8\xE4\xBB\xB7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x9F\xE5\xA0\x82\xE6\xB6\xA8\xE4\xBB\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.719373"], ["updated_at", "2022-09-29 06:56:33.719373"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x9F\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x9F\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.745271"], ["updated_at", "2022-09-29 06:56:33.745273"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA5\xAD\xE5\xB2\x9B\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA5\xAD\xE5\xB2\x9B\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.773872"], ["updated_at", "2022-09-29 06:56:33.773873"]] TRANSACTION (3.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA5\xAD\xE8\x8F\x9C\xE6\xB6\xA8\xE4\xBB\xB7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA5\xAD\xE8\x8F\x9C\xE6\xB6\xA8\xE4\xBB\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.797297"], ["updated_at", "2022-09-29 06:56:33.797298"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA5\xB1\xE6\xBB\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA5\xB1\xE6\xBB\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.831028"], ["updated_at", "2022-09-29 06:56:33.831030"]] TRANSACTION (5.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA5\xB2\xE5\x85\xBB\xE5\x9F\xBA\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA5\xB2\xE5\x85\xBB\xE5\x9F\xBA\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.872867"], ["updated_at", "2022-09-29 06:56:33.872868"]] TRANSACTION (8.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x96\xE5\x85\x88\xE4\xBD\xBF\xE7\x94\xA8\xE6\xA0\xB8\xE6\xAD\xA6\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x96\xE5\x85\x88\xE4\xBD\xBF\xE7\x94\xA8\xE6\xA0\xB8\xE6\xAD\xA6\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.909418"], ["updated_at", "2022-09-29 06:56:33.909419"]] TRANSACTION (3.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x96\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x96\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.940047"], ["updated_at", "2022-09-29 06:56:33.940048"]] TRANSACTION (4.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x96\xE9\x95\xBF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x96\xE9\x95\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:33.980705"], ["updated_at", "2022-09-29 06:56:33.980708"]] TRANSACTION (12.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.021943"], ["updated_at", "2022-09-29 06:56:34.021944"]] TRANSACTION (7.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAFGH\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAFGH\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.054679"], ["updated_at", "2022-09-29 06:56:34.054679"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE4\xB8\x80\xE7\xB1\xBB"], ["LIMIT", 1]] TRANSACTION (16.2ms) BEGIN User Load (10.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE4\xB8\x80\xE7\xB1\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.087083"], ["updated_at", "2022-09-29 06:56:34.087084"]] TRANSACTION (5.0ms) COMMIT User Load (44.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE4\xBC\xA6\xE7\x90\x86\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (8.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE4\xBC\xA6\xE7\x90\x86\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.182537"], ["updated_at", "2022-09-29 06:56:34.182538"]] TRANSACTION (7.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.230180"], ["updated_at", "2022-09-29 06:56:34.230181"]] TRANSACTION (6.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE6\x80\xBB\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE6\x80\xBB\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.266493"], ["updated_at", "2022-09-29 06:56:34.266494"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.288937"], ["updated_at", "2022-09-29 06:56:34.288938"]] TRANSACTION (6.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE8\xB5\x9B\xE9\xA9\xAC\xE4\xBC\x9A\xE5\x85\xAD\xE5\x90\x88\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE8\xB5\x9B\xE9\xA9\xAC\xE4\xBC\x9A\xE5\x85\xAD\xE5\x90\x88\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.322219"], ["updated_at", "2022-09-29 06:56:34.322220"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE8\xB5\x9B\xE9\xA9\xAC\xE4\xBC\x9A\xE5\xA4\xA7\xE5\x9E\x8B\xE5\x85\xAD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE8\xB5\x9B\xE9\xA9\xAC\xE4\xBC\x9A\xE5\xA4\xA7\xE5\x9E\x8B\xE5\x85\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.352252"], ["updated_at", "2022-09-29 06:56:34.352253"]] TRANSACTION (4.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE9\xA9\xAC\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE9\xA9\xAC\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.386584"], ["updated_at", "2022-09-29 06:56:34.386585"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE7\xBA\xB1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE7\xBA\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.423976"], ["updated_at", "2022-09-29 06:56:34.423977"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE8\x89\xB3"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE8\x89\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.451550"], ["updated_at", "2022-09-29 06:56:34.451551"]] TRANSACTION (4.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE9\x86\x87\xE8\xAF\xB1\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE9\x86\x87\xE8\xAF\xB1\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.488610"], ["updated_at", "2022-09-29 06:56:34.488611"]] TRANSACTION (5.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\xAC\xE5\x8B\x92"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\xAC\xE5\x8B\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.523366"], ["updated_at", "2022-09-29 06:56:34.523367"]] TRANSACTION (4.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE4\xB8\x89\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE4\xB8\x89\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.552148"], ["updated_at", "2022-09-29 06:56:34.552149"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE5\x8A\xA0\xE7\x88\xB5"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE5\x8A\xA0\xE7\x88\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.583664"], ["updated_at", "2022-09-29 06:56:34.583665"]] TRANSACTION (4.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE5\x8B\x92"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE5\x8B\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.620153"], ["updated_at", "2022-09-29 06:56:34.620154"]] TRANSACTION (7.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE5\x9B\xBD\xE8\xB6\x85"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE5\x9B\xBD\xE8\xB6\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.660983"], ["updated_at", "2022-09-29 06:56:34.660985"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE5\xA4\xA7\xE7\xBB\xB4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE5\xA4\xA7\xE7\xBB\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.705555"], ["updated_at", "2022-09-29 06:56:34.705556"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE6\x97\xB6\xE6\x95\x8F"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE6\x97\xB6\xE6\x95\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.737154"], ["updated_at", "2022-09-29 06:56:34.737155"]] TRANSACTION (5.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE7\x83\x88\xE5\xAD\x99\xE5\xAE\x81\xE5\xA4\x8F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE7\x83\x88\xE5\xAD\x99\xE5\xAE\x81\xE5\xA4\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.772416"], ["updated_at", "2022-09-29 06:56:34.772417"]] TRANSACTION (3.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE7\x8E\x89\xE7\xA5\xA5"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE7\x8E\x89\xE7\xA5\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.802353"], ["updated_at", "2022-09-29 06:56:34.802354"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE8\x89\xAF\xE9\xAA\x8F"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE8\x89\xAF\xE9\xAA\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.835744"], ["updated_at", "2022-09-29 06:56:34.835745"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE8\x8B\xB1\xE4\xB9\x9D"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE8\x8B\xB1\xE4\xB9\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.874728"], ["updated_at", "2022-09-29 06:56:34.874730"]] TRANSACTION (5.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE8\x9A\xA4"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE8\x9A\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.915958"], ["updated_at", "2022-09-29 06:56:34.915959"]] TRANSACTION (7.1ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE9\xA3\x9A"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE9\xA3\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.956693"], ["updated_at", "2022-09-29 06:56:34.956694"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xBB\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xBB\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:34.989126"], ["updated_at", "2022-09-29 06:56:34.989127"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xBC\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xBC\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.028796"], ["updated_at", "2022-09-29 06:56:35.028797"]] TRANSACTION (7.4ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x82\xE5\x9B\x9B\xE5\xB7\x9D"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x82\xE5\x9B\x9B\xE5\xB7\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.067429"], ["updated_at", "2022-09-29 06:56:35.067430"]] TRANSACTION (6.3ms) COMMIT User Load (15.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x86\xE5\x86\xB0\xE6\xB7\xAB\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x86\xE5\x86\xB0\xE6\xB7\xAB\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.118816"], ["updated_at", "2022-09-29 06:56:35.118817"]] TRANSACTION (6.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x91\xE5\x8D\x95\xE8\xBD\xA6\xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x91\xE5\x8D\x95\xE8\xBD\xA6\xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.155931"], ["updated_at", "2022-09-29 06:56:35.155933"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x97\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x97\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.190238"], ["updated_at", "2022-09-29 06:56:35.190238"]] TRANSACTION (6.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x97\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x97\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.225476"], ["updated_at", "2022-09-29 06:56:35.225477"]] TRANSACTION (6.2ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x97\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x97\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.257036"], ["updated_at", "2022-09-29 06:56:35.257037"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.291657"], ["updated_at", "2022-09-29 06:56:35.291658"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\x98\xB4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.333884"], ["updated_at", "2022-09-29 06:56:35.333884"]] TRANSACTION (8.2ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.375572"], ["updated_at", "2022-09-29 06:56:35.375573"]] TRANSACTION (7.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\xA5\xB3\xE5\x8F\xAB\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (27.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\xA5\xB3\xE5\x8F\xAB\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.427087"], ["updated_at", "2022-09-29 06:56:35.427089"]] TRANSACTION (5.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.489793"], ["updated_at", "2022-09-29 06:56:35.489794"]] TRANSACTION (10.6ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\xA6\x96"], ["LIMIT", 1]] TRANSACTION (7.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\xA6\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.586848"], ["updated_at", "2022-09-29 06:56:35.586849"]] TRANSACTION (4.8ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.635640"], ["updated_at", "2022-09-29 06:56:35.635641"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\xA7\x90\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\xA7\x90\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.674185"], ["updated_at", "2022-09-29 06:56:35.674185"]] TRANSACTION (4.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\xB1\x84"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\xB1\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.706131"], ["updated_at", "2022-09-29 06:56:35.706134"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.742659"], ["updated_at", "2022-09-29 06:56:35.742660"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.776195"], ["updated_at", "2022-09-29 06:56:35.776196"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.804636"], ["updated_at", "2022-09-29 06:56:35.804637"]] TRANSACTION (6.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE6\xB5\xAA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE6\xB5\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.839025"], ["updated_at", "2022-09-29 06:56:35.839025"]] TRANSACTION (3.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.871175"], ["updated_at", "2022-09-29 06:56:35.871176"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE7\xA9\xB4\xE6\x80\x92\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE7\xA9\xB4\xE6\x80\x92\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.902517"], ["updated_at", "2022-09-29 06:56:35.902518"]] TRANSACTION (4.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.937193"], ["updated_at", "2022-09-29 06:56:35.937194"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.965567"], ["updated_at", "2022-09-29 06:56:35.965569"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE9\x80\xBC\xE5\x96\xB7\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE9\x80\xBC\xE5\x96\xB7\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:35.994238"], ["updated_at", "2022-09-29 06:56:35.994240"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\xB0\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\xB0\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.031454"], ["updated_at", "2022-09-29 06:56:36.031455"]] TRANSACTION (4.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\xB7\xE9\xAB\x85\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\xB7\xE9\xAB\x85\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.073642"], ["updated_at", "2022-09-29 06:56:36.073643"]] TRANSACTION (3.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98h"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98h"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.104909"], ["updated_at", "2022-09-29 06:56:36.104910"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xB8\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xB8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.141597"], ["updated_at", "2022-09-29 06:56:36.141598"]] TRANSACTION (3.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xB8\xA5 \xE5\x9B\xBD\xE5\xAE\xB6\xE7\x94\xB5\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xB8\xA5 \xE5\x9B\xBD\xE5\xAE\xB6\xE7\x94\xB5\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.170416"], ["updated_at", "2022-09-29 06:56:36.170417"]] TRANSACTION (4.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.202880"], ["updated_at", "2022-09-29 06:56:36.202881"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.238772"], ["updated_at", "2022-09-29 06:56:36.238773"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xB8\xBD\xE6\xA3\x92\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xB8\xBD\xE6\xA3\x92\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.263528"], ["updated_at", "2022-09-29 06:56:36.263529"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xBA\x8C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xBA\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.299169"], ["updated_at", "2022-09-29 06:56:36.299170"]] TRANSACTION (5.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xBA\x91\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xBA\x91\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.332118"], ["updated_at", "2022-09-29 06:56:36.332119"]] TRANSACTION (8.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xBB\xB7\xE8\x82\xBE\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xBB\xB7\xE8\x82\xBE\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.371463"], ["updated_at", "2022-09-29 06:56:36.371464"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE5\xB8\x81\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE5\xB8\x81\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.408044"], ["updated_at", "2022-09-29 06:56:36.408045"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE9\x92\x9E\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE9\x92\x9E\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.445624"], ["updated_at", "2022-09-29 06:56:36.445625"]] TRANSACTION (7.2ms) COMMIT User Load (8.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x88\xA9\xE8\xB4\xB7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x88\xA9\xE8\xB4\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.485905"], ["updated_at", "2022-09-29 06:56:36.485907"]] TRANSACTION (5.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8B\xA4\xE8\x8D\xA3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8B\xA4\xE8\x8D\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.524994"], ["updated_at", "2022-09-29 06:56:36.524995"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.558071"], ["updated_at", "2022-09-29 06:56:36.558072"]] TRANSACTION (6.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.590417"], ["updated_at", "2022-09-29 06:56:36.590417"]] TRANSACTION (3.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.618093"], ["updated_at", "2022-09-29 06:56:36.618094"]] TRANSACTION (5.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.654865"], ["updated_at", "2022-09-29 06:56:36.654866"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.684657"], ["updated_at", "2022-09-29 06:56:36.684658"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE6\xB0\x94\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE6\xB0\x94\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.707353"], ["updated_at", "2022-09-29 06:56:36.707354"]] TRANSACTION (5.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE7\x8B\x97\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE7\x8B\x97\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.741286"], ["updated_at", "2022-09-29 06:56:36.741287"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.765250"], ["updated_at", "2022-09-29 06:56:36.765251"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.797612"], ["updated_at", "2022-09-29 06:56:36.797612"]] TRANSACTION (5.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE7\x8B\x97QQ"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE7\x8B\x97QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.836935"], ["updated_at", "2022-09-29 06:56:36.836936"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE8\x8B\xB1\xE5\x9B\xBDPCP\xE9\xAA\x9A\xE6\x9C\xAC\xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE8\x8B\xB1\xE5\x9B\xBDPCP\xE9\xAA\x9A\xE6\x9C\xAC\xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.868494"], ["updated_at", "2022-09-29 06:56:36.868495"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xAD\x97\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xAD\x97\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.901740"], ["updated_at", "2022-09-29 06:56:36.901740"]] TRANSACTION (6.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xAD\xA6\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xAD\xA6\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.938494"], ["updated_at", "2022-09-29 06:56:36.938495"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:36.970087"], ["updated_at", "2022-09-29 06:56:36.970088"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xAE\x98\xE4\xBA\x92\xE8\xB0\x83"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xAE\x98\xE4\xBA\x92\xE8\xB0\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.002361"], ["updated_at", "2022-09-29 06:56:37.002362"]] TRANSACTION (5.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xAE\x98\xE5\x90\x8D\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xAE\x98\xE5\x90\x8D\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.038847"], ["updated_at", "2022-09-29 06:56:37.038848"]] TRANSACTION (4.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xAE\x98\xE5\xAD\x90\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xAE\x98\xE5\xAD\x90\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.071060"], ["updated_at", "2022-09-29 06:56:37.071061"]] TRANSACTION (4.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xB0\xB1\xE5\x9C\xA8\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xB0\xB1\xE5\x9C\xA8\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.104811"], ["updated_at", "2022-09-29 06:56:37.104812"]] TRANSACTION (6.7ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.150183"], ["updated_at", "2022-09-29 06:56:37.150186"]] TRANSACTION (5.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xB9\xB2\xE5\xAD\x90\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xB9\xB2\xE5\xAD\x90\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.183006"], ["updated_at", "2022-09-29 06:56:37.183010"]] TRANSACTION (7.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (29.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xB9\xB2\xE5\xAD\x90\xE5\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xB9\xB2\xE5\xAD\x90\xE5\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.226202"], ["updated_at", "2022-09-29 06:56:37.226203"]] TRANSACTION (15.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\x80\xA7\xE8\x83\xBD\xE7\x88\x86\xE7\x82\xB8\xE7\x89\xA9\xE8\xB4\xA8\xE6\xB7\xB7"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\x80\xA7\xE8\x83\xBD\xE7\x88\x86\xE7\x82\xB8\xE7\x89\xA9\xE8\xB4\xA8\xE6\xB7\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.311218"], ["updated_at", "2022-09-29 06:56:37.311219"]] TRANSACTION (5.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\x81\xAF\xE8\xB4\xB7\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\x81\xAF\xE8\xB4\xB7\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.362230"], ["updated_at", "2022-09-29 06:56:37.362235"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\x96\x87\xE8\xB0\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\x96\x87\xE8\xB0\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.401117"], ["updated_at", "2022-09-29 06:56:37.401118"]] TRANSACTION (5.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\x99\xBA\xE6\x99\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\x99\xBA\xE6\x99\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.435149"], ["updated_at", "2022-09-29 06:56:37.435150"]] TRANSACTION (5.0ms) COMMIT User Load (8.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (15.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE5\x9C\xA8\xE7\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE5\x9C\xA8\xE7\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.477543"], ["updated_at", "2022-09-29 06:56:37.477545"]] TRANSACTION (8.5ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (30.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE6\x99\xB0"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE6\x99\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.543939"], ["updated_at", "2022-09-29 06:56:37.543941"]] TRANSACTION (5.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE6\x99\xB0\xE7\x82\xAE\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE6\x99\xB0\xE7\x82\xAE\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.608429"], ["updated_at", "2022-09-29 06:56:37.608431"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE7\x82\xAE\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE7\x82\xAE\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.643467"], ["updated_at", "2022-09-29 06:56:37.643468"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE7\xBD\x91\xE7\xBB\x9C\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92QQ"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE7\xBD\x91\xE7\xBB\x9C\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.675562"], ["updated_at", "2022-09-29 06:56:37.675563"]] TRANSACTION (5.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.715494"], ["updated_at", "2022-09-29 06:56:37.715494"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.750713"], ["updated_at", "2022-09-29 06:56:37.750714"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.776592"], ["updated_at", "2022-09-29 06:56:37.776593"]] TRANSACTION (5.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE5\xBD\x93\xE9\x9D\xA2\xE4\xBA\xA4\xE6\x98\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE5\xBD\x93\xE9\x9D\xA2\xE4\xBA\xA4\xE6\x98\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.809306"], ["updated_at", "2022-09-29 06:56:37.809307"]] TRANSACTION (4.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE7\x9C\x8B\xE8\xB4\xA7\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE7\x9C\x8B\xE8\xB4\xA7\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.840637"], ["updated_at", "2022-09-29 06:56:37.840638"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.866914"], ["updated_at", "2022-09-29 06:56:37.866916"]] TRANSACTION (3.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE5\x87\xBA\xE5\x94\xAE QQ"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE5\x87\xBA\xE5\x94\xAE QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.897583"], ["updated_at", "2022-09-29 06:56:37.897584"]] TRANSACTION (5.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.934458"], ["updated_at", "2022-09-29 06:56:37.934459"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.965510"], ["updated_at", "2022-09-29 06:56:37.965511"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:37.991280"], ["updated_at", "2022-09-29 06:56:37.991281"]] TRANSACTION (6.3ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x85\x8D"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x85\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.033731"], ["updated_at", "2022-09-29 06:56:38.033733"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x9E\xBB"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x9E\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.070395"], ["updated_at", "2022-09-29 06:56:38.070396"]] TRANSACTION (3.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x80\x83,\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x80\x83,\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.100878"], ["updated_at", "2022-09-29 06:56:38.100881"]] TRANSACTION (6.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x80\x83\xE7\x94\x9F\xE5\x90\x8D\xE5\x8D\x95\xE5\x87\xBA\xE5\x94\xAEqq"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x80\x83\xE7\x94\x9F\xE5\x90\x8D\xE5\x8D\x95\xE5\x87\xBA\xE5\x94\xAEqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.140239"], ["updated_at", "2022-09-29 06:56:38.140241"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x80\x83\xE8\x80\x83\xE7\x94\x9F\xE4\xBF\xA1\xE6\x81\xAF\xE5\x87\xBA\xE5\x94\xAEq"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x80\x83\xE8\x80\x83\xE7\x94\x9F\xE4\xBF\xA1\xE6\x81\xAF\xE5\x87\xBA\xE5\x94\xAEq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.167561"], ["updated_at", "2022-09-29 06:56:38.167562"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x80\x83\xE9\xBB\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x80\x83\xE9\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.192383"], ["updated_at", "2022-09-29 06:56:38.192384"]] TRANSACTION (4.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x80\xB8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x80\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.226170"], ["updated_at", "2022-09-29 06:56:38.226171"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x87\xAA\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x87\xAA\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.255476"], ["updated_at", "2022-09-29 06:56:38.255476"]] TRANSACTION (3.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x8B\x8F\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x8B\x8F\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.279003"], ["updated_at", "2022-09-29 06:56:38.279004"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x8E\xBA\xE8\x8E\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x8E\xBA\xE8\x8E\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.308218"], ["updated_at", "2022-09-29 06:56:38.308219"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x96\xAA\xE5\x85\xBB\xE5\xBB\x89"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x96\xAA\xE5\x85\xBB\xE5\xBB\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.340174"], ["updated_at", "2022-09-29 06:56:38.340175"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x96\xAA\xE7\xBD\x91\xE8\xB5\x9A\xE6\x83\xB3\xE5\x81\x9A\xE7\x9A\x84\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x96\xAA\xE7\xBD\x91\xE8\xB5\x9A\xE6\x83\xB3\xE5\x81\x9A\xE7\x9A\x84\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.366722"], ["updated_at", "2022-09-29 06:56:38.366722"]] TRANSACTION (3.6ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xEF\xBC\x8C\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xEF\xBC\x8C\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.400163"], ["updated_at", "2022-09-29 06:56:38.400164"]] TRANSACTION (9.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAC\xBC\xE5\x90\x9B"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAC\xBC\xE5\x90\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.454187"], ["updated_at", "2022-09-29 06:56:38.454188"]] TRANSACTION (7.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAC\xBC\xE6\x9D\x91"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAC\xBC\xE6\x9D\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.498922"], ["updated_at", "2022-09-29 06:56:38.498923"]] TRANSACTION (5.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAD\x8F\xE4\xBA\xAC\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAD\x8F\xE4\xBA\xAC\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.541990"], ["updated_at", "2022-09-29 06:56:38.541991"]] TRANSACTION (6.3ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAD\x8F\xE5\x85\xB6\xE8\x99\x8E"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAD\x8F\xE5\x85\xB6\xE8\x99\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.584789"], ["updated_at", "2022-09-29 06:56:38.584790"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAD\x8F\xE5\x87\xA4\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAD\x8F\xE5\x87\xA4\xE5\x92\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.612692"], ["updated_at", "2022-09-29 06:56:38.612692"]] TRANSACTION (9.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAD\x8F\xE6\x96\xB0\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (9.0ms) BEGIN User Load (9.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAD\x8F\xE6\x96\xB0\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.653842"], ["updated_at", "2022-09-29 06:56:38.653844"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAD\x94\xE9\x9A\xBE\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAD\x94\xE9\x9A\xBE\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.700931"], ["updated_at", "2022-09-29 06:56:38.700932"]] TRANSACTION (4.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB2\x81\xE5\xAE\xB6\xE5\x96\x84 \xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xA4\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB2\x81\xE5\xAE\xB6\xE5\x96\x84 \xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xA4\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.730034"], ["updated_at", "2022-09-29 06:56:38.730034"]] TRANSACTION (5.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB2\x8D\xE5\xBD\xA4"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB2\x8D\xE5\xBD\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.770910"], ["updated_at", "2022-09-29 06:56:38.770911"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB2\x8D\xE6\x88\x88"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB2\x8D\xE6\x88\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.805777"], ["updated_at", "2022-09-29 06:56:38.805778"]] TRANSACTION (8.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB2\x8D\xE9\xB1\xBC"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB2\x8D\xE9\xB1\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.842804"], ["updated_at", "2022-09-29 06:56:38.842805"]] TRANSACTION (9.1ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB2\x9C\xE8\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB2\x9C\xE8\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.885651"], ["updated_at", "2022-09-29 06:56:38.885652"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB7\x84\xE5\xB7\xB4"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB7\x84\xE5\xB7\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.913667"], ["updated_at", "2022-09-29 06:56:38.913667"]] TRANSACTION (5.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\x9F\xE5\xB7\xA2\xE6\x9C\x80\xE5\xB0\x91\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\x9F\xE5\xB7\xA2\xE6\x9C\x80\xE5\xB0\x91\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:38.962068"], ["updated_at", "2022-09-29 06:56:38.962069"]] TRANSACTION (5.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE5\x84\xBF"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE5\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.013879"], ["updated_at", "2022-09-29 06:56:39.013880"]] TRANSACTION (6.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE5\x85\xAB"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE5\x85\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.061999"], ["updated_at", "2022-09-29 06:56:39.062000"]] TRANSACTION (4.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE5\x90\xA7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE5\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.099201"], ["updated_at", "2022-09-29 06:56:39.099202"]] TRANSACTION (5.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.134435"], ["updated_at", "2022-09-29 06:56:39.134436"]] TRANSACTION (6.7ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE5\xB0\xBE\xE9\x85\x92\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE5\xB0\xBE\xE9\x85\x92\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.185624"], ["updated_at", "2022-09-29 06:56:39.185625"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE5\xB7\xB4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE5\xB7\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.220093"], ["updated_at", "2022-09-29 06:56:39.220095"]] TRANSACTION (4.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE5\xB7\xB4\xE6\x9A\xB4\xE8\x83\x80"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE5\xB7\xB4\xE6\x9A\xB4\xE8\x83\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.258974"], ["updated_at", "2022-09-29 06:56:39.258975"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE6\xAF\x9B\xE4\xBF\xA1\xE6\x96\x87\xE6\xB1\x87"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE6\xAF\x9B\xE4\xBF\xA1\xE6\x96\x87\xE6\xB1\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.295327"], ["updated_at", "2022-09-29 06:56:39.295328"]] TRANSACTION (3.9ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (7.6ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.331307"], ["updated_at", "2022-09-29 06:56:39.331308"]] TRANSACTION (6.8ms) COMMIT User Load (9.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA5\xE4\xB9\x8B\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA5\xE4\xB9\x8B\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.390603"], ["updated_at", "2022-09-29 06:56:39.390604"]] TRANSACTION (4.4ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA6\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA6\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.431654"], ["updated_at", "2022-09-29 06:56:39.431655"]] TRANSACTION (5.0ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xB3\xE9\xB8\xAF\xE6\xB4\x97"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xB3\xE9\xB8\xAF\xE6\xB4\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.477976"], ["updated_at", "2022-09-29 06:56:39.477977"]] TRANSACTION (4.8ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xB3\xE9\xB8\xAF\xE6\xB5\xB4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xB3\xE9\xB8\xAF\xE6\xB5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.527430"], ["updated_at", "2022-09-29 06:56:39.527431"]] TRANSACTION (5.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xBD\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xBD\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.573786"], ["updated_at", "2022-09-29 06:56:39.573788"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xBF\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xBF\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.610376"], ["updated_at", "2022-09-29 06:56:39.610377"]] TRANSACTION (4.9ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB9\x81\xE9\xB8\xAA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB9\x81\xE9\xB8\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.648641"], ["updated_at", "2022-09-29 06:56:39.648645"]] TRANSACTION (3.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB9\xB0\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB9\xB0\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.679468"], ["updated_at", "2022-09-29 06:56:39.679469"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB9\xBD\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9E\xE8\x83\xBA\xE5\x90\x88\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB9\xBD\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9E\xE8\x83\xBA\xE5\x90\x88\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.711463"], ["updated_at", "2022-09-29 06:56:39.711464"]] TRANSACTION (6.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB9\xBF\xE9\xB9\xBF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB9\xBF\xE9\xB9\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.744425"], ["updated_at", "2022-09-29 06:56:39.744427"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xA6\xE5\xB4\x87\xE6\xA5\xB7"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xA6\xE5\xB4\x87\xE6\xA5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.772738"], ["updated_at", "2022-09-29 06:56:39.772739"]] TRANSACTION (10.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xA6\xE5\xBD\x93\xE5\x8A\xB3\xE8\xA2\xAB\xE7\xA0\xB8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xA6\xE5\xBD\x93\xE5\x8A\xB3\xE8\xA2\xAB\xE7\xA0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.817010"], ["updated_at", "2022-09-29 06:56:39.817011"]] TRANSACTION (5.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE5\x8F\xA4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE5\x8F\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.855079"], ["updated_at", "2022-09-29 06:56:39.855081"]] TRANSACTION (2.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE5\x8F\xA4\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95QQ"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE5\x8F\xA4\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.881762"], ["updated_at", "2022-09-29 06:56:39.881763"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE5\x8F\xA4\xE8\xA3\xBD\xE4\xBD\x9C\xE5\xB7\xA5\xE8\x97\x9D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE5\x8F\xA4\xE8\xA3\xBD\xE4\xBD\x9C\xE5\xB7\xA5\xE8\x97\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.912658"], ["updated_at", "2022-09-29 06:56:39.912658"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE5\xB0\x86\xE9\x80\x8F"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE5\xB0\x86\xE9\x80\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.941918"], ["updated_at", "2022-09-29 06:56:39.941920"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE6\x9E\x9C\xE4\xB8\xB8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE6\x9E\x9C\xE4\xB8\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:39.973721"], ["updated_at", "2022-09-29 06:56:39.973722"]] TRANSACTION (3.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE6\x9E\x9C\xE9\x85\x8D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE6\x9E\x9C\xE9\x85\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.007145"], ["updated_at", "2022-09-29 06:56:40.007145"]] TRANSACTION (2.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE6\x9E\x9C\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE6\x9E\x9C\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.033110"], ["updated_at", "2022-09-29 06:56:40.033111"]] TRANSACTION (4.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE7\x97\xB9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE7\x97\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.065695"], ["updated_at", "2022-09-29 06:56:40.065696"]] TRANSACTION (5.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE7\x97\xB9\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE7\x97\xB9\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.097001"], ["updated_at", "2022-09-29 06:56:40.097002"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE7\x97\xBA\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE7\x97\xBA\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.123153"], ["updated_at", "2022-09-29 06:56:40.123153"]] TRANSACTION (5.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89qiang\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89qiang\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.158771"], ["updated_at", "2022-09-29 06:56:40.158771"]] TRANSACTION (5.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89qiang\xE9\x8A\xB7\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89qiang\xE9\x8A\xB7\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.188551"], ["updated_at", "2022-09-29 06:56:40.188552"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89qiang\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89qiang\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.219094"], ["updated_at", "2022-09-29 06:56:40.219094"]] TRANSACTION (4.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE4\xB9\x99\xE9\x86\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE4\xB9\x99\xE9\x86\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.251579"], ["updated_at", "2022-09-29 06:56:40.251580"]] TRANSACTION (4.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.283879"], ["updated_at", "2022-09-29 06:56:40.283880"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\x93\xE5\xBC\xA9\xE7\xAE\xAD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\x93\xE5\xBC\xA9\xE7\xAE\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.314010"], ["updated_at", "2022-09-29 06:56:40.314011"]] TRANSACTION (5.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.345371"], ["updated_at", "2022-09-29 06:56:40.345372"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.377107"], ["updated_at", "2022-09-29 06:56:40.377108"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x85\x8D\xE5\xAE\x9A\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x85\x8D\xE5\xAE\x9A\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.414447"], ["updated_at", "2022-09-29 06:56:40.414448"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.444817"], ["updated_at", "2022-09-29 06:56:40.444818"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE\xE5\x8F\xAF\xE9\xAA\x8C\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE\xE5\x8F\xAF\xE9\xAA\x8C\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.472835"], ["updated_at", "2022-09-29 06:56:40.472836"]] TRANSACTION (6.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x93\xAA\xE9\x87\x8C\xE6\x9C\x89"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x93\xAA\xE9\x87\x8C\xE6\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.505731"], ["updated_at", "2022-09-29 06:56:40.505732"]] TRANSACTION (9.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE6\x89\x8B\xE6\x9E\xAA\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE6\x89\x8B\xE6\x9E\xAA\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.541016"], ["updated_at", "2022-09-29 06:56:40.541017"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x86\x9B\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x86\x9B\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.572939"], ["updated_at", "2022-09-29 06:56:40.572940"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.606387"], ["updated_at", "2022-09-29 06:56:40.606387"]] TRANSACTION (5.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.640077"], ["updated_at", "2022-09-29 06:56:40.640078"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.671736"], ["updated_at", "2022-09-29 06:56:40.671737"]] TRANSACTION (5.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.703820"], ["updated_at", "2022-09-29 06:56:40.703821"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D\xE5\xB0\x88\xE8\xB3\xA3"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D\xE5\xB0\x88\xE8\xB3\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.725943"], ["updated_at", "2022-09-29 06:56:40.725944"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.761054"], ["updated_at", "2022-09-29 06:56:40.761055"]] TRANSACTION (5.2ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.791003"], ["updated_at", "2022-09-29 06:56:40.791004"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.828979"], ["updated_at", "2022-09-29 06:56:40.828980"]] TRANSACTION (5.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE5\xBC\x93\xE5\xBC\xA9\xE6\x89\xB9\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE5\xBC\x93\xE5\xBC\xA9\xE6\x89\xB9\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.875408"], ["updated_at", "2022-09-29 06:56:40.875408"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.915075"], ["updated_at", "2022-09-29 06:56:40.915076"]] TRANSACTION (5.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.948101"], ["updated_at", "2022-09-29 06:56:40.948102"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE8\x97\xA5"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE8\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:40.977348"], ["updated_at", "2022-09-29 06:56:40.977349"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\xBB\x84\xE8\x8D\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\xBB\x84\xE8\x8D\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.012204"], ["updated_at", "2022-09-29 06:56:41.012205"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x83\xE6\x9B\xB8"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x83\xE6\x9B\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.040524"], ["updated_at", "2022-09-29 06:56:41.040525"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x83\xE7\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x83\xE7\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.071808"], ["updated_at", "2022-09-29 06:56:41.071809"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x83\xE8\x89\xB2\xE5\xA6\xB9\xE5\xA6\xB9a\xE7\xB4\x9A\xE5\xA4\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x83\xE8\x89\xB2\xE5\xA6\xB9\xE5\xA6\xB9a\xE7\xB4\x9A\xE5\xA4\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.108358"], ["updated_at", "2022-09-29 06:56:41.108359"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE5\x86\xB0"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE5\x86\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.140395"], ["updated_at", "2022-09-29 06:56:41.140397"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE5\x9D\xA4\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE5\x9D\xA4\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.178763"], ["updated_at", "2022-09-29 06:56:41.178765"]] TRANSACTION (4.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE5\xA5\x87\xE5\xB8\x86"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE5\xA5\x87\xE5\xB8\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.213614"], ["updated_at", "2022-09-29 06:56:41.213614"]] TRANSACTION (5.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE5\xB7\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE5\xB7\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.244991"], ["updated_at", "2022-09-29 06:56:41.244991"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE6\x85\x88\xE8\x90\x8D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE6\x85\x88\xE8\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.270937"], ["updated_at", "2022-09-29 06:56:41.270938"]] TRANSACTION (4.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE6\x99\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE6\x99\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.301416"], ["updated_at", "2022-09-29 06:56:41.301417"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.324867"], ["updated_at", "2022-09-29 06:56:41.324868"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE6\x9D\xBE\xE6\x9C\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE6\x9D\xBE\xE6\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.359612"], ["updated_at", "2022-09-29 06:56:41.359612"]] TRANSACTION (2.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE6\xA2\x85"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE6\xA2\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.382429"], ["updated_at", "2022-09-29 06:56:41.382430"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE6\xAF\x85\xE8\xAF\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE6\xAF\x85\xE8\xAF\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.410897"], ["updated_at", "2022-09-29 06:56:41.410898"]] TRANSACTION (2.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE6\xB5\xA6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE6\xB5\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.435155"], ["updated_at", "2022-09-29 06:56:41.435156"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\x86\x99"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\x86\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.468325"], ["updated_at", "2022-09-29 06:56:41.468325"]] TRANSACTION (8.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.505190"], ["updated_at", "2022-09-29 06:56:41.505191"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\x89\x99\xE7\xAD\xBE\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\x89\x99\xE7\xAD\xBE\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.528888"], ["updated_at", "2022-09-29 06:56:41.528889"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\x91\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\x91\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.566853"], ["updated_at", "2022-09-29 06:56:41.566853"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\x93\x9C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\x93\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.595750"], ["updated_at", "2022-09-29 06:56:41.595751"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.620988"], ["updated_at", "2022-09-29 06:56:41.620989"]] TRANSACTION (5.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\xBA\xAA\xE8\xAF\x9A\xE5\x8C\x97\xE4\xBA\xAC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\xBA\xAA\xE8\xAF\x9A\xE5\x8C\x97\xE4\xBA\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.653230"], ["updated_at", "2022-09-29 06:56:41.653231"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\xBB\xA7\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\xBB\xA7\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.679424"], ["updated_at", "2022-09-29 06:56:41.679425"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.711864"], ["updated_at", "2022-09-29 06:56:41.711865"]] TRANSACTION (2.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\xBF\x94"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\xBF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.737620"], ["updated_at", "2022-09-29 06:56:41.737621"]] TRANSACTION (7.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.776068"], ["updated_at", "2022-09-29 06:56:41.776068"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2,\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2,\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.809688"], ["updated_at", "2022-09-29 06:56:41.809690"]] TRANSACTION (3.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE5\xA6\xB9\xE5\xA6\xB9a\xE7\xBA\xA7\xE5\xA4\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE5\xA6\xB9\xE5\xA6\xB9a\xE7\xBA\xA7\xE5\xA4\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.838277"], ["updated_at", "2022-09-29 06:56:41.838279"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.867292"], ["updated_at", "2022-09-29 06:56:41.867293"]] TRANSACTION (4.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.893726"], ["updated_at", "2022-09-29 06:56:41.893727"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE6\x88\x90\xE4\xBA\xBA\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE6\x88\x90\xE4\xBA\xBA\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.916450"], ["updated_at", "2022-09-29 06:56:41.916451"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE7\x82\xB8\xE8\x8D\xAF\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE7\x82\xB8\xE8\x8D\xAF\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.940082"], ["updated_at", "2022-09-29 06:56:41.940083"]] TRANSACTION (3.7ms) COMMIT User Load (8.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (35.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:41.973950"], ["updated_at", "2022-09-29 06:56:41.973950"]] TRANSACTION (6.8ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1\xE5\x85\x8D\xE8\xB4\xB9\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1\xE5\x85\x8D\xE8\xB4\xB9\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.052038"], ["updated_at", "2022-09-29 06:56:42.052040"]] TRANSACTION (4.5ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x8F\x8A\xE3\x80\x80"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x8F\x8A\xE3\x80\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.094222"], ["updated_at", "2022-09-29 06:56:42.094223"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x8F\x8A\xE9\x81\x97\xE5\xAD\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x8F\x8A\xE9\x81\x97\xE5\xAD\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.124114"], ["updated_at", "2022-09-29 06:56:42.124115"]] TRANSACTION (2.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\xBF\x9C\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\xBF\x9C\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.148379"], ["updated_at", "2022-09-29 06:56:42.148380"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x8E\xE5\xAE\x89\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x8E\xE5\xAE\x89\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.185816"], ["updated_at", "2022-09-29 06:56:42.185818"]] TRANSACTION (3.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x8E\xE9\x98\xB3\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x8E\xE9\x98\xB3\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.220121"], ["updated_at", "2022-09-29 06:56:42.220122"]] TRANSACTION (3.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE5\xA4\xA9\xE4\xBD\xBF"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE5\xA4\xA9\xE4\xBD\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.248779"], ["updated_at", "2022-09-29 06:56:42.248780"]] TRANSACTION (4.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.282414"], ["updated_at", "2022-09-29 06:56:42.282415"]] TRANSACTION (4.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE5\xBA\x84"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE5\xBA\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.318381"], ["updated_at", "2022-09-29 06:56:42.318383"]] TRANSACTION (3.7ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE6\x89\x8B\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE6\x89\x8B\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.352012"], ["updated_at", "2022-09-29 06:56:42.352014"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE6\x98\x9F\xE5\xA5\xB3\xE4\xBE\xA0"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE6\x98\x9F\xE5\xA5\xB3\xE4\xBE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.394829"], ["updated_at", "2022-09-29 06:56:42.394830"]] TRANSACTION (5.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE7\x81\xAB\xE8\x8D\xAF\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE7\x81\xAB\xE8\x8D\xAF\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.433142"], ["updated_at", "2022-09-29 06:56:42.433143"]] TRANSACTION (6.7ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE7\x82\xB9\xE8\xBF\x9E\xE8\xA1\xA3\xE8\xA3\x99"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE7\x82\xB9\xE8\xBF\x9E\xE8\xA1\xA3\xE8\xA3\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.471782"], ["updated_at", "2022-09-29 06:56:42.471782"]] TRANSACTION (5.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE7\x9E\x8E\xE5\xAD\x90\xE5\xB2\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE7\x9E\x8E\xE5\xAD\x90\xE5\xB2\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.504345"], ["updated_at", "2022-09-29 06:56:42.504347"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE7\xA4\xBE\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE7\xA4\xBE\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.538906"], ["updated_at", "2022-09-29 06:56:42.538907"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE7\xAA\x91\xE5\xA5\xB4\xE5\xBD\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE7\xAA\x91\xE5\xA5\xB4\xE5\xBD\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.572073"], ["updated_at", "2022-09-29 06:56:42.572074"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.594952"], ["updated_at", "2022-09-29 06:56:42.594953"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.622803"], ["updated_at", "2022-09-29 06:56:42.622803"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.646416"], ["updated_at", "2022-09-29 06:56:42.646417"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x98\xE7\xBD\x95\xE9\xBB\x98\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x98\xE7\xBD\x95\xE9\xBB\x98\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.677966"], ["updated_at", "2022-09-29 06:56:42.677967"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\xA8\xE7\x94\xA2\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\xA8\xE7\x94\xA2\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.707091"], ["updated_at", "2022-09-29 06:56:42.707092"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBC\x93\xE5\x8A\xA8\xE4\xB8\x80\xE4\xBA\x9B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBC\x93\xE5\x8A\xA8\xE4\xB8\x80\xE4\xBA\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.732772"], ["updated_at", "2022-09-29 06:56:42.732772"]] TRANSACTION (5.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBC\x93\xE5\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBC\x93\xE5\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.765139"], ["updated_at", "2022-09-29 06:56:42.765141"]] TRANSACTION (3.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBD\x90\xE5\xA2\xA8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBD\x90\xE5\xA2\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.792782"], ["updated_at", "2022-09-29 06:56:42.792783"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBD\x90\xE5\xAE\x89\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBD\x90\xE5\xAE\x89\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.824595"], ["updated_at", "2022-09-29 06:56:42.824596"]] TRANSACTION (5.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBD\x90\xE6\xA1\xA5\xE6\xA1\xA5"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBD\x90\xE6\xA1\xA5\xE6\xA1\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.852072"], ["updated_at", "2022-09-29 06:56:42.852073"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x99\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x99\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.884088"], ["updated_at", "2022-09-29 06:56:42.884089"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x99\xE5\xB0\x8F\xE9\x9C\x9E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x99\xE5\xB0\x8F\xE9\x9C\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.919304"], ["updated_at", "2022-09-29 06:56:42.919304"]] TRANSACTION (5.4ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x99\xE6\xB9\xBE\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x99\xE6\xB9\xBE\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.951702"], ["updated_at", "2022-09-29 06:56:42.951702"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x99\xE8\x99\x8E\xE6\x96\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x99\xE8\x99\x8E\xE6\x96\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:42.983273"], ["updated_at", "2022-09-29 06:56:42.983274"]] TRANSACTION (7.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x99\xE8\x99\x8E\xE8\xB1\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x99\xE8\x99\x8E\xE8\xB1\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:43.019512"], ["updated_at", "2022-09-29 06:56:43.019512"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x99\xE9\xA6\x96"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x99\xE9\xA6\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:43.040302"], ["updated_at", "2022-09-29 06:56:43.040302"]] TRANSACTION (5.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x9C\xE9\xA0\xAD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x9C\xE9\xA0\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:43.075740"], ["updated_at", "2022-09-29 06:56:43.075741"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x9F\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x9F\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:43.104180"], ["updated_at", "2022-09-29 06:56:43.104181"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x9F\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x9F\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:43.128662"], ["updated_at", "2022-09-29 06:56:43.128663"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x9F\xE5\xA4\xB4\xE5\xAF\xB9\xE5\x87\x86\xE9\x98\xB4\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x9F\xE5\xA4\xB4\xE5\xAF\xB9\xE5\x87\x86\xE9\x98\xB4\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:43.154482"], ["updated_at", "2022-09-29 06:56:43.154484"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xEF\xBC\xB6\xEF\xBC\xA9\xEF\xBC\xB0"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xEF\xBC\xB6\xEF\xBC\xA9\xEF\xBC\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 06:56:43.183876"], ["updated_at", "2022-09-29 06:56:43.183876"]] TRANSACTION (5.3ms) COMMIT Redirected to http://localhost:3000/censor_bear/stop_words/import_confirm Completed 302 Found in 294808ms (ActiveRecord: 174197.4ms | Allocations: 47326418) Started GET "/censor_bear/stop_words/import_confirm" for 127.0.0.1 at 2022-09-29 14:56:43 +0800 Processing by CensorBear::StopWordsController#show as TURBO_STREAM Parameters: {"id"=>"import_confirm"} User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Load (10.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."id" = $1 LIMIT $2 [["id", nil], ["LIMIT", 1]] Completed 404 Not Found in 146ms (ActiveRecord: 94.5ms | Allocations: 10545) ActiveRecord::RecordNotFound (Couldn't find CensorBear::StopWord with 'id'=import_confirm): activerecord (6.1.7) lib/active_record/core.rb:346:in `find' /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/stop_words_controller.rb:123:in `set_stop_word' activesupport (6.1.7) lib/active_support/callbacks.rb:427:in `block in make_lambda' activesupport (6.1.7) lib/active_support/callbacks.rb:179:in `block (2 levels) in halting_and_conditional' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:180:in `block in halting_and_conditional' activesupport (6.1.7) lib/active_support/callbacks.rb:512:in `block in invoke_before' activesupport (6.1.7) lib/active_support/callbacks.rb:512:in `each' activesupport (6.1.7) lib/active_support/callbacks.rb:512:in `invoke_before' activesupport (6.1.7) lib/active_support/callbacks.rb:115:in `block in run_callbacks' actiontext (6.1.7) lib/action_text/rendering.rb:20:in `with_renderer' actiontext (6.1.7) lib/action_text/engine.rb:59:in `block (4 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `instance_exec' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `block in run_callbacks' activesupport (6.1.7) lib/active_support/callbacks.rb:137:in `run_callbacks' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:33:in `process_action' actionpack (6.1.7) lib/action_controller/metal/params_wrapper.rb:249:in `process_action' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action' actionpack (6.1.7) lib/abstract_controller/base.rb:165:in `process' actionview (6.1.7) lib/action_view/rendering.rb:39:in `process' actionpack (6.1.7) lib/action_controller/metal.rb:190:in `dispatch' actionpack (6.1.7) lib/action_controller/metal.rb:254:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:33:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' railties (6.1.7) lib/rails/railtie.rb:207:in `public_send' railties (6.1.7) lib/rails/railtie.rb:207:in `method_missing' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:20:in `block in ' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' warden (1.2.9) lib/warden/manager.rb:36:in `block in call' warden (1.2.9) lib/warden/manager.rb:34:in `catch' warden (1.2.9) lib/warden/manager.rb:34:in `call' rack (2.2.4) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.2.4) lib/rack/etag.rb:27:in `call' rack (2.2.4) lib/rack/conditional_get.rb:27:in `call' rack (2.2.4) lib/rack/head.rb:12:in `call' actionpack (6.1.7) lib/action_dispatch/http/permissions_policy.rb:22:in `call' actionpack (6.1.7) lib/action_dispatch/http/content_security_policy.rb:19:in `call' rack (2.2.4) lib/rack/session/abstract/id.rb:266:in `context' rack (2.2.4) lib/rack/session/abstract/id.rb:260:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/cookies.rb:689:in `call' activerecord (6.1.7) lib/active_record/migration.rb:601:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.7) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.7) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.7) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.7) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.7) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 14:56:43 +0800 Processing by CensorBear::StopWordsController#import as HTML User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 6.2ms | Allocations: 687)  (3.8ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 61.3ms | Allocations: 11897) Completed 200 OK in 95ms (Views: 55.3ms | ActiveRecord: 15.1ms | Allocations: 14031) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 15:11:49 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (8.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (10.2ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 20.2ms | Allocations: 3337) CensorBear::ReviewLog Load (2.9ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Comment Load (11.6ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 1.4ms | Allocations: 213) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 2.7ms | Allocations: 1937) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 75.5ms | Allocations: 9345) Comment Load (2.6ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 0.1ms | Allocations: 27) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 1.5ms | Allocations: 1055) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 14.7ms | Allocations: 4256) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 179.3ms | Allocations: 36032) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 189.8ms | Allocations: 43347) Completed 200 OK in 330ms (Views: 130.7ms | ActiveRecord: 118.6ms | Allocations: 50429) Started POST "/censor_bear/review_logs/2/raw_data" for 127.0.0.1 at 2022-09-29 15:26:23 +0800 Processing by CensorBear::ReviewLogsController#raw_data as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "id"=>"2"} User Load (14.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::ReviewLog Load (16.1ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/raw_data.turbo_stream.erb Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/raw_data.turbo_stream.erb (Duration: 3.1ms | Allocations: 769) Completed 200 OK in 104ms (Views: 6.8ms | ActiveRecord: 61.0ms | Allocations: 8230) Started PUT "/censor_bear/review_logs/2/remove" for 127.0.0.1 at 2022-09-29 15:26:26 +0800 Processing by CensorBear::ReviewLogsController#remove as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "id"=>"2"} User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::ReviewLog Load (1.8ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN Comment Load (9.6ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] CensorBear::ReviewLogs::Text Update (3.7ms) UPDATE "censor_bear_review_logs" SET "operator_id" = $1, "updated_at" = $2 WHERE "censor_bear_review_logs"."id" = $3 [["operator_id", 1], ["updated_at", "2022-09-29 07:26:26.562918"], ["id", 2]] CensorBear::ReviewLogs::Text Update (2.7ms) UPDATE "censor_bear_review_logs" SET "updated_at" = $1, "aasm_state" = $2, "censor_operated_at" = $3 WHERE "censor_bear_review_logs"."id" = $4 [["updated_at", "2022-09-29 07:26:26.572571"], ["aasm_state", "removed"], ["censor_operated_at", "2022-09-29 07:26:26.572451"], ["id", 2]] TRANSACTION (10.8ms) COMMIT Rendered comments/_text_censor.html.erb (Duration: 0.1ms | Allocations: 26) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 2.6ms | Allocations: 1060) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 3.7ms | Allocations: 1437) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_row.html.erb (Duration: 4.6ms | Allocations: 1630) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/shared/_message.html.erb (Duration: 0.5ms | Allocations: 122) Completed 200 OK in 67ms (Views: 0.2ms | ActiveRecord: 32.4ms | Allocations: 12223) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 15:26:29 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (2.5ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 2.4ms | Allocations: 1749) CensorBear::ReviewLog Load (2.4ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Comment Load (3.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 0.1ms | Allocations: 25) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 1.9ms | Allocations: 1027) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 17.8ms | Allocations: 3739) Comment Load (3.6ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 0.1ms | Allocations: 26) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 1.4ms | Allocations: 1010) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 11.8ms | Allocations: 3664) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 39.3ms | Allocations: 10575) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 53.2ms | Allocations: 17761) Completed 200 OK in 66ms (Views: 40.7ms | ActiveRecord: 17.8ms | Allocations: 20377) Started PUT "/censor_bear/review_logs/2/ban_user" for 127.0.0.1 at 2022-09-29 15:26:35 +0800 Processing by CensorBear::ReviewLogsController#ban_user as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "id"=>"2"} User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::ReviewLog Load (5.3ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Comment Load (4.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Completed 500 Internal Server Error in 32ms (ActiveRecord: 14.5ms | Allocations: 3316) ArgumentError (wrong number of arguments (given 1, expected 0)): app/models/comment.rb:54:in `censor_ban_user' Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 15:46:17 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (7.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (18.2ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 7.0ms | Allocations: 2092) CensorBear::ReviewLog Load (2.4ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Comment Load (5.6ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 0.1ms | Allocations: 29) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 9.9ms | Allocations: 1112) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 92.2ms | Allocations: 8238) Comment Load (3.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 0.1ms | Allocations: 27) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 3.6ms | Allocations: 1054) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 24.7ms | Allocations: 3911) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 164.4ms | Allocations: 31792) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 272.6ms | Allocations: 39142) Completed 200 OK in 407ms (Views: 258.8ms | ActiveRecord: 80.4ms | Allocations: 53942) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-29 15:46:21 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (16.5ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 2.6ms | Allocations: 858) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 2.0ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.0ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.4ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 2.2ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.1ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.6ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.9ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 2.8ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.4ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.5ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.1ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.1ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.9ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 59.3ms | Allocations: 19515)  (3.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 70.8ms | Allocations: 26844) Completed 200 OK in 100ms (Views: 64.9ms | ActiveRecord: 25.3ms | Allocations: 31397) Started GET "/censor_bear/stop_words?page=417" for 127.0.0.1 at 2022-09-29 15:46:26 +0800 Processing by CensorBear::StopWordsController#index as HTML Parameters: {"page"=>"417"} User Load (8.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (17.9ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (14.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 8320]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 570) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.6ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.9ms | Allocations: 555) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.8ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.9ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.6ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 2.3ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.4ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.0ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.3ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.1ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 37.9ms | Allocations: 12730)  (3.3ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 51.1ms | Allocations: 19864) Completed 200 OK in 90ms (Views: 35.0ms | ActiveRecord: 44.0ms | Allocations: 22548) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-29 15:48:17 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (7.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (26.4ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.8ms | Allocations: 570) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.1ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.0ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.3ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.1ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.1ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.5ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.3ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.5ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.0ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.4ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.5ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.3ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 4.4ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.4ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 2.5ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 49.0ms | Allocations: 14661)  (4.6ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 69.7ms | Allocations: 21798) Completed 200 OK in 142ms (Views: 59.9ms | ActiveRecord: 45.5ms | Allocations: 24361) Started GET "/censor_bear/review_logs/statistics" for 127.0.0.1 at 2022-09-29 15:48:22 +0800 Processing by CensorBear::ReviewLogsController#statistics as HTML User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.6ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."operator_id" AS censor_bear_review_logs_operator_id FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."operator_id" User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application  (3.2ms) SELECT COUNT(*) AS count_all, DATE_TRUNC('day', "censor_bear_review_logs"."created_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date AS date_trunc_day_censor_bear_review_logs_created_at_timestamptz_a FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."created_at" IS NOT NULL) GROUP BY DATE_TRUNC('day', "censor_bear_review_logs"."created_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date  (2.5ms) SELECT COUNT(*) AS count_all, DATE_TRUNC('day', "censor_bear_review_logs"."censor_operated_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date AS date_trunc_day_censor_bear_review_logs_censor_operated_at_times FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."censor_operated_at" IS NOT NULL) GROUP BY DATE_TRUNC('day', "censor_bear_review_logs"."censor_operated_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date  (3.3ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."aasm_state" AS censor_bear_review_logs_aasm_state FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."aasm_state"  (4.5ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."type" AS censor_bear_review_logs_type FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."type"  (2.7ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."record_type" AS censor_bear_review_logs_record_type FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."record_type" Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application (Duration: 37.0ms | Allocations: 9045)  (2.5ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 48.0ms | Allocations: 16183) Completed 200 OK in 74ms (Views: 30.0ms | ActiveRecord: 31.7ms | Allocations: 20176) Started GET "/censor_bear/review_logs/statistics" for 127.0.0.1 at 2022-09-29 15:49:05 +0800 Processing by CensorBear::ReviewLogsController#statistics as HTML User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.9ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."operator_id" AS censor_bear_review_logs_operator_id FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."operator_id" User Load (8.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application  (2.5ms) SELECT COUNT(*) AS count_all, DATE_TRUNC('day', "censor_bear_review_logs"."created_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date AS date_trunc_day_censor_bear_review_logs_created_at_timestamptz_a FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."created_at" IS NOT NULL) GROUP BY DATE_TRUNC('day', "censor_bear_review_logs"."created_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date  (6.0ms) SELECT COUNT(*) AS count_all, DATE_TRUNC('day', "censor_bear_review_logs"."censor_operated_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date AS date_trunc_day_censor_bear_review_logs_censor_operated_at_times FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."censor_operated_at" IS NOT NULL) GROUP BY DATE_TRUNC('day', "censor_bear_review_logs"."censor_operated_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date  (5.3ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."aasm_state" AS censor_bear_review_logs_aasm_state FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."aasm_state"  (10.3ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."type" AS censor_bear_review_logs_type FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."type"  (21.8ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."record_type" AS censor_bear_review_logs_record_type FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."record_type" Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application (Duration: 61.2ms | Allocations: 7947)  (2.9ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 79.3ms | Allocations: 15085) Completed 200 OK in 105ms (Views: 31.1ms | ActiveRecord: 63.8ms | Allocations: 18482) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 15:49:07 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (1.9ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 1.7ms | Allocations: 1690) CensorBear::ReviewLog Load (1.9ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Comment Load (2.6ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 0.1ms | Allocations: 25) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 1.1ms | Allocations: 1035) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 12.8ms | Allocations: 3769) Comment Load (2.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 0.1ms | Allocations: 26) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 1.5ms | Allocations: 1010) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 10.4ms | Allocations: 3656) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 29.7ms | Allocations: 10536) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 42.0ms | Allocations: 17612) Completed 200 OK in 56ms (Views: 32.5ms | ActiveRecord: 13.8ms | Allocations: 20178) Started GET "/" for 127.0.0.1 at 2022-09-29 15:51:08 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 381) Rendered layout layouts/application.html.erb (Duration: 6.4ms | Allocations: 2801) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms | Allocations: 4339) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-29 15:51:11 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (2.3ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 4.9ms | Allocations: 2614) CensorBear::ReviewLog Load (3.0ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Comment Load (3.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 1.1ms | Allocations: 203) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 1.8ms | Allocations: 1327) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 34.7ms | Allocations: 9766) Comment Load (1.9ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 0.1ms | Allocations: 27) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 1.1ms | Allocations: 1054) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 7.1ms | Allocations: 3910) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 101.7ms | Allocations: 34816) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 117.1ms | Allocations: 49656) Completed 200 OK in 305ms (Views: 98.5ms | ActiveRecord: 162.5ms | Allocations: 63123) Started GET "/" for 127.0.0.1 at 2022-09-29 15:55:14 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | Allocations: 153) Rendered layout layouts/application.html.erb (Duration: 4.0ms | Allocations: 2020) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms | Allocations: 2379) Started GET "/comments/new" for 127.0.0.1 at 2022-09-29 15:55:17 +0800 Processing by CommentsController#new as HTML Rendering layout layouts/application.html.erb Rendering comments/new.html.erb within layouts/application Rendered comments/_form.html.erb (Duration: 8.4ms | Allocations: 1815) Rendered comments/new.html.erb within layouts/application (Duration: 10.1ms | Allocations: 2217) Rendered layout layouts/application.html.erb (Duration: 14.1ms | Allocations: 3897) Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.0ms | Allocations: 5219) Started GET "/censor_bear/review_logs/statistics" for 127.0.0.1 at 2022-09-29 15:58:16 +0800 Processing by CensorBear::ReviewLogsController#statistics as HTML User Load (9.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (9.2ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."operator_id" AS censor_bear_review_logs_operator_id FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."operator_id" User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application  (3.1ms) SELECT COUNT(*) AS count_all, DATE_TRUNC('day', "censor_bear_review_logs"."created_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date AS date_trunc_day_censor_bear_review_logs_created_at_timestamptz_a FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."created_at" IS NOT NULL) GROUP BY DATE_TRUNC('day', "censor_bear_review_logs"."created_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date  (3.6ms) SELECT COUNT(*) AS count_all, DATE_TRUNC('day', "censor_bear_review_logs"."censor_operated_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date AS date_trunc_day_censor_bear_review_logs_censor_operated_at_times FROM "censor_bear_review_logs" WHERE ("censor_bear_review_logs"."censor_operated_at" IS NOT NULL) GROUP BY DATE_TRUNC('day', "censor_bear_review_logs"."censor_operated_at"::timestamptz AT TIME ZONE 'Etc/UTC')::date  (3.4ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."aasm_state" AS censor_bear_review_logs_aasm_state FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."aasm_state"  (1.9ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."type" AS censor_bear_review_logs_type FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."type"  (2.1ms) SELECT COUNT(*) AS count_all, "censor_bear_review_logs"."record_type" AS censor_bear_review_logs_record_type FROM "censor_bear_review_logs" GROUP BY "censor_bear_review_logs"."record_type" Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/statistics.html.erb within layouts/censor_bear/application (Duration: 32.5ms | Allocations: 9216)  (2.4ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 44.8ms | Allocations: 16614) Completed 200 OK in 187ms (Views: 29.8ms | ActiveRecord: 74.8ms | Allocations: 32671) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 15:58:17 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (4.2ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 3.8ms | Allocations: 1825) CensorBear::ReviewLog Load (2.9ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Comment Load (4.3ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 0.1ms | Allocations: 29) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 1.2ms | Allocations: 1103) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 22.8ms | Allocations: 8216) Comment Load (2.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 0.1ms | Allocations: 27) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 0.9ms | Allocations: 1054) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 7.3ms | Allocations: 3910) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 78.3ms | Allocations: 31404) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 85.3ms | Allocations: 38627) Completed 200 OK in 104ms (Views: 74.8ms | ActiveRecord: 17.8ms | Allocations: 41388) Started POST "/censor_bear/review_logs/2/raw_data" for 127.0.0.1 at 2022-09-29 15:58:29 +0800 Processing by CensorBear::ReviewLogsController#raw_data as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "id"=>"2"} User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::ReviewLog Load (1.9ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/raw_data.turbo_stream.erb Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/raw_data.turbo_stream.erb (Duration: 1.6ms | Allocations: 345) Completed 200 OK in 21ms (Views: 4.6ms | ActiveRecord: 4.8ms | Allocations: 4877) Started GET "/" for 127.0.0.1 at 2022-09-29 16:24:07 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 228) Rendered layout layouts/application.html.erb (Duration: 6.6ms | Allocations: 2286) Completed 200 OK in 8ms (Views: 7.7ms | Allocations: 2902) Started GET "/" for 127.0.0.1 at 2022-09-29 16:25:04 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 352) Rendered layout layouts/application.html.erb (Duration: 3.2ms | Allocations: 2571) Completed 200 OK in 6ms (Views: 5.2ms | Allocations: 4014) Started GET "/comments/new" for 127.0.0.1 at 2022-09-29 16:25:19 +0800 Processing by CommentsController#new as HTML Rendering layout layouts/application.html.erb Rendering comments/new.html.erb within layouts/application Rendered comments/_form.html.erb (Duration: 4.7ms | Allocations: 1515) Rendered comments/new.html.erb within layouts/application (Duration: 7.2ms | Allocations: 1884) Rendered layout layouts/application.html.erb (Duration: 14.0ms | Allocations: 3734) Completed 200 OK in 20ms (Views: 18.3ms | Allocations: 5310)  (13.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (7.9ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (2.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (1.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (948.2ms) DROP DATABASE IF EXISTS "censor_bear_development"  (928.7ms) DROP DATABASE IF EXISTS "censor_bear_test"  (3546.6ms) CREATE DATABASE "censor_bear_development" ENCODING = 'utf8'  (2940.2ms) CREATE DATABASE "censor_bear_test" ENCODING = 'utf8' SQL (10.8ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (2.4ms) DROP TABLE IF EXISTS "censor_bear_review_logs" CASCADE  (247.7ms) CREATE TABLE "censor_bear_review_logs" ("id" bigserial primary key, "data_id" character varying, "record_id" bigint, "record_type" character varying, "type" character varying, "service" character varying, "raw_data" jsonb, "user_id" bigint, "ip_address" character varying, "operator_id" bigint, "url" character varying, "image_id" character varying, "original" text, "filtered" text, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "aasm_state" character varying, "reason" character varying, "censor_operated_at" timestamp)  (20.2ms) CREATE INDEX "index_censor_bear_review_logs_on_aasm_state" ON "censor_bear_review_logs" ("aasm_state")  (14.0ms) CREATE INDEX "index_censor_bear_review_logs_on_censor_operated_at" ON "censor_bear_review_logs" ("censor_operated_at")  (14.9ms) CREATE INDEX "index_censor_bear_review_logs_on_created_at" ON "censor_bear_review_logs" ("created_at")  (14.9ms) CREATE INDEX "index_censor_bear_review_logs_on_operator_id" ON "censor_bear_review_logs" ("operator_id")  (1.6ms) DROP TABLE IF EXISTS "censor_bear_stop_words" CASCADE  (54.9ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (13.5ms) CREATE UNIQUE INDEX "index_censor_bear_stop_words_on_key" ON "censor_bear_stop_words" ("key")  (1.6ms) DROP TABLE IF EXISTS "comments" CASCADE  (64.6ms) CREATE TABLE "comments" ("id" bigserial primary key, "content" text, "user_id" bigint, "is_approved" boolean DEFAULT TRUE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "force_image_safe_url" boolean DEFAULT FALSE)  (2.2ms) DROP TABLE IF EXISTS "users" CASCADE  (58.4ms) CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "is_baned" boolean DEFAULT FALSE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (18.2ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (16.2ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (32.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (6.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (9.6ms) INSERT INTO "schema_migrations" (version) VALUES (20220925145906)  (5.3ms) INSERT INTO "schema_migrations" (version) VALUES (20211126133758), (20211127173946), (20211129164557), (20220914112252), (20220921022018), (20220923061549);   (52.9ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::InternalMetadata Load (5.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN ActiveRecord::InternalMetadata Create (8.9ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2022-09-29 08:36:46.773511"], ["updated_at", "2022-09-29 08:36:46.773511"]] TRANSACTION (6.1ms) COMMIT ActiveRecord::InternalMetadata Load (7.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (4.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "schema_sha1"], ["LIMIT", 1]] TRANSACTION (8.4ms) BEGIN ActiveRecord::InternalMetadata Create (2.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "schema_sha1"], ["value", "0e1909be9e83f07f61d26773730715b8220fb35b"], ["created_at", "2022-09-29 08:36:46.814537"], ["updated_at", "2022-09-29 08:36:46.814537"]] TRANSACTION (2.6ms) COMMIT SQL (13.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (1.7ms) DROP TABLE IF EXISTS "censor_bear_review_logs" CASCADE  (193.9ms) CREATE TABLE "censor_bear_review_logs" ("id" bigserial primary key, "data_id" character varying, "record_id" bigint, "record_type" character varying, "type" character varying, "service" character varying, "raw_data" jsonb, "user_id" bigint, "ip_address" character varying, "operator_id" bigint, "url" character varying, "image_id" character varying, "original" text, "filtered" text, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "aasm_state" character varying, "reason" character varying, "censor_operated_at" timestamp)  (23.2ms) CREATE INDEX "index_censor_bear_review_logs_on_aasm_state" ON "censor_bear_review_logs" ("aasm_state")  (23.5ms) CREATE INDEX "index_censor_bear_review_logs_on_censor_operated_at" ON "censor_bear_review_logs" ("censor_operated_at")  (15.9ms) CREATE INDEX "index_censor_bear_review_logs_on_created_at" ON "censor_bear_review_logs" ("created_at")  (12.8ms) CREATE INDEX "index_censor_bear_review_logs_on_operator_id" ON "censor_bear_review_logs" ("operator_id")  (1.9ms) DROP TABLE IF EXISTS "censor_bear_stop_words" CASCADE  (59.8ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (20.5ms) CREATE UNIQUE INDEX "index_censor_bear_stop_words_on_key" ON "censor_bear_stop_words" ("key")  (9.7ms) DROP TABLE IF EXISTS "comments" CASCADE  (64.7ms) CREATE TABLE "comments" ("id" bigserial primary key, "content" text, "user_id" bigint, "is_approved" boolean DEFAULT TRUE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "force_image_safe_url" boolean DEFAULT FALSE)  (3.2ms) DROP TABLE IF EXISTS "users" CASCADE  (46.2ms) CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "is_baned" boolean DEFAULT FALSE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (22.4ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (20.2ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (32.4ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (8.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (10.3ms) INSERT INTO "schema_migrations" (version) VALUES (20220925145906)  (6.6ms) INSERT INTO "schema_migrations" (version) VALUES (20211126133758), (20211127173946), (20211129164557), (20220914112252), (20220921022018), (20220923061549);   (48.9ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::InternalMetadata Load (5.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN ActiveRecord::InternalMetadata Create (8.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2022-09-29 08:36:47.860550"], ["updated_at", "2022-09-29 08:36:47.860550"]] TRANSACTION (3.8ms) COMMIT ActiveRecord::InternalMetadata Load (5.8ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN ActiveRecord::InternalMetadata Update (3.0ms) UPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3 [["value", "test"], ["updated_at", "2022-09-29 08:36:47.889661"], ["key", "environment"]] TRANSACTION (4.2ms) COMMIT ActiveRecord::InternalMetadata Load (2.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "schema_sha1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN ActiveRecord::InternalMetadata Create (2.9ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "schema_sha1"], ["value", "0e1909be9e83f07f61d26773730715b8220fb35b"], ["created_at", "2022-09-29 08:36:47.908519"], ["updated_at", "2022-09-29 08:36:47.908519"]] TRANSACTION (5.0ms) COMMIT  (13.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (10.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (6.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (1.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (2.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (1.5ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (5027.1ms) DROP DATABASE IF EXISTS "censor_bear_development"  (4.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (5.9ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (3.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.9ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (2.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (2.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 [["key", "environment"]]  (574.0ms) DROP DATABASE IF EXISTS "censor_bear_development"  (574.3ms) DROP DATABASE IF EXISTS "censor_bear_test"  (3030.7ms) CREATE DATABASE "censor_bear_development" ENCODING = 'utf8'  (3073.5ms) CREATE DATABASE "censor_bear_test" ENCODING = 'utf8' SQL (18.3ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (1.7ms) DROP TABLE IF EXISTS "censor_bear_review_logs" CASCADE  (184.3ms) CREATE TABLE "censor_bear_review_logs" ("id" bigserial primary key, "data_id" character varying, "record_id" bigint, "record_type" character varying, "type" character varying, "service" character varying, "raw_data" jsonb, "user_id" bigint, "ip_address" character varying, "operator_id" bigint, "url" character varying, "image_id" character varying, "original" text, "filtered" text, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "aasm_state" character varying, "reason" character varying, "operated_at" timestamp)  (18.4ms) CREATE INDEX "index_censor_bear_review_logs_on_aasm_state" ON "censor_bear_review_logs" ("aasm_state")  (18.0ms) CREATE INDEX "index_censor_bear_review_logs_on_operated_at" ON "censor_bear_review_logs" ("operated_at")  (21.0ms) CREATE INDEX "index_censor_bear_review_logs_on_created_at" ON "censor_bear_review_logs" ("created_at")  (23.5ms) CREATE INDEX "index_censor_bear_review_logs_on_operator_id" ON "censor_bear_review_logs" ("operator_id")  (3.8ms) DROP TABLE IF EXISTS "censor_bear_stop_words" CASCADE  (46.6ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (17.6ms) CREATE UNIQUE INDEX "index_censor_bear_stop_words_on_key" ON "censor_bear_stop_words" ("key")  (2.8ms) DROP TABLE IF EXISTS "comments" CASCADE  (70.6ms) CREATE TABLE "comments" ("id" bigserial primary key, "content" text, "user_id" bigint, "is_approved" boolean DEFAULT TRUE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "force_image_safe_url" boolean DEFAULT FALSE)  (1.6ms) DROP TABLE IF EXISTS "users" CASCADE  (66.1ms) CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "is_baned" boolean DEFAULT FALSE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (14.1ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (11.6ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (49.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (6.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (6.7ms) INSERT INTO "schema_migrations" (version) VALUES (20220925145906)  (2.9ms) INSERT INTO "schema_migrations" (version) VALUES (20211126133758), (20211127173946), (20211129164557), (20220914112252), (20220921022018), (20220923061549);   (43.3ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::InternalMetadata Load (7.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN ActiveRecord::InternalMetadata Create (6.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2022-09-29 08:49:01.665992"], ["updated_at", "2022-09-29 08:49:01.665992"]] TRANSACTION (2.2ms) COMMIT ActiveRecord::InternalMetadata Load (3.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] ActiveRecord::InternalMetadata Load (1.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "schema_sha1"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN ActiveRecord::InternalMetadata Create (1.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "schema_sha1"], ["value", "397f8a7338fb12498538357ebdd19042d72ed381"], ["created_at", "2022-09-29 08:49:01.689567"], ["updated_at", "2022-09-29 08:49:01.689567"]] TRANSACTION (2.0ms) COMMIT SQL (9.8ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (1.7ms) DROP TABLE IF EXISTS "censor_bear_review_logs" CASCADE  (187.5ms) CREATE TABLE "censor_bear_review_logs" ("id" bigserial primary key, "data_id" character varying, "record_id" bigint, "record_type" character varying, "type" character varying, "service" character varying, "raw_data" jsonb, "user_id" bigint, "ip_address" character varying, "operator_id" bigint, "url" character varying, "image_id" character varying, "original" text, "filtered" text, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "aasm_state" character varying, "reason" character varying, "operated_at" timestamp)  (16.1ms) CREATE INDEX "index_censor_bear_review_logs_on_aasm_state" ON "censor_bear_review_logs" ("aasm_state")  (21.8ms) CREATE INDEX "index_censor_bear_review_logs_on_operated_at" ON "censor_bear_review_logs" ("operated_at")  (18.7ms) CREATE INDEX "index_censor_bear_review_logs_on_created_at" ON "censor_bear_review_logs" ("created_at")  (17.4ms) CREATE INDEX "index_censor_bear_review_logs_on_operator_id" ON "censor_bear_review_logs" ("operator_id")  (2.1ms) DROP TABLE IF EXISTS "censor_bear_stop_words" CASCADE  (45.8ms) CREATE TABLE "censor_bear_stop_words" ("id" bigserial primary key, "key" character varying, "user_id" bigint, "ugc" character varying, "username" character varying, "nickname" character varying, "signature" character varying, "dialog" character varying, "replacement" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (21.9ms) CREATE UNIQUE INDEX "index_censor_bear_stop_words_on_key" ON "censor_bear_stop_words" ("key")  (4.0ms) DROP TABLE IF EXISTS "comments" CASCADE  (48.5ms) CREATE TABLE "comments" ("id" bigserial primary key, "content" text, "user_id" bigint, "is_approved" boolean DEFAULT TRUE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "force_image_safe_url" boolean DEFAULT FALSE)  (2.2ms) DROP TABLE IF EXISTS "users" CASCADE  (62.3ms) CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "is_baned" boolean DEFAULT FALSE, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)  (13.0ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (13.5ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")  (49.0ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)  (6.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (6.9ms) INSERT INTO "schema_migrations" (version) VALUES (20220925145906)  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES (20211126133758), (20211127173946), (20211129164557), (20220914112252), (20220921022018), (20220923061549);   (43.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL) ActiveRecord::InternalMetadata Load (8.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN ActiveRecord::InternalMetadata Create (8.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "development"], ["created_at", "2022-09-29 08:49:02.656494"], ["updated_at", "2022-09-29 08:49:02.656494"]] TRANSACTION (2.6ms) COMMIT ActiveRecord::InternalMetadata Load (4.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "environment"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN ActiveRecord::InternalMetadata Update (1.6ms) UPDATE "ar_internal_metadata" SET "value" = $1, "updated_at" = $2 WHERE "ar_internal_metadata"."key" = $3 [["value", "test"], ["updated_at", "2022-09-29 08:49:02.680715"], ["key", "environment"]] TRANSACTION (2.8ms) COMMIT ActiveRecord::InternalMetadata Load (1.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", "schema_sha1"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN ActiveRecord::InternalMetadata Create (1.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "schema_sha1"], ["value", "397f8a7338fb12498538357ebdd19042d72ed381"], ["created_at", "2022-09-29 08:49:02.692758"], ["updated_at", "2022-09-29 08:49:02.692758"]] TRANSACTION (2.5ms) COMMIT  (12.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/censor_bear/stop_words?page=417" for 127.0.0.1 at 2022-09-29 16:51:49 +0800  (6.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Processing by CensorBear::StopWordsController#index as HTML Parameters: {"page"=>"417"} User Load (13.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 401 Unauthorized in 42ms (ActiveRecord: 15.4ms | Allocations: 3728) Started GET "/users/sign_in" for 127.0.0.1 at 2022-09-29 16:51:49 +0800 Processing by Devise::SessionsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 1.5ms | Allocations: 663) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application (Duration: 7.9ms | Allocations: 3050) Rendered layout layouts/application.html.erb (Duration: 11.1ms | Allocations: 4908) Completed 200 OK in 28ms (Views: 15.1ms | ActiveRecord: 0.0ms | Allocations: 11475) Started POST "/users/sign_in" for 127.0.0.1 at 2022-09-29 16:53:08 +0800 Processing by Devise::SessionsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"email"=>"foobar@v2up.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["email", "foobar@v2up.com"], ["LIMIT", 1]] Completed 401 Unauthorized in 17ms (ActiveRecord: 3.1ms | Allocations: 1937) Processing by Devise::SessionsController#new as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"email"=>"foobar@v2up.com", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Log in"} Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.3ms | Allocations: 143) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/sessions/new.html.erb within layouts/application (Duration: 3.3ms | Allocations: 1415) Rendered layout layouts/application.html.erb (Duration: 7.5ms | Allocations: 3013) Completed 200 OK in 337ms (Views: 9.4ms | ActiveRecord: 0.0ms | Allocations: 4583) Started GET "/users/sign_up" for 127.0.0.1 at 2022-09-29 16:53:13 +0800 Processing by Devise::RegistrationsController#new as HTML Rendering layout layouts/application.html.erb Rendering /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/registrations/new.html.erb within layouts/application Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_error_messages.html.erb (Duration: 0.7ms | Allocations: 186) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/shared/_links.html.erb (Duration: 0.3ms | Allocations: 134) Rendered /Users/caicheng02/.asdf/installs/ruby/3.0.2/lib/ruby/gems/3.0.0/gems/devise-4.8.1/app/views/devise/registrations/new.html.erb within layouts/application (Duration: 4.4ms | Allocations: 2314) Rendered layout layouts/application.html.erb (Duration: 7.0ms | Allocations: 3983) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.0ms | Allocations: 5863) Started POST "/users" for 127.0.0.1 at 2022-09-29 16:53:26 +0800 Processing by Devise::RegistrationsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "user"=>{"email"=>"foobar@v2up.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} TRANSACTION (3.0ms) BEGIN User Exists? (2.9ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "foobar@v2up.com"], ["LIMIT", 1]] User Create (17.2ms) INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["email", "foobar@v2up.com"], ["encrypted_password", "$2a$12$51fc66DemAmWMh.18AmV.OZXbCTBw4F5n96/TrHFyGYiaZ23S6qka"], ["created_at", "2022-09-29 08:53:26.960501"], ["updated_at", "2022-09-29 08:53:26.960501"]] TRANSACTION (4.4ms) COMMIT Redirected to http://localhost:3000/censor_bear/stop_words?page=417 Completed 302 Found in 317ms (ActiveRecord: 27.5ms | Allocations: 6578) Started GET "/censor_bear/stop_words?page=417" for 127.0.0.1 at 2022-09-29 16:53:26 +0800 Processing by CensorBear::StopWordsController#index as HTML Parameters: {"page"=>"417"} User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (15.8ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Completed 500 Internal Server Error in 96ms (ActiveRecord: 84.3ms | Allocations: 4516) Pagy::OverflowError (expected :page in 1..1; got 417): pagy (5.10.1) lib/pagy.rb:37:in `initialize' pagy (5.10.1) lib/pagy/backend.rb:13:in `new' pagy (5.10.1) lib/pagy/backend.rb:13:in `pagy' /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/stop_words_controller.rb:105:in `load_stop_words' /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/stop_words_controller.rb:8:in `index' actionpack (6.1.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (6.1.7) lib/abstract_controller/base.rb:228:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (6.1.7) lib/active_support/callbacks.rb:117:in `block in run_callbacks' actiontext (6.1.7) lib/action_text/rendering.rb:20:in `with_renderer' actiontext (6.1.7) lib/action_text/engine.rb:59:in `block (4 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `instance_exec' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `block in run_callbacks' activesupport (6.1.7) lib/active_support/callbacks.rb:137:in `run_callbacks' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:33:in `process_action' actionpack (6.1.7) lib/action_controller/metal/params_wrapper.rb:249:in `process_action' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action' actionpack (6.1.7) lib/abstract_controller/base.rb:165:in `process' actionview (6.1.7) lib/action_view/rendering.rb:39:in `process' actionpack (6.1.7) lib/action_controller/metal.rb:190:in `dispatch' actionpack (6.1.7) lib/action_controller/metal.rb:254:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:33:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' railties (6.1.7) lib/rails/railtie.rb:207:in `public_send' railties (6.1.7) lib/rails/railtie.rb:207:in `method_missing' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:20:in `block in ' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' warden (1.2.9) lib/warden/manager.rb:36:in `block in call' warden (1.2.9) lib/warden/manager.rb:34:in `catch' warden (1.2.9) lib/warden/manager.rb:34:in `call' rack (2.2.4) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.2.4) lib/rack/etag.rb:27:in `call' rack (2.2.4) lib/rack/conditional_get.rb:27:in `call' rack (2.2.4) lib/rack/head.rb:12:in `call' actionpack (6.1.7) lib/action_dispatch/http/permissions_policy.rb:22:in `call' actionpack (6.1.7) lib/action_dispatch/http/content_security_policy.rb:19:in `call' rack (2.2.4) lib/rack/session/abstract/id.rb:266:in `context' rack (2.2.4) lib/rack/session/abstract/id.rb:260:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/cookies.rb:689:in `call' activerecord (6.1.7) lib/active_record/migration.rb:601:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.7) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.7) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.7) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.7) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.7) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' Started GET "/censor_bear" for 127.0.0.1 at 2022-09-29 16:54:30 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (13.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (19.3ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 5.6ms | Allocations: 2630) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 7.5ms | Allocations: 3322) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 26.8ms | Allocations: 18241) Completed 200 OK in 217ms (Views: 29.8ms | ActiveRecord: 113.6ms | Allocations: 32281) Started GET "/" for 127.0.0.1 at 2022-09-29 16:54:34 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 359) Rendered layout layouts/application.html.erb (Duration: 4.1ms | Allocations: 2425) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms | Allocations: 3647) Started GET "/" for 127.0.0.1 at 2022-09-29 16:54:36 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 151) Rendered layout layouts/application.html.erb (Duration: 5.5ms | Allocations: 1964) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms | Allocations: 2307) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-29 16:54:37 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (33.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (5.6ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 4.4ms | Allocations: 1754) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 4.7ms | Allocations: 1819) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 38.1ms | Allocations: 8928) Completed 200 OK in 114ms (Views: 39.0ms | ActiveRecord: 38.6ms | Allocations: 11690) Started GET "/comments/new" for 127.0.0.1 at 2022-09-29 16:54:39 +0800 Processing by CommentsController#new as HTML Rendering layout layouts/application.html.erb Rendering comments/new.html.erb within layouts/application Rendered comments/_form.html.erb (Duration: 5.0ms | Allocations: 1528) Rendered comments/new.html.erb within layouts/application (Duration: 7.6ms | Allocations: 1915) Rendered layout layouts/application.html.erb (Duration: 11.7ms | Allocations: 3606) Completed 200 OK in 67ms (Views: 15.2ms | ActiveRecord: 25.8ms | Allocations: 8664) Started POST "/comments" for 127.0.0.1 at 2022-09-29 16:54:48 +0800 Processing by CommentsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "comment"=>{"content"=>"tests"}, "commit"=>"Create Comment"} CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') ↳ app/controllers/comments_controller.rb:25:in `create' User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:28:in `create' TRANSACTION (2.0ms) BEGIN ↳ app/controllers/comments_controller.rb:30:in `create' Comment Create (16.7ms) INSERT INTO "comments" ("content", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "tests"], ["user_id", 1], ["created_at", "2022-09-29 08:54:48.145415"], ["updated_at", "2022-09-29 08:54:48.145415"]] ↳ app/controllers/comments_controller.rb:30:in `create' TRANSACTION (3.6ms) COMMIT ↳ app/controllers/comments_controller.rb:30:in `create' Redirected to http://localhost:3000/comments/1 Completed 302 Found in 176ms (ActiveRecord: 26.8ms | Allocations: 13559) Started GET "/comments/1" for 127.0.0.1 at 2022-09-29 16:54:48 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"1"} Comment Load (5.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 1.2ms | Allocations: 627) Rendered layout layouts/application.html.erb (Duration: 3.5ms | Allocations: 2251) Completed 200 OK in 22ms (Views: 4.2ms | ActiveRecord: 5.0ms | Allocations: 3573) Started GET "/comments" for 127.0.0.1 at 2022-09-29 16:55:26 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (2.3ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:14 Rendered comments/index.html.erb within layouts/application (Duration: 21.2ms | Allocations: 4360) Rendered layout layouts/application.html.erb (Duration: 23.6ms | Allocations: 6047) Completed 200 OK in 38ms (Views: 14.7ms | ActiveRecord: 14.2ms | Allocations: 8156) Started GET "/comments" for 127.0.0.1 at 2022-09-29 16:55:28 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (3.4ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:14 Rendered comments/index.html.erb within layouts/application (Duration: 9.5ms | Allocations: 1003) Rendered layout layouts/application.html.erb (Duration: 13.4ms | Allocations: 2520) Completed 200 OK in 16ms (Views: 10.8ms | ActiveRecord: 3.4ms | Allocations: 2941) Started GET "/" for 127.0.0.1 at 2022-09-29 16:57:07 +0800 Processing by HomeController#index as HTML Rendering layout layouts/application.html.erb Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (Duration: 1.0ms | Allocations: 362) Rendered layout layouts/application.html.erb (Duration: 4.7ms | Allocations: 2596) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms | Allocations: 4085) Started GET "/comments/new" for 127.0.0.1 at 2022-09-29 16:57:08 +0800 Processing by CommentsController#new as HTML Rendering layout layouts/application.html.erb Rendering comments/new.html.erb within layouts/application Rendered comments/_form.html.erb (Duration: 5.7ms | Allocations: 1471) Rendered comments/new.html.erb within layouts/application (Duration: 7.9ms | Allocations: 1854) Rendered layout layouts/application.html.erb (Duration: 13.4ms | Allocations: 3532) Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.0ms | Allocations: 4723) Started GET "/comments" for 127.0.0.1 at 2022-09-29 16:57:25 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (3.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:14 Rendered comments/index.html.erb within layouts/application (Duration: 12.5ms | Allocations: 1535) Rendered layout layouts/application.html.erb (Duration: 15.8ms | Allocations: 3394) Completed 200 OK in 20ms (Views: 15.1ms | ActiveRecord: 3.5ms | Allocations: 4878) Started GET "/comments" for 127.0.0.1 at 2022-09-29 16:57:28 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (2.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:14 Rendered comments/index.html.erb within layouts/application (Duration: 8.6ms | Allocations: 1011) Rendered layout layouts/application.html.erb (Duration: 12.6ms | Allocations: 2540) Completed 200 OK in 14ms (Views: 10.9ms | ActiveRecord: 2.5ms | Allocations: 2963) Started GET "/comments" for 127.0.0.1 at 2022-09-29 16:57:55 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (2.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 20.7ms | Allocations: 4046) Rendered layout layouts/application.html.erb (Duration: 24.1ms | Allocations: 6289) Completed 200 OK in 38ms (Views: 17.2ms | ActiveRecord: 14.4ms | Allocations: 9124) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-29 17:00:12 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.8ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 5.2ms | Allocations: 2625) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 7.3ms | Allocations: 3320) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 29.3ms | Allocations: 18240) Completed 200 OK in 130ms (Views: 31.9ms | ActiveRecord: 52.4ms | Allocations: 32238) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 17:00:14 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (3.3ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 3.3ms | Allocations: 1679) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 3.6ms | Allocations: 1740) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 13.2ms | Allocations: 8831) Completed 200 OK in 28ms (Views: 14.0ms | ActiveRecord: 5.4ms | Allocations: 11560) Started GET "/censor_bear/review_logs" for 127.0.0.1 at 2022-09-29 17:00:39 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (15.5ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 5.2ms | Allocations: 2615) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 8.4ms | Allocations: 3311) CACHE (0.1ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 25.9ms | Allocations: 18229) Completed 200 OK in 193ms (Views: 35.3ms | ActiveRecord: 34.4ms | Allocations: 32281) Started GET "/" for 127.0.0.1 at 2022-09-29 17:00:45 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (10.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 29.1ms | Allocations: 3955) Rendered layout layouts/application.html.erb (Duration: 34.1ms | Allocations: 6385) Completed 200 OK in 52ms (Views: 21.5ms | ActiveRecord: 21.9ms | Allocations: 9140) Started GET "/" for 127.0.0.1 at 2022-09-29 17:00:45 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (2.9ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 9.2ms | Allocations: 715) Rendered layout layouts/application.html.erb (Duration: 13.6ms | Allocations: 2665) Completed 200 OK in 15ms (Views: 11.4ms | ActiveRecord: 2.9ms | Allocations: 3086) Started GET "/" for 127.0.0.1 at 2022-09-29 17:00:46 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (3.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 17.8ms | Allocations: 713) Rendered layout layouts/application.html.erb (Duration: 22.8ms | Allocations: 2669) Completed 200 OK in 25ms (Views: 20.6ms | ActiveRecord: 3.5ms | Allocations: 3052) Started GET "/" for 127.0.0.1 at 2022-09-29 17:00:47 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (4.4ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 10.8ms | Allocations: 713) Rendered layout layouts/application.html.erb (Duration: 15.4ms | Allocations: 2655) Completed 200 OK in 17ms (Views: 11.8ms | ActiveRecord: 4.4ms | Allocations: 3038) Started GET "/" for 127.0.0.1 at 2022-09-29 17:00:58 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (2.9ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 9.8ms | Allocations: 1155) Rendered layout layouts/application.html.erb (Duration: 15.3ms | Allocations: 3546) Completed 200 OK in 20ms (Views: 15.4ms | ActiveRecord: 2.9ms | Allocations: 4991) Started GET "/" for 127.0.0.1 at 2022-09-29 17:00:59 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (2.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 6.4ms | Allocations: 713) Rendered layout layouts/application.html.erb (Duration: 9.3ms | Allocations: 2651) Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 2.0ms | Allocations: 3072) Started GET "/" for 127.0.0.1 at 2022-09-29 17:01:03 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (2.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 8.0ms | Allocations: 1156) Rendered layout layouts/application.html.erb (Duration: 11.7ms | Allocations: 3557) Completed 200 OK in 16ms (Views: 12.0ms | ActiveRecord: 2.5ms | Allocations: 5000) Started GET "/" for 127.0.0.1 at 2022-09-29 17:01:04 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (2.4ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 7.7ms | Allocations: 713) Rendered layout layouts/application.html.erb (Duration: 11.2ms | Allocations: 2661) Completed 200 OK in 13ms (Views: 9.9ms | ActiveRecord: 2.4ms | Allocations: 3082) Started GET "/" for 127.0.0.1 at 2022-09-29 17:01:28 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (2.6ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 8.5ms | Allocations: 713) Rendered layout layouts/application.html.erb (Duration: 12.5ms | Allocations: 2667) Completed 200 OK in 14ms (Views: 10.8ms | ActiveRecord: 2.6ms | Allocations: 3050) Started GET "/" for 127.0.0.1 at 2022-09-29 17:03:09 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (2.7ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 11.0ms | Allocations: 713) Rendered layout layouts/application.html.erb (Duration: 14.8ms | Allocations: 2669) Completed 200 OK in 17ms (Views: 13.1ms | ActiveRecord: 2.7ms | Allocations: 3052) Started GET "/" for 127.0.0.1 at 2022-09-29 17:03:11 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (3.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 8.8ms | Allocations: 713) Rendered layout layouts/application.html.erb (Duration: 12.9ms | Allocations: 2659) Completed 200 OK in 14ms (Views: 10.3ms | ActiveRecord: 3.2ms | Allocations: 3042) Started GET "/" for 127.0.0.1 at 2022-09-29 17:03:11 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (2.9ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 9.2ms | Allocations: 713) Rendered layout layouts/application.html.erb (Duration: 13.8ms | Allocations: 2667) Completed 200 OK in 16ms (Views: 11.8ms | ActiveRecord: 2.9ms | Allocations: 3050) Started GET "/" for 127.0.0.1 at 2022-09-29 17:04:05 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (2.3ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 8.0ms | Allocations: 1155) Rendered layout layouts/application.html.erb (Duration: 12.7ms | Allocations: 3546) Completed 200 OK in 17ms (Views: 12.9ms | ActiveRecord: 2.3ms | Allocations: 4989) Started GET "/" for 127.0.0.1 at 2022-09-29 17:04:06 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (1.7ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 6.4ms | Allocations: 713) Rendered layout layouts/application.html.erb (Duration: 9.1ms | Allocations: 2659) Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 1.7ms | Allocations: 3080) Started GET "/" for 127.0.0.1 at 2022-09-29 17:04:07 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (1.8ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 6.2ms | Allocations: 713) Rendered layout layouts/application.html.erb (Duration: 9.6ms | Allocations: 2669) Completed 200 OK in 11ms (Views: 8.4ms | ActiveRecord: 1.8ms | Allocations: 3052) Started GET "/" for 127.0.0.1 at 2022-09-29 17:04:07 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (3.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 8.7ms | Allocations: 713) Rendered layout layouts/application.html.erb (Duration: 13.5ms | Allocations: 2673) Completed 200 OK in 15ms (Views: 11.3ms | ActiveRecord: 3.1ms | Allocations: 3056) Started GET "/" for 127.0.0.1 at 2022-09-29 17:04:07 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (5.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 29.4ms | Allocations: 713) Rendered layout layouts/application.html.erb (Duration: 34.4ms | Allocations: 2657) Completed 200 OK in 36ms (Views: 29.7ms | ActiveRecord: 5.5ms | Allocations: 3040) Started GET "/" for 127.0.0.1 at 2022-09-29 17:04:33 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (3.7ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 10.5ms | Allocations: 1155) Rendered layout layouts/application.html.erb (Duration: 14.6ms | Allocations: 3565) Completed 200 OK in 20ms (Views: 14.9ms | ActiveRecord: 3.7ms | Allocations: 5008) Started GET "/" for 127.0.0.1 at 2022-09-29 17:04:39 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (1.7ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 6.4ms | Allocations: 1157) Rendered layout layouts/application.html.erb (Duration: 9.8ms | Allocations: 3560) Completed 200 OK in 13ms (Views: 10.4ms | ActiveRecord: 1.7ms | Allocations: 5041) Started GET "/comments/new" for 127.0.0.1 at 2022-09-29 17:04:45 +0800 Processing by CommentsController#new as HTML Rendering layout layouts/application.html.erb Rendering comments/new.html.erb within layouts/application Rendered comments/_form.html.erb (Duration: 3.2ms | Allocations: 1318) Rendered comments/new.html.erb within layouts/application (Duration: 4.8ms | Allocations: 1655) Rendered layout layouts/application.html.erb (Duration: 8.2ms | Allocations: 3309) Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.0ms | Allocations: 3824) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-29 17:04:49 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (2.1ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 18.3ms | Allocations: 11476)  (2.8ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 103.9ms | Allocations: 36943) Completed 200 OK in 126ms (Views: 99.6ms | ActiveRecord: 13.7ms | Allocations: 43020) Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-29 17:04:50 +0800 Processing by CensorBear::StopWordsController#index as HTML User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (2.7ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 8.2ms | Allocations: 1727)  (2.2ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 21.2ms | Allocations: 8865) Completed 200 OK in 37ms (Views: 15.9ms | ActiveRecord: 11.7ms | Allocations: 11532) Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 17:04:51 +0800 Processing by CensorBear::StopWordsController#import as HTML User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 2.8ms | Allocations: 833)  (4.3ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 20.9ms | Allocations: 7958) Completed 200 OK in 32ms (Views: 17.5ms | ActiveRecord: 6.9ms | Allocations: 9928) Started POST "/censor_bear/stop_words/import_confirm" for 127.0.0.1 at 2022-09-29 17:04:58 +0800 Processing by CensorBear::StopWordsController#import_confirm as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "file"=>#, @original_filename="stop-words 2.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"stop-words 2.txt\"\r\nContent-Type: text/plain\r\n">, "is_overwrite"=>"true", "commit"=>"Save "} User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "08xz"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "08xz"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:58.524739"], ["updated_at", "2022-09-29 09:04:58.524742"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "08\xE5\xAE\xAA"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "08\xE5\xAE\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:58.580225"], ["updated_at", "2022-09-29 09:04:58.580225"]] TRANSACTION (6.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "0\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "0\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:58.621777"], ["updated_at", "2022-09-29 09:04:58.621778"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "16\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "16\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:58.658819"], ["updated_at", "2022-09-29 09:04:58.658821"]] TRANSACTION (5.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "17da"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "17da"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:58.685937"], ["updated_at", "2022-09-29 09:04:58.685937"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "18\xE5\xB2\x81\xE4\xBB\xA5\xE4\xB8\x8B\xE5\x8B\xBF\xE5\x85\xA5\xE7\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "18\xE5\xB2\x81\xE4\xBB\xA5\xE4\xB8\x8B\xE5\x8B\xBF\xE5\x85\xA5\xE7\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:58.720946"], ["updated_at", "2022-09-29 09:04:58.720947"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "18\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "18\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:58.750093"], ["updated_at", "2022-09-29 09:04:58.750093"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "198964"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "198964"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:58.778534"], ["updated_at", "2022-09-29 09:04:58.778535"]] TRANSACTION (7.1ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "1989\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "1989\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:58.829682"], ["updated_at", "2022-09-29 09:04:58.829683"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "1\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "1\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:58.869868"], ["updated_at", "2022-09-29 09:04:58.869868"]] TRANSACTION (3.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "20\xE5\x92\x8C\xE8\xB0\x90\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "20\xE5\x92\x8C\xE8\xB0\x90\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:58.897574"], ["updated_at", "2022-09-29 09:04:58.897575"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "21\xE4\xB8\x96\xE7\xBA\xAA\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9F\xBA\xE9\x87\x91\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "21\xE4\xB8\x96\xE7\xBA\xAA\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9F\xBA\xE9\x87\x91\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:58.928658"], ["updated_at", "2022-09-29 09:04:58.928659"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "28\xE5\x8F\xB7\xE7\xA6\x8F\xE5\xBB\xBA\xE4\xB8\xA5\xE6\x99\x93\xE7\x8E\xB23\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "28\xE5\x8F\xB7\xE7\xA6\x8F\xE5\xBB\xBA\xE4\xB8\xA5\xE6\x99\x93\xE7\x8E\xB23\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:58.953277"], ["updated_at", "2022-09-29 09:04:58.953278"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "2o\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "2o\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:58.979699"], ["updated_at", "2022-09-29 09:04:58.979700"]] TRANSACTION (5.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "2\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "2\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.016874"], ["updated_at", "2022-09-29 09:04:59.016876"]] TRANSACTION (7.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "322\xE6\x94\xBB\xE5\x8F\xB0\xE4\xBD\x9C\xE6\x88\x98\xE8\xAE\xA1\xE5\x88\x92"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "322\xE6\x94\xBB\xE5\x8F\xB0\xE4\xBD\x9C\xE6\x88\x98\xE8\xAE\xA1\xE5\x88\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.054070"], ["updated_at", "2022-09-29 09:04:59.054071"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "38\xE9\x9B\x86\xE5\x9B\xA2\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "38\xE9\x9B\x86\xE5\x9B\xA2\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.082973"], ["updated_at", "2022-09-29 09:04:59.082975"]] TRANSACTION (6.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "3D\xE8\xBD\xAE\xE7\x9B\x98"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "3D\xE8\xBD\xAE\xE7\x9B\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.129701"], ["updated_at", "2022-09-29 09:04:59.129702"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "3P"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "3P"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.169766"], ["updated_at", "2022-09-29 09:04:59.169767"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "3\xE7\xBA\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "3\xE7\xBA\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.197509"], ["updated_at", "2022-09-29 09:04:59.197510"]] TRANSACTION (4.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "3\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "3\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.235353"], ["updated_at", "2022-09-29 09:04:59.235354"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "4\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.267412"], ["updated_at", "2022-09-29 09:04:59.267412"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xE6\x9C\x88"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "4\xE6\x9C\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.290397"], ["updated_at", "2022-09-29 09:04:59.290398"]] TRANSACTION (5.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xE7\xBA\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "4\xE7\xBA\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.329331"], ["updated_at", "2022-09-29 09:04:59.329333"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xE9\xA3\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "4\xE9\xA3\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.360625"], ["updated_at", "2022-09-29 09:04:59.360626"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "4\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "4\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.387315"], ["updated_at", "2022-09-29 09:04:59.387316"]] TRANSACTION (4.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "52\xE5\xBC\x82\xE6\x80\xA7\xE7\xA4\xBE\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "52\xE5\xBC\x82\xE6\x80\xA7\xE7\xA4\xBE\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.422825"], ["updated_at", "2022-09-29 09:04:59.422826"]] TRANSACTION (3.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "5\xE6\x9C\x8835"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "5\xE6\x9C\x8835"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.450973"], ["updated_at", "2022-09-29 09:04:59.450973"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "5\xE6\xAF\x9B\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "5\xE6\xAF\x9B\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.475505"], ["updated_at", "2022-09-29 09:04:59.475505"]] TRANSACTION (4.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "5\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "5\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.504278"], ["updated_at", "2022-09-29 09:04:59.504279"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "6.4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "6.4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.538172"], ["updated_at", "2022-09-29 09:04:59.538172"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "628\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "628\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.562621"], ["updated_at", "2022-09-29 09:04:59.562622"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "64\xE5\xA4\xA7\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "64\xE5\xA4\xA7\xE5\xB1\xA0\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.596738"], ["updated_at", "2022-09-29 09:04:59.596739"]] TRANSACTION (7.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "64\xE6\x83\xA8\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "64\xE6\x83\xA8\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.646755"], ["updated_at", "2022-09-29 09:04:59.646756"]] TRANSACTION (4.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "64\xE6\x97\xB6\xE6\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "64\xE6\x97\xB6\xE6\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.680871"], ["updated_at", "2022-09-29 09:04:59.680871"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "64\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "64\xE8\xBF\x90\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.713339"], ["updated_at", "2022-09-29 09:04:59.713340"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "6\xE4\xBD\x8Dqq"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "6\xE4\xBD\x8Dqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.744336"], ["updated_at", "2022-09-29 09:04:59.744337"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "6\xE5\x90\x88\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "6\xE5\x90\x88\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.765449"], ["updated_at", "2022-09-29 09:04:59.765450"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "6\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "6\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.786859"], ["updated_at", "2022-09-29 09:04:59.786860"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "7.31"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "7.31"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.818540"], ["updated_at", "2022-09-29 09:04:59.818540"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "70\xE5\xA4\xA9\xE5\xA4\xA7\xE4\xBA\x8B\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "70\xE5\xA4\xA9\xE5\xA4\xA7\xE4\xBA\x8B\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.847578"], ["updated_at", "2022-09-29 09:04:59.847579"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "75\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "75\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.870790"], ["updated_at", "2022-09-29 09:04:59.870791"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "7\xE5\xA4\xA7\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "7\xE5\xA4\xA7\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.891069"], ["updated_at", "2022-09-29 09:04:59.891069"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "7\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "7\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.926117"], ["updated_at", "2022-09-29 09:04:59.926118"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "800\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "800\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.955038"], ["updated_at", "2022-09-29 09:04:59.955038"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "8341\xE9\x83\xA8\xE9\x98\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "8341\xE9\x83\xA8\xE9\x98\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:04:59.978145"], ["updated_at", "2022-09-29 09:04:59.978146"]] TRANSACTION (3.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "89-64cdjp"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (15.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "89-64cdjp"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.006057"], ["updated_at", "2022-09-29 09:05:00.006058"]] TRANSACTION (26.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "89\xE5\xAD\xA6\xE6\xBD\xAE\xE5\xA4\xA7\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "89\xE5\xAD\xA6\xE6\xBD\xAE\xE5\xA4\xA7\xE5\xB1\xA0\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.079153"], ["updated_at", "2022-09-29 09:05:00.079153"]] TRANSACTION (6.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "89\xE5\xAD\xA6\xE6\xBD\xAE\xE8\xA1\x80\xE8\x85\xA5\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "89\xE5\xAD\xA6\xE6\xBD\xAE\xE8\xA1\x80\xE8\x85\xA5\xE5\xB1\xA0\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.111216"], ["updated_at", "2022-09-29 09:05:00.111217"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "89\xE5\xB9\xB4\xE6\x98\xA5\xE5\xA4\x8F\xE4\xB9\x8B\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "89\xE5\xB9\xB4\xE6\x98\xA5\xE5\xA4\x8F\xE4\xB9\x8B\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.148054"], ["updated_at", "2022-09-29 09:05:00.148054"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "8\xE7\x9A\x84\xE5\xB9\xB3\xE6\x96\xB9\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "8\xE7\x9A\x84\xE5\xB9\xB3\xE6\x96\xB9\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.176797"], ["updated_at", "2022-09-29 09:05:00.176798"]] TRANSACTION (7.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "8\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "8\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.213621"], ["updated_at", "2022-09-29 09:05:00.213622"]] TRANSACTION (21.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "99bb"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "99bb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.268613"], ["updated_at", "2022-09-29 09:05:00.268613"]] TRANSACTION (6.6ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9ping"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "9ping"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.311659"], ["updated_at", "2022-09-29 09:05:00.311661"]] TRANSACTION (5.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "9\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.361765"], ["updated_at", "2022-09-29 09:05:00.361766"]] TRANSACTION (3.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9\xE8\xAF\x84"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "9\xE8\xAF\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.401043"], ["updated_at", "2022-09-29 09:05:00.401044"]] TRANSACTION (6.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9\xE9\xA3\x8E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "9\xE9\xA3\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.442572"], ["updated_at", "2022-09-29 09:05:00.442573"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "9\xEF\xB8\x8F\xE2\x83\xA3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "9\xEF\xB8\x8F\xE2\x83\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.474758"], ["updated_at", "2022-09-29 09:05:00.474759"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "______"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "______"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.505058"], ["updated_at", "2022-09-29 09:05:00.505059"]] TRANSACTION (9.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "a4u"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "a4u"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.544726"], ["updated_at", "2022-09-29 09:05:00.544727"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "a4y"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "a4y"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.575789"], ["updated_at", "2022-09-29 09:05:00.575790"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "abo"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "abo"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.605421"], ["updated_at", "2022-09-29 09:05:00.605422"]] TRANSACTION (3.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "adrenaline"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "adrenaline"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.637391"], ["updated_at", "2022-09-29 09:05:00.637392"]] TRANSACTION (3.9ms) COMMIT User Load (10.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "adult"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "adult"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.675479"], ["updated_at", "2022-09-29 09:05:00.675479"]] TRANSACTION (3.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "amateur"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "amateur"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.704823"], ["updated_at", "2022-09-29 09:05:00.704824"]] TRANSACTION (3.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "anal"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "anal"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.735333"], ["updated_at", "2022-09-29 09:05:00.735333"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "androst"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "androst"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.761565"], ["updated_at", "2022-09-29 09:05:00.761567"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "app"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "app"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.787280"], ["updated_at", "2022-09-29 09:05:00.787285"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "AV"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "AV"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.814680"], ["updated_at", "2022-09-29 09:05:00.814681"]] TRANSACTION (4.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "AV\xE5\xA5\xB3\xE4\xBC\x98"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "AV\xE5\xA5\xB3\xE4\xBC\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.844293"], ["updated_at", "2022-09-29 09:05:00.844293"]] TRANSACTION (2.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "a\xE6\x89\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "a\xE6\x89\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.867046"], ["updated_at", "2022-09-29 09:05:00.867046"]] TRANSACTION (2.6ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "A\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "A\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.886748"], ["updated_at", "2022-09-29 09:05:00.886748"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "A\xE7\x89\x87\xE5\x9F\xBA\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "A\xE7\x89\x87\xE5\x9F\xBA\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.914108"], ["updated_at", "2022-09-29 09:05:00.914109"]] TRANSACTION (4.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "A\xE7\x89\x87\xE6\x92\xAD\xE6\x94\xBE\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (17.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "A\xE7\x89\x87\xE6\x92\xAD\xE6\x94\xBE\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.945126"], ["updated_at", "2022-09-29 09:05:00.945127"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baixiong"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "baixiong"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:00.988827"], ["updated_at", "2022-09-29 09:05:00.988827"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baixiongyuedu"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "baixiongyuedu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.021975"], ["updated_at", "2022-09-29 09:05:01.021976"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baodong"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "baodong"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.055481"], ["updated_at", "2022-09-29 09:05:01.055482"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baoluan"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "baoluan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.085080"], ["updated_at", "2022-09-29 09:05:01.085081"]] TRANSACTION (5.7ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "baozha"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "baozha"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.119289"], ["updated_at", "2022-09-29 09:05:01.119290"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bao\xE7\x82\xB8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "bao\xE7\x82\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.152670"], ["updated_at", "2022-09-29 09:05:01.152672"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ba\xE8\xAF\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ba\xE8\xAF\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.178125"], ["updated_at", "2022-09-29 09:05:01.178126"]] TRANSACTION (2.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bbc\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "bbc\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.199115"], ["updated_at", "2022-09-29 09:05:01.199116"]] TRANSACTION (4.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "BB\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "BB\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.231753"], ["updated_at", "2022-09-29 09:05:01.231754"]] TRANSACTION (4.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "BB\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "BB\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.260802"], ["updated_at", "2022-09-29 09:05:01.260802"]] TRANSACTION (9.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bdsm"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "bdsm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.295178"], ["updated_at", "2022-09-29 09:05:01.295179"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "benzodiazepines"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "benzodiazepines"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.331948"], ["updated_at", "2022-09-29 09:05:01.331949"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bian"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "bian"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.363435"], ["updated_at", "2022-09-29 09:05:01.363436"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bigcock"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "bigcock"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.389947"], ["updated_at", "2022-09-29 09:05:01.389947"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bjork"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "bjork"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.419361"], ["updated_at", "2022-09-29 09:05:01.419362"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "bl"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "bl"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.450842"], ["updated_at", "2022-09-29 09:05:01.450843"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "boycott"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "boycott"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.472884"], ["updated_at", "2022-09-29 09:05:01.472884"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cannabis"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cannabis"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.492772"], ["updated_at", "2022-09-29 09:05:01.492772"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cao"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.519774"], ["updated_at", "2022-09-29 09:05:01.519774"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cao\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cao\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.549007"], ["updated_at", "2022-09-29 09:05:01.549008"]] TRANSACTION (4.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cdm"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cdm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.571044"], ["updated_at", "2022-09-29 09:05:01.571044"]] TRANSACTION (2.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chairmanmao"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "chairmanmao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.590532"], ["updated_at", "2022-09-29 09:05:01.590533"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chinesedemocracy"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "chinesedemocracy"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.617977"], ["updated_at", "2022-09-29 09:05:01.617978"]] TRANSACTION (4.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chinesenewsnet"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "chinesenewsnet"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.646633"], ["updated_at", "2022-09-29 09:05:01.646634"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chinlierl"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "chinlierl"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.668002"], ["updated_at", "2022-09-29 09:05:01.668003"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "chinmz"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "chinmz"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.688530"], ["updated_at", "2022-09-29 09:05:01.688530"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cmfu"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cmfu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.715336"], ["updated_at", "2022-09-29 09:05:01.715337"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cnd"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cnd"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.754641"], ["updated_at", "2022-09-29 09:05:01.754642"]] TRANSACTION (3.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cocain"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cocain"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.783252"], ["updated_at", "2022-09-29 09:05:01.783253"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "communistparty"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "communistparty"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.809317"], ["updated_at", "2022-09-29 09:05:01.809318"]] TRANSACTION (5.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "creders"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "creders"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.846070"], ["updated_at", "2022-09-29 09:05:01.846071"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "cx666958"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "cx666958"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.875371"], ["updated_at", "2022-09-29 09:05:01.875372"]] TRANSACTION (2.9ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "czyqvq"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "czyqvq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.895171"], ["updated_at", "2022-09-29 09:05:01.895171"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dajiyuan"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dajiyuan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.923637"], ["updated_at", "2022-09-29 09:05:01.923638"]] TRANSACTION (4.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dalai"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dalai"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.953378"], ["updated_at", "2022-09-29 09:05:01.953379"]] TRANSACTION (3.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dan"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:01.979621"], ["updated_at", "2022-09-29 09:05:01.979622"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dang"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.001636"], ["updated_at", "2022-09-29 09:05:02.001637"]] TRANSACTION (12.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "da\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "da\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.048584"], ["updated_at", "2022-09-29 09:05:02.048585"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "da\xE9\x80\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "da\xE9\x80\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.078992"], ["updated_at", "2022-09-29 09:05:02.078993"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "Deng Jiagui"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "Deng Jiagui"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.103996"], ["updated_at", "2022-09-29 09:05:02.103997"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dfdz"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dfdz"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.135010"], ["updated_at", "2022-09-29 09:05:02.135012"]] TRANSACTION (4.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "diacetylmorphine"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "diacetylmorphine"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.173335"], ["updated_at", "2022-09-29 09:05:02.173336"]] TRANSACTION (4.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "diamorphine"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "diamorphine"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.200306"], ["updated_at", "2022-09-29 09:05:02.200307"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dizhi"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dizhi"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.234172"], ["updated_at", "2022-09-29 09:05:02.234173"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "di\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "di\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.268831"], ["updated_at", "2022-09-29 09:05:02.268831"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "djiyun"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "djiyun"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.300233"], ["updated_at", "2022-09-29 09:05:02.300234"]] TRANSACTION (4.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dl\xE5\x96\x87\xE5\x98\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dl\xE5\x96\x87\xE5\x98\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.337272"], ["updated_at", "2022-09-29 09:05:02.337272"]] TRANSACTION (5.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dpp"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dpp"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.371711"], ["updated_at", "2022-09-29 09:05:02.371712"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dpp\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dpp\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.397315"], ["updated_at", "2022-09-29 09:05:02.397315"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "dsb"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "dsb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.433005"], ["updated_at", "2022-09-29 09:05:02.433006"]] TRANSACTION (4.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "duli"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "duli"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.470490"], ["updated_at", "2022-09-29 09:05:02.470491"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "Dx999xxx"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "Dx999xxx"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.495227"], ["updated_at", "2022-09-29 09:05:02.495228"]] TRANSACTION (3.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "editor"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "editor"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.526153"], ["updated_at", "2022-09-29 09:05:02.526154"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "erythropoietin"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "erythropoietin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.555484"], ["updated_at", "2022-09-29 09:05:02.555485"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fa lun"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "fa lun"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.582605"], ["updated_at", "2022-09-29 09:05:02.582606"]] TRANSACTION (3.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "falu"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "falu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.609479"], ["updated_at", "2022-09-29 09:05:02.609479"]] TRANSACTION (5.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "falun"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "falun"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.641971"], ["updated_at", "2022-09-29 09:05:02.641971"]] TRANSACTION (3.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "Falundafa"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "Falundafa"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.672148"], ["updated_at", "2022-09-29 09:05:02.672149"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "falungong"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "falungong"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.697289"], ["updated_at", "2022-09-29 09:05:02.697290"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fa\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "fa\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.732085"], ["updated_at", "2022-09-29 09:05:02.732086"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fenlie"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "fenlie"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.762616"], ["updated_at", "2022-09-29 09:05:02.762616"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "FFX\xE6\xB0\xA3\xE6\xA7\x8D\xE9\x8A\xB7\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "FFX\xE6\xB0\xA3\xE6\xA7\x8D\xE9\x8A\xB7\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.787293"], ["updated_at", "2022-09-29 09:05:02.787293"]] TRANSACTION (4.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "flg"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "flg"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.812956"], ["updated_at", "2022-09-29 09:05:02.812957"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "flu"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "flu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.844277"], ["updated_at", "2022-09-29 09:05:02.844277"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "flun"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "flun"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.868721"], ["updated_at", "2022-09-29 09:05:02.868721"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "flundf"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "flundf"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.888808"], ["updated_at", "2022-09-29 09:05:02.888810"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fl\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "fl\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.913807"], ["updated_at", "2022-09-29 09:05:02.913808"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "FL\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "FL\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.946471"], ["updated_at", "2022-09-29 09:05:02.946472"]] TRANSACTION (2.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freebl"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "freebl"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.974462"], ["updated_at", "2022-09-29 09:05:02.974463"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freebl1994"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "freebl1994"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:02.997819"], ["updated_at", "2022-09-29 09:05:02.997820"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freechin"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "freechin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.030596"], ["updated_at", "2022-09-29 09:05:03.030597"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freedom"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "freedom"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.059662"], ["updated_at", "2022-09-29 09:05:03.059663"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freenet"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "freenet"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.088355"], ["updated_at", "2022-09-29 09:05:03.088355"]] TRANSACTION (4.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "freesex"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "freesex"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.124688"], ["updated_at", "2022-09-29 09:05:03.124689"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "fuck"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "fuck"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.157471"], ["updated_at", "2022-09-29 09:05:03.157472"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "f\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "f\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.184431"], ["updated_at", "2022-09-29 09:05:03.184432"]] TRANSACTION (6.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gay\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gay\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.217716"], ["updated_at", "2022-09-29 09:05:03.217717"]] TRANSACTION (6.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "GCD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "GCD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.259346"], ["updated_at", "2022-09-29 09:05:03.259347"]] TRANSACTION (7.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gc\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gc\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.294631"], ["updated_at", "2022-09-29 09:05:03.294631"]] TRANSACTION (5.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gfw"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gfw"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.330817"], ["updated_at", "2022-09-29 09:05:03.330818"]] TRANSACTION (8.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gongchandang"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gongchandang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.379872"], ["updated_at", "2022-09-29 09:05:03.379872"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gong\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gong\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.405636"], ["updated_at", "2022-09-29 09:05:03.405636"]] TRANSACTION (6.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gong\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gong\xE5\x92\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.444162"], ["updated_at", "2022-09-29 09:05:03.444163"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gong\xE8\xB5\x84"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gong\xE8\xB5\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.471329"], ["updated_at", "2022-09-29 09:05:03.471330"]] TRANSACTION (4.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gong\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gong\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.496446"], ["updated_at", "2022-09-29 09:05:03.496447"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "googleblogger"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "googleblogger"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.526662"], ["updated_at", "2022-09-29 09:05:03.526663"]] TRANSACTION (12.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "gv"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "gv"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.573890"], ["updated_at", "2022-09-29 09:05:03.573891"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "g\xE4\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.594424"], ["updated_at", "2022-09-29 09:05:03.594424"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE5\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "g\xE5\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.622812"], ["updated_at", "2022-09-29 09:05:03.622813"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "g\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.653545"], ["updated_at", "2022-09-29 09:05:03.653545"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "G\xE7\x82\xB9\xE9\xAB\x98\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "G\xE7\x82\xB9\xE9\xAB\x98\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.675535"], ["updated_at", "2022-09-29 09:05:03.675536"]] TRANSACTION (2.9ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "g\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.698482"], ["updated_at", "2022-09-29 09:05:03.698483"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "g\xE7\x94\xA2"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "g\xE7\x94\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.728437"], ["updated_at", "2022-09-29 09:05:03.728438"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "H"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "H"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.763783"], ["updated_at", "2022-09-29 09:05:03.763783"]] TRANSACTION (4.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "h1n1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "h1n1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.789960"], ["updated_at", "2022-09-29 09:05:03.789960"]] TRANSACTION (5.5ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hardcore"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hardcore"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.821705"], ["updated_at", "2022-09-29 09:05:03.821706"]] TRANSACTION (6.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "heroin"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "heroin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.865019"], ["updated_at", "2022-09-29 09:05:03.865019"]] TRANSACTION (4.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hh\xE8\x82\x89\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hh\xE8\x82\x89\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.896370"], ["updated_at", "2022-09-29 09:05:03.896371"]] TRANSACTION (6.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hjt"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hjt"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.935711"], ["updated_at", "2022-09-29 09:05:03.935712"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hmtd"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hmtd"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:03.980091"], ["updated_at", "2022-09-29 09:05:03.980092"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hongzhi"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hongzhi"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.014978"], ["updated_at", "2022-09-29 09:05:04.014979"]] TRANSACTION (6.2ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hrichin"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hrichin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.062139"], ["updated_at", "2022-09-29 09:05:04.062140"]] TRANSACTION (3.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "http:"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "http:"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.095802"], ["updated_at", "2022-09-29 09:05:04.095803"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "https:"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "https:"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.133536"], ["updated_at", "2022-09-29 09:05:04.133537"]] TRANSACTION (6.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hujintao"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hujintao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.173545"], ["updated_at", "2022-09-29 09:05:04.173546"]] TRANSACTION (3.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "hunet"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "hunet"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.207649"], ["updated_at", "2022-09-29 09:05:04.207650"]] TRANSACTION (7.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "h\xE5\x8A\xA8\xE6\xBC\xAB"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "h\xE5\x8A\xA8\xE6\xBC\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.251809"], ["updated_at", "2022-09-29 09:05:04.251811"]] TRANSACTION (5.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "h\xE5\x8A\xA8\xE7\x94\xBB"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "h\xE5\x8A\xA8\xE7\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.294437"], ["updated_at", "2022-09-29 09:05:04.294439"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "h\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "h\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.329319"], ["updated_at", "2022-09-29 09:05:04.329320"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "H\xE6\xBC\xAB\xE7\x94\xBB"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "H\xE6\xBC\xAB\xE7\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.364434"], ["updated_at", "2022-09-29 09:05:04.364435"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ignews"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ignews"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.394285"], ["updated_at", "2022-09-29 09:05:04.394286"]] TRANSACTION (16.1ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "incest"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "incest"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.448373"], ["updated_at", "2022-09-29 09:05:04.448374"]] TRANSACTION (6.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "in\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "in\xE8\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.487229"], ["updated_at", "2022-09-29 09:05:04.487229"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "itch"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "itch"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.517449"], ["updated_at", "2022-09-29 09:05:04.517450"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ivvggg"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ivvggg"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.550448"], ["updated_at", "2022-09-29 09:05:04.550448"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "JABI"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "JABI"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.579217"], ["updated_at", "2022-09-29 09:05:04.579218"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jieyan"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jieyan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.603974"], ["updated_at", "2022-09-29 09:05:04.603975"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jie\xE4\xB8\xA5"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jie\xE4\xB8\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.642298"], ["updated_at", "2022-09-29 09:05:04.642299"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jingdongriji"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jingdongriji"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.680380"], ["updated_at", "2022-09-29 09:05:04.680381"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jing\xE5\x9D\x90"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jing\xE5\x9D\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.713305"], ["updated_at", "2022-09-29 09:05:04.713306"]] TRANSACTION (6.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jinping"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jinping"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.754082"], ["updated_at", "2022-09-29 09:05:04.754083"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jiuping"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jiuping"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.794550"], ["updated_at", "2022-09-29 09:05:04.794551"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "JJ"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "JJ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.823671"], ["updated_at", "2022-09-29 09:05:04.823672"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jq\xE7\x9A\x84\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jq\xE7\x9A\x84\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.857088"], ["updated_at", "2022-09-29 09:05:04.857089"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "jzm"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "jzm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.883457"], ["updated_at", "2022-09-29 09:05:04.883457"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "KC\xE5\x98\x89\xE5\xB9\xB4\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "KC\xE5\x98\x89\xE5\xB9\xB4\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.908962"], ["updated_at", "2022-09-29 09:05:04.908962"]] TRANSACTION (5.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "KC\xE6\x8F\x90\xE7\xA4\xBA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "KC\xE6\x8F\x90\xE7\xA4\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.955775"], ["updated_at", "2022-09-29 09:05:04.955778"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "KC\xE7\x9F\xAD\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "KC\xE7\x9F\xAD\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:04.993400"], ["updated_at", "2022-09-29 09:05:04.993402"]] TRANSACTION (5.0ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "KC\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "KC\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.035748"], ["updated_at", "2022-09-29 09:05:05.035749"]] TRANSACTION (5.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ketamine"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ketamine"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.067738"], ["updated_at", "2022-09-29 09:05:05.067739"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "kwkw9955"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "kwkw9955"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.096140"], ["updated_at", "2022-09-29 09:05:05.096141"]] TRANSACTION (4.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "k\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "k\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.126621"], ["updated_at", "2022-09-29 09:05:05.126621"]] TRANSACTION (3.7ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89qq"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.158594"], ["updated_at", "2022-09-29 09:05:05.158595"]] TRANSACTION (2.6ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.185691"], ["updated_at", "2022-09-29 09:05:05.185692"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.204701"], ["updated_at", "2022-09-29 09:05:05.204701"]] TRANSACTION (7.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.244021"], ["updated_at", "2022-09-29 09:05:05.244021"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.278970"], ["updated_at", "2022-09-29 09:05:05.278970"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.307235"], ["updated_at", "2022-09-29 09:05:05.307236"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.339351"], ["updated_at", "2022-09-29 09:05:05.339351"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE8\xA3\xBD\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE8\xA3\xBD\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.363646"], ["updated_at", "2022-09-29 09:05:05.363646"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.387624"], ["updated_at", "2022-09-29 09:05:05.387625"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "K\xE7\xB2\x89\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "K\xE7\xB2\x89\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.412047"], ["updated_at", "2022-09-29 09:05:05.412048"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "lasa"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "lasa"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.451119"], ["updated_at", "2022-09-29 09:05:05.451123"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "la\xE8\x90\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "la\xE8\x90\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.476533"], ["updated_at", "2022-09-29 09:05:05.476534"]] TRANSACTION (2.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "lihongzhi"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "lihongzhi"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.501945"], ["updated_at", "2022-09-29 09:05:05.501947"]] TRANSACTION (6.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "mayingjiu"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "mayingjiu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.539582"], ["updated_at", "2022-09-29 09:05:05.539584"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "MD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "MD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.577166"], ["updated_at", "2022-09-29 09:05:05.577166"]] TRANSACTION (3.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "mdma"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "mdma"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.606935"], ["updated_at", "2022-09-29 09:05:05.606937"]] TRANSACTION (7.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "minghui"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "minghui"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.648077"], ["updated_at", "2022-09-29 09:05:05.648078"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "minghuinews"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "minghuinews"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.681665"], ["updated_at", "2022-09-29 09:05:05.681665"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "min\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "min\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.716035"], ["updated_at", "2022-09-29 09:05:05.716036"]] TRANSACTION (5.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "mking"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "mking"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.752493"], ["updated_at", "2022-09-29 09:05:05.752494"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "MM\xE9\xA6\x99\xE5\x94\x87\xE7\x8E\x89\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "MM\xE9\xA6\x99\xE5\x94\x87\xE7\x8E\x89\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.792885"], ["updated_at", "2022-09-29 09:05:05.792885"]] TRANSACTION (7.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "morphine"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "morphine"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.833968"], ["updated_at", "2022-09-29 09:05:05.833969"]] TRANSACTION (4.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "M\xE5\x86\x9B\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "M\xE5\x86\x9B\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.876807"], ["updated_at", "2022-09-29 09:05:05.876807"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "nai"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "nai"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.908804"], ["updated_at", "2022-09-29 09:05:05.908805"]] TRANSACTION (6.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "narcotic"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "narcotic"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.950822"], ["updated_at", "2022-09-29 09:05:05.950866"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "nive"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "nive"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:05.984003"], ["updated_at", "2022-09-29 09:05:05.984004"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "nmb"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "nmb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.010604"], ["updated_at", "2022-09-29 09:05:06.010605"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "nmis"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "nmis"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.040930"], ["updated_at", "2022-09-29 09:05:06.040930"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "np"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "np"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.069239"], ["updated_at", "2022-09-29 09:05:06.069240"]] TRANSACTION (2.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "OOXX"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "OOXX"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.092430"], ["updated_at", "2022-09-29 09:05:06.092430"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "oxun"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "oxun"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.119208"], ["updated_at", "2022-09-29 09:05:06.119210"]] TRANSACTION (6.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "oyxl439"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "oyxl439"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.157246"], ["updated_at", "2022-09-29 09:05:06.157247"]] TRANSACTION (6.5ms) COMMIT User Load (13.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "pecehll"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (10.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "pecehll"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.214320"], ["updated_at", "2022-09-29 09:05:06.214321"]] TRANSACTION (4.7ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "Peng Liyuan"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "Peng Liyuan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.274312"], ["updated_at", "2022-09-29 09:05:06.274314"]] TRANSACTION (9.2ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "plyoy"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "plyoy"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.326300"], ["updated_at", "2022-09-29 09:05:06.326302"]] TRANSACTION (6.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "porn"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "porn"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.369436"], ["updated_at", "2022-09-29 09:05:06.369437"]] TRANSACTION (6.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "PP"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "PP"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.427178"], ["updated_at", "2022-09-29 09:05:06.427179"]] TRANSACTION (6.6ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "pper64"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "pper64"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.477476"], ["updated_at", "2022-09-29 09:05:06.477477"]] TRANSACTION (5.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "PS"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "PS"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.515323"], ["updated_at", "2022-09-29 09:05:06.515324"]] TRANSACTION (5.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "PS\xEF\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "PS\xEF\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.553225"], ["updated_at", "2022-09-29 09:05:06.553226"]] TRANSACTION (6.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "px\xE9\xA1\xB9\xE7\x9B\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "px\xE9\xA1\xB9\xE7\x9B\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.592412"], ["updated_at", "2022-09-29 09:05:06.592412"]] TRANSACTION (6.5ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qiangbao"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qiangbao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.628399"], ["updated_at", "2022-09-29 09:05:06.628415"]] TRANSACTION (11.3ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qianyue"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qianyue"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.676841"], ["updated_at", "2022-09-29 09:05:06.676842"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qidian"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qidian"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.700449"], ["updated_at", "2022-09-29 09:05:06.700450"]] TRANSACTION (4.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qing"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qing"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.732977"], ["updated_at", "2022-09-29 09:05:06.732978"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qingzhen"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qingzhen"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.761686"], ["updated_at", "2022-09-29 09:05:06.761687"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq \xE4\xBE\x9B\xE5\xBA\x94\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq \xE4\xBE\x9B\xE5\xBA\x94\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.784658"], ["updated_at", "2022-09-29 09:05:06.784658"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE4\xB9\xA6\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "QQ\xE4\xB9\xA6\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.807809"], ["updated_at", "2022-09-29 09:05:06.807810"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE4\xB9\xB0\xE9\x94\x80\xE5\x94\xAE\xE8\x99\x8E\xE5\xA4\xB4\xE7\x8C\x8E\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE4\xB9\xB0\xE9\x94\x80\xE5\x94\xAE\xE8\x99\x8E\xE5\xA4\xB4\xE7\x8C\x8E\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.840304"], ["updated_at", "2022-09-29 09:05:06.840305"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE4\xBE\x9B\xE5\xBA\x94K\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE4\xBE\x9B\xE5\xBA\x94K\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.866323"], ["updated_at", "2022-09-29 09:05:06.866324"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE4\xBE\x9B\xE5\xBA\x94\xE5\x86\xB0\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE4\xBE\x9B\xE5\xBA\x94\xE5\x86\xB0\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.887633"], ["updated_at", "2022-09-29 09:05:06.887634"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x81\x87\xE5\xAD\xA6\xE4\xBD\x8D\xE8\xAF\x81\xE4\xB9\xA6\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x81\x87\xE5\xAD\xA6\xE4\xBD\x8D\xE8\xAF\x81\xE4\xB9\xA6\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.910419"], ["updated_at", "2022-09-29 09:05:06.910420"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "QQ\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.945446"], ["updated_at", "2022-09-29 09:05:06.945447"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x81\x87\xE9\x92\x9E\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "QQ\xE5\x81\x87\xE9\x92\x9E\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:06.974702"], ["updated_at", "2022-09-29 09:05:06.974703"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "QQ\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.003273"], ["updated_at", "2022-09-29 09:05:07.003274"]] TRANSACTION (10.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x88\xB6\xE4\xBD\x9CK\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x88\xB6\xE4\xBD\x9CK\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.049726"], ["updated_at", "2022-09-29 09:05:07.049727"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x88\xB6\xE4\xBD\x9C\xE5\x86\xB0\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x88\xB6\xE4\xBD\x9C\xE5\x86\xB0\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.084964"], ["updated_at", "2022-09-29 09:05:07.084964"]] TRANSACTION (6.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x8A\xA8\xE6\xBC\xAB"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "QQ\xE5\x8A\xA8\xE6\xBC\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.118804"], ["updated_at", "2022-09-29 09:05:07.118806"]] TRANSACTION (5.8ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE5\x8D\x9645MM\xE7\x8B\x97\xE7\xB2\xAE"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "QQ\xE5\x8D\x9645MM\xE7\x8B\x97\xE7\xB2\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.166863"], ["updated_at", "2022-09-29 09:05:07.166863"]] TRANSACTION (6.9ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x9654\xE5\xBC\x8F64\xE5\xBC\x8F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x9654\xE5\xBC\x8F64\xE5\xBC\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.217448"], ["updated_at", "2022-09-29 09:05:07.217448"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96CFX\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96CFX\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.245491"], ["updated_at", "2022-09-29 09:05:07.245492"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAA\xE6\xA8\xA1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAA\xE6\xA8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.270358"], ["updated_at", "2022-09-29 09:05:07.270359"]] TRANSACTION (5.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE5\x81\xA5\xE5\x8D\xAB\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE5\x81\xA5\xE5\x8D\xAB\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.297202"], ["updated_at", "2022-09-29 09:05:07.297202"]] TRANSACTION (6.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.330664"], ["updated_at", "2022-09-29 09:05:07.330665"]] TRANSACTION (6.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE5\xB7\xA6\xE8\xBD\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE5\xB7\xA6\xE8\xBD\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.371534"], ["updated_at", "2022-09-29 09:05:07.371535"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.398448"], ["updated_at", "2022-09-29 09:05:07.398448"]] TRANSACTION (6.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE7\x8C\x8E\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE7\x8C\x8E\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.429494"], ["updated_at", "2022-09-29 09:05:07.429495"]] TRANSACTION (7.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE7\x93\xA6\xE6\x96\xAF\xE6\x89\x8B\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE7\x93\xA6\xE6\x96\xAF\xE6\x89\x8B\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.466255"], ["updated_at", "2022-09-29 09:05:07.466256"]] TRANSACTION (4.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (22.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE7\xA7\x83\xE9\xB9\xB0\xE6\xB1\xBD\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE7\xA7\x83\xE9\xB9\xB0\xE6\xB1\xBD\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.503808"], ["updated_at", "2022-09-29 09:05:07.503809"]] TRANSACTION (7.8ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE8\x99\x8E\xE5\xA4\xB4\xE5\x8F\x8C\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE8\x99\x8E\xE5\xA4\xB4\xE5\x8F\x8C\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.572548"], ["updated_at", "2022-09-29 09:05:07.572549"]] TRANSACTION (7.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE8\xBF\x9B\xE5\x8F\xA3\xE6\xB1\xBD\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE8\xBF\x9B\xE5\x8F\xA3\xE6\xB1\xBD\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.609175"], ["updated_at", "2022-09-29 09:05:07.609175"]] TRANSACTION (8.2ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE9\x87\x91\xE9\x92\x9F\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE9\x87\x91\xE9\x92\x9F\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.665115"], ["updated_at", "2022-09-29 09:05:07.665116"]] TRANSACTION (6.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE9\x93\x85\xE5\xBC\xB9\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE9\x93\x85\xE5\xBC\xB9\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.704259"], ["updated_at", "2022-09-29 09:05:07.704260"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE9\x98\xB2\xE8\xBA\xAB\xE6\xAD\xA6\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE9\x98\xB2\xE8\xBA\xAB\xE6\xAD\xA6\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.737906"], ["updated_at", "2022-09-29 09:05:07.737907"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE5\x8D\x96\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE5\x8D\x96\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.767436"], ["updated_at", "2022-09-29 09:05:07.767437"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.789659"], ["updated_at", "2022-09-29 09:05:07.789659"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE8\xAE\xA2\xE8\xB4\xAD\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE8\xAE\xA2\xE8\xB4\xAD\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.810318"], ["updated_at", "2022-09-29 09:05:07.810319"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qq\xE9\x94\x80\xE5\x94\xAEK\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qq\xE9\x94\x80\xE5\x94\xAEK\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.844747"], ["updated_at", "2022-09-29 09:05:07.844747"]] TRANSACTION (4.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "QQ\xE9\x98\x85\xE8\xAF\xBB"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "QQ\xE9\x98\x85\xE8\xAF\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.878128"], ["updated_at", "2022-09-29 09:05:07.878129"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "quan qin"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "quan qin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.908173"], ["updated_at", "2022-09-29 09:05:07.908174"]] TRANSACTION (3.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qvod"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qvod"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.946179"], ["updated_at", "2022-09-29 09:05:07.946180"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "qvod\xE6\x88\x90\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "qvod\xE6\x88\x90\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:07.984176"], ["updated_at", "2022-09-29 09:05:07.984177"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "q\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "q\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.006955"], ["updated_at", "2022-09-29 09:05:08.006956"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "r18"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "r18"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.039193"], ["updated_at", "2022-09-29 09:05:08.039194"]] TRANSACTION (3.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "renmingo"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "renmingo"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.069090"], ["updated_at", "2022-09-29 09:05:08.069091"]] TRANSACTION (2.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "renmino"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "renmino"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.090990"], ["updated_at", "2022-09-29 09:05:08.090991"]] TRANSACTION (2.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "renquan"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "renquan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.114269"], ["updated_at", "2022-09-29 09:05:08.114270"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ri\xE7\xBB\x93"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ri\xE7\xBB\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.145891"], ["updated_at", "2022-09-29 09:05:08.145892"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "rou\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "rou\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.170359"], ["updated_at", "2022-09-29 09:05:08.170359"]] TRANSACTION (4.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sb"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "sb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.195414"], ["updated_at", "2022-09-29 09:05:08.195415"]] TRANSACTION (11.4ms) COMMIT User Load (8.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "secom"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "secom"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.235888"], ["updated_at", "2022-09-29 09:05:08.235889"]] TRANSACTION (5.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sex"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "sex"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.269127"], ["updated_at", "2022-09-29 09:05:08.269128"]] TRANSACTION (2.6ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sexinsex"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "sexinsex"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.289119"], ["updated_at", "2022-09-29 09:05:08.289120"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sfewe"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "sfewe"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.313926"], ["updated_at", "2022-09-29 09:05:08.313926"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shangfang"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "shangfang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.345811"], ["updated_at", "2022-09-29 09:05:08.345812"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shit"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "shit"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.368478"], ["updated_at", "2022-09-29 09:05:08.368478"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shu"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "shu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.393084"], ["updated_at", "2022-09-29 09:05:08.393084"]] TRANSACTION (2.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shua"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "shua"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.413926"], ["updated_at", "2022-09-29 09:05:08.413927"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "shubl"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "shubl"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.444525"], ["updated_at", "2022-09-29 09:05:08.444525"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "simple"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "simple"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.475454"], ["updated_at", "2022-09-29 09:05:08.475455"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "SIM\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "SIM\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.498561"], ["updated_at", "2022-09-29 09:05:08.498562"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "SM"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "SM"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.528421"], ["updated_at", "2022-09-29 09:05:08.528422"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sm\xE5\xA5\xB3\xE7\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "sm\xE5\xA5\xB3\xE7\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.567895"], ["updated_at", "2022-09-29 09:05:08.567895"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "SM\xE7\x94\xA8\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "SM\xE7\x94\xA8\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.591154"], ["updated_at", "2022-09-29 09:05:08.591154"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "sp"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "sp"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.618570"], ["updated_at", "2022-09-29 09:05:08.618574"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "spyflexispy\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (31.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "spyflexispy\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.646300"], ["updated_at", "2022-09-29 09:05:08.646302"]] TRANSACTION (6.0ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (20.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "spyflexispy\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (15.7ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "spyflexispy\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.746499"], ["updated_at", "2022-09-29 09:05:08.746500"]] TRANSACTION (5.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "strychnine"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "strychnine"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.817921"], ["updated_at", "2022-09-29 09:05:08.817922"]] TRANSACTION (4.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "suicide"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (7.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "suicide"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.867921"], ["updated_at", "2022-09-29 09:05:08.867922"]] TRANSACTION (6.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "svdc"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "svdc"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.916650"], ["updated_at", "2022-09-29 09:05:08.916651"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "taidu"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "taidu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.952341"], ["updated_at", "2022-09-29 09:05:08.952342"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "taiwan"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "taiwan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:08.983343"], ["updated_at", "2022-09-29 09:05:08.983345"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tamoxifen"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (12.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (19.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tamoxifen"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.020105"], ["updated_at", "2022-09-29 09:05:09.020106"]] TRANSACTION (25.0ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (13.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "taobao"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "taobao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.115606"], ["updated_at", "2022-09-29 09:05:09.115607"]] TRANSACTION (13.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tao\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tao\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.174114"], ["updated_at", "2022-09-29 09:05:09.174115"]] TRANSACTION (5.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tao\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tao\xE5\xAF\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.218331"], ["updated_at", "2022-09-29 09:05:09.218332"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tao\xE6\xB7\x98bao\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tao\xE6\xB7\x98bao\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.255652"], ["updated_at", "2022-09-29 09:05:09.255652"]] TRANSACTION (4.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "testosterone"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "testosterone"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.292540"], ["updated_at", "2022-09-29 09:05:09.292541"]] TRANSACTION (4.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tibet"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tibet"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.328256"], ["updated_at", "2022-09-29 09:05:09.328256"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tietlk"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tietlk"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.352929"], ["updated_at", "2022-09-29 09:05:09.352930"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tip"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tip"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.385231"], ["updated_at", "2022-09-29 09:05:09.385231"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "titor"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "titor"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.416793"], ["updated_at", "2022-09-29 09:05:09.416794"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tmd"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tmd"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.444215"], ["updated_at", "2022-09-29 09:05:09.444215"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt \xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tnt \xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.469474"], ["updated_at", "2022-09-29 09:05:09.469475"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT \xE7\x82\xB8\xE5\xBC\xB9\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "TNT \xE7\x82\xB8\xE5\xBC\xB9\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.523456"], ["updated_at", "2022-09-29 09:05:09.523458"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tnt\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.552056"], ["updated_at", "2022-09-29 09:05:09.552057"]] TRANSACTION (5.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE5\x93\xAA\xE9\x87\x8C\xE4\xB9\xB0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tnt\xE5\x93\xAA\xE9\x87\x8C\xE4\xB9\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.584303"], ["updated_at", "2022-09-29 09:05:09.584304"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "TNT\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.615890"], ["updated_at", "2022-09-29 09:05:09.615890"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "TNT\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.637937"], ["updated_at", "2022-09-29 09:05:09.637938"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "TNT\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.661300"], ["updated_at", "2022-09-29 09:05:09.661301"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE7\x82\xB8\xE8\x8D\xAF\xE6\x88\x90\xE5\x88\x86"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tnt\xE7\x82\xB8\xE8\x8D\xAF\xE6\x88\x90\xE5\x88\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.696465"], ["updated_at", "2022-09-29 09:05:09.696466"]] TRANSACTION (6.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tnt\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.735904"], ["updated_at", "2022-09-29 09:05:09.735905"]] TRANSACTION (4.2ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tnt\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (55.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tnt\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.772810"], ["updated_at", "2022-09-29 09:05:09.772812"]] TRANSACTION (7.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "TNT\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "TNT\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.874587"], ["updated_at", "2022-09-29 09:05:09.874588"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tokyohot"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tokyohot"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.922255"], ["updated_at", "2022-09-29 09:05:09.922256"]] TRANSACTION (5.7ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tringle"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tringle"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:09.967017"], ["updated_at", "2022-09-29 09:05:09.967018"]] TRANSACTION (10.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tringleoy"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tringleoy"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.022239"], ["updated_at", "2022-09-29 09:05:10.022241"]] TRANSACTION (7.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "tuidang"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "tuidang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.077900"], ["updated_at", "2022-09-29 09:05:10.077902"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "twdl"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "twdl"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.121438"], ["updated_at", "2022-09-29 09:05:10.121439"]] TRANSACTION (5.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "txt\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "txt\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.170784"], ["updated_at", "2022-09-29 09:05:10.170785"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "t\xE7\x89\x8C\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "t\xE7\x89\x8C\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.211922"], ["updated_at", "2022-09-29 09:05:10.211923"]] TRANSACTION (8.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "UltrSurf"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "UltrSurf"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.252867"], ["updated_at", "2022-09-29 09:05:10.252868"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "unixox"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "unixox"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.286987"], ["updated_at", "2022-09-29 09:05:10.286988"]] TRANSACTION (3.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "UP8\xE6\x96\xB0\xE5\x8A\xBF\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "UP8\xE6\x96\xB0\xE5\x8A\xBF\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.326094"], ["updated_at", "2022-09-29 09:05:10.326095"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "UP\xE6\x96\xB0\xE5\x8A\xBF\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "UP\xE6\x96\xB0\xE5\x8A\xBF\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.354897"], ["updated_at", "2022-09-29 09:05:10.354897"]] TRANSACTION (3.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ustiet"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ustiet"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.381691"], ["updated_at", "2022-09-29 09:05:10.381692"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "vochinese"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "vochinese"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.414295"], ["updated_at", "2022-09-29 09:05:10.414296"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wang"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "wang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.447356"], ["updated_at", "2022-09-29 09:05:10.447356"]] TRANSACTION (5.7ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "WAR197"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "WAR197"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.486385"], ["updated_at", "2022-09-29 09:05:10.486386"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wengan"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "wengan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.521896"], ["updated_at", "2022-09-29 09:05:10.521897"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "weng\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "weng\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.552647"], ["updated_at", "2022-09-29 09:05:10.552648"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "WG 702\xE5\xB7\xA6\xE8\xBD\xAE\xE9\x92\xA2\xE7\x8F\xA0\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "WG 702\xE5\xB7\xA6\xE8\xBD\xAE\xE9\x92\xA2\xE7\x8F\xA0\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.591498"], ["updated_at", "2022-09-29 09:05:10.591499"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wikipedia"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "wikipedia"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.626788"], ["updated_at", "2022-09-29 09:05:10.626789"]] TRANSACTION (4.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wngce"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "wngce"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.665074"], ["updated_at", "2022-09-29 09:05:10.665075"]] TRANSACTION (7.3ms) COMMIT User Load (8.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "wstiji"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "wstiji"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.716365"], ["updated_at", "2022-09-29 09:05:10.716367"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "XIAAV\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "XIAAV\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.765104"], ["updated_at", "2022-09-29 09:05:10.765105"]] TRANSACTION (5.4ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xiao77"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xiao77"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.803676"], ["updated_at", "2022-09-29 09:05:10.803677"]] TRANSACTION (8.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xiao\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xiao\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.863651"], ["updated_at", "2022-09-29 09:05:10.863652"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xiao\xE8\xAF\xB4\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xiao\xE8\xAF\xB4\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.899687"], ["updated_at", "2022-09-29 09:05:10.899688"]] TRANSACTION (3.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xidada"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xidada"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.936516"], ["updated_at", "2022-09-29 09:05:10.936517"]] TRANSACTION (3.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xijinping"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xijinping"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:10.962386"], ["updated_at", "2022-09-29 09:05:10.962387"]] TRANSACTION (16.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xing"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xing"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.006306"], ["updated_at", "2022-09-29 09:05:11.006307"]] TRANSACTION (8.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xing\xE4\xBC\xB4\xE4\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xing\xE4\xBC\xB4\xE4\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.062322"], ["updated_at", "2022-09-29 09:05:11.062323"]] TRANSACTION (6.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xing\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xing\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.107622"], ["updated_at", "2022-09-29 09:05:11.107623"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xinsheng"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xinsheng"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.139357"], ["updated_at", "2022-09-29 09:05:11.139358"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xizang"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xizang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.163575"], ["updated_at", "2022-09-29 09:05:11.163576"]] TRANSACTION (10.0ms) COMMIT User Load (21.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xi\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xi\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.225599"], ["updated_at", "2022-09-29 09:05:11.225600"]] TRANSACTION (6.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xjp"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xjp"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.261787"], ["updated_at", "2022-09-29 09:05:11.261788"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "xuechao"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "xuechao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.287172"], ["updated_at", "2022-09-29 09:05:11.287172"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "XXOO"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "XXOO"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.318576"], ["updated_at", "2022-09-29 09:05:11.318576"]] TRANSACTION (4.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "X\xE5\xA4\x9C\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "X\xE5\xA4\x9C\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.347028"], ["updated_at", "2022-09-29 09:05:11.347029"]] TRANSACTION (4.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "X\xE5\xAE\xA0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "X\xE5\xAE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.371591"], ["updated_at", "2022-09-29 09:05:11.371591"]] TRANSACTION (3.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "x\xE6\xB0\x91\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "x\xE6\xB0\x91\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.396570"], ["updated_at", "2022-09-29 09:05:11.396571"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "x\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "x\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.430848"], ["updated_at", "2022-09-29 09:05:11.430852"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "X\xEF\xB9\x8FX"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "X\xEF\xB9\x8FX"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.463765"], ["updated_at", "2022-09-29 09:05:11.463766"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yangjia"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "yangjia"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.497155"], ["updated_at", "2022-09-29 09:05:11.497156"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yang\xE4\xBD\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "yang\xE4\xBD\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.531328"], ["updated_at", "2022-09-29 09:05:11.531373"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yilulu135"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "yilulu135"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.564289"], ["updated_at", "2022-09-29 09:05:11.564290"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yin"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "yin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.595722"], ["updated_at", "2022-09-29 09:05:11.595723"]] TRANSACTION (5.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yin\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "yin\xE8\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.633989"], ["updated_at", "2022-09-29 09:05:11.633990"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "youtube"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (8.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "youtube"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.670070"], ["updated_at", "2022-09-29 09:05:11.670071"]] TRANSACTION (9.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "youxing"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "youxing"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.728487"], ["updated_at", "2022-09-29 09:05:11.728488"]] TRANSACTION (6.8ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "you\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "you\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.770428"], ["updated_at", "2022-09-29 09:05:11.770428"]] TRANSACTION (5.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yuce"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "yuce"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.809473"], ["updated_at", "2022-09-29 09:05:11.809474"]] TRANSACTION (6.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "yuming"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "yuming"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.853764"], ["updated_at", "2022-09-29 09:05:11.853774"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "y\xE4\xBD\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "y\xE4\xBD\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.888718"], ["updated_at", "2022-09-29 09:05:11.888719"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zangdu"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zangdu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.924924"], ["updated_at", "2022-09-29 09:05:11.924925"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zang\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zang\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:11.970791"], ["updated_at", "2022-09-29 09:05:11.970792"]] TRANSACTION (8.1ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zedong"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zedong"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.007683"], ["updated_at", "2022-09-29 09:05:12.007684"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zemin"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zemin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.047594"], ["updated_at", "2022-09-29 09:05:12.047594"]] TRANSACTION (2.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ze\xE6\x9D\xB1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ze\xE6\x9D\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.073877"], ["updated_at", "2022-09-29 09:05:12.073878"]] TRANSACTION (3.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ze\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ze\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.104183"], ["updated_at", "2022-09-29 09:05:12.104184"]] TRANSACTION (8.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zf\xE5\xA4\xA7\xE6\xA5\xBC"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zf\xE5\xA4\xA7\xE6\xA5\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.146837"], ["updated_at", "2022-09-29 09:05:12.146838"]] TRANSACTION (3.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zh307338875"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zh307338875"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.177020"], ["updated_at", "2022-09-29 09:05:12.177022"]] TRANSACTION (4.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhadan"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zhadan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.211618"], ["updated_at", "2022-09-29 09:05:12.211619"]] TRANSACTION (7.7ms) COMMIT User Load (85.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhayao"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zhayao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.335929"], ["updated_at", "2022-09-29 09:05:12.335930"]] TRANSACTION (5.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zha\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zha\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.385739"], ["updated_at", "2022-09-29 09:05:12.385740"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zha\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zha\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.427252"], ["updated_at", "2022-09-29 09:05:12.427254"]] TRANSACTION (4.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhengfu"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zhengfu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.469580"], ["updated_at", "2022-09-29 09:05:12.469581"]] TRANSACTION (5.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhengjin"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zhengjin"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.512169"], ["updated_at", "2022-09-29 09:05:12.512171"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhengjinwng"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zhengjinwng"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.547507"], ["updated_at", "2022-09-29 09:05:12.547508"]] TRANSACTION (5.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhenshnren"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zhenshnren"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.585419"], ["updated_at", "2022-09-29 09:05:12.585420"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zhunflun"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zhunflun"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.619099"], ["updated_at", "2022-09-29 09:05:12.619100"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zi\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zi\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.645943"], ["updated_at", "2022-09-29 09:05:12.645944"]] TRANSACTION (4.9ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "ZP9MF9"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "ZP9MF9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.682838"], ["updated_at", "2022-09-29 09:05:12.682839"]] TRANSACTION (4.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "zz\xE7\x82\xB8\xE5\xBC\xB9\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "zz\xE7\x82\xB8\xE5\xBC\xB9\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.711282"], ["updated_at", "2022-09-29 09:05:12.711283"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "z\xE6\x9D\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "z\xE6\x9D\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.735044"], ["updated_at", "2022-09-29 09:05:12.735046"]] TRANSACTION (4.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "~~"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "~~"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.772481"], ["updated_at", "2022-09-29 09:05:12.772482"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xC2\xB7\xE5\xA4\x84\xE7\x94\xB7\xC2\xB7"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xC2\xB7\xE5\xA4\x84\xE7\x94\xB7\xC2\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.800390"], ["updated_at", "2022-09-29 09:05:12.800390"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x94\xE2\x80\x94"], ["LIMIT", 1]] TRANSACTION (6.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\x94\xE2\x80\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.827908"], ["updated_at", "2022-09-29 09:05:12.827908"]] TRANSACTION (6.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x94\xE2\x80\x94\xE2\x80\x94\xE2\x80\x94"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\x94\xE2\x80\x94\xE2\x80\x94\xE2\x80\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.868705"], ["updated_at", "2022-09-29 09:05:12.868706"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9C\xE2\x80\x9C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\x9C\xE2\x80\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.901403"], ["updated_at", "2022-09-29 09:05:12.901404"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9C\xE2\x80\x9D"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (10.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\x9C\xE2\x80\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.935828"], ["updated_at", "2022-09-29 09:05:12.935829"]] TRANSACTION (9.9ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9C\xE4\xB8\xAD\xE8\x97\x8F\xE5\x92\x8C\xE8\xB0\x88\xE2\x80\x9D"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\x9C\xE4\xB8\xAD\xE8\x97\x8F\xE5\x92\x8C\xE8\xB0\x88\xE2\x80\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:12.999188"], ["updated_at", "2022-09-29 09:05:12.999189"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9C\xE6\x81\xA2\xE5\xA4\x8D\xE4\xB8\xAD\xE8\x97\x8F\xE6\x8E\xA5\xE8\xB0\x88\xE2\x80\x9D"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\x9C\xE6\x81\xA2\xE5\xA4\x8D\xE4\xB8\xAD\xE8\x97\x8F\xE6\x8E\xA5\xE8\xB0\x88\xE2\x80\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.034860"], ["updated_at", "2022-09-29 09:05:13.034861"]] TRANSACTION (43.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\x9D\xE2\x80\x9D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\x9D\xE2\x80\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.125403"], ["updated_at", "2022-09-29 09:05:13.125404"]] TRANSACTION (9.7ms) COMMIT User Load (60.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (27.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\xA6\xE2\x80\xA6\xE2\x80\xA6\xE2\x80\xA6"], ["LIMIT", 1]] TRANSACTION (10.5ms) BEGIN User Load (50.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\xA6\xE2\x80\xA6\xE2\x80\xA6\xE2\x80\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.233066"], ["updated_at", "2022-09-29 09:05:13.233068"]] TRANSACTION (4.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x80\xA6\xE2\x80\xA6\xEF\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x80\xA6\xE2\x80\xA6\xEF\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.361800"], ["updated_at", "2022-09-29 09:05:13.361801"]] TRANSACTION (7.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x8A\x99o\xE2\x8A\x99"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x8A\x99o\xE2\x8A\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.401109"], ["updated_at", "2022-09-29 09:05:13.401110"]] TRANSACTION (5.9ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (16.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x8A\x99\xEF\xB9\x8F\xE2\x8A\x99"], ["LIMIT", 1]] TRANSACTION (19.2ms) BEGIN User Load (15.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (16.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x8A\x99\xEF\xB9\x8F\xE2\x8A\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.448329"], ["updated_at", "2022-09-29 09:05:13.448330"]] TRANSACTION (6.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE2\x95\xAD\xE2\x88\xA9\xE2\x95\xAE\xEF\xBC\x88\xEF\xB8\xB6\xEF\xB8\xBF\xEF\xB8\xB6\xEF\xBC\x89\xE2\x95\xAD\xE2\x88\xA9\xE2\x95\xAE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE2\x95\xAD\xE2\x88\xA9\xE2\x95\xAE\xEF\xBC\x88\xEF\xB8\xB6\xEF\xB8\xBF\xEF\xB8\xB6\xEF\xBC\x89\xE2\x95\xAD\xE2\x88\xA9\xE2\x95\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.540386"], ["updated_at", "2022-09-29 09:05:13.540387"]] TRANSACTION (5.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x81\xE3\x80\x81"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x81\xE3\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.580102"], ["updated_at", "2022-09-29 09:05:13.580103"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xE2\x80\x9C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x82\xE2\x80\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.616094"], ["updated_at", "2022-09-29 09:05:13.616095"]] TRANSACTION (3.7ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xE3\x80\x81"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x82\xE3\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.648534"], ["updated_at", "2022-09-29 09:05:13.648534"]] TRANSACTION (4.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xE3\x80\x82"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x82\xE3\x80\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.695869"], ["updated_at", "2022-09-29 09:05:13.695870"]] TRANSACTION (3.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xE3\x80\x82\xE3\x80\x82"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x82\xE3\x80\x82\xE3\x80\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.721864"], ["updated_at", "2022-09-29 09:05:13.721865"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xEF\xBC\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x82\xEF\xBC\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.748183"], ["updated_at", "2022-09-29 09:05:13.748184"]] TRANSACTION (6.5ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x82\xEF\xBC\x8C"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x82\xEF\xBC\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.787430"], ["updated_at", "2022-09-29 09:05:13.787431"]] TRANSACTION (7.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xB8\x89\xE5\xAE\xAB\xE5\x85\xAD\xE9\x99\xA2\xE4\xB8\x83\xE5\x8D\x81\xE4\xBA\x8C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE4\xB8\x89\xE5\xAE\xAB\xE5\x85\xAD\xE9\x99\xA2\xE4\xB8\x83\xE5\x8D\x81\xE4\xBA\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.830409"], ["updated_at", "2022-09-29 09:05:13.830409"]] TRANSACTION (6.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xB8\x8A\xE5\xBA\x8A\xE4\xB8\x8D\xE8\xAF\xB4\xE7\x88\xB1\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE4\xB8\x8A\xE5\xBA\x8A\xE4\xB8\x8D\xE8\xAF\xB4\xE7\x88\xB1\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.871028"], ["updated_at", "2022-09-29 09:05:13.871029"]] TRANSACTION (9.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xB8\x8A\xE5\xBA\x8A\xE6\xB1\x82\xE6\xAC\xA2\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE4\xB8\x8A\xE5\xBA\x8A\xE6\xB1\x82\xE6\xAC\xA2\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.926254"], ["updated_at", "2022-09-29 09:05:13.926255"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x91\xE4\xB8\xBB\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x91\xE4\xB8\xBB\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:13.963163"], ["updated_at", "2022-09-29 09:05:13.963164"]] TRANSACTION (6.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE4\xBA\x89\xE9\xB8\xA3\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE4\xBA\x89\xE9\xB8\xA3\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.007006"], ["updated_at", "2022-09-29 09:05:14.007007"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x8A\xA8\xE5\x90\x91\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\x8A\xA8\xE5\x90\x91\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.034113"], ["updated_at", "2022-09-29 09:05:14.034114"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x8C\x85\xE5\x85\xBB\xE6\x83\x85\xE5\xA6\x87\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\x8C\x85\xE5\x85\xBB\xE6\x83\x85\xE5\xA6\x87\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.065528"], ["updated_at", "2022-09-29 09:05:14.065529"]] TRANSACTION (7.9ms) COMMIT User Load (9.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x90\x8C\xE5\xB1\x85\xE4\xB8\x87\xE5\xB2\x81\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\x90\x8C\xE5\xB1\x85\xE4\xB8\x87\xE5\xB2\x81\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.111980"], ["updated_at", "2022-09-29 09:05:14.111982"]] TRANSACTION (13.1ms) COMMIT User Load (13.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x91\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE5\x90\x8C\xE8\x83\x9E\xE4\xB9\xA6\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (20.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\x91\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE5\x90\x8C\xE8\x83\x9E\xE4\xB9\xA6\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.167374"], ["updated_at", "2022-09-29 09:05:14.167375"]] TRANSACTION (15.6ms) COMMIT User Load (8.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x91\xBB\xE5\x90\x9F\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\x91\xBB\xE5\x90\x9F\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.252923"], ["updated_at", "2022-09-29 09:05:14.252924"]] TRANSACTION (13.7ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\x9C\xB0\xE7\x8B\xB1\xE5\x8F\xAC\xE5\x94\xA4\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\x9C\xB0\xE7\x8B\xB1\xE5\x8F\xAC\xE5\x94\xA4\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.309473"], ["updated_at", "2022-09-29 09:05:14.309474"]] TRANSACTION (7.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA4\x9C\xE8\xAF\xB1\xE5\xA8\x98\xE5\xAD\x90\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (24.3ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\xA4\x9C\xE8\xAF\xB1\xE5\xA8\x98\xE5\xAD\x90\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.345333"], ["updated_at", "2022-09-29 09:05:14.345334"]] TRANSACTION (11.7ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA4\xA9\xE7\x94\x9F\xE6\x88\x91\xE6\x9D\x90\xE5\xBF\x85\xE6\x9C\x89\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\xA4\xA9\xE7\x94\x9F\xE6\x88\x91\xE6\x9D\x90\xE5\xBF\x85\xE6\x9C\x89\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.417358"], ["updated_at", "2022-09-29 09:05:14.417359"]] TRANSACTION (5.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE5\xAE\xA0\xE6\xB0\xB4\xE8\x8A\x99\xE8\x93\x89\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE5\xAE\xA0\xE6\xB0\xB4\xE8\x8A\x99\xE8\x93\x89\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.458033"], ["updated_at", "2022-09-29 09:05:14.458033"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE8\x89\xB3\xE4\xBA\xBA\xE7\x94\x9F\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE8\x89\xB3\xE4\xBA\xBA\xE7\x94\x9F\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.497661"], ["updated_at", "2022-09-29 09:05:14.497661"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE8\x89\xB3\xE6\xB1\x9F\xE6\xB9\x96\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\xA8\x87\xE8\x89\xB3\xE6\xB1\x9F\xE6\xB9\x96\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.535042"], ["updated_at", "2022-09-29 09:05:14.535043"]] TRANSACTION (4.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xAC\x89\xE6\xB8\xB8\xE8\x8A\xB1\xE4\xB8\x9B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (7.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\xAC\x89\xE6\xB8\xB8\xE8\x8A\xB1\xE4\xB8\x9B\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.569740"], ["updated_at", "2022-09-29 09:05:14.569742"]] TRANSACTION (7.3ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE5\xAF\x92\xE6\xBD\xAD\xE9\xB9\xA4\xE5\xBD\xB1\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE5\xAF\x92\xE6\xBD\xAD\xE9\xB9\xA4\xE5\xBD\xB1\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.622203"], ["updated_at", "2022-09-29 09:05:14.622203"]] TRANSACTION (3.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x81\xB6\xE5\xA5\xB3\xE6\x88\x8F\xE5\xA4\xAB\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\x81\xB6\xE5\xA5\xB3\xE6\x88\x8F\xE5\xA4\xAB\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.660359"], ["updated_at", "2022-09-29 09:05:14.660360"]] TRANSACTION (5.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x83\x85\xE6\xAC\xB2\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\x83\x85\xE6\xAC\xB2\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.693521"], ["updated_at", "2022-09-29 09:05:14.693522"]] TRANSACTION (5.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x88\x91\xE5\x92\x8C\xE5\x83\xB5\xE5\xB0\xB8\xE6\x9C\x89\xE4\xB8\xAA\xE7\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\x88\x91\xE5\x92\x8C\xE5\x83\xB5\xE5\xB0\xB8\xE6\x9C\x89\xE4\xB8\xAA\xE7\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.731385"], ["updated_at", "2022-09-29 09:05:14.731386"]] TRANSACTION (2.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x88\x91\xE7\x9A\x84\xE7\xBC\xA0\xE7\xBB\xB5\xE5\xBE\x80\xE4\xBA\x8B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\x88\x91\xE7\x9A\x84\xE7\xBC\xA0\xE7\xBB\xB5\xE5\xBE\x80\xE4\xBA\x8B\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.754762"], ["updated_at", "2022-09-29 09:05:14.754763"]] TRANSACTION (3.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x98\xA5\xE6\xAC\xB2\xE6\x89\x8B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\x98\xA5\xE6\xAC\xB2\xE6\x89\x8B\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.780440"], ["updated_at", "2022-09-29 09:05:14.780441"]] TRANSACTION (6.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x9D\x80\xE4\xBD\x9B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\x9D\x80\xE4\xBD\x9B\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.819644"], ["updated_at", "2022-09-29 09:05:14.819645"]] TRANSACTION (3.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\x9D\x80\xE5\x8A\xAB\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\x9D\x80\xE5\x8A\xAB\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.846695"], ["updated_at", "2022-09-29 09:05:14.846696"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\xA2\xA6\xE5\xB9\xBB\xE9\x80\x86\xE7\x8E\x89\xE7\x8E\x8B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\xA2\xA6\xE5\xB9\xBB\xE9\x80\x86\xE7\x8E\x89\xE7\x8E\x8B\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.869924"], ["updated_at", "2022-09-29 09:05:14.869925"]] TRANSACTION (5.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\xAC\xB2\xE5\x8C\xBB\xE5\xA4\xA9\xE4\xB8\x8B\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\xAC\xB2\xE5\x8C\xBB\xE5\xA4\xA9\xE4\xB8\x8B\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.903852"], ["updated_at", "2022-09-29 09:05:14.903853"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\xB5\x81\xE6\xB0\x93\xE7\x87\x95\xE7\x9A\x84\xE6\x97\xA5\xE8\xAE\xB0\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\xB5\x81\xE6\xB0\x93\xE7\x87\x95\xE7\x9A\x84\xE6\x97\xA5\xE8\xAE\xB0\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.940969"], ["updated_at", "2022-09-29 09:05:14.940970"]] TRANSACTION (3.5ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE6\xB7\xB1\xE5\xBA\xA6\xE9\x80\x8F\xE8\xA7\x86\xE8\x97\x8F\xE4\xBA\xBA\xE8\x87\xAA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE6\xB7\xB1\xE5\xBA\xA6\xE9\x80\x8F\xE8\xA7\x86\xE8\x97\x8F\xE4\xBA\xBA\xE8\x87\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:14.974589"], ["updated_at", "2022-09-29 09:05:14.974589"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE7\x88\xB1\xE4\xB8\x8A\xE5\xB0\x91\xE5\xA6\x87\xE5\xB0\x8F\xE9\x95\x87\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE7\x88\xB1\xE4\xB8\x8A\xE5\xB0\x91\xE5\xA6\x87\xE5\xB0\x8F\xE9\x95\x87\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.008072"], ["updated_at", "2022-09-29 09:05:15.008073"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE7\x88\xB8\xE7\x88\xB8\xE7\x9A\x84\xE6\x96\xB0\xE5\xA8\x98\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE7\x88\xB8\xE7\x88\xB8\xE7\x9A\x84\xE6\x96\xB0\xE5\xA8\x98\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.042810"], ["updated_at", "2022-09-29 09:05:15.042811"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE7\x8E\xB0\xE4\xBB\xA3\xE9\x80\x8D\xE9\x81\xA5\xE5\xBD\x95\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE7\x8E\xB0\xE4\xBB\xA3\xE9\x80\x8D\xE9\x81\xA5\xE5\xBD\x95\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.068506"], ["updated_at", "2022-09-29 09:05:15.068507"]] TRANSACTION (3.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE7\xBB\x9D\xE8\x89\xB2\xE6\xB7\xAB\xE5\xA6\x83\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE7\xBB\x9D\xE8\x89\xB2\xE6\xB7\xAB\xE5\xA6\x83\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.097364"], ["updated_at", "2022-09-29 09:05:15.097365"]] TRANSACTION (4.3ms) COMMIT User Load (8.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\x87\xB3\xE5\xB0\x8A\xE7\x8B\xBC\xE5\xA8\x81\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\x87\xB3\xE5\xB0\x8A\xE7\x8B\xBC\xE5\xA8\x81\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.137715"], ["updated_at", "2022-09-29 09:05:15.137716"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\x89\xB2\xE4\xB9\x8B\xE6\x88\x92\xE5\x9B\x9B\xE5\x90\x88\xE9\x99\xA2\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\x89\xB2\xE4\xB9\x8B\xE6\x88\x92\xE5\x9B\x9B\xE5\x90\x88\xE9\x99\xA2\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.172010"], ["updated_at", "2022-09-29 09:05:15.172011"]] TRANSACTION (19.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\x90\xA7\xE5\xBA\x9C\xE4\xB9\x8B\xE8\xB4\xA5\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\x90\xA7\xE5\xBA\x9C\xE4\xB9\x8B\xE8\xB4\xA5\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.222899"], ["updated_at", "2022-09-29 09:05:15.222900"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\x97\x8F\xE4\xBA\xBA\xE8\x87\xAA\xE7\x84\x9A\xE6\xA1\xA3\xE6\xA1\x88\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\x97\x8F\xE4\xBA\xBA\xE8\x87\xAA\xE7\x84\x9A\xE6\xA1\xA3\xE6\xA1\x88\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.256290"], ["updated_at", "2022-09-29 09:05:15.256291"]] TRANSACTION (3.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE5\x86\x85\xE9\x83\xA8\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE5\x86\x85\xE9\x83\xA8\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.282619"], ["updated_at", "2022-09-29 09:05:15.282620"]] TRANSACTION (5.3ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE5\x91\xBD\xE8\xBF\x90\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE5\x91\xBD\xE8\xBF\x90\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.327677"], ["updated_at", "2022-09-29 09:05:15.327678"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE7\x8E\xB0\xE5\x9C\xA8\xE2\x80\x94\xE9\x81\xA5"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE7\x8E\xB0\xE5\x9C\xA8\xE2\x80\x94\xE9\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.352005"], ["updated_at", "2022-09-29 09:05:15.352005"]] TRANSACTION (3.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE8\x87\xAA\xE7\x84\x9A\xEF\xBC\x9A\xE4\xB8\x96"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE7\x9A\x84\xE8\x87\xAA\xE7\x84\x9A\xEF\xBC\x9A\xE4\xB8\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.378429"], ["updated_at", "2022-09-29 09:05:15.378431"]] TRANSACTION (7.5ms) COMMIT User Load (8.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE9\x97\xAE\xE9\xA2\x98\xE6\x95\xB4\xE7\x90\x861\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE9\x97\xAE\xE9\xA2\x98\xE6\x95\xB4\xE7\x90\x861\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.426613"], ["updated_at", "2022-09-29 09:05:15.426614"]] TRANSACTION (2.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE9\xAB\x98\xE5\xBA\xA6\xE8\x87\xAA\xE6\xB2\xBB\xE5\xA4\x87"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xA5\xBF\xE8\x97\x8F\xE9\xAB\x98\xE5\xBA\xA6\xE8\x87\xAA\xE6\xB2\xBB\xE5\xA4\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.455126"], ["updated_at", "2022-09-29 09:05:15.455127"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xB5\x9E\xE6\x99\xAE\xE7\x9A\x84\xE5\x8B\x87\xE6\xB0\x94\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xB5\x9E\xE6\x99\xAE\xE7\x9A\x84\xE5\x8B\x87\xE6\xB0\x94\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.480985"], ["updated_at", "2022-09-29 09:05:15.480985"]] TRANSACTION (6.6ms) COMMIT User Load (39.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xB5\xA4\xE8\x89\xB2\xE7\x9A\x84\xE6\x8A\xA4\xE8\xBA\xAB\xE7\xAC\xA6\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xB5\xA4\xE8\x89\xB2\xE7\x9A\x84\xE6\x8A\xA4\xE8\xBA\xAB\xE7\xAC\xA6\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.562678"], ["updated_at", "2022-09-29 09:05:15.562679"]] TRANSACTION (12.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xB6\x85\xE7\xBA\xA7\xE5\x85\xAC\xE5\xAD\x90\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xB6\x85\xE7\xBA\xA7\xE5\x85\xAC\xE5\xAD\x90\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.601426"], ["updated_at", "2022-09-29 09:05:15.601427"]] TRANSACTION (6.8ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xBE\xBE\xE5\x85\xB0\xE8\x90\xA8\xE6\x8B\x89\xE6\x97\xA5\xE4\xB8\x8E\xE5\xA4\x9C"], ["LIMIT", 1]] Started GET "/comments/new" for 127.0.0.1 at 2022-09-29 17:05:15 +0800 TRANSACTION (4.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xBE\xBE\xE5\x85\xB0\xE8\x90\xA8\xE6\x8B\x89\xE6\x97\xA5\xE4\xB8\x8E\xE5\xA4\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.645470"], ["updated_at", "2022-09-29 09:05:15.645470"]] TRANSACTION (4.0ms) COMMIT Processing by CommentsController#new as HTML User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE8\xBF\x9C\xE7\xA6\xBB\xE6\x81\x90\xE6\x83\xA7\xE3\x80\x8B"], ["LIMIT", 1]] Rendering layout layouts/application.html.erb Rendering comments/new.html.erb within layouts/application Rendered comments/_form.html.erb (Duration: 4.1ms | Allocations: 1415) TRANSACTION (6.6ms) BEGIN Rendered comments/new.html.erb within layouts/application (Duration: 6.9ms | Allocations: 1809) User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered layout layouts/application.html.erb (Duration: 25.4ms | Allocations: 7091) CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE8\xBF\x9C\xE7\xA6\xBB\xE6\x81\x90\xE6\x83\xA7\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.681058"], ["updated_at", "2022-09-29 09:05:15.681059"]] Completed 200 OK in 34ms (Views: 29.7ms | ActiveRecord: 0.0ms | Allocations: 9377) TRANSACTION (7.0ms) COMMIT User Load (9.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\x80\xBC\xE7\xBE\x8A\xE4\xB8\xBA\xE7\x8B\xBC\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\x80\xBC\xE7\xBE\x8A\xE4\xB8\xBA\xE7\x8B\xBC\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.735608"], ["updated_at", "2022-09-29 09:05:15.735610"]] TRANSACTION (7.0ms) COMMIT User Load (13.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (108.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\x81\x8D\xE5\x9C\xB0\xE6\xA1\x83\xE8\x8A\xB1\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\x81\x8D\xE5\x9C\xB0\xE6\xA1\x83\xE8\x8A\xB1\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.784937"], ["updated_at", "2022-09-29 09:05:15.784938"]] TRANSACTION (22.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\x87\x8D\xE7\x94\x9F\xE4\xB9\x8B\xE4\xB9\xB1\xE4\xB8\x96\xE7\xA7\x8D\xE9\xA9\xACY"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\x87\x8D\xE7\x94\x9F\xE4\xB9\x8B\xE4\xB9\xB1\xE4\xB8\x96\xE7\xA7\x8D\xE9\xA9\xACY"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:15.955675"], ["updated_at", "2022-09-29 09:05:15.955676"]] TRANSACTION (10.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\x9B\xAA\xE5\x9F\x9F\xE7\x83\x88\xE7\x84\xB0\xC2\xB7\xE8\x97\x8F\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\x9B\xAA\xE5\x9F\x9F\xE7\x83\x88\xE7\x84\xB0\xC2\xB7\xE8\x97\x8F\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.008383"], ["updated_at", "2022-09-29 09:05:16.008384"]] TRANSACTION (5.6ms) COMMIT User Load (52.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\xA3\x8E\xE6\xB5\x81\xE5\xB2\x81\xE6\x9C\x88\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (9.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\xA3\x8E\xE6\xB5\x81\xE5\xB2\x81\xE6\x9C\x88\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.101858"], ["updated_at", "2022-09-29 09:05:16.101859"]] TRANSACTION (5.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\xA3\x8E\xE6\xB5\x81\xE9\x80\xB8\xE9\xA3\x9E\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\xA3\x8E\xE6\xB5\x81\xE9\x80\xB8\xE9\xA3\x9E\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.166049"], ["updated_at", "2022-09-29 09:05:16.166050"]] TRANSACTION (6.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\xA3\x9E\xE6\x9C\xBA\xE5\xA4\xB1\xE4\xBA\x8B\xE5\x90\x8E\xE7\x9A\x84\xE4\xBA\x91"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\xA3\x9E\xE6\x9C\xBA\xE5\xA4\xB1\xE4\xBA\x8B\xE5\x90\x8E\xE7\x9A\x84\xE4\xBA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.211823"], ["updated_at", "2022-09-29 09:05:16.211826"]] TRANSACTION (7.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE3\x80\x8A\xE9\xAD\x85\xE5\xA4\x9C\xE5\xB8\x9D\xE5\x9B\xBD\xE3\x80\x8B"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE3\x80\x8A\xE9\xAD\x85\xE5\xA4\x9C\xE5\xB8\x9D\xE5\x9B\xBD\xE3\x80\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.268465"], ["updated_at", "2022-09-29 09:05:16.268466"]] TRANSACTION (9.9ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80e\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80e\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.322704"], ["updated_at", "2022-09-29 09:05:16.322705"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80ye\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80ye\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.361222"], ["updated_at", "2022-09-29 09:05:16.361223"]] TRANSACTION (4.4ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xB8\x9D\xE4\xB8\x8D\xE6\x8C\x82"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE4\xB8\x9D\xE4\xB8\x8D\xE6\x8C\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.400362"], ["updated_at", "2022-09-29 09:05:16.400363"]] TRANSACTION (8.2ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xB8\xAA\xE9\xA3\x8E\xE9\x9F\xB5\xE5\xA5\xB3\xE4\xBA\xBA\xE7\x9A\x84\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (7.1ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE4\xB8\xAA\xE9\xA3\x8E\xE9\x9F\xB5\xE5\xA5\xB3\xE4\xBA\xBA\xE7\x9A\x84\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.450734"], ["updated_at", "2022-09-29 09:05:16.450735"]] TRANSACTION (5.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.497215"], ["updated_at", "2022-09-29 09:05:16.497219"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xB8\xAD\xE4\xB8\x80\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE4\xB8\xAD\xE4\xB8\x80\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.529937"], ["updated_at", "2022-09-29 09:05:16.529938"]] TRANSACTION (5.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE4\xBA\x8C\xE5\x85\xAD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE4\xBA\x8C\xE5\x85\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.571891"], ["updated_at", "2022-09-29 09:05:16.571893"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.602303"], ["updated_at", "2022-09-29 09:05:16.602304"]] TRANSACTION (6.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE4\xB8\x93\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE4\xB8\x93\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.637009"], ["updated_at", "2022-09-29 09:05:16.637009"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE4\xB8\x93\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE4\xB8\x93\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.675194"], ["updated_at", "2022-09-29 09:05:16.675195"]] TRANSACTION (4.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE6\x89\xA7\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE6\x89\xA7\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.699676"], ["updated_at", "2022-09-29 09:05:16.699676"]] TRANSACTION (4.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE7\x8B\xAC\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE7\x8B\xAC\xE8\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.727593"], ["updated_at", "2022-09-29 09:05:16.727594"]] TRANSACTION (6.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE7\xA7\x81\xE5\x88\xA9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x85\x9A\xE7\xA7\x81\xE5\x88\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.768156"], ["updated_at", "2022-09-29 09:05:16.768157"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x85\xA5\xE8\x85\x90\xE9\x97\xA8\xE6\xB7\xB1\xE4\xBC\xBC\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x85\xA5\xE8\x85\x90\xE9\x97\xA8\xE6\xB7\xB1\xE4\xBC\xBC\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.793498"], ["updated_at", "2022-09-29 09:05:16.793499"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x8D\xA1\xE5\xA4\x9A\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x8D\xA1\xE5\xA4\x9A\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.820031"], ["updated_at", "2022-09-29 09:05:16.820033"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\x8F\x97\xE5\xA4\x9A\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\x8F\x97\xE5\xA4\x9A\xE6\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.860961"], ["updated_at", "2022-09-29 09:05:16.860962"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x80\xA7\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x80\xA7\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.889592"], ["updated_at", "2022-09-29 09:05:16.889593"]] TRANSACTION (5.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.923790"], ["updated_at", "2022-09-29 09:05:16.923791"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85\xE6\xBF\x80\xE6\x83\x85\xE6\x88\x90\xE4\xBA\xBA\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85\xE6\xBF\x80\xE6\x83\x85\xE6\x88\x90\xE4\xBA\xBA\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.957783"], ["updated_at", "2022-09-29 09:05:16.957784"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:16.984958"], ["updated_at", "2022-09-29 09:05:16.984958"]] TRANSACTION (4.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x94\xBE\xE7\xBA\xB5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\x94\xBE\xE7\xBA\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.009983"], ["updated_at", "2022-09-29 09:05:17.009984"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.039837"], ["updated_at", "2022-09-29 09:05:17.039838"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xA4\x9C\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.069169"], ["updated_at", "2022-09-29 09:05:17.069170"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE5\xB0\x8F\xE6\x92\xAE\xE5\x88\xAB"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE5\xB0\x8F\xE6\x92\xAE\xE5\x88\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.091956"], ["updated_at", "2022-09-29 09:05:17.091957"]] TRANSACTION (4.7ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.128178"], ["updated_at", "2022-09-29 09:05:17.128179"]] TRANSACTION (7.6ms) COMMIT User Load (7.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.178425"], ["updated_at", "2022-09-29 09:05:17.178426"]] TRANSACTION (8.1ms) COMMIT User Load (16.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE6\x97\xA0\xE7\xA0\x81\xE5\x90\x88\xE9\x9B\x86"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE6\x97\xA0\xE7\xA0\x81\xE5\x90\x88\xE9\x9B\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.269377"], ["updated_at", "2022-09-29 09:05:17.269378"]] TRANSACTION (6.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.317967"], ["updated_at", "2022-09-29 09:05:17.317968"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE8\xBF\x85\xE9\x9B\xB7\xE4\xB8\x8B\xE8\xBD\xBD\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE8\xBF\x85\xE9\x9B\xB7\xE4\xB8\x8B\xE8\xBD\xBD\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.347374"], ["updated_at", "2022-09-29 09:05:17.347375"]] TRANSACTION (5.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\x9F\xB1\xE6\x93\x8E\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\x9F\xB1\xE6\x93\x8E\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.377848"], ["updated_at", "2022-09-29 09:05:17.377849"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\xB0\xA7\xE5\x8C\x96\xE4\xBA\x8C\xE6\xB0\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\xB0\xA7\xE5\x8C\x96\xE4\xBA\x8C\xE6\xB0\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.400751"], ["updated_at", "2022-09-29 09:05:17.400752"]] TRANSACTION (9.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\xB0\xA7\xE5\x8C\x96\xE6\xB1\x9E"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\xB0\xA7\xE5\x8C\x96\xE6\xB1\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.444902"], ["updated_at", "2022-09-29 09:05:17.444902"]] TRANSACTION (4.1ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\xB0\xAF\xE4\xB8\x99\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\xB0\xAF\xE4\xB8\x99\xE9\x85\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.478850"], ["updated_at", "2022-09-29 09:05:17.478851"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE6\xB0\xAF\xE4\xB9\x99\xE9\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE6\xB0\xAF\xE4\xB9\x99\xE9\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.523506"], ["updated_at", "2022-09-29 09:05:17.523507"]] TRANSACTION (4.2ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE7\xA0\x81\xE4\xB8\xAD\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE7\xA0\x81\xE4\xB8\xAD\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.563593"], ["updated_at", "2022-09-29 09:05:17.563594"]] TRANSACTION (5.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.616725"], ["updated_at", "2022-09-29 09:05:17.616726"]] TRANSACTION (3.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE7\xB5\xB2\xE4\xB8\x8D\xE6\x8E\x9B"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE7\xB5\xB2\xE4\xB8\x8D\xE6\x8E\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.651723"], ["updated_at", "2022-09-29 09:05:17.651724"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE8\x82\x96"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE8\x82\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.686373"], ["updated_at", "2022-09-29 09:05:17.686374"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE8\x88\xAC\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE8\x88\xAC\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.717647"], ["updated_at", "2022-09-29 09:05:17.717648"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE9\x80\x9A\xE5\x81\xA5\xE5\xBA\xB7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE9\x80\x9A\xE5\x81\xA5\xE5\xBA\xB7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.739060"], ["updated_at", "2022-09-29 09:05:17.739060"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE9\x80\x9A\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE9\x80\x9A\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.767190"], ["updated_at", "2022-09-29 09:05:17.767191"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE9\x94\xAE\xE6\x8E\x92\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE9\x94\xAE\xE6\x8E\x92\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.796265"], ["updated_at", "2022-09-29 09:05:17.796265"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x80\xE9\xA1\xB6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x80\xE9\xA1\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.820366"], ["updated_at", "2022-09-29 09:05:17.820366"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE4\xB8\x81"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE4\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.843449"], ["updated_at", "2022-09-29 09:05:17.843450"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE4\xBB\xB2\xE7\xA4\xBC"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (8.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE4\xBB\xB2\xE7\xA4\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.878658"], ["updated_at", "2022-09-29 09:05:17.878659"]] TRANSACTION (6.3ms) COMMIT Started GET "/comments" for 127.0.0.1 at 2022-09-29 17:05:17 +0800 User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application CensorBear::StopWord Create (8.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.935561"], ["updated_at", "2022-09-29 09:05:17.935562"]] TRANSACTION (9.0ms) COMMIT User Load (8.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\x85\xB3\xE6\xA0\xB9"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE5\x85\xB3\xE6\xA0\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:17.997244"], ["updated_at", "2022-09-29 09:05:17.997246"]] TRANSACTION (6.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\xAD\x90\xE9\x9C\x96"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE5\xAD\x90\xE9\x9C\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.047125"], ["updated_at", "2022-09-29 09:05:18.047126"]] TRANSACTION (3.1ms) COMMIT Comment Load (7.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 111.5ms | Allocations: 16878) User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendered layout layouts/application.html.erb (Duration: 117.2ms | Allocations: 19642) Completed 200 OK in 121ms (Views: 66.2ms | ActiveRecord: 52.4ms | Allocations: 20172) CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\xAD\x97\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE5\xAD\x97\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.077937"], ["updated_at", "2022-09-29 09:05:18.077937"]] TRANSACTION (4.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE5\xBA\xA6\xE5\xB7\xB4\xE6\x8B\x89\xE6\x96\xAF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE5\xBA\xA6\xE5\xB7\xB4\xE6\x8B\x89\xE6\x96\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.114655"], ["updated_at", "2022-09-29 09:05:18.114656"]] TRANSACTION (34.7ms) COMMIT User Load (20.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE6\x8C\xAF\xE5\xB2\xB1"], ["LIMIT", 1]] TRANSACTION (19.0ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE6\x8C\xAF\xE5\xB2\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.220946"], ["updated_at", "2022-09-29 09:05:18.220947"]] TRANSACTION (5.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE8\x96\x9B\xE7\xA5\xA5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE8\x96\x9B\xE7\xA5\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.291922"], ["updated_at", "2022-09-29 09:05:18.291923"]] TRANSACTION (5.9ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\x91\xAB\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE9\x91\xAB\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.344013"], ["updated_at", "2022-09-29 09:05:18.344014"]] TRANSACTION (11.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9\xE6\x9C\x80\xE6\x96\xB0\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9\xE6\x9C\x80\xE6\x96\xB0\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.414739"], ["updated_at", "2022-09-29 09:05:18.414740"]] TRANSACTION (20.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE6\x88\x90\xE4\xBA\xBA\xE8\x89\xB2\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE6\x88\x90\xE4\xBA\xBA\xE8\x89\xB2\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.489968"], ["updated_at", "2022-09-29 09:05:18.489969"]] TRANSACTION (3.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE9\xA6\x99\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.531167"], ["updated_at", "2022-09-29 09:05:18.531168"]] TRANSACTION (2.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x81\xE9\xBA\x9F\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x81\xE9\xBA\x9F\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.559051"], ["updated_at", "2022-09-29 09:05:18.559052"]] TRANSACTION (3.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x83\xE4\xB8\x83\xE7\xBD\x91\xE7\xBB\x9C\xE5\xB7\xA5\xE4\xBD\x9C\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x83\xE4\xB8\x83\xE7\xBD\x91\xE7\xBB\x9C\xE5\xB7\xA5\xE4\xBD\x9C\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.590883"], ["updated_at", "2022-09-29 09:05:18.590884"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x83\xE5\xA4\xA7\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x83\xE5\xA4\xA7\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.619538"], ["updated_at", "2022-09-29 09:05:18.619538"]] TRANSACTION (2.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87 \xE4\xBC\x97"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87 \xE4\xBC\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.641689"], ["updated_at", "2022-09-29 09:05:18.641690"]] TRANSACTION (6.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE5\xA4\xA7\xE7\xAD\xBE\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE5\xA4\xA7\xE7\xAD\xBE\xE5\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.681369"], ["updated_at", "2022-09-29 09:05:18.681370"]] TRANSACTION (5.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE9\xAA\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE9\xAA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.717898"], ["updated_at", "2022-09-29 09:05:18.717898"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE9\xAA\x9A\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE4\xBA\xBA\xE9\xAA\x9A\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.740310"], ["updated_at", "2022-09-29 09:05:18.740310"]] TRANSACTION (5.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBC\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE4\xBC\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.776026"], ["updated_at", "2022-09-29 09:05:18.776028"]] TRANSACTION (7.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE4\xBC\x97\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE4\xBC\x97\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.817898"], ["updated_at", "2022-09-29 09:05:18.817898"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE5\xAD\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE5\xAD\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.842127"], ["updated_at", "2022-09-29 09:05:18.842127"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE6\x99\x93\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE6\x99\x93\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.865622"], ["updated_at", "2022-09-29 09:05:18.865622"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE6\xB3\x95\xE5\xBD\x92\xE4\xB8\x80\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE6\xB3\x95\xE5\xBD\x92\xE4\xB8\x80\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.896263"], ["updated_at", "2022-09-29 09:05:18.896263"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE6\xB6\xA6\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE6\xB6\xA6\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.924157"], ["updated_at", "2022-09-29 09:05:18.924158"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE6\xB7\xAB\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE6\xB7\xAB\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.951348"], ["updated_at", "2022-09-29 09:05:18.951350"]] TRANSACTION (6.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE7\xBB\xB4\xE8\xAF\xBB\xE8\x80\x85\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE7\xBB\xB4\xE8\xAF\xBB\xE8\x80\x85\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:18.996805"], ["updated_at", "2022-09-29 09:05:18.996806"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE8\x83\xBD\xE9\x92\xA5\xE5\x8C\x99"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE8\x83\xBD\xE9\x92\xA5\xE5\x8C\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.032797"], ["updated_at", "2022-09-29 09:05:19.032798"]] TRANSACTION (6.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE9\x84\x82\xE6\xB9\x98"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE9\x84\x82\xE6\xB9\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.067674"], ["updated_at", "2022-09-29 09:05:19.067675"]] TRANSACTION (6.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE9\x87\x8C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE9\x87\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.111897"], ["updated_at", "2022-09-29 09:05:19.111898"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE9\x87\x8C\xE5\xA4\xA7\xE9\x80\xA0\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE9\x87\x8C\xE5\xA4\xA7\xE9\x80\xA0\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.139755"], ["updated_at", "2022-09-29 09:05:19.139755"]] TRANSACTION (7.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x87\xE9\x92\xA2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x87\xE9\x92\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.174914"], ["updated_at", "2022-09-29 09:05:19.174915"]] TRANSACTION (6.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x88\xE6\xAF\x8D\xE5\xA8\x98\xE5\xA5\x97\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x88\xE6\xAF\x8D\xE5\xA8\x98\xE5\xA5\x97\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.216805"], ["updated_at", "2022-09-29 09:05:19.216806"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x88\xE6\xAF\x8D\xE5\xA8\x98\xE7\x9A\x84\xE8\x83\xB4\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x88\xE6\xAF\x8D\xE5\xA8\x98\xE7\x9A\x84\xE8\x83\xB4\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.240713"], ["updated_at", "2022-09-29 09:05:19.240714"]] TRANSACTION (5.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x88\xE6\xAF\x8D\xE5\xA8\x98\xE8\x82\xA5\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x88\xE6\xAF\x8D\xE5\xA8\x98\xE8\x82\xA5\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.271048"], ["updated_at", "2022-09-29 09:05:19.271050"]] TRANSACTION (5.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE4\xB8\x87\xE5\xAD\x97\xE4\xB8\x8A\xE6\x9E\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE4\xB8\x87\xE5\xAD\x97\xE4\xB8\x8A\xE6\x9E\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.309932"], ["updated_at", "2022-09-29 09:05:19.309933"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE4\xB8\x89\xE4\xB9\x9D\xE4\xB9\x98\xE5\x85\x83\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE4\xB8\x89\xE4\xB9\x9D\xE4\xB9\x98\xE5\x85\x83\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.334347"], ["updated_at", "2022-09-29 09:05:19.334348"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE4\xB8\xAA\xE4\xBB\xA3\xE8\xA1\xA8"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE4\xB8\xAA\xE4\xBB\xA3\xE8\xA1\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.365117"], ["updated_at", "2022-09-29 09:05:19.365118"]] TRANSACTION (7.8ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE4\xB8\xAA\xE5\x91\x86\xE5\xA9\x8A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE4\xB8\xAA\xE5\x91\x86\xE5\xA9\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.417196"], ["updated_at", "2022-09-29 09:05:19.417197"]] TRANSACTION (6.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x81\xA5\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x81\xA5\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.468792"], ["updated_at", "2022-09-29 09:05:19.468793"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x85\xAC\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x85\xAC\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.517145"], ["updated_at", "2022-09-29 09:05:19.517146"]] TRANSACTION (5.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE \xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0 lsg"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE \xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0 lsg"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.558943"], ["updated_at", "2022-09-29 09:05:19.558944"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\x8E\x82\xE5\xAE\xB6\xE7\x9B\xB4\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\x8E\x82\xE5\xAE\xB6\xE7\x9B\xB4\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.596332"], ["updated_at", "2022-09-29 09:05:19.596333"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\x9C\xB0\xE5\x9D\x80"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\x9C\xB0\xE5\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.623308"], ["updated_at", "2022-09-29 09:05:19.623312"]] TRANSACTION (4.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xAE\x98\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xAE\x98\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.646675"], ["updated_at", "2022-09-29 09:05:19.646676"]] TRANSACTION (5.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.682664"], ["updated_at", "2022-09-29 09:05:19.682665"]] TRANSACTION (4.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.718628"], ["updated_at", "2022-09-29 09:05:19.718629"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.742699"], ["updated_at", "2022-09-29 09:05:19.742701"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE5\x86\x9B\xE5\x88\x80"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE5\x86\x9B\xE5\x88\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.772293"], ["updated_at", "2022-09-29 09:05:19.772294"]] TRANSACTION (5.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE7\x9B\xB4\xE8\x90\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE7\x9B\xB4\xE8\x90\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.804526"], ["updated_at", "2022-09-29 09:05:19.804527"]] TRANSACTION (2.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.829369"], ["updated_at", "2022-09-29 09:05:19.829370"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE6\x89\x8B\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE6\x89\x8B\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.852630"], ["updated_at", "2022-09-29 09:05:19.852631"]] TRANSACTION (6.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE6\x94\xB9\xE8\xA3\x85"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE6\x94\xB9\xE8\xA3\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.889551"], ["updated_at", "2022-09-29 09:05:19.889551"]] TRANSACTION (4.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE7\x9A\x84\xE5\xB0\x8F\xE9\xBB\x91\xE8\xB1\xB9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE7\x9A\x84\xE5\xB0\x8F\xE9\xBB\x91\xE8\xB1\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.922291"], ["updated_at", "2022-09-29 09:05:19.922292"]] TRANSACTION (7.0ms) COMMIT User Load (10.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-29 17:05:20 +0800 CensorBear::StopWord Load (29.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE7\x9B\xB4\xE9\x94\x80"], ["LIMIT", 1]] Processing by CensorBear::ReviewLogsController#index as HTML TRANSACTION (6.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x88\xA9\xE8\xBE\xBE\xE7\x9B\xB4\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:19.991016"], ["updated_at", "2022-09-29 09:05:19.991017"]] User Load (12.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (6.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x8D\x81\xE5\xA4\x9A"], ["LIMIT", 1]]  (16.9ms) SELECT COUNT(*) FROM "censor_bear_review_logs" TRANSACTION (7.9ms) BEGIN Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 8.1ms | Allocations: 2391) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 11.3ms | Allocations: 3088) User Load (11.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x8D\x81\xE5\xA4\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.070098"], ["updated_at", "2022-09-29 09:05:20.070099"]] TRANSACTION (7.7ms) COMMIT CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 52.2ms | Allocations: 21094) Completed 200 OK in 114ms (Views: 59.8ms | ActiveRecord: 29.5ms | Allocations: 31749) User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x8D\x81\xE5\xA4\x9A\xE7\xA7\x8D\xE6\xB8\xA0\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (12.7ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x8D\x81\xE5\xA4\x9A\xE7\xA7\x8D\xE6\xB8\xA0\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.159472"], ["updated_at", "2022-09-29 09:05:20.159476"]] TRANSACTION (19.1ms) COMMIT User Load (11.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x8E\xBB\xE8\xBD\xA6\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x8E\xBB\xE8\xBD\xA6\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.260512"], ["updated_at", "2022-09-29 09:05:20.260513"]] TRANSACTION (6.9ms) COMMIT User Load (9.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x8F\xA5\xE7\xA1\xAC\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x8F\xA5\xE7\xA1\xAC\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.322336"], ["updated_at", "2022-09-29 09:05:20.322337"]] TRANSACTION (6.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x94\x91"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x94\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.366005"], ["updated_at", "2022-09-29 09:05:20.366006"]] TRANSACTION (5.5ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x94\x91\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x94\x91\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.410876"], ["updated_at", "2022-09-29 09:05:20.410877"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE5\x94\x91\xE7\xB6\xB8\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE5\x94\x91\xE7\xB6\xB8\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.455441"], ["updated_at", "2022-09-29 09:05:20.455442"]] TRANSACTION (5.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\x8C\xAB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\x8C\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.495287"], ["updated_at", "2022-09-29 09:05:20.495290"]] TRANSACTION (5.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\x8C\xAB\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\x8C\xAB\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.538205"], ["updated_at", "2022-09-29 09:05:20.538206"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.573648"], ["updated_at", "2022-09-29 09:05:20.573649"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xA3\xB1 \xE5\x86\x9B\xE5\x88\x80\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xA3\xB1 \xE5\x86\x9B\xE5\x88\x80\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.601277"], ["updated_at", "2022-09-29 09:05:20.601278"]] TRANSACTION (4.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\x86\x9B\xE5\x88\xBA\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\x86\x9B\xE5\x88\xBA\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.638954"], ["updated_at", "2022-09-29 09:05:20.638955"]] TRANSACTION (10.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\x86\x9B\xE5\x88\xBA\xE6\x89\xB9\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\x86\x9B\xE5\x88\xBA\xE6\x89\xB9\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.691459"], ["updated_at", "2022-09-29 09:05:20.691460"]] TRANSACTION (6.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\x88\xBA\xE5\x88\x80\xE6\x8A\x98\xE5\x88\x80"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\x88\xBA\xE5\x88\x80\xE6\x8A\x98\xE5\x88\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.732727"], ["updated_at", "2022-09-29 09:05:20.732728"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\xB0\x96\xE5\x88\x80\xE4\xBE\x9B\xE5\xBA\x94"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xA3\xB1\xE5\xB0\x96\xE5\x88\x80\xE4\xBE\x9B\xE5\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.773524"], ["updated_at", "2022-09-29 09:05:20.773525"]] TRANSACTION (6.3ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92 \xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92 \xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.832223"], ["updated_at", "2022-09-29 09:05:20.832224"]] TRANSACTION (5.6ms) COMMIT User Load (9.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE5\xBC\xA9\xE7\xAE\xAD\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE5\xBC\xA9\xE7\xAE\xAD\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.883923"], ["updated_at", "2022-09-29 09:05:20.883924"]] TRANSACTION (6.0ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE6\x8D\x95\xE7\x8B\x97\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE6\x8D\x95\xE7\x8B\x97\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.936783"], ["updated_at", "2022-09-29 09:05:20.936784"]] TRANSACTION (6.5ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE8\x8D\xAF\xE7\xAE\xAD\xE6\x89\xB9\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE8\x8D\xAF\xE7\xAE\xAD\xE6\x89\xB9\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:20.982403"], ["updated_at", "2022-09-29 09:05:20.982404"]] TRANSACTION (5.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\xA9\xE7\xAE\xAD\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\xA9\xE7\xAE\xAD\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.016992"], ["updated_at", "2022-09-29 09:05:21.016992"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.054049"], ["updated_at", "2022-09-29 09:05:21.054049"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xB0\xB4\xE6\xB3\x95\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xB0\xB4\xE6\xB3\x95\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.093187"], ["updated_at", "2022-09-29 09:05:21.093188"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.128590"], ["updated_at", "2022-09-29 09:05:21.128591"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xB1\x9F\xE3\x80\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xB1\x9F\xE3\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.158816"], ["updated_at", "2022-09-29 09:05:21.158817"]] TRANSACTION (4.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE6\xB5\xA6\xE7\x88\xB1\xE4\xBD\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE6\xB5\xA6\xE7\x88\xB1\xE4\xBD\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.189553"], ["updated_at", "2022-09-29 09:05:21.189553"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.221930"], ["updated_at", "2022-09-29 09:05:21.221931"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\x82\xB9\xE5\x85\xA8\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\x82\xB9\xE5\x85\xA8\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.254204"], ["updated_at", "2022-09-29 09:05:21.254205"]] TRANSACTION (5.1ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\x82\xB9\xE5\xBC\x8F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (14.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\x82\xB9\xE5\xBC\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.294012"], ["updated_at", "2022-09-29 09:05:21.294013"]] TRANSACTION (16.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.368692"], ["updated_at", "2022-09-29 09:05:21.368693"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\x8F\xAD\xE4\xBB\x86\xE4\xBA\xBA\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\x8F\xAD\xE4\xBB\x86\xE4\xBA\xBA\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.401828"], ["updated_at", "2022-09-29 09:05:21.401830"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xA1\x9D\xE5\x9F\xBA\xE7\x94\xB2\xE8\x8B\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xA1\x9D\xE5\x9F\xBA\xE7\x94\xB2\xE8\x8B\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.438609"], ["updated_at", "2022-09-29 09:05:21.438610"]] TRANSACTION (4.7ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.478099"], ["updated_at", "2022-09-29 09:05:21.478099"]] TRANSACTION (3.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.506266"], ["updated_at", "2022-09-29 09:05:21.506267"]] TRANSACTION (3.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.547933"], ["updated_at", "2022-09-29 09:05:21.547934"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.580621"], ["updated_at", "2022-09-29 09:05:21.580622"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.603099"], ["updated_at", "2022-09-29 09:05:21.603099"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.633661"], ["updated_at", "2022-09-29 09:05:21.633662"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.669992"], ["updated_at", "2022-09-29 09:05:21.669993"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\xA3\xE6\xA7\x8D\xE9\x8A\xB7\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\xA3\xE6\xA7\x8D\xE9\x8A\xB7\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.695938"], ["updated_at", "2022-09-29 09:05:21.695938"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\xA3\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\xA3\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.720208"], ["updated_at", "2022-09-29 09:05:21.720208"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.751782"], ["updated_at", "2022-09-29 09:05:21.751782"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.777147"], ["updated_at", "2022-09-29 09:05:21.777147"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.797334"], ["updated_at", "2022-09-29 09:05:21.797335"]] TRANSACTION (6.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.832687"], ["updated_at", "2022-09-29 09:05:21.832687"]] TRANSACTION (6.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x9B\xBE\xE7\xBA\xB8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x9B\xBE\xE7\xBA\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.873557"], ["updated_at", "2022-09-29 09:05:21.873560"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.896858"], ["updated_at", "2022-09-29 09:05:21.896859"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.925957"], ["updated_at", "2022-09-29 09:05:21.925958"]] TRANSACTION (5.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xAE\xAD\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:21.972658"], ["updated_at", "2022-09-29 09:05:21.972659"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (15.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.003148"], ["updated_at", "2022-09-29 09:05:22.003148"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBA\xA7,\xE5\xBD\xB1\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBA\xA7,\xE5\xBD\xB1\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.052984"], ["updated_at", "2022-09-29 09:05:22.052985"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBA\xA7,\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBA\xA7,\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.085270"], ["updated_at", "2022-09-29 09:05:22.085270"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.109178"], ["updated_at", "2022-09-29 09:05:22.109179"]] TRANSACTION (7.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE6\xBF\x80\xE6\x83\x85\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (19.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE6\xBF\x80\xE6\x83\x85\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.142940"], ["updated_at", "2022-09-29 09:05:22.142941"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.194746"], ["updated_at", "2022-09-29 09:05:22.194747"]] Started GET "/censor_bear/stop_words" for 127.0.0.1 at 2022-09-29 17:05:22 +0800 TRANSACTION (12.7ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] Processing by CensorBear::StopWordsController#index as HTML CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (8.6ms) BEGIN User Load (10.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBA\xA7\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.246393"], ["updated_at", "2022-09-29 09:05:22.246394"]] TRANSACTION (12.3ms) COMMIT  (48.6ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application User Load (11.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (14.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE7\xBD\x91\xE5\x8F\x8B"], ["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] TRANSACTION (6.0ms) BEGIN Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 20.2ms | Allocations: 18809) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.0ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.8ms | Allocations: 554) User Load (21.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.9ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.9ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.8ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.6ms | Allocations: 554) CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE7\xBD\x91\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.328491"], ["updated_at", "2022-09-29 09:05:22.328495"]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.1ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.0ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 2.0ms | Allocations: 554) TRANSACTION (5.5ms) COMMIT Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 2.0ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 2.1ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.5ms | Allocations: 554) User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.4ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.8ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 554) CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE8\x82\xA1\xE5\x8A\xBF\xE5\x8A\x9B"], ["LIMIT", 1]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 555) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 91.1ms | Allocations: 50558) TRANSACTION (2.5ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE8\x82\xA1\xE5\x8A\xBF\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.408533"], ["updated_at", "2022-09-29 09:05:22.408534"]] TRANSACTION (5.5ms) COMMIT  (6.2ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 124.0ms | Allocations: 61825) Completed 200 OK in 201ms (Views: 117.3ms | ActiveRecord: 69.8ms | Allocations: 70309) User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE8\xA7\x92"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE8\xA7\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.455018"], ["updated_at", "2022-09-29 09:05:22.455019"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE8\xA7\x92\xE5\x9C\xB0\xE5\xB8\xA6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE8\xA7\x92\xE5\x9C\xB0\xE5\xB8\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.508300"], ["updated_at", "2022-09-29 09:05:22.508301"]] TRANSACTION (9.2ms) COMMIT User Load (8.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE9\x99\xAA"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE9\x99\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.549629"], ["updated_at", "2022-09-29 09:05:22.549631"]] TRANSACTION (6.6ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x89\xE9\xBB\x9E"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x89\xE9\xBB\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.593136"], ["updated_at", "2022-09-29 09:05:22.593137"]] TRANSACTION (4.9ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A \xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A \xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.636095"], ["updated_at", "2022-09-29 09:05:22.636096"]] TRANSACTION (6.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE4\xB8\x80\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE4\xB8\x80\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.674703"], ["updated_at", "2022-09-29 09:05:22.674704"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE4\xB8\x8D\xE5\xB0\x81\xE9\xA1\xB6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE4\xB8\x8D\xE5\xB0\x81\xE9\xA1\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.703339"], ["updated_at", "2022-09-29 09:05:22.703340"]] TRANSACTION (7.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.736811"], ["updated_at", "2022-09-29 09:05:22.736811"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.768132"], ["updated_at", "2022-09-29 09:05:22.768133"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.791329"], ["updated_at", "2022-09-29 09:05:22.791330"]] TRANSACTION (4.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE5\x93\x81\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE5\x93\x81\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.825994"], ["updated_at", "2022-09-29 09:05:22.825995"]] TRANSACTION (5.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.862800"], ["updated_at", "2022-09-29 09:05:22.862801"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\x9E\xB6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\x9E\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.887447"], ["updated_at", "2022-09-29 09:05:22.887447"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xAD\xA4\xE5\x84\xBF\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xAD\xA4\xE5\x84\xBF\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.911566"], ["updated_at", "2022-09-29 09:05:22.911566"]] TRANSACTION (5.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8C\x87\xE5\xAE\x9A"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8C\x87\xE5\xAE\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.943160"], ["updated_at", "2022-09-29 09:05:22.943161"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB8\x82\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA \xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB8\x82\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA \xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:22.976025"], ["updated_at", "2022-09-29 09:05:22.976026"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.000179"], ["updated_at", "2022-09-29 09:05:23.000179"]] TRANSACTION (3.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE6\xB0\x94\xE6\x9E\xAA\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE6\xB0\x94\xE6\x9E\xAA\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.025480"], ["updated_at", "2022-09-29 09:05:23.025481"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE6\xB0\x94\xE6\x9E\xAA\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE6\xB0\x94\xE6\x9E\xAA\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.062009"], ["updated_at", "2022-09-29 09:05:23.062010"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.091396"], ["updated_at", "2022-09-29 09:05:23.091397"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE7\x89\x8C\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA\xE4\xB8\x93"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE7\x89\x8C\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA\xE4\xB8\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.114386"], ["updated_at", "2022-09-29 09:05:23.114387"]] TRANSACTION (6.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE6\xB5\xB7\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.145008"], ["updated_at", "2022-09-29 09:05:23.145009"]] TRANSACTION (7.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE7\x8F\xAD\xE6\x97\x8F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE7\x8F\xAD\xE6\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.181845"], ["updated_at", "2022-09-29 09:05:23.181846"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE7\xBD\x91\xE6\x96\x87\xE5\x87\xAD"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE7\xBD\x91\xE6\x96\x87\xE5\x87\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.211382"], ["updated_at", "2022-09-29 09:05:23.211383"]] TRANSACTION (4.7ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE7\xBD\x91\xE8\xA3\xB8\xE8\x81\x8A\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE7\xBD\x91\xE8\xA3\xB8\xE8\x81\x8A\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.245903"], ["updated_at", "2022-09-29 09:05:23.245905"]] TRANSACTION (6.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE8\xAE\xBF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE8\xAE\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.285086"], ["updated_at", "2022-09-29 09:05:23.285086"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.317582"], ["updated_at", "2022-09-29 09:05:23.317583"]] TRANSACTION (6.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE9\x97\xA8\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1QQ"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE9\x97\xA8\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.358638"], ["updated_at", "2022-09-29 09:05:23.358639"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xE9\x97\xA8\xE6\xBF\x80"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xE9\x97\xA8\xE6\xBF\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.395982"], ["updated_at", "2022-09-29 09:05:23.395982"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8A\xEF\xBC\x8C\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8A\xEF\xBC\x8C\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.423825"], ["updated_at", "2022-09-29 09:05:23.423826"]] TRANSACTION (5.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B \xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B \xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.468454"], ["updated_at", "2022-09-29 09:05:23.468455"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE4\xB8\x80\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE4\xB8\x80\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.501502"], ["updated_at", "2022-09-29 09:05:23.501502"]] TRANSACTION (3.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE4\xB8\x80\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE4\xB8\x80\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.527528"], ["updated_at", "2022-09-29 09:05:23.527529"]] TRANSACTION (5.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.563114"], ["updated_at", "2022-09-29 09:05:23.563115"]] TRANSACTION (2.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE5\x8D\x8A\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE5\x8D\x8A\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.588424"], ["updated_at", "2022-09-29 09:05:23.588426"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE5\x9B\x9E\xE5\x88\x86\xE8\xA7\xA3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE5\x9B\x9E\xE5\x88\x86\xE8\xA7\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.609462"], ["updated_at", "2022-09-29 09:05:23.609462"]] TRANSACTION (10.4ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE6\x9E\xB6"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE6\x9E\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.648202"], ["updated_at", "2022-09-29 09:05:23.648204"]] TRANSACTION (6.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE6\xB3\x95\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE6\xB3\x95\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.687532"], ["updated_at", "2022-09-29 09:05:23.687532"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE6\xB5\x81"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE6\xB5\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.718794"], ["updated_at", "2022-09-29 09:05:23.718795"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE6\xB5\x81\xE5\x9C\xB0\xE5\xB8\xA6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE6\xB5\x81\xE5\x9C\xB0\xE5\xB8\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.752521"], ["updated_at", "2022-09-29 09:05:23.752524"]] TRANSACTION (4.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.786602"], ["updated_at", "2022-09-29 09:05:23.786603"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE8\x85\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE8\x85\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.811272"], ["updated_at", "2022-09-29 09:05:23.811273"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE8\xB3\xA4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE8\xB3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.838395"], ["updated_at", "2022-09-29 09:05:23.838396"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE8\xB4\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE8\xB4\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.875747"], ["updated_at", "2022-09-29 09:05:23.875747"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.903295"], ["updated_at", "2022-09-29 09:05:23.903296"]] TRANSACTION (2.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE8\xBA\xAB\xE8\xB5\xB0\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE8\xBA\xAB\xE8\xB5\xB0\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.929242"], ["updated_at", "2022-09-29 09:05:23.929242"]] TRANSACTION (5.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE8\xBD\xBD\xE9\x80\x9F\xE5\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE8\xBD\xBD\xE9\x80\x9F\xE5\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.962870"], ["updated_at", "2022-09-29 09:05:23.962872"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:23.988191"], ["updated_at", "2022-09-29 09:05:23.988191"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE9\x9D\xA2"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE9\x9D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:24.009390"], ["updated_at", "2022-09-29 09:05:24.009391"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8B\xE9\xAB\x94"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8B\xE9\xAB\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:24.034157"], ["updated_at", "2022-09-29 09:05:24.034158"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE4\xBC\xA6\xE4\xB9\x8B\xE6\x81\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE4\xBC\xA6\xE4\xB9\x8B\xE6\x81\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:24.069012"], ["updated_at", "2022-09-29 09:05:24.069012"]] TRANSACTION (2.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE5\x8F\xAF\xE6\x8F\x8F\xE8\xBF\xB0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE5\x8F\xAF\xE6\x8F\x8F\xE8\xBF\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:24.092574"], ["updated_at", "2022-09-29 09:05:24.092575"]] TRANSACTION (2.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE6\x9F\xA5\xE5\x85\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (8.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE6\x9F\xA5\xE5\x85\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:24.116317"], ["updated_at", "2022-09-29 09:05:24.116317"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE6\x9F\xA5\xE9\x83\xBD"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (16.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE6\x9F\xA5\xE9\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:24.157294"], ["updated_at", "2022-09-29 09:05:24.157296"]] TRANSACTION (8.2ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE7\xA9\xBF"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE7\xA9\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:24.223666"], ["updated_at", "2022-09-29 09:05:24.223667"]] TRANSACTION (6.5ms) COMMIT User Load (1006.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE8\x89\xAF\xE5\xB0\x91\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE8\x89\xAF\xE5\xB0\x91\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.278492"], ["updated_at", "2022-09-29 09:05:25.278492"]] TRANSACTION (3.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE8\x89\xAF\xE5\xB0\x91\xE5\xB0\x91\xE6\x97\xA5\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE8\x89\xAF\xE5\xB0\x91\xE5\xB0\x91\xE6\x97\xA5\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.307491"], ["updated_at", "2022-09-29 09:05:25.307492"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE9\x94\x99"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE9\x94\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.338272"], ["updated_at", "2022-09-29 09:05:25.338272"]] TRANSACTION (5.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE9\x99\x90\xE5\x88\xB6\xE6\x97\xB6\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE9\x99\x90\xE5\x88\xB6\xE6\x97\xB6\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.375060"], ["updated_at", "2022-09-29 09:05:25.375060"]] TRANSACTION (4.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8D\xE9\x9B\x85\xE4\xB9\x8B\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8D\xE9\x9B\x85\xE4\xB9\x8B\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.408623"], ["updated_at", "2022-09-29 09:05:25.408625"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8E\xE5\xB0\x91\xE5\xA6\x87\xE4\xBD\x9C\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8E\xE5\xB0\x91\xE5\xA6\x87\xE4\xBD\x9C\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.430386"], ["updated_at", "2022-09-29 09:05:25.430387"]] TRANSACTION (4.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x8E\xE7\x8B\x97\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x8E\xE7\x8B\x97\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.460971"], ["updated_at", "2022-09-29 09:05:25.460972"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x93\xE4\xB8\x9A\xE4\xBB\xA3\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x93\xE4\xB8\x9A\xE4\xBB\xA3\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.490369"], ["updated_at", "2022-09-29 09:05:25.490370"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x93\xE4\xB8\x9A\xE5\x87\xBA\xE5\x94\xAE\xE5\x90\x84\xE7\xA7\x8D\xE8\xBF\xB7\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x93\xE4\xB8\x9A\xE5\x87\xBA\xE5\x94\xAE\xE5\x90\x84\xE7\xA7\x8D\xE8\xBF\xB7\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.514355"], ["updated_at", "2022-09-29 09:05:25.514356"]] TRANSACTION (2.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x93\xE4\xB8\x9A\xE5\x8A\x9E\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x93\xE4\xB8\x9A\xE5\x8A\x9E\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.544869"], ["updated_at", "2022-09-29 09:05:25.544869"]] TRANSACTION (4.8ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x93\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x93\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.579460"], ["updated_at", "2022-09-29 09:05:25.579461"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x93\xE5\x88\xB6\xE6\x94\xBF\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x93\xE5\x88\xB6\xE6\x94\xBF\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.611329"], ["updated_at", "2022-09-29 09:05:25.611329"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x93\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x93\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.639533"], ["updated_at", "2022-09-29 09:05:25.639534"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x93\xE6\x94\xBF\xE6\x9C\xBA\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x93\xE6\x94\xBF\xE6\x9C\xBA\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.670484"], ["updated_at", "2022-09-29 09:05:25.670485"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x96\xE7\x95\x8C\xE4\xB9\x8B\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x96\xE7\x95\x8C\xE4\xB9\x8B\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.712973"], ["updated_at", "2022-09-29 09:05:25.712974"]] TRANSACTION (3.1ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x96\xE7\x95\x8C\xE6\x97\xA5\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x96\xE7\x95\x8C\xE6\x97\xA5\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.742784"], ["updated_at", "2022-09-29 09:05:25.742785"]] TRANSACTION (5.0ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x96\xE7\x95\x8C\xE7\xBB\x8F\xE6\xB5\x8E\xE5\xAF\xBC\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x96\xE7\x95\x8C\xE7\xBB\x8F\xE6\xB5\x8E\xE5\xAF\xBC\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.783138"], ["updated_at", "2022-09-29 09:05:25.783138"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x98\xE5\xB9\xBF\xE9\x92\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x98\xE5\xB9\xBF\xE9\x92\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.815102"], ["updated_at", "2022-09-29 09:05:25.815102"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9A\xE5\x8A\x9B\xE5\x9B\x9E\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9A\xE5\x8A\x9B\xE5\x9B\x9E\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.837135"], ["updated_at", "2022-09-29 09:05:25.837136"]] TRANSACTION (5.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9A\xE5\x8A\x9B\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9A\xE5\x8A\x9B\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.880591"], ["updated_at", "2022-09-29 09:05:25.880592"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9B\xE7\xA6\x8F\xE5\xA5\x8E"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9B\xE7\xA6\x8F\xE5\xA5\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.917421"], ["updated_at", "2022-09-29 09:05:25.917422"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE4\xBA\xAC\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE4\xBA\xAC\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.948499"], ["updated_at", "2022-09-29 09:05:25.948500"]] TRANSACTION (6.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE4\xBA\xAC\xE7\x83\xAD\xE6\x97\xA0\xE7\xA0\x81\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE4\xBA\xAC\xE7\x83\xAD\xE6\x97\xA0\xE7\xA0\x81\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:25.997086"], ["updated_at", "2022-09-29 09:05:25.997087"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE4\xBC\x8A\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE4\xBC\x8A\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.027918"], ["updated_at", "2022-09-29 09:05:26.027918"]] TRANSACTION (5.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE5\x8C\x97"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE5\x8C\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.063946"], ["updated_at", "2022-09-29 09:05:26.063947"]] TRANSACTION (5.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE5\x8C\x97\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE5\x8C\x97\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.110437"], ["updated_at", "2022-09-29 09:05:26.110439"]] TRANSACTION (3.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE5\x8C\x97\xE9\xA3\x8E\xE6\x83\x85\xE7\x86\x9F\xE5\xA5\xB3\xE4\xB9\x8B\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE5\x8C\x97\xE9\xA3\x8E\xE6\x83\x85\xE7\x86\x9F\xE5\xA5\xB3\xE4\xB9\x8B\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.138845"], ["updated_at", "2022-09-29 09:05:26.138846"]] TRANSACTION (5.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE5\x8D\x97\xE8\xA5\xBF\xE5\x8C\x97\xE8\xAE\xBA\xE8\xB0\x88"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE5\x8D\x97\xE8\xA5\xBF\xE5\x8C\x97\xE8\xAE\xBA\xE8\xB0\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.179103"], ["updated_at", "2022-09-29 09:05:26.179106"]] TRANSACTION (5.2ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE5\x9C\x9F\xE8\x80\xB3\xE5\x85\xB6\xE6\x96\xAF\xE5\x9D\xA6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE5\x9C\x9F\xE8\x80\xB3\xE5\x85\xB6\xE6\x96\xAF\xE5\x9D\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.219317"], ["updated_at", "2022-09-29 09:05:26.219321"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE5\xA4\x8D\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE5\xA4\x8D\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.252154"], ["updated_at", "2022-09-29 09:05:26.252155"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE5\xBE\xAE\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE5\xBE\xAE\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.283473"], ["updated_at", "2022-09-29 09:05:26.283473"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE6\x97\xB6\xE7\xA9\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE6\x97\xB6\xE7\xA9\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.309225"], ["updated_at", "2022-09-29 09:05:26.309226"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE7\xBA\xA2\xE6\x97\xB6\xE7\xA9\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE7\xBA\xA2\xE6\x97\xB6\xE7\xA9\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.332075"], ["updated_at", "2022-09-29 09:05:26.332075"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE9\x97\xAA\xE7\x94\xB5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE6\x96\xB9\xE9\x97\xAA\xE7\x94\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.357648"], ["updated_at", "2022-09-29 09:05:26.357648"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE6\xA3\xAE\xE6\x96\xB0\xE9\x97\xBB\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE6\xA3\xAE\xE6\x96\xB0\xE9\x97\xBB\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.381577"], ["updated_at", "2022-09-29 09:05:26.381577"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE6\xA3\xAE\xE7\x94\xB5\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE6\xA3\xAE\xE7\x94\xB5\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.401754"], ["updated_at", "2022-09-29 09:05:26.401755"]] TRANSACTION (2.6ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.422750"], ["updated_at", "2022-09-29 09:05:26.422750"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE7\xAA\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE7\xAA\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.447583"], ["updated_at", "2022-09-29 09:05:26.447584"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE7\xAA\x81\xE5\x8E\xA5\xE6\x96\xAF\xE5\x9D\xA6\xE8\xA7\xA3\xE6\x94\xBE\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE7\xAA\x81\xE5\x8E\xA5\xE6\x96\xAF\xE5\x9D\xA6\xE8\xA7\xA3\xE6\x94\xBE\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.479829"], ["updated_at", "2022-09-29 09:05:26.479830"]] TRANSACTION (2.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE7\xAA\x81\xE8\xA7\xA3\xE6\x94\xBE\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE7\xAA\x81\xE8\xA7\xA3\xE6\x94\xBE\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.501584"], ["updated_at", "2022-09-29 09:05:26.501584"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE8\xA5\xBF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE8\xA5\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.524726"], ["updated_at", "2022-09-29 09:05:26.524727"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9C\xE8\xA5\xBF\xE5\x8D\x97\xE5\x8C\x97\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9C\xE8\xA5\xBF\xE5\x8D\x97\xE5\x8C\x97\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.554190"], ["updated_at", "2022-09-29 09:05:26.554191"]] TRANSACTION (6.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE6\x83\x85\xE4\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (10.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE6\x83\x85\xE4\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.619011"], ["updated_at", "2022-09-29 09:05:26.619012"]] TRANSACTION (7.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE6\x8A\xA4\xE5\xA3\xAB"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE6\x8A\xA4\xE5\xA3\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.679897"], ["updated_at", "2022-09-29 09:05:26.679898"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xA2\x9C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xA2\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.715409"], ["updated_at", "2022-09-29 09:05:26.715410"]] TRANSACTION (3.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE4\xBF\x9D"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE4\xBF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.746926"], ["updated_at", "2022-09-29 09:05:26.746926"]] TRANSACTION (6.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.789571"], ["updated_at", "2022-09-29 09:05:26.789572"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE6\x81\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE6\x81\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.818359"], ["updated_at", "2022-09-29 09:05:26.818360"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.841246"], ["updated_at", "2022-09-29 09:05:26.841247"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xA2\x9C\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.873266"], ["updated_at", "2022-09-29 09:05:26.873267"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xAF\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xAF\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.900813"], ["updated_at", "2022-09-29 09:05:26.900814"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\x9D\xE8\xB6\xB3\xE6\x8C\x89"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\x9D\xE8\xB6\xB3\xE6\x8C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.930197"], ["updated_at", "2022-09-29 09:05:26.930198"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA2\xE6\x8E\x89\xE8\xA3\xA4\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (7.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA2\xE6\x8E\x89\xE8\xA3\xA4\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:26.961815"], ["updated_at", "2022-09-29 09:05:26.961816"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE3\x80\x82\xE8\x85\xBF\xE3\x80\x82\xE4\xB9\x8B\xE3\x80\x82\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE3\x80\x82\xE8\x85\xBF\xE3\x80\x82\xE4\xB9\x8B\xE3\x80\x82\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.006925"], ["updated_at", "2022-09-29 09:05:27.006926"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE4\xB8\x87\xE9\x83\xA8VIP\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE4\xB8\x87\xE9\x83\xA8VIP\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.031121"], ["updated_at", "2022-09-29 09:05:27.031122"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE4\xB8\xAA\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE4\xB8\xAA\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.058178"], ["updated_at", "2022-09-29 09:05:27.058180"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.091401"], ["updated_at", "2022-09-29 09:05:27.091402"]] TRANSACTION (3.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE4\xBB\xA3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE4\xBB\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.116033"], ["updated_at", "2022-09-29 09:05:27.116033"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE5\x8F\x88\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE5\x8F\x88\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.138674"], ["updated_at", "2022-09-29 09:05:27.138675"]] TRANSACTION (7.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE6\x8A\xA5\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE6\x8A\xA5\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.182100"], ["updated_at", "2022-09-29 09:05:27.182103"]] TRANSACTION (3.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE6\x96\xB0\xE9\x97\xBB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE4\xBC\x9A\xE6\x96\xB0\xE9\x97\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.214198"], ["updated_at", "2022-09-29 09:05:27.214198"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.238438"], ["updated_at", "2022-09-29 09:05:27.238439"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE4\xB8\x89\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE4\xB8\x89\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.273967"], ["updated_at", "2022-09-29 09:05:27.273967"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE4\xB8\x89\xE5\x9C\xB0\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE4\xB8\x89\xE5\x9C\xB0\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.304506"], ["updated_at", "2022-09-29 09:05:27.304507"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE5\x85\xB3\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE5\x85\xB3\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.331017"], ["updated_at", "2022-09-29 09:05:27.331018"]] TRANSACTION (5.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE6\x88\x98\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE6\x88\x98\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.365024"], ["updated_at", "2022-09-29 09:05:27.365025"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE6\x89\x8D\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE5\xB2\xB8\xE6\x89\x8D\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.397009"], ["updated_at", "2022-09-29 09:05:27.397010"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.423434"], ["updated_at", "2022-09-29 09:05:27.423434"]] TRANSACTION (3.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE6\x80\xA7\xE6\xB7\xAB\xE4\xB9\xB1\xE5\x9C\xB0\xE5\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE6\x80\xA7\xE6\xB7\xAB\xE4\xB9\xB1\xE5\x9C\xB0\xE5\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.446326"], ["updated_at", "2022-09-29 09:05:27.446326"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE6\x80\xA7\xE7\x8B\x82\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE6\x80\xA7\xE7\x8B\x82\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.481400"], ["updated_at", "2022-09-29 09:05:27.481401"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.504672"], ["updated_at", "2022-09-29 09:05:27.504673"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA4\xE8\x85\xBF\xE4\xB9\x8B\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA4\xE8\x85\xBF\xE4\xB9\x8B\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.526447"], ["updated_at", "2022-09-29 09:05:27.526447"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA5\xE5\xAE\xB6\xE5\x85\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA5\xE5\xAE\xB6\xE5\x85\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.552172"], ["updated_at", "2022-09-29 09:05:27.552173"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA5\xE5\xAE\xB6\xE7\xA5\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA5\xE5\xAE\xB6\xE7\xA5\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.587030"], ["updated_at", "2022-09-29 09:05:27.587031"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA5\xE6\x99\x93\xE7\x8E\xB2"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA5\xE6\x99\x93\xE7\x8E\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.608898"], ["updated_at", "2022-09-29 09:05:27.608898"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xA5\xE9\x87\x8D\xE8\xBF\x9D\xE7\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xA5\xE9\x87\x8D\xE8\xBF\x9D\xE7\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.628419"], ["updated_at", "2022-09-29 09:05:27.628420"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAAqb"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAAqb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.658093"], ["updated_at", "2022-09-29 09:05:27.658093"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAA\xE4\xBA\xBA\xE5\x9C\x86\xE6\xBB\xA1\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAA\xE4\xBA\xBA\xE5\x9C\x86\xE6\xBB\xA1\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.687891"], ["updated_at", "2022-09-29 09:05:27.687891"]] TRANSACTION (3.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAA\xE4\xBA\xBA\xE5\xB4\x87\xE6\x8B\x9C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAA\xE4\xBA\xBA\xE5\xB4\x87\xE6\x8B\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.710360"], ["updated_at", "2022-09-29 09:05:27.710361"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAA\xE5\x9B\x9B\xE5\xB0\x8F\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAA\xE5\x9B\x9B\xE5\xB0\x8F\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.731304"], ["updated_at", "2022-09-29 09:05:27.731304"]] TRANSACTION (4.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAA\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAA\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.761491"], ["updated_at", "2022-09-29 09:05:27.761492"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAA\xE9\x82\xAA\xE7\x9A\x84\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAA\xE9\x82\xAA\xE7\x9A\x84\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.795765"], ["updated_at", "2022-09-29 09:05:27.795766"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAB\xE4\xB8\x8E\xE7\x8E\x8B\xE7\x9B\x8A"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAB\xE4\xB8\x8E\xE7\x8E\x8B\xE7\x9B\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.819152"], ["updated_at", "2022-09-29 09:05:27.819153"]] TRANSACTION (2.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD \xE6\x96\x87 \xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD \xE6\x96\x87 \xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.843407"], ["updated_at", "2022-09-29 09:05:27.843408"]] TRANSACTION (6.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xADgong"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xADgong"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.884121"], ["updated_at", "2022-09-29 09:05:27.884122"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.917187"], ["updated_at", "2022-09-29 09:05:27.917188"]] TRANSACTION (3.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE4\xBF\x84\xE8\xBE\xB9\xE7\x95\x8C"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE4\xBF\x84\xE8\xBE\xB9\xE7\x95\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.945441"], ["updated_at", "2022-09-29 09:05:27.945442"]] TRANSACTION (5.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:27.988898"], ["updated_at", "2022-09-29 09:05:27.988899"]] TRANSACTION (4.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE4\xB8\x93\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE4\xB8\x93\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.019961"], ["updated_at", "2022-09-29 09:05:28.019962"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE4\xBB\xBB\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE4\xBB\xBB\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.052652"], ["updated_at", "2022-09-29 09:05:28.052653"]] TRANSACTION (6.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE4\xBF\x9D\xE5\x91\xBD"], ["LIMIT", 1]] TRANSACTION (13.4ms) BEGIN User Load (8.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE4\xBF\x9D\xE5\x91\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.094505"], ["updated_at", "2022-09-29 09:05:28.094506"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\x85\x9A\xE6\x96\x87\xE5\x8C\x96"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\x85\x9A\xE6\x96\x87\xE5\x8C\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.145441"], ["updated_at", "2022-09-29 09:05:28.145442"]] TRANSACTION (9.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xA4\xAA\xE5\xAD\x90\xE5\x85\x9A\xE5\x92\x8C\xE8\xB4\xAA\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xA4\xAA\xE5\xAD\x90\xE5\x85\x9A\xE5\x92\x8C\xE8\xB4\xAA\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.191416"], ["updated_at", "2022-09-29 09:05:28.191417"]] TRANSACTION (4.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xAA\x92\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xAA\x92\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.225685"], ["updated_at", "2022-09-29 09:05:28.225686"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB0\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB0\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.255912"], ["updated_at", "2022-09-29 09:05:28.255913"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.292903"], ["updated_at", "2022-09-29 09:05:28.292903"]] TRANSACTION (7.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB0\x8F\xE4\xB8\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB0\x8F\xE4\xB8\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.338985"], ["updated_at", "2022-09-29 09:05:28.338986"]] TRANSACTION (6.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB8\x9D\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB8\x9D\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.380390"], ["updated_at", "2022-09-29 09:05:28.380391"]] TRANSACTION (6.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB8\xAE\xE5\x87\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xB8\xAE\xE5\x87\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.417020"], ["updated_at", "2022-09-29 09:05:28.417021"]] TRANSACTION (3.0ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xBD\x93\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE5\xBD\x93\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.452770"], ["updated_at", "2022-09-29 09:05:28.452771"]] TRANSACTION (6.9ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x81\x90\xE6\x83\xA7"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x81\x90\xE6\x83\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.515856"], ["updated_at", "2022-09-29 09:05:28.515857"]] TRANSACTION (6.0ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x81\xB6\xE9\x9C\xB8"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x81\xB6\xE9\x9C\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.557368"], ["updated_at", "2022-09-29 09:05:28.557370"]] TRANSACTION (6.8ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x94\xBF\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x94\xBF\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.627700"], ["updated_at", "2022-09-29 09:05:28.627701"]] TRANSACTION (4.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x94\xBF\xE6\xB2\xBB\xE6\xB8\xB8\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x94\xBF\xE6\xB2\xBB\xE6\xB8\xB8\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.688055"], ["updated_at", "2022-09-29 09:05:28.688055"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x9A\xB4\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x9A\xB4\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.714828"], ["updated_at", "2022-09-29 09:05:28.714828"]] TRANSACTION (4.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x9A\xB4\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x9A\xB4\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.743504"], ["updated_at", "2022-09-29 09:05:28.743504"]] TRANSACTION (6.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.785577"], ["updated_at", "2022-09-29 09:05:28.785578"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\xB4\x97\xE8\x84\x91"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (19.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\xB4\x97\xE8\x84\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.831985"], ["updated_at", "2022-09-29 09:05:28.831986"]] TRANSACTION (6.6ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\xB5\x81\xE6\xB0\x93\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\xB5\x81\xE6\xB0\x93\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.900457"], ["updated_at", "2022-09-29 09:05:28.900458"]] TRANSACTION (5.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\xB5\x81\xE6\xB0\x93\xE7\x89\xB9\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE6\xB5\x81\xE6\xB0\x93\xE7\x89\xB9\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.940569"], ["updated_at", "2022-09-29 09:05:28.940570"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x89\xB9\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (7.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x89\xB9\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:28.978645"], ["updated_at", "2022-09-29 09:05:28.978646"]] TRANSACTION (4.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x89\xB9\xE5\x8A\xA1\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x89\xB9\xE5\x8A\xA1\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.018375"], ["updated_at", "2022-09-29 09:05:29.018376"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x8B\xAC\xE6\x9E\xAD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x8B\xAC\xE6\x9E\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.043634"], ["updated_at", "2022-09-29 09:05:29.043635"]] TRANSACTION (7.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x8B\xAC\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x8B\xAC\xE8\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.084777"], ["updated_at", "2022-09-29 09:05:29.084778"]] TRANSACTION (6.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x9A\x84\xE7\xBD\xAA\xE6\x81\xB6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x9A\x84\xE7\xBD\xAA\xE6\x81\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.132800"], ["updated_at", "2022-09-29 09:05:29.132801"]] TRANSACTION (6.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x9A\x84\xE8\xA1\x80\xE6\x97\x97"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (8.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x9A\x84\xE8\xA1\x80\xE6\x97\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.174935"], ["updated_at", "2022-09-29 09:05:29.174936"]] TRANSACTION (5.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x9B\x91\xE7\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\x9B\x91\xE7\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.226922"], ["updated_at", "2022-09-29 09:05:29.226923"]] TRANSACTION (5.9ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\xAC\xAC\xE5\x85\xAD\xE4\xBB\xA3\xE6\x98\x8E\xE6\x98\x9F\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\xAC\xAC\xE5\x85\xAD\xE4\xBB\xA3\xE6\x98\x8E\xE6\x98\x9F\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.267640"], ["updated_at", "2022-09-29 09:05:29.267641"]] TRANSACTION (6.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\xBD\x91\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE7\xBD\x91\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.311055"], ["updated_at", "2022-09-29 09:05:29.311056"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\x85\x90\xE8\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\x85\x90\xE8\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.338648"], ["updated_at", "2022-09-29 09:05:29.338648"]] TRANSACTION (6.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.369904"], ["updated_at", "2022-09-29 09:05:29.369905"]] TRANSACTION (6.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xA7\xA3\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xA7\xA3\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.413414"], ["updated_at", "2022-09-29 09:05:29.413416"]] TRANSACTION (3.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.441985"], ["updated_at", "2022-09-29 09:05:29.441985"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xB5\xB0\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xB5\xB0\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.473777"], ["updated_at", "2022-09-29 09:05:29.473778"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xBF\x91\xE6\x9C\x9F\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xBF\x91\xE6\x9C\x9F\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.506407"], ["updated_at", "2022-09-29 09:05:29.506408"]] TRANSACTION (3.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xBF\xAB\xE5\xAE\xB3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE8\xBF\xAB\xE5\xAE\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.530503"], ["updated_at", "2022-09-29 09:05:29.530503"]] TRANSACTION (2.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\x80\x80\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\x80\x80\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.555567"], ["updated_at", "2022-09-29 09:05:29.555568"]] TRANSACTION (6.6ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\x82\xAA\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\x82\xAA\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.597655"], ["updated_at", "2022-09-29 09:05:29.597655"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\x82\xAA\xE6\xAF\x92\xE7\xB4\xA0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\x82\xAA\xE6\xAF\x92\xE7\xB4\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.629228"], ["updated_at", "2022-09-29 09:05:29.629229"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.652546"], ["updated_at", "2022-09-29 09:05:29.652547"]] TRANSACTION (5.3ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\xBB\x91\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x85\xB1\xE9\xBB\x91\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.692304"], ["updated_at", "2022-09-29 09:05:29.692305"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.722994"], ["updated_at", "2022-09-29 09:05:29.722995"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8A\x9E\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8A\x9E\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.746083"], ["updated_at", "2022-09-29 09:05:29.746084"]] TRANSACTION (5.3ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.780377"], ["updated_at", "2022-09-29 09:05:29.780378"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE4\xBA\xBA\xE6\xB0\x91\xE5\x85\xB1\xE5\x92\x8C\xE5\x9B\xBD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE4\xBA\xBA\xE6\xB0\x91\xE5\x85\xB1\xE5\x92\x8C\xE5\x9B\xBD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.813285"], ["updated_at", "2022-09-29 09:05:29.813286"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE4\xBA\xBA\xE6\xB0\x91\xE5\xAE\x9E\xE8\xAF\x9D\xE5\xAE\x9E\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE4\xBA\xBA\xE6\xB0\x91\xE5\xAE\x9E\xE8\xAF\x9D\xE5\xAE\x9E\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.838857"], ["updated_at", "2022-09-29 09:05:29.838858"]] TRANSACTION (5.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE4\xBA\xBA\xE6\xB0\x91\xE6\xAD\xA3\xE9\x82\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE4\xBA\xBA\xE6\xB0\x91\xE6\xAD\xA3\xE9\x82\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.865465"], ["updated_at", "2022-09-29 09:05:29.865466"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\x85\xBB\xE7\x94\x9F\xE7\x9B\x8A\xE6\x99\xBA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\x85\xBB\xE7\x94\x9F\xE7\x9B\x8A\xE6\x99\xBA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.907805"], ["updated_at", "2022-09-29 09:05:29.907807"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\x85\xBB\xE7\x94\x9F\xE7\x9B\x8A\xE6\x99\xBA\xE6\xB0\x94"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\x85\xBB\xE7\x94\x9F\xE7\x9B\x8A\xE6\x99\xBA\xE6\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.932676"], ["updated_at", "2022-09-29 09:05:29.932676"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xA4\xA7\xE4\xBC\x97"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xA4\xA7\xE4\xBC\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.953087"], ["updated_at", "2022-09-29 09:05:29.953087"]] TRANSACTION (5.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xA4\xA7\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xA4\xA7\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:29.994348"], ["updated_at", "2022-09-29 09:05:29.994349"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xB1\x80\xE5\x9F\x9F\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xB1\x80\xE5\x9F\x9F\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.022256"], ["updated_at", "2022-09-29 09:05:30.022257"]] TRANSACTION (2.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xB8\x9D\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE5\xB8\x9D\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.041734"], ["updated_at", "2022-09-29 09:05:30.041735"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE6\x97\xB6\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE6\x97\xB6\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.066126"], ["updated_at", "2022-09-29 09:05:30.066127"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE6\x98\x86\xE4\xBB\x91\xE5\xA5\xB3\xE7\xA5\x9E\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE6\x98\x86\xE4\xBB\x91\xE5\xA5\xB3\xE7\xA5\x9E\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.097143"], ["updated_at", "2022-09-29 09:05:30.097144"]] TRANSACTION (2.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE6\xB0\x91\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE6\xB0\x91\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.119225"], ["updated_at", "2022-09-29 09:05:30.119226"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE7\x9C\x9F\xE5\xAE\x9E\xE6\x8A\xA5\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (12.2ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE7\x9C\x9F\xE5\xAE\x9E\xE6\x8A\xA5\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.154127"], ["updated_at", "2022-09-29 09:05:30.154128"]] TRANSACTION (13.2ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE8\x81\x94\xE9\x82\xA6"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE8\x81\x94\xE9\x82\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.216854"], ["updated_at", "2022-09-29 09:05:30.216855"]] TRANSACTION (5.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE8\x81\x94\xE9\x82\xA6\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE8\x81\x94\xE9\x82\xA6\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.260539"], ["updated_at", "2022-09-29 09:05:30.260540"]] TRANSACTION (8.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE8\xAE\xB2\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (7.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x8E\xE8\xAE\xB2\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.310674"], ["updated_at", "2022-09-29 09:05:30.310675"]] TRANSACTION (5.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.356795"], ["updated_at", "2022-09-29 09:05:30.356796"]] TRANSACTION (6.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE6\x81\xA9\xE4\xBB\x87\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE6\x81\xA9\xE4\xBB\x87\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.404313"], ["updated_at", "2022-09-29 09:05:30.404314"]] TRANSACTION (3.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.446135"], ["updated_at", "2022-09-29 09:05:30.446140"]] TRANSACTION (8.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.510387"], ["updated_at", "2022-09-29 09:05:30.510389"]] TRANSACTION (7.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE7\x9A\x84\xE6\x9D\x83\xE5\x8A\x9B\xE6\xB8\xB8\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE7\x9A\x84\xE6\x9D\x83\xE5\x8A\x9B\xE6\xB8\xB8\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.554771"], ["updated_at", "2022-09-29 09:05:30.554773"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE9\xBB\x91\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\x97\xE6\xB5\xB7\xE9\xBB\x91\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.588215"], ["updated_at", "2022-09-29 09:05:30.588216"]] TRANSACTION (4.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8D\xB0\xE8\xBE\xB9\xE7\x95\x8C\xE8\xB0\x88\xE5\x88\xA4\xE7\xBB\x93\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8D\xB0\xE8\xBE\xB9\xE7\x95\x8C\xE8\xB0\x88\xE5\x88\xA4\xE7\xBB\x93\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.621370"], ["updated_at", "2022-09-29 09:05:30.621371"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x8E\x9F\xE6\xB2\xB9\xE7\x94\xB0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x8E\x9F\xE6\xB2\xB9\xE7\x94\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.642195"], ["updated_at", "2022-09-29 09:05:30.642196"]] TRANSACTION (4.3ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.674056"], ["updated_at", "2022-09-29 09:05:30.674057"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD54\xE5\xBC\x8F762mm\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD54\xE5\xBC\x8F762mm\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.712957"], ["updated_at", "2022-09-29 09:05:30.712958"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBDzf"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBDzf"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.740236"], ["updated_at", "2022-09-29 09:05:30.740236"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xB8\x8D\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xB8\x8D\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.768448"], ["updated_at", "2022-09-29 09:05:30.768449"]] TRANSACTION (4.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xB9\x8B\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xB9\x8B\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.801410"], ["updated_at", "2022-09-29 09:05:30.801411"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.830224"], ["updated_at", "2022-09-29 09:05:30.830225"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE6\xB0\x91\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE6\xB0\x91\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.852692"], ["updated_at", "2022-09-29 09:05:30.852693"]] TRANSACTION (4.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE9\x83\xBD\xE5\x9C\xA8\xE4\xB8\x8A\xE5\x9B\x9B\xE5\xA4\xA7\xE5\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE9\x83\xBD\xE5\x9C\xA8\xE4\xB8\x8A\xE5\x9B\x9B\xE5\xA4\xA7\xE5\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.885423"], ["updated_at", "2022-09-29 09:05:30.885423"]] TRANSACTION (6.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE9\x83\xBD\xE5\x9C\xA8\xE4\xB8\x8A\xE7\x9A\x84\xE5\x9B\x9B\xE5\xA4\xA7\xE5\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xBA\xE9\x83\xBD\xE5\x9C\xA8\xE4\xB8\x8A\xE7\x9A\x84\xE5\x9B\x9B\xE5\xA4\xA7\xE5\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.925508"], ["updated_at", "2022-09-29 09:05:30.925509"]] TRANSACTION (3.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE4\xBA\xA1"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (10.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE4\xBA\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:30.961187"], ["updated_at", "2022-09-29 09:05:30.961188"]] TRANSACTION (4.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x85\xB1\xE5\x92\x8C\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x85\xB1\xE5\x92\x8C\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.014005"], ["updated_at", "2022-09-29 09:05:31.014009"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x86\x9B\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x86\x9B\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.051515"], ["updated_at", "2022-09-29 09:05:31.051516"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.080148"], ["updated_at", "2022-09-29 09:05:31.080149"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x86\x9B\xE7\x94\xA8\xE8\xBF\x90\xE8\xBE\x93\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x86\x9B\xE7\x94\xA8\xE8\xBF\x90\xE8\xBE\x93\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.115825"], ["updated_at", "2022-09-29 09:05:31.115826"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x8A\xB3\xE5\xB7\xA5\xE9\x80\x9A\xE8\xAE\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x8A\xB3\xE5\xB7\xA5\xE9\x80\x9A\xE8\xAE\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.136896"], ["updated_at", "2022-09-29 09:05:31.136896"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x92\x8C\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x92\x8C\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.158028"], ["updated_at", "2022-09-29 09:05:31.158029"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9B\xBD\xE5\xAE\xB6\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD\xE4\xB9\xA0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9B\xBD\xE5\xAE\xB6\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD\xE4\xB9\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.187910"], ["updated_at", "2022-09-29 09:05:31.187911"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9B\xBD\xE5\xAE\xB6\xE9\x98\xB2\xE7\x81\xAB\xE5\xA2\x99"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9B\xBD\xE5\xAE\xB6\xE9\x98\xB2\xE7\x81\xAB\xE5\xA2\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.219858"], ["updated_at", "2022-09-29 09:05:31.219859"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA4\x8D\xE5\x85\xB4\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA4\x8D\xE5\x85\xB4\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.240123"], ["updated_at", "2022-09-29 09:05:31.240125"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA4\x8D\xE5\x85\xB4\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA4\x8D\xE5\x85\xB4\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.262743"], ["updated_at", "2022-09-29 09:05:31.262744"]] TRANSACTION (4.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA8\x81\xE8\x83\x81\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA8\x81\xE8\x83\x81\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.297394"], ["updated_at", "2022-09-29 09:05:31.297395"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xAD\xA4\xE5\x84\xBF\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xAD\xA4\xE5\x84\xBF\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.326664"], ["updated_at", "2022-09-29 09:05:31.326664"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xAE\x98\xE5\x9C\xBA\xE6\x83\x85\xE6\x9D\x80\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xAE\x98\xE5\x9C\xBA\xE6\x83\x85\xE6\x9D\x80\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.348456"], ["updated_at", "2022-09-29 09:05:31.348457"]] TRANSACTION (5.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xAE\x9E\xE8\xA1\x8C\xE8\xA1\x80\xE8\x85\xA5\xE6\x95\x99\xE8\x82\xB2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xAE\x9E\xE8\xA1\x8C\xE8\xA1\x80\xE8\x85\xA5\xE6\x95\x99\xE8\x82\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.373847"], ["updated_at", "2022-09-29 09:05:31.373848"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xBC\xA9\xE5\xBC\x93\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xBC\xA9\xE5\xBC\x93\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.406352"], ["updated_at", "2022-09-29 09:05:31.406353"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x80\xA7\xE6\x90\x9C\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x80\xA7\xE6\x90\x9C\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.431505"], ["updated_at", "2022-09-29 09:05:31.431507"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x80\xA7\xE7\x88\xB1\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x80\xA7\xE7\x88\xB1\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.451069"], ["updated_at", "2022-09-29 09:05:31.451070"]] TRANSACTION (3.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x88\x90\xE4\xBA\xBA\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x88\x90\xE4\xBA\xBA\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.475763"], ["updated_at", "2022-09-29 09:05:31.475764"]] TRANSACTION (11.4ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x88\x98\xE7\xA5\x9E\xE5\x86\x9B\xE7\x94\xA8\xE5\xBC\x93\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x88\x98\xE7\xA5\x9E\xE5\x86\x9B\xE7\x94\xA8\xE5\xBC\x93\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.522974"], ["updated_at", "2022-09-29 09:05:31.522975"]] TRANSACTION (3.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.548733"], ["updated_at", "2022-09-29 09:05:31.548734"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x94\xAF\xE9\x85\x8D\xE4\xB8\x8B\xE7\x9A\x84\xE6\x9C\x9D\xE9\xB2\x9C\xE7\xBB\x8F\xE6\xB5\x8E"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x94\xAF\xE9\x85\x8D\xE4\xB8\x8B\xE7\x9A\x84\xE6\x9C\x9D\xE9\xB2\x9C\xE7\xBB\x8F\xE6\xB5\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.575125"], ["updated_at", "2022-09-29 09:05:31.575126"]] TRANSACTION (6.9ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x94\xBF\xE5\xBA\x9C\xE5\xB0\x81\xE9\x94\x81\xE6\xB6\x88\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x94\xBF\xE5\xBA\x9C\xE5\xB0\x81\xE9\x94\x81\xE6\xB6\x88\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.612932"], ["updated_at", "2022-09-29 09:05:31.612933"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x95\x99\xE5\xBE\x92"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x95\x99\xE5\xBE\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.638301"], ["updated_at", "2022-09-29 09:05:31.638302"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x96\xB0\xE6\xB0\x91\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x96\xB0\xE6\xB0\x91\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.661648"], ["updated_at", "2022-09-29 09:05:31.661649"]] TRANSACTION (5.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x97\xB6\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\x97\xB6\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.691688"], ["updated_at", "2022-09-29 09:05:31.691690"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xAD\xA3\xE4\xB9\x89\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xAD\xA3\xE4\xB9\x89\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.724935"], ["updated_at", "2022-09-29 09:05:31.724936"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xAF\x8D\xE5\xAD\x90\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xAF\x8D\xE5\xAD\x90\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.746629"], ["updated_at", "2022-09-29 09:05:31.746629"]] TRANSACTION (4.5ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x94\xE6\x9E\xAA\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x94\xE6\x9E\xAA\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.777218"], ["updated_at", "2022-09-29 09:05:31.777220"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.823237"], ["updated_at", "2022-09-29 09:05:31.823238"]] TRANSACTION (3.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x94\xE7\x8B\x97\xE5\x95\x86\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB0\x94\xE7\x8B\x97\xE5\x95\x86\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.854567"], ["updated_at", "2022-09-29 09:05:31.854568"]] TRANSACTION (5.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB2\xA1\xE6\x9C\x89\xE8\x87\xAA\xE7\x94\xB1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB2\xA1\xE6\x9C\x89\xE8\x87\xAA\xE7\x94\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.889234"], ["updated_at", "2022-09-29 09:05:31.889235"]] TRANSACTION (5.7ms) COMMIT User Load (10.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB5\xB7\xE5\xA4\x96\xE8\x85\x90\xE8\xB4\xA5\xE5\x85\xB5\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE6\xB5\xB7\xE5\xA4\x96\xE8\x85\x90\xE8\xB4\xA5\xE5\x85\xB5\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.940024"], ["updated_at", "2022-09-29 09:05:31.940025"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:31.973690"], ["updated_at", "2022-09-29 09:05:31.973690"]] TRANSACTION (4.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\x9A\x84\xE9\x99\xB7\xE9\x98\xB1"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\x9A\x84\xE9\x99\xB7\xE9\x98\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.012104"], ["updated_at", "2022-09-29 09:05:32.012105"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\x9C\x9F\xE5\xAE\x9E\xE5\x86\x85\xE5\xAE\xB9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\x9C\x9F\xE5\xAE\x9E\xE5\x86\x85\xE5\xAE\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.047411"], ["updated_at", "2022-09-29 09:05:32.047413"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA4\xBE\xE4\xBC\x9A\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA4\xBE\xE4\xBC\x9A\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.072687"], ["updated_at", "2022-09-29 09:05:32.072688"]] TRANSACTION (5.7ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA4\xBE\xE4\xBC\x9A\xE8\xBF\x9B\xE6\xAD\xA5\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA4\xBE\xE4\xBC\x9A\xE8\xBF\x9B\xE6\xAD\xA5\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.112484"], ["updated_at", "2022-09-29 09:05:32.112486"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA5\x9E\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA5\x9E\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.141010"], ["updated_at", "2022-09-29 09:05:32.141011"]] TRANSACTION (2.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA7\xBB\xE5\x8A\xA8\xE9\x80\x9A\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xA7\xBB\xE5\x8A\xA8\xE9\x80\x9A\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.174944"], ["updated_at", "2022-09-29 09:05:32.174944"]] TRANSACTION (19.5ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xBD\x91\xE7\xBB\x9C\xE5\xAE\xA1\xE6\x9F\xA5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE7\xBD\x91\xE7\xBB\x9C\xE5\xAE\xA1\xE6\x9F\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.234485"], ["updated_at", "2022-09-29 09:05:32.234486"]] TRANSACTION (4.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\x88\x86\xE8\xAE\xBA\xE7\x9B\x91\xE7\x9D\xA3\xE7\xBD\x91\xE5\x91\xA8\xE6\xB4\xAA"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\x88\x86\xE8\xAE\xBA\xE7\x9B\x91\xE7\x9D\xA3\xE7\xBD\x91\xE5\x91\xA8\xE6\xB4\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.274942"], ["updated_at", "2022-09-29 09:05:32.274944"]] TRANSACTION (7.1ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.326778"], ["updated_at", "2022-09-29 09:05:32.326779"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xB4\xAA\xE5\xAE\x98\xE5\x9C\xA8\xE6\xB5\xB7\xE5\xA4\x96"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xB4\xAA\xE5\xAE\x98\xE5\x9C\xA8\xE6\xB5\xB7\xE5\xA4\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.362273"], ["updated_at", "2022-09-29 09:05:32.362274"]] TRANSACTION (5.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xBF\x87\xE6\xB8\xA1\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xBF\x87\xE6\xB8\xA1\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.401466"], ["updated_at", "2022-09-29 09:05:32.401467"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE9\x97\xAE\xE9\xA2\x98\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE9\x97\xAE\xE9\xA2\x98\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.437549"], ["updated_at", "2022-09-29 09:05:32.437550"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE9\xAB\x98\xE5\xB1\x82\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9B\xBD\xE9\xAB\x98\xE5\xB1\x82\xE6\x9D\x83\xE5\x8A\x9B\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.461140"], ["updated_at", "2022-09-29 09:05:32.461141"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9C\x8Bzf"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9C\x8Bzf"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.489318"], ["updated_at", "2022-09-29 09:05:32.489319"]] TRANSACTION (4.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\x9C\x8B\xE7\x95\xB6\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\x9C\x8B\xE7\x95\xB6\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.526380"], ["updated_at", "2022-09-29 09:05:32.526381"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xA4\xAA\xE5\xAD\x90\xE5\x85\x9A\xE5\x92\x8C\xE8\xB4\xAA\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xA4\xAA\xE5\xAD\x90\xE5\x85\x9A\xE5\x92\x8C\xE8\xB4\xAA\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.552021"], ["updated_at", "2022-09-29 09:05:32.552022"]] TRANSACTION (3.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Started GET "/censor_bear/stop_words?q=&filter=size_three&commit=%E6%A3%80%E7%B4%A2" for 127.0.0.1 at 2022-09-29 17:05:32 +0800 CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.581114"], ["updated_at", "2022-09-29 09:05:32.581115"]] TRANSACTION (6.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] Processing by CensorBear::StopWordsController#index as HTML Parameters: {"q"=>"", "filter"=>"size_three", "commit"=>"检索"} CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xA4\xAEzf"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xA4\xAEzf"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.622074"], ["updated_at", "2022-09-29 09:05:32.622074"]]  (7.1ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (length(key) = 3) AND (key ilike '%%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application TRANSACTION (4.4ms) COMMIT CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (length(key) = 3) AND (key ilike '%%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.1ms | Allocations: 570) User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.9ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.1ms | Allocations: 554) CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE5\x86\x9B\xE5\xA7\x94"], ["LIMIT", 1]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.9ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.0ms | Allocations: 554) TRANSACTION (2.9ms) BEGIN Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.8ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.8ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.8ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.0ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.3ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 0.7ms | Allocations: 554) CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE5\x86\x9B\xE5\xA7\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.654129"], ["updated_at", "2022-09-29 09:05:32.654130"]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.4ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.7ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.6ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 554) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 45.2ms | Allocations: 20391) TRANSACTION (6.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE5\x86\x9B\xE5\xA7\x94\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN  (4.6ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 74.4ms | Allocations: 31118) User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Completed 200 OK in 92ms (Views: 67.7ms | ActiveRecord: 17.4ms | Allocations: 37780) CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE5\x86\x9B\xE5\xA7\x94\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.698569"], ["updated_at", "2022-09-29 09:05:32.698570"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE9\xA0\x98\xE5\xB0\x8E"], ["LIMIT", 1]] TRANSACTION (10.9ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE9\xA0\x98\xE5\xB0\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.736382"], ["updated_at", "2022-09-29 09:05:32.736382"]] TRANSACTION (6.4ms) COMMIT User Load (11.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE9\xBB\x91\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xA4\xAE\xE9\xBB\x91\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.790506"], ["updated_at", "2022-09-29 09:05:32.790507"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE5\xB9\xB4\xE7\xBE\x8E\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE5\xB9\xB4\xE7\xBE\x8E\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.841850"], ["updated_at", "2022-09-29 09:05:32.841851"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE6\x96\x87\xE6\x90\x9C\xE6\x80\xA7\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE6\x96\x87\xE6\x90\x9C\xE6\x80\xA7\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.870442"], ["updated_at", "2022-09-29 09:05:32.870443"]] TRANSACTION (4.4ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.911210"], ["updated_at", "2022-09-29 09:05:32.911211"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE6\xAD\xA3\xE7\xBA\xAA\xE5\xBF\xB5\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE6\xAD\xA3\xE7\xBA\xAA\xE5\xBF\xB5\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.942833"], ["updated_at", "2022-09-29 09:05:32.942833"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:32.967477"], ["updated_at", "2022-09-29 09:05:32.967478"]] TRANSACTION (5.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE7\x8F\x99"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE7\x8F\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.002870"], ["updated_at", "2022-09-29 09:05:33.002871"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE7\x9A\x84\xE7\x8F\xAD\xE7\xA6\x85"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE7\x9A\x84\xE7\x8F\xAD\xE7\xA6\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.030184"], ["updated_at", "2022-09-29 09:05:33.030185"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE7\x9F\xB3\xE6\xB2\xB9\xE5\x9B\xBD\xE5\xAE\xB6\xE7\x94\xB5\xE7\xBD\x91\xE5\x80\x92\xE6\x95\xB0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE7\x9F\xB3\xE6\xB2\xB9\xE5\x9B\xBD\xE5\xAE\xB6\xE7\x94\xB5\xE7\xBD\x91\xE5\x80\x92\xE6\x95\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.051332"], ["updated_at", "2022-09-29 09:05:33.051332"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE7\xB4\x80\xE5\xA7\x94"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE7\xB4\x80\xE5\xA7\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.073414"], ["updated_at", "2022-09-29 09:05:33.073415"]] TRANSACTION (4.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE7\xBB\x84\xE9\x83\xA8\xE5\x89\x8D\xE9\x83\xA8\xE9\x95\xBF\xE7\x9B\xB4\xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE7\xBB\x84\xE9\x83\xA8\xE5\x89\x8D\xE9\x83\xA8\xE9\x95\xBF\xE7\x9B\xB4\xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.108880"], ["updated_at", "2022-09-29 09:05:33.108883"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE8\x8F\xAF\xE5\xB8\x9D\xE5\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE8\x8F\xAF\xE5\xB8\x9D\xE5\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.133717"], ["updated_at", "2022-09-29 09:05:33.133718"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xAD\xE9\x97\xB4\xE9\x81\x93\xE8\xB7\xAF\xE5\x8D\x8F\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xAD\xE9\x97\xB4\xE9\x81\x93\xE8\xB7\xAF\xE5\x8D\x8F\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.157331"], ["updated_at", "2022-09-29 09:05:33.157332"]] TRANSACTION (6.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB0\xE6\xBB\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB0\xE6\xBB\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.190848"], ["updated_at", "2022-09-29 09:05:33.190849"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB0\xE6\xBB\xA1\xE5\x9C\x86\xE6\xB6\xA6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB0\xE6\xBB\xA1\xE5\x9C\x86\xE6\xB6\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.229588"], ["updated_at", "2022-09-29 09:05:33.229589"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB0\xE6\xBB\xA1\xE5\x9D\x9A\xE6\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB0\xE6\xBB\xA1\xE5\x9D\x9A\xE6\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.252967"], ["updated_at", "2022-09-29 09:05:33.252967"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB0\xE7\x9B\x88"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB0\xE7\x9B\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.279450"], ["updated_at", "2022-09-29 09:05:33.279451"]] TRANSACTION (4.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB0\xE8\x83\xB8\xE7\xBF\x98\xE8\x87\x80"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB0\xE8\x83\xB8\xE7\xBF\x98\xE8\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.314134"], ["updated_at", "2022-09-29 09:05:33.314135"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB0\xE8\x87\x80\xE8\x82\xA5\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB0\xE8\x87\x80\xE8\x82\xA5\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.341403"], ["updated_at", "2022-09-29 09:05:33.341404"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB4\xE6\xB2\x82\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB4\xE6\xB2\x82\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.365091"], ["updated_at", "2022-09-29 09:05:33.365092"]] TRANSACTION (4.8ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB4\xE9\x9C\x87\xE9\xA2\x84\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB4\xE9\x9C\x87\xE9\xA2\x84\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.403279"], ["updated_at", "2022-09-29 09:05:33.403281"]] TRANSACTION (5.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xB9\xE5\xA2\x9E\xE5\x98\x89\xE6\x8E\xAA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xB9\xE5\xA2\x9E\xE5\x98\x89\xE6\x8E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.446530"], ["updated_at", "2022-09-29 09:05:33.446531"]] TRANSACTION (3.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBA\xE5\x85\x9A\xE4\xB8\x8D\xE4\xB8\xBA\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBA\xE5\x85\x9A\xE4\xB8\x8D\xE4\xB8\xBA\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.479503"], ["updated_at", "2022-09-29 09:05:33.479504"]] TRANSACTION (5.9ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.519410"], ["updated_at", "2022-09-29 09:05:33.519413"]] TRANSACTION (5.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBB\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBB\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.561342"], ["updated_at", "2022-09-29 09:05:33.561344"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBB\xE5\xB8\xAD\xE5\x83\x8F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBB\xE5\xB8\xAD\xE5\x83\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.591839"], ["updated_at", "2022-09-29 09:05:33.591839"]] TRANSACTION (8.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBB\xE5\xB8\xAD\xE5\xBF\x8F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBB\xE5\xB8\xAD\xE5\xBF\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.631017"], ["updated_at", "2022-09-29 09:05:33.631017"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBB\xE5\xB8\xAD\xE6\x9D\x8E\xE4\xB8\x96\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBB\xE5\xB8\xAD\xE6\x9D\x8E\xE4\xB8\x96\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.657360"], ["updated_at", "2022-09-29 09:05:33.657361"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBB\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBB\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.689181"], ["updated_at", "2022-09-29 09:05:33.689182"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBB\xE7\xA5\x9E\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBB\xE7\xA5\x9E\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.724826"], ["updated_at", "2022-09-29 09:05:33.724827"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBD\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBD\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.747170"], ["updated_at", "2022-09-29 09:05:33.747170"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBD\xE5\xAA\x9B\xE7\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBD\xE5\xAA\x9B\xE7\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.773999"], ["updated_at", "2022-09-29 09:05:33.773999"]] TRANSACTION (5.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB8\xBE\xE5\x9B\xBD\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB8\xBE\xE5\x9B\xBD\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.815613"], ["updated_at", "2022-09-29 09:05:33.815614"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x89\xE8\xA7\xA3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x89\xE8\xA7\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.841925"], ["updated_at", "2022-09-29 09:05:33.841925"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8C\xE4\xBA\x91\xE5\x85\xB6\xE6\x9C\xA8\xE6\xA0\xBC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8C\xE4\xBA\x91\xE5\x85\xB6\xE6\x9C\xA8\xE6\xA0\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.866425"], ["updated_at", "2022-09-29 09:05:33.866425"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8C\xE5\x85\xB0\xE5\xA4\xAB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8C\xE5\x85\xB0\xE5\xA4\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.896961"], ["updated_at", "2022-09-29 09:05:33.896963"]] TRANSACTION (5.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8C\xE8\x9D\x87\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8C\xE8\x9D\x87\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.928097"], ["updated_at", "2022-09-29 09:05:33.928098"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8C\xE9\xB2\x81\xE6\x9C\xA8\xE9\xBD\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8C\xE9\xB2\x81\xE6\x9C\xA8\xE9\xBD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.949189"], ["updated_at", "2022-09-29 09:05:33.949190"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:33.969881"], ["updated_at", "2022-09-29 09:05:33.969881"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.000585"], ["updated_at", "2022-09-29 09:05:34.000586"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.035150"], ["updated_at", "2022-09-29 09:05:34.035150"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.056784"], ["updated_at", "2022-09-29 09:05:34.056784"]] TRANSACTION (2.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.077302"], ["updated_at", "2022-09-29 09:05:34.077303"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.110984"], ["updated_at", "2022-09-29 09:05:34.110985"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.139014"], ["updated_at", "2022-09-29 09:05:34.139014"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x8F\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x8F\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.160023"], ["updated_at", "2022-09-29 09:05:34.160024"]] TRANSACTION (3.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x90\xE4\xB9\x8B\xE9\x86\x89"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x90\xE4\xB9\x8B\xE9\x86\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.182758"], ["updated_at", "2022-09-29 09:05:34.182759"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x90\xE5\x8F\x8B\xE7\xBA\xBF\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x90\xE5\x8F\x8B\xE7\xBA\xBF\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.218699"], ["updated_at", "2022-09-29 09:05:34.218700"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x90\xE7\xBE\x8E\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x90\xE7\xBE\x8E\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.243690"], ["updated_at", "2022-09-29 09:05:34.243691"]] TRANSACTION (2.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x90\xE9\x80\x8F\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x90\xE9\x80\x8F\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.268637"], ["updated_at", "2022-09-29 09:05:34.268638"]] TRANSACTION (5.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x94\xE7\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (8.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x94\xE7\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.302505"], ["updated_at", "2022-09-29 09:05:34.302506"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x96\xE4\xB9\x96\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x96\xE4\xB9\x96\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.342870"], ["updated_at", "2022-09-29 09:05:34.342870"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x99\xE9\x85\xB0\xE4\xBA\x9A\xE7\xA0\xB7\xE9\x85\xB8\xE9\x93\x9C"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x99\xE9\x85\xB0\xE4\xBA\x9A\xE7\xA0\xB7\xE9\x85\xB8\xE9\x93\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.365472"], ["updated_at", "2022-09-29 09:05:34.365473"]] TRANSACTION (5.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x99\xE9\x85\xB0\xE6\x9B\xBF\xE7\xA1\xAB\xE8\x84\xB2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x99\xE9\x85\xB0\xE6\x9B\xBF\xE7\xA1\xAB\xE8\x84\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.395602"], ["updated_at", "2022-09-29 09:05:34.395603"]] TRANSACTION (4.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x99\xE9\x86\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x99\xE9\x86\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.430333"], ["updated_at", "2022-09-29 09:05:34.430333"]] TRANSACTION (10.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9Dping"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9Dping"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.466707"], ["updated_at", "2022-09-29 09:05:34.466708"]] TRANSACTION (4.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE4\xB9\x9D\xE6\x83\x85\xE8\x89\xB2\xE5\xB8\x9D\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE4\xB9\x9D\xE6\x83\x85\xE8\x89\xB2\xE5\xB8\x9D\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.496953"], ["updated_at", "2022-09-29 09:05:34.496953"]] TRANSACTION (4.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE5\x8D\x81\xE4\xB8\x89\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE5\x8D\x81\xE4\xB8\x89\xE8\xBF\x90\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.532444"], ["updated_at", "2022-09-29 09:05:34.532445"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE5\x9F\x8E\xE6\x83\x85\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE5\x9F\x8E\xE6\x83\x85\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.554949"], ["updated_at", "2022-09-29 09:05:34.554950"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.576397"], ["updated_at", "2022-09-29 09:05:34.576398"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE8\xAF\x84"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE8\xAF\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.606837"], ["updated_at", "2022-09-29 09:05:34.606838"]] TRANSACTION (5.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE8\xAF\x84\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE8\xAF\x84\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.640139"], ["updated_at", "2022-09-29 09:05:34.640139"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE8\xAF\x84\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE8\xAF\x84\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.661174"], ["updated_at", "2022-09-29 09:05:34.661175"]] TRANSACTION (2.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE9\xA3\x8E"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE9\xA3\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.685019"], ["updated_at", "2022-09-29 09:05:34.685020"]] TRANSACTION (10.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9D\xE9\xBE\x99\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9D\xE9\xBE\x99\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.735012"], ["updated_at", "2022-09-29 09:05:34.735013"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\x9F\xE8\xA6\x81\xE5\x9B\x9E\xE5\xA4\x8D"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\x9F\xE8\xA6\x81\xE5\x9B\x9E\xE5\xA4\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.757107"], ["updated_at", "2022-09-29 09:05:34.757107"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.777640"], ["updated_at", "2022-09-29 09:05:34.777643"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE4\xBB\xB2\xE5\x8B\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE4\xBB\xB2\xE5\x8B\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.810622"], ["updated_at", "2022-09-29 09:05:34.810622"]] TRANSACTION (3.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.838227"], ["updated_at", "2022-09-29 09:05:34.838228"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE5\xA4\xA7\xE5\x82\xBB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE5\xA4\xA7\xE5\x82\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.859530"], ["updated_at", "2022-09-29 09:05:34.859531"]] TRANSACTION (3.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE5\xA4\xA7\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE5\xA4\xA7\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.883575"], ["updated_at", "2022-09-29 09:05:34.883577"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE6\x98\x8E\xE6\xB3\xBD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE6\x98\x8E\xE6\xB3\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.912047"], ["updated_at", "2022-09-29 09:05:34.912048"]] TRANSACTION (2.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE6\x99\x8B\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE6\x99\x8B\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.935022"], ["updated_at", "2022-09-29 09:05:34.935022"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE8\xBF\x91\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE8\xBF\x91\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.959267"], ["updated_at", "2022-09-29 09:05:34.959268"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE8\xBF\x9B\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE8\xBF\x9B\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:34.983472"], ["updated_at", "2022-09-29 09:05:34.983472"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA0\xE8\xBF\x9C\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA0\xE8\xBF\x9C\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.014518"], ["updated_at", "2022-09-29 09:05:35.014520"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6 \xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6 \xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.041709"], ["updated_at", "2022-09-29 09:05:35.041710"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6 \xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6 \xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.069279"], ["updated_at", "2022-09-29 09:05:35.069279"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6 \xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6 \xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.098619"], ["updated_at", "2022-09-29 09:05:35.098620"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6#\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6#\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.129406"], ["updated_at", "2022-09-29 09:05:35.129406"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6%\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6%\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.150417"], ["updated_at", "2022-09-29 09:05:35.150418"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6@\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6@\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.173486"], ["updated_at", "2022-09-29 09:05:35.173487"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6~\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6~\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.203085"], ["updated_at", "2022-09-29 09:05:35.203086"]] TRANSACTION (4.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xC2\xB7\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xC2\xB7\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.235175"], ["updated_at", "2022-09-29 09:05:35.235175"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE5\x8A\x9E\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE5\x8A\x9E\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.264541"], ["updated_at", "2022-09-29 09:05:35.264541"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.290516"], ["updated_at", "2022-09-29 09:05:35.290517"]] TRANSACTION (3.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.321638"], ["updated_at", "2022-09-29 09:05:35.321638"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.344261"], ["updated_at", "2022-09-29 09:05:35.344262"]] TRANSACTION (2.6ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE6\x97\x97"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE6\x97\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.363999"], ["updated_at", "2022-09-29 09:05:35.364000"]] TRANSACTION (4.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.391787"], ["updated_at", "2022-09-29 09:05:35.391788"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.424957"], ["updated_at", "2022-09-29 09:05:35.424958"]] TRANSACTION (2.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE8\x80\xBD"], ["LIMIT", 1]] CensorBear::StopWord Update (3.4ms) UPDATE "censor_bear_stop_words" SET "key" = $1, "ugc" = $2, "username" = $3, "signature" = $4, "dialog" = $5, "nickname" = $6, "replacement" = $7, "user_id" = $8, "created_at" = $9, "updated_at" = $10 WHERE "censor_bear_stop_words"."id" = $11 [["key", "\xE4\xB9\xA6\xE8\x80\xBD"], ["ugc", "review"], ["username", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["nickname", "ignore"], ["replacement", "**"], ["user_id", 1], ["created_at", "2022-09-29 09:05:35.447627"], ["updated_at", "2022-09-29 09:05:35.447627"], ["id", 1014]] User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.459233"], ["updated_at", "2022-09-29 09:05:35.459233"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE8\xAF\x84"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE8\xAF\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.484275"], ["updated_at", "2022-09-29 09:05:35.484276"]] TRANSACTION (5.7ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.530734"], ["updated_at", "2022-09-29 09:05:35.530735"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xEF\xBC\x81\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xEF\xBC\x81\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.560110"], ["updated_at", "2022-09-29 09:05:35.560111"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xA6\xEF\xBF\xA5\xE8\x80\xBD"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xA6\xEF\xBF\xA5\xE8\x80\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.581311"], ["updated_at", "2022-09-29 09:05:35.581311"]] TRANSACTION (7.0ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE5\x88\xAB\xE5\xA2\x85"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE5\x88\xAB\xE5\xA2\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.624964"], ["updated_at", "2022-09-29 09:05:35.624965"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE5\x8D\x96\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE5\x8D\x96\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.660353"], ["updated_at", "2022-09-29 09:05:35.660354"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE5\x8D\x96\xE5\x81\x87\xE9\x92\xB1\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE5\x8D\x96\xE5\x81\x87\xE9\x92\xB1\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.685470"], ["updated_at", "2022-09-29 09:05:35.685470"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE5\x8D\x96\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE5\x8D\x96\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.723243"], ["updated_at", "2022-09-29 09:05:35.723244"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE5\xAE\x98\xE5\x8D\x96\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE5\xAE\x98\xE5\x8D\x96\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.753228"], ["updated_at", "2022-09-29 09:05:35.753229"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE5\xB0\x8F\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE5\xB0\x8F\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.777406"], ["updated_at", "2022-09-29 09:05:35.777407"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE6\x96\xAD"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE6\x96\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.816004"], ["updated_at", "2022-09-29 09:05:35.816005"]] TRANSACTION (4.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE6\x96\xAD\xE4\xBD\x9C\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE6\x96\xAD\xE4\xBD\x9C\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.851824"], ["updated_at", "2022-09-29 09:05:35.851825"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.874876"], ["updated_at", "2022-09-29 09:05:35.874876"]] TRANSACTION (7.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE6\x98\xA5\xE5\x86\x9B\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE6\x98\xA5\xE5\x86\x9B\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.922649"], ["updated_at", "2022-09-29 09:05:35.922650"]] TRANSACTION (5.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE6\x98\xA5\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE6\x98\xA5\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.961005"], ["updated_at", "2022-09-29 09:05:35.961007"]] TRANSACTION (4.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:35.992331"], ["updated_at", "2022-09-29 09:05:35.992332"]] TRANSACTION (6.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE7\x9C\x9F\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE7\x9C\x9F\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.033464"], ["updated_at", "2022-09-29 09:05:36.033465"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB0\xE8\x82\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB0\xE8\x82\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.068799"], ["updated_at", "2022-09-29 09:05:36.068799"]] TRANSACTION (5.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB1\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB1\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.101571"], ["updated_at", "2022-09-29 09:05:36.101571"]] TRANSACTION (6.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB1\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB1\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.139673"], ["updated_at", "2022-09-29 09:05:36.139673"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB1\xE4\xBC\xA6"], ["LIMIT", 1]] CensorBear::StopWord Update (6.5ms) UPDATE "censor_bear_stop_words" SET "key" = $1, "ugc" = $2, "username" = $3, "signature" = $4, "dialog" = $5, "nickname" = $6, "replacement" = $7, "user_id" = $8, "created_at" = $9, "updated_at" = $10 WHERE "censor_bear_stop_words"."id" = $11 [["key", "\xE4\xB9\xB1\xE4\xBC\xA6"], ["ugc", "review"], ["username", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["nickname", "ignore"], ["replacement", "**"], ["user_id", 1], ["created_at", "2022-09-29 09:05:36.171814"], ["updated_at", "2022-09-29 09:05:36.171815"], ["id", 1035]] User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB1\xE4\xBC\xA6\xE5\xB0\x8F"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB1\xE4\xBC\xA6\xE5\xB0\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.195081"], ["updated_at", "2022-09-29 09:05:36.195082"]] TRANSACTION (5.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB1\xE4\xBC\xA6\xE7\xB1\xBB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB1\xE4\xBC\xA6\xE7\xB1\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.247144"], ["updated_at", "2022-09-29 09:05:36.247145"]] TRANSACTION (6.2ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB1\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB1\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.285464"], ["updated_at", "2022-09-29 09:05:36.285464"]] TRANSACTION (8.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3 \xE6\xB2\x9F"], ["LIMIT", 1]] TRANSACTION (8.7ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3 \xE6\xB2\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.350123"], ["updated_at", "2022-09-29 09:05:36.350124"]] TRANSACTION (9.8ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.437833"], ["updated_at", "2022-09-29 09:05:36.437834"]] TRANSACTION (5.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.476979"], ["updated_at", "2022-09-29 09:05:36.476980"]] TRANSACTION (5.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE5\xB0\x96"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE5\xB0\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.522483"], ["updated_at", "2022-09-29 09:05:36.522485"]] TRANSACTION (6.5ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.573700"], ["updated_at", "2022-09-29 09:05:36.573701"]] TRANSACTION (7.9ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE6\x88\xBF"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE6\x88\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.616001"], ["updated_at", "2022-09-29 09:05:36.616003"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE6\x99\x95"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE6\x99\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.645037"], ["updated_at", "2022-09-29 09:05:36.645037"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE6\xB2\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE6\xB2\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.670891"], ["updated_at", "2022-09-29 09:05:36.670891"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE7\x88\x86"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE7\x88\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.695513"], ["updated_at", "2022-09-29 09:05:36.695514"]] TRANSACTION (5.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE7\x8F\xA0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE7\x8F\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.733349"], ["updated_at", "2022-09-29 09:05:36.733349"]] TRANSACTION (2.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xE9\xA6\x96"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xE9\xA6\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.756097"], ["updated_at", "2022-09-29 09:05:36.756097"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xB3\xEF\xBC\x8C\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xB3\xEF\xBC\x8C\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.780680"], ["updated_at", "2022-09-29 09:05:36.780680"]] TRANSACTION (6.2ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xBE\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xBE\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.819271"], ["updated_at", "2022-09-29 09:05:36.819273"]] TRANSACTION (6.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xBE\xE4\xBD\xA0\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xBE\xE4\xBD\xA0\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.862941"], ["updated_at", "2022-09-29 09:05:36.862943"]] TRANSACTION (3.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xBE\xE4\xBD\xA0\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xBE\xE4\xBD\xA0\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.891180"], ["updated_at", "2022-09-29 09:05:36.891181"]] TRANSACTION (6.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xB9\xBE\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xB9\xBE\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.933908"], ["updated_at", "2022-09-29 09:05:36.933910"]] TRANSACTION (2.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x82\xE5\x80\xAB"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x82\xE5\x80\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.964985"], ["updated_at", "2022-09-29 09:05:36.964986"]] TRANSACTION (4.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x86\xE4\xBB\xB6\xE6\xB8\x94\xE8\xA2\x8D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x86\xE4\xBB\xB6\xE6\xB8\x94\xE8\xA2\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:36.988743"], ["updated_at", "2022-09-29 09:05:36.988744"]] TRANSACTION (3.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x86\xE8\xA7\xA3\xE5\xA5\xB9\xE4\xBB\xAC\xE7\x9A\x84\xE6\x9C\x8D\xE5\x8A\xA1\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x86\xE8\xA7\xA3\xE5\xA5\xB9\xE4\xBB\xAC\xE7\x9A\x84\xE6\x9C\x8D\xE5\x8A\xA1\xE5\x92\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.018685"], ["updated_at", "2022-09-29 09:05:37.018686"]] TRANSACTION (3.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x88\xE6\x99\xB4"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x88\xE6\x99\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.047521"], ["updated_at", "2022-09-29 09:05:37.047522"]] TRANSACTION (6.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x89\xE9\xB8\xA3\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x89\xE9\xB8\xA3\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.095130"], ["updated_at", "2022-09-29 09:05:37.095130"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8B\xE5\xAE\x9E\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8B\xE5\xAE\x9E\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.121285"], ["updated_at", "2022-09-29 09:05:37.121285"]] TRANSACTION (2.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8CB"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8CB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.143269"], ["updated_at", "2022-09-29 09:05:37.143269"]] TRANSACTION (3.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x85\xAB"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x85\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.165698"], ["updated_at", "2022-09-29 09:05:37.165699"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE4\xBA\x94\xE5\x85\xAB\xE5\x85\xAD\xE4\xB8\x83\xE4\xB9\x9D\xE5\x9B\x9B\xE4\xB9\x9D"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE4\xBA\x94\xE5\x85\xAB\xE5\x85\xAD\xE4\xB8\x83\xE4\xB9\x9D\xE5\x9B\x9B\xE4\xB9\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.187406"], ["updated_at", "2022-09-29 09:05:37.187407"]] TRANSACTION (5.8ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE4\xBB\xA3\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE4\xBB\xA3\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.235916"], ["updated_at", "2022-09-29 09:05:37.235917"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE5\x8D\x81\xE5\x9B\x9B\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE5\x8D\x81\xE5\x9B\x9B\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.266238"], ["updated_at", "2022-09-29 09:05:37.266238"]] TRANSACTION (2.6ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.287728"], ["updated_at", "2022-09-29 09:05:37.287729"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE5\xA5\xB6\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE5\xA5\xB6\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.321827"], ["updated_at", "2022-09-29 09:05:37.321828"]] TRANSACTION (6.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.351523"], ["updated_at", "2022-09-29 09:05:37.351529"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8C\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8C\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.375274"], ["updated_at", "2022-09-29 09:05:37.375274"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8E\xE5\xA4\xA7\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8E\xE5\xA4\xA7\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.400781"], ["updated_at", "2022-09-29 09:05:37.400782"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8E\xE5\xB9\xBC\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8E\xE5\xB9\xBC\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.437412"], ["updated_at", "2022-09-29 09:05:37.437413"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8E\xE6\xB0\xB8\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8E\xE6\xB0\xB8\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.461705"], ["updated_at", "2022-09-29 09:05:37.461706"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8E\xE6\xB5\xA9\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8E\xE6\xB5\xA9\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.481238"], ["updated_at", "2022-09-29 09:05:37.481238"]] TRANSACTION (3.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x8E\xE9\xA3\x9E \xE5\xB9\xBF\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x8E\xE9\xA3\x9E \xE5\xB9\xBF\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.512951"], ["updated_at", "2022-09-29 09:05:37.512952"]] TRANSACTION (7.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x91\xE4\xB9\x9D\xE9\x9C\x84"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x91\xE4\xB9\x9D\xE9\x9C\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.548841"], ["updated_at", "2022-09-29 09:05:37.548842"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x91\xE5\x8D\x97\xE7\x88\x86\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x91\xE5\x8D\x97\xE7\x88\x86\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.573728"], ["updated_at", "2022-09-29 09:05:37.573729"]] TRANSACTION (7.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x91\xE8\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x91\xE8\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.607943"], ["updated_at", "2022-09-29 09:05:37.607944"]] TRANSACTION (6.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x91\xE9\x9B\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x91\xE9\x9B\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.655530"], ["updated_at", "2022-09-29 09:05:37.655531"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x91\xE9\x9B\x80\xE4\xB9\xA6\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x91\xE9\x9B\x80\xE4\xB9\xA6\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.682431"], ["updated_at", "2022-09-29 09:05:37.682431"]] TRANSACTION (5.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x91\xE9\x9B\xA8"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x91\xE9\x9B\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.719672"], ["updated_at", "2022-09-29 09:05:37.719674"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x91\xE9\x9B\xA8\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x91\xE9\x9B\xA8\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.756902"], ["updated_at", "2022-09-29 09:05:37.756903"]] TRANSACTION (5.4ms) COMMIT User Load (8.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x92\xE8\x81\x94\xE7\xBD\x91\xE5\xAE\xA1\xE6\x9F\xA5"], ["LIMIT", 1]] TRANSACTION (8.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x92\xE8\x81\x94\xE7\xBD\x91\xE5\xAE\xA1\xE6\x9F\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.800436"], ["updated_at", "2022-09-29 09:05:37.800437"]] TRANSACTION (6.4ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE4\xB8\x8D"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE4\xB8\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.858323"], ["updated_at", "2022-09-29 09:05:37.858324"]] TRANSACTION (6.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE4\xB8\x8D\xE4\xBA\x89\xE9\xB8\xA3\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE4\xB8\x8D\xE4\xBA\x89\xE9\xB8\xA3\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.906598"], ["updated_at", "2022-09-29 09:05:37.906600"]] TRANSACTION (6.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE5\x87\xBA\xE4\xB8\x89\xE8\xBF\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE5\x87\xBA\xE4\xB8\x89\xE8\xBF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.944251"], ["updated_at", "2022-09-29 09:05:37.944252"]] TRANSACTION (4.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE5\xA5\x97\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE5\xA5\x97\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:37.978997"], ["updated_at", "2022-09-29 09:05:37.978998"]] TRANSACTION (7.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE5\xA5\x97\xE5\x8A\x9F\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE5\xA5\x97\xE5\x8A\x9F\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.021020"], ["updated_at", "2022-09-29 09:05:38.021022"]] TRANSACTION (6.0ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE5\xA5\xB6\xE5\xB0\x8F\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE5\xA5\xB6\xE5\xB0\x8F\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.076554"], ["updated_at", "2022-09-29 09:05:38.076555"]] TRANSACTION (6.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.123416"], ["updated_at", "2022-09-29 09:05:38.123418"]] TRANSACTION (6.1ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.173045"], ["updated_at", "2022-09-29 09:05:38.173046"]] TRANSACTION (6.9ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE6\xAF\x9B\xE4\xBB\xAC"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE6\xAF\x9B\xE4\xBB\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.215774"], ["updated_at", "2022-09-29 09:05:38.215775"]] TRANSACTION (6.5ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x94\xE6\xAF\x9B\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x94\xE6\xAF\x9B\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.266390"], ["updated_at", "2022-09-29 09:05:38.266392"]] TRANSACTION (6.1ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE5\xA4\xAA\xE6\xAD\xA3\xE6\x82\x9F\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE5\xA4\xAA\xE6\xAD\xA3\xE6\x82\x9F\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.310666"], ["updated_at", "2022-09-29 09:05:38.310668"]] TRANSACTION (5.9ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (16.0ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.363455"], ["updated_at", "2022-09-29 09:05:38.363456"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x80\xA7\xE4\xBA\xA4\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x80\xA7\xE4\xBA\xA4\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.432006"], ["updated_at", "2022-09-29 09:05:38.432007"]] TRANSACTION (6.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x80\xA7\xE8\x99\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x80\xA7\xE8\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.471109"], ["updated_at", "2022-09-29 09:05:38.471110"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x88\x90\xE4\xBA\xBA\xE8\xB4\xB4\xE5\x9B\xBE\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x88\x90\xE4\xBA\xBA\xE8\xB4\xB4\xE5\x9B\xBE\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.500554"], ["updated_at", "2022-09-29 09:05:38.500555"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x8F\x92\xE7\xA9\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x8F\x92\xE7\xA9\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.546340"], ["updated_at", "2022-09-29 09:05:38.546340"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x97\xA0\xE7\xA0\x81\xE7\x94\xB5\xE5\xBD\xB1\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE6\xB4\xB2\xE6\x97\xA0\xE7\xA0\x81\xE7\x94\xB5\xE5\xBD\xB1\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.581887"], ["updated_at", "2022-09-29 09:05:38.581887"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.609370"], ["updated_at", "2022-09-29 09:05:38.609371"]] TRANSACTION (5.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA0\xB7\xE9\x85\xB8\xE9\x92\xA0"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA0\xB7\xE9\x85\xB8\xE9\x92\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.645676"], ["updated_at", "2022-09-29 09:05:38.645677"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA0\xB7\xE9\x85\xB8\xE9\x92\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA0\xB7\xE9\x85\xB8\xE9\x92\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.675905"], ["updated_at", "2022-09-29 09:05:38.675906"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA0\xB7\xEF\xBC\x88\xE9\x85\xB8\xEF\xBC\x89\xE9\x85\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA0\xB7\xEF\xBC\x88\xE9\x85\xB8\xEF\xBC\x89\xE9\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.699113"], ["updated_at", "2022-09-29 09:05:38.699114"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.727153"], ["updated_at", "2022-09-29 09:05:38.727154"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE4\xBA\x8C\xE9\x92\xA0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE4\xBA\x8C\xE9\x92\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.758602"], ["updated_at", "2022-09-29 09:05:38.758603"]] TRANSACTION (3.0ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE6\xB0\xA2\xE9\x92\xA0"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE6\xB0\xA2\xE9\x92\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.780097"], ["updated_at", "2022-09-29 09:05:38.780098"]] TRANSACTION (3.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE9\x92\xA0"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE9\x92\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.799811"], ["updated_at", "2022-09-29 09:05:38.799812"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE9\x95\x81"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (36.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE9\x95\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.831065"], ["updated_at", "2022-09-29 09:05:38.831065"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA1\x9D\xE9\x85\xB0\xE4\xB9\x99\xE6\xB0\xA7"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA1\x9D\xE9\x85\xB0\xE4\xB9\x99\xE6\xB0\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.910592"], ["updated_at", "2022-09-29 09:05:38.910592"]] TRANSACTION (7.3ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\x9A\xE7\xA1\x9D\xE9\x85\xB8\xE4\xB9\x99\xE9\x85\xAF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\x9A\xE7\xA1\x9D\xE9\x85\xB8\xE4\xB9\x99\xE9\x85\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.954142"], ["updated_at", "2022-09-29 09:05:38.954144"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA1\xE5\x85\x9A\xE4\xBA\xA1\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA1\xE5\x85\x9A\xE4\xBA\xA1\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:38.987053"], ["updated_at", "2022-09-29 09:05:38.987054"]] TRANSACTION (8.3ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA2\xE8\xAE\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA2\xE8\xAE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.028852"], ["updated_at", "2022-09-29 09:05:39.028854"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA4\xE5\x90\x88"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA4\xE5\x90\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.067173"], ["updated_at", "2022-09-29 09:05:39.067174"]] TRANSACTION (3.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA4\xE5\xAA\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA4\xE5\xAA\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.094895"], ["updated_at", "2022-09-29 09:05:39.094896"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA4\xE6\x8D\xA2\xE5\xA4\xAB\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA4\xE6\x8D\xA2\xE5\xA4\xAB\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.125202"], ["updated_at", "2022-09-29 09:05:39.125203"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA4\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA4\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.158103"], ["updated_at", "2022-09-29 09:05:39.158103"]] TRANSACTION (5.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA4\xE7\x8F\xAD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA4\xE7\x8F\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.187870"], ["updated_at", "2022-09-29 09:05:39.187871"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA4\xE7\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA4\xE7\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.215255"], ["updated_at", "2022-09-29 09:05:39.215256"]] TRANSACTION (5.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA4\xE9\x85\x8D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA4\xE9\x85\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.252759"], ["updated_at", "2022-09-29 09:05:39.252760"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA6\xE5\x87\xA1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA6\xE5\x87\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.277590"], ["updated_at", "2022-09-29 09:05:39.277590"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xA7\xE5\x85\x9A\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xA7\xE5\x85\x9A\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.299839"], ["updated_at", "2022-09-29 09:05:39.299840"]] TRANSACTION (5.8ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xAB\xE5\x8F\x97"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (13.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xAB\xE5\x8F\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.328309"], ["updated_at", "2022-09-29 09:05:39.328312"]] TRANSACTION (11.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xAB\xE6\x9C\x89"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xAB\xE6\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.386610"], ["updated_at", "2022-09-29 09:05:39.386610"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xAB\xE9\x98\x85"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xAB\xE9\x98\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.414242"], ["updated_at", "2022-09-29 09:05:39.414243"]] TRANSACTION (3.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xAC\xE5\x9C\xB0\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xAC\xE5\x9C\xB0\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.447678"], ["updated_at", "2022-09-29 09:05:39.447679"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xAC\xE5\xA4\xAB\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xAC\xE5\xA4\xAB\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.472671"], ["updated_at", "2022-09-29 09:05:39.472672"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xAC\xE8\xA6\x81\xE5\x9C\xB0\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xAC\xE8\xA6\x81\xE5\x9C\xB0\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.494484"], ["updated_at", "2022-09-29 09:05:39.494485"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE4\xBA\xB2"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE4\xBA\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.519472"], ["updated_at", "2022-09-29 09:05:39.519473"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE4\xBB\xAC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE4\xBB\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.554768"], ["updated_at", "2022-09-29 09:05:39.554769"]] TRANSACTION (2.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.579025"], ["updated_at", "2022-09-29 09:05:39.579026"]] TRANSACTION (2.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE5\x88\x86\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE5\x88\x86\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.601984"], ["updated_at", "2022-09-29 09:05:39.601984"]] TRANSACTION (4.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE5\xAA\x92\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE5\xAA\x92\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.642035"], ["updated_at", "2022-09-29 09:05:39.642036"]] TRANSACTION (6.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE6\x9D\xA5\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE6\x9D\xA5\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.681748"], ["updated_at", "2022-09-29 09:05:39.681750"]] TRANSACTION (3.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE8\xA1\x8C\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE5\x85\xB1\xE8\xA1\x8C\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.716276"], ["updated_at", "2022-09-29 09:05:39.716277"]] TRANSACTION (5.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.754718"], ["updated_at", "2022-09-29 09:05:39.754719"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.784211"], ["updated_at", "2022-09-29 09:05:39.784212"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB2\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB2\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.808875"], ["updated_at", "2022-09-29 09:05:39.808876"]] TRANSACTION (7.2ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xB5\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xB5\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.853526"], ["updated_at", "2022-09-29 09:05:39.853526"]] TRANSACTION (3.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBAquan"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBAquan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.884583"], ["updated_at", "2022-09-29 09:05:39.884584"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE4\xB8\x8E\xE5\x85\xBD"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE4\xB8\x8E\xE5\x85\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.912732"], ["updated_at", "2022-09-29 09:05:39.912733"]] TRANSACTION (7.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE4\xBA\xBA\xE6\x9C\x89\xE8\x89\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE4\xBA\xBA\xE6\x9C\x89\xE8\x89\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.957239"], ["updated_at", "2022-09-29 09:05:39.957240"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:39.985469"], ["updated_at", "2022-09-29 09:05:39.985470"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE4\xBD\x93\xE6\x91\x84\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE4\xBD\x93\xE6\x91\x84\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.006986"], ["updated_at", "2022-09-29 09:05:40.006987"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE4\xBD\x93\xE7\x82\xB8\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE4\xBD\x93\xE7\x82\xB8\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.037212"], ["updated_at", "2022-09-29 09:05:40.037213"]] TRANSACTION (4.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE4\xBD\x93\xE8\xB5\xB0\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE4\xBD\x93\xE8\xB5\xB0\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.067318"], ["updated_at", "2022-09-29 09:05:40.067318"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\x85\xBD"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\x85\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.086987"], ["updated_at", "2022-09-29 09:05:40.086987"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\x85\xBD\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\x85\xBD\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.109690"], ["updated_at", "2022-09-29 09:05:40.109691"]] TRANSACTION (5.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\x9C\xA8\xE4\xBA\x91\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\x9C\xA8\xE4\xBA\x91\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.147491"], ["updated_at", "2022-09-29 09:05:40.147493"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.180543"], ["updated_at", "2022-09-29 09:05:40.180543"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.200764"], ["updated_at", "2022-09-29 09:05:40.200765"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\xA6\x96\xE4\xBA\x92\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\xA6\x96\xE4\xBA\x92\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.223325"], ["updated_at", "2022-09-29 09:05:40.223326"]] TRANSACTION (4.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.257194"], ["updated_at", "2022-09-29 09:05:40.257195"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\xA6\xBB\xE5\x86\x85\xE5\xB0\x84"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\xA6\xBB\xE5\x86\x85\xE5\xB0\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.280617"], ["updated_at", "2022-09-29 09:05:40.280617"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\xAE\x87\xE7\x89\xB9\xE8\x83\xBD\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\xAE\x87\xE7\x89\xB9\xE8\x83\xBD\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.300580"], ["updated_at", "2022-09-29 09:05:40.300580"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.327120"], ["updated_at", "2022-09-29 09:05:40.327121"]] TRANSACTION (5.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\x8B\xB3"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\x8B\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.363739"], ["updated_at", "2022-09-29 09:05:40.363739"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\x9C\xA8\xE5\x8F\x88"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\x9C\xA8\xE5\x8F\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.387672"], ["updated_at", "2022-09-29 09:05:40.387673"]] TRANSACTION (4.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.419462"], ["updated_at", "2022-09-29 09:05:40.419464"]] TRANSACTION (8.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\x9D\x83\xE4\xBF\x9D\xE6\x8A\xA4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\x9D\x83\xE4\xBF\x9D\xE6\x8A\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.477147"], ["updated_at", "2022-09-29 09:05:40.477148"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE4\xB9\x8B\xE5\xA3\xB0\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE4\xB9\x8B\xE5\xA3\xB0\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.511046"], ["updated_at", "2022-09-29 09:05:40.511047"]] TRANSACTION (4.4ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE5\x86\x85\xE6\x83\x85\xE7\x9C\x9F\xE7\x9B\xB8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE5\x86\x85\xE6\x83\x85\xE7\x9C\x9F\xE7\x9B\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.551583"], ["updated_at", "2022-09-29 09:05:40.551585"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE6\x81\xB6\xE6\x90\x9E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE6\x81\xB6\xE6\x90\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.579192"], ["updated_at", "2022-09-29 09:05:40.579193"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.601331"], ["updated_at", "2022-09-29 09:05:40.601331"]] TRANSACTION (2.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE7\x9C\x9F\xE5\xAE\x9E"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\xB0\x91\xE7\x9C\x9F\xE5\xAE\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.620191"], ["updated_at", "2022-09-29 09:05:40.620192"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\xB5\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\xB5\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.644000"], ["updated_at", "2022-09-29 09:05:40.644000"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE6\xB8\xA3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE6\xB8\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.667584"], ["updated_at", "2022-09-29 09:05:40.667584"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE7\x9C\x9F\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE7\x9C\x9F\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.688252"], ["updated_at", "2022-09-29 09:05:40.688252"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE7\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE7\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.709137"], ["updated_at", "2022-09-29 09:05:40.709138"]] TRANSACTION (8.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE7\xB1\xBB\xE7\x81\xAD\xE4\xBA\xA1\xE6\x97\xB6\xE9\x97\xB4\xE8\xA1\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE7\xB1\xBB\xE7\x81\xAD\xE4\xBA\xA1\xE6\x97\xB6\xE9\x97\xB4\xE8\xA1\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.753367"], ["updated_at", "2022-09-29 09:05:40.753368"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE7\xB1\xBB\xE7\x81\xAD\xE4\xBA\xA1\xE8\xBF\x9B\xE7\xA8\x8B\xE8\xA1\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE7\xB1\xBB\xE7\x81\xAD\xE4\xBA\xA1\xE8\xBF\x9B\xE7\xA8\x8B\xE8\xA1\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.781813"], ["updated_at", "2022-09-29 09:05:40.781814"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE7\xB1\xBB\xE7\xBD\xAA\xE6\x81\xB6\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE7\xB1\xBB\xE7\xBD\xAA\xE6\x81\xB6\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.801842"], ["updated_at", "2022-09-29 09:05:40.801843"]] TRANSACTION (5.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE8\x82\x89\xE7\x82\xB8\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE8\x82\x89\xE7\x82\xB8\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.833237"], ["updated_at", "2022-09-29 09:05:40.833238"]] TRANSACTION (5.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBA\xE8\x88\x87\xE7\x8D\xB8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBA\xE8\x88\x87\xE7\x8D\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.877381"], ["updated_at", "2022-09-29 09:05:40.877381"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBB\xE5\x85\xBC\xE8\x80\xB3\xE5\x8F\xAA"], ["LIMIT", 1]] Started GET "/censor_bear/stop_words?q=%E4%B9%A0%E8%BF%91%E5%B9%B3&filter=size_three&commit=%E6%A3%80%E7%B4%A2" for 127.0.0.1 at 2022-09-29 17:05:40 +0800 TRANSACTION (5.3ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBB\xE5\x85\xBC\xE8\x80\xB3\xE5\x8F\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.910763"], ["updated_at", "2022-09-29 09:05:40.910764"]] Processing by CensorBear::StopWordsController#index as HTML Parameters: {"q"=>"习近平", "filter"=>"size_three", "commit"=>"检索"} TRANSACTION (6.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBA\xBD\xE4\xBD\x93"], ["LIMIT", 1]]  (12.6ms) SELECT COUNT(*) FROM "censor_bear_stop_words" WHERE (key ilike '%习近平%') AND (length(key) = 3) AND (key ilike '%习近平%') Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application TRANSACTION (5.1ms) BEGIN CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (key ilike '%习近平%') AND (length(key) = 3) AND (key ilike '%习近平%') ORDER BY "censor_bear_stop_words"."id" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/_stop_word.html.haml (Duration: 1.2ms | Allocations: 570) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/index.html.haml within layouts/censor_bear/application (Duration: 12.8ms | Allocations: 3455) User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBA\xBD\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:40.963405"], ["updated_at", "2022-09-29 09:05:40.963406"]] TRANSACTION (4.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]]  (3.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 31.8ms | Allocations: 14350) CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x81\xE5\xAF\xBF\xE8\xAD\xA6\xE6\x96\xB9"], ["LIMIT", 1]] Completed 200 OK in 63ms (Views: 24.9ms | ActiveRecord: 25.8ms | Allocations: 19583) TRANSACTION (4.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x81\xE5\xAF\xBF\xE8\xAD\xA6\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.006303"], ["updated_at", "2022-09-29 09:05:41.006303"]] TRANSACTION (21.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x86\xE4\xB8\x8D\xE6\x80\x95\xE9\xA5\xAE"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x86\xE4\xB8\x8D\xE6\x80\x95\xE9\xA5\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.079319"], ["updated_at", "2022-09-29 09:05:41.079320"]] TRANSACTION (6.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x87\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x87\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.128387"], ["updated_at", "2022-09-29 09:05:41.128388"]] TRANSACTION (5.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x93\xE4\xBA\x95\xE7\xA9\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x93\xE4\xBA\x95\xE7\xA9\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.171441"], ["updated_at", "2022-09-29 09:05:41.171442"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x96\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x96\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.195535"], ["updated_at", "2022-09-29 09:05:41.195535"]] TRANSACTION (9.1ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x96\xE5\xA6\x88\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x96\xE5\xA6\x88\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.231560"], ["updated_at", "2022-09-29 09:05:41.231561"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x96\xE6\xAF\x8D\xE4\xBA\xB2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x96\xE6\xAF\x8D\xE4\xBA\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.268908"], ["updated_at", "2022-09-29 09:05:41.268909"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x98\xE6\x99\x93\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x98\xE6\x99\x93\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.290981"], ["updated_at", "2022-09-29 09:05:41.290982"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x98\xE7\x94\xB3\xE5\xA5\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x98\xE7\x94\xB3\xE5\xA5\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.314952"], ["updated_at", "2022-09-29 09:05:41.314952"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\x99\xE9\xB9\xA4\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\x99\xE9\xB9\xA4\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.349115"], ["updated_at", "2022-09-29 09:05:41.349116"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x86\x99"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x86\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.379217"], ["updated_at", "2022-09-29 09:05:41.379218"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x86\x99\xE6\xAF\x95"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x86\x99\xE6\xAF\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.402283"], ["updated_at", "2022-09-29 09:05:41.402283"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x86\x99\xE8\xAE\xBA\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x86\x99\xE8\xAE\xBA\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.432737"], ["updated_at", "2022-09-29 09:05:41.432738"]] TRANSACTION (5.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x85\xA8\xE5\x9B\xBD\xE6\xAF\x95\xE4\xB8\x9A\xE5\xAD\xA6\xE5\x8E\x86"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x85\xA8\xE5\x9B\xBD\xE6\xAF\x95\xE4\xB8\x9A\xE5\xAD\xA6\xE5\x8E\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.470216"], ["updated_at", "2022-09-29 09:05:41.470216"]] TRANSACTION (4.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x86\x92\xE5\x90\x8D\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x86\x92\xE5\x90\x8D\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.495201"], ["updated_at", "2022-09-29 09:05:41.495201"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.518468"], ["updated_at", "2022-09-29 09:05:41.518469"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.554900"], ["updated_at", "2022-09-29 09:05:41.554902"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x90\x84"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x90\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.582595"], ["updated_at", "2022-09-29 09:05:41.582595"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x90\x84\xE7\xB1\xBB\xE6\x96\x87\xE5\x87\xAD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x90\x84\xE7\xB1\xBB\xE6\x96\x87\xE5\x87\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.604274"], ["updated_at", "2022-09-29 09:05:41.604274"]] TRANSACTION (4.0ms) COMMIT User Load (17.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x90\x84\xE7\xB1\xBB\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\x90\x84\xE7\xB1\xBB\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.649267"], ["updated_at", "2022-09-29 09:05:41.649268"]] TRANSACTION (4.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.683471"], ["updated_at", "2022-09-29 09:05:41.683472"]] TRANSACTION (7.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.716459"], ["updated_at", "2022-09-29 09:05:41.716460"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.758214"], ["updated_at", "2022-09-29 09:05:41.758215"]] TRANSACTION (4.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE8\xBD\xA6\xE7\x89\x8C\xE6\x89\xA7\xE7\x85\xA7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE8\xBD\xA6\xE7\x89\x8C\xE6\x89\xA7\xE7\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.789682"], ["updated_at", "2022-09-29 09:05:41.789682"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE9\xA9\xBE\xE9\xA9\xB6\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\x8A\x9E\xE9\xA9\xBE\xE9\xA9\xB6\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.812684"], ["updated_at", "2022-09-29 09:05:41.812684"]] TRANSACTION (4.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xAD\x95"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xAD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.849647"], ["updated_at", "2022-09-29 09:05:41.849649"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xAD\x95\xE5\xA6\x88\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xAD\x95\xE5\xA6\x88\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.883894"], ["updated_at", "2022-09-29 09:05:41.883895"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80fapiao"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80fapiao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.907597"], ["updated_at", "2022-09-29 09:05:41.907598"]] TRANSACTION (5.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8C\xBB\xE7\x96\x97\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8C\xBB\xE7\x96\x97\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.942258"], ["updated_at", "2022-09-29 09:05:41.942259"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE5\x98\x8C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE5\x98\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:41.983492"], ["updated_at", "2022-09-29 09:05:41.983493"]] TRANSACTION (3.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE6\xBC\x82"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE6\xBC\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.016454"], ["updated_at", "2022-09-29 09:05:42.016455"]] TRANSACTION (6.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.060001"], ["updated_at", "2022-09-29 09:05:42.060003"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE7\xA5\xA8QQ"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x8F\x91\xE7\xA5\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.109725"], ["updated_at", "2022-09-29 09:05:42.109726"]] TRANSACTION (4.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x92\xA8\xE8\xAF\xA2\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x92\xA8\xE8\xAF\xA2\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.149165"], ["updated_at", "2022-09-29 09:05:42.149167"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x95\x86\xE5\x93\x81\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x95\x86\xE5\x93\x81\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.184012"], ["updated_at", "2022-09-29 09:05:42.184014"]] TRANSACTION (5.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x9B\xBD\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x9B\xBD\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.224564"], ["updated_at", "2022-09-29 09:05:42.224565"]] TRANSACTION (7.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x9B\xBD\xE9\x99\x85\xE8\xB4\xA7\xE8\xBF\x90\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x9B\xBD\xE9\x99\x85\xE8\xB4\xA7\xE8\xBF\x90\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.272253"], ["updated_at", "2022-09-29 09:05:42.272254"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x9C\xB0\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (11.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\x9C\xB0\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.315021"], ["updated_at", "2022-09-29 09:05:42.315022"]] TRANSACTION (5.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xA2\x9E\xE5\x80\xBC\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xA2\x9E\xE5\x80\xBC\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.377545"], ["updated_at", "2022-09-29 09:05:42.377546"]] TRANSACTION (6.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xAE\x89\xE8\xA3\x85\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xAE\x89\xE8\xA3\x85\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.426484"], ["updated_at", "2022-09-29 09:05:42.426485"]] TRANSACTION (5.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xB9\xBF\xE5\x91\x8A\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xB9\xBF\xE5\x91\x8A\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.468023"], ["updated_at", "2022-09-29 09:05:42.468024"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xBB\xBA\xE7\xAD\x91\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE5\xBB\xBA\xE7\xAD\x91\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.508405"], ["updated_at", "2022-09-29 09:05:42.508406"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x88\xBF\xE7\xA7\x9F\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x88\xBF\xE7\xA7\x9F\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.531753"], ["updated_at", "2022-09-29 09:05:42.531754"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x99\xAE\xE9\x80\x9A\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x99\xAE\xE9\x80\x9A\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.559459"], ["updated_at", "2022-09-29 09:05:42.559461"]] TRANSACTION (10.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x99\xAE\xE9\x80\x9A\xE5\x95\x86\xE5\x93\x81\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x99\xAE\xE9\x80\x9A\xE5\x95\x86\xE5\x93\x81\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.608208"], ["updated_at", "2022-09-29 09:05:42.608209"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x9C\x8D\xE5\x8A\xA1\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE6\x9C\x8D\xE5\x8A\xA1\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.635221"], ["updated_at", "2022-09-29 09:05:42.635221"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA7\x9F\xE8\xB5\x81\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA7\x9F\xE8\xB5\x81\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.661211"], ["updated_at", "2022-09-29 09:05:42.661212"]] TRANSACTION (6.0ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA8\x8E\xE5\x8A\xA1\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA8\x8E\xE5\x8A\xA1\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.704567"], ["updated_at", "2022-09-29 09:05:42.704568"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA8\x8E\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA8\x8E\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.732667"], ["updated_at", "2022-09-29 09:05:42.732667"]] TRANSACTION (4.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA8\x8E\xE7\xA5\xA8QQ"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xA8\x8E\xE7\xA5\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.765571"], ["updated_at", "2022-09-29 09:05:42.765572"]] TRANSACTION (5.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xBB\xB4\xE4\xBF\xAE\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE7\xBB\xB4\xE4\xBF\xAE\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.803472"], ["updated_at", "2022-09-29 09:05:42.803504"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE8\xBF\x90\xE8\xBE\x93\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE8\xBF\x90\xE8\xBE\x93\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.831041"], ["updated_at", "2022-09-29 09:05:42.831042"]] TRANSACTION (2.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE9\xA4\x90\xE9\xA5\xAE\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE5\xBC\x80\xE9\xA4\x90\xE9\xA5\xAE\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.853423"], ["updated_at", "2022-09-29 09:05:42.853424"]] TRANSACTION (5.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE6\x82\xA8\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE6\x82\xA8\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.893183"], ["updated_at", "2022-09-29 09:05:42.893184"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.923159"], ["updated_at", "2022-09-29 09:05:42.923160"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE7\x90\x86\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE7\x90\x86\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.943952"], ["updated_at", "2022-09-29 09:05:42.943952"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE7\x90\x86\xE7\xA5\xA8\xE6\x8D\xAE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE7\x90\x86\xE7\xA5\xA8\xE6\x8D\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:42.975856"], ["updated_at", "2022-09-29 09:05:42.975857"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE7\x94\x9F\xE5\xAD\xA9\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE7\x94\x9F\xE5\xAD\xA9\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.003887"], ["updated_at", "2022-09-29 09:05:43.003887"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.026208"], ["updated_at", "2022-09-29 09:05:43.026209"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\x8D\xAF\xE7\x89\xA9\xE6\xAF\x92\xE5\x93\x81\xE7\xB1\xBB\xEF\xBC\x9A\xE8\xA1\x80\xE6\xB5\x86"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\x8D\xAF\xE7\x89\xA9\xE6\xAF\x92\xE5\x93\x81\xE7\xB1\xBB\xEF\xBC\x9A\xE8\xA1\x80\xE6\xB5\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.046285"], ["updated_at", "2022-09-29 09:05:43.046286"]] TRANSACTION (4.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\xA1\x80\xE6\xB5\x86"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\xA1\x80\xE6\xB5\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.084071"], ["updated_at", "2022-09-29 09:05:43.084072"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\xA1\xA8\xE7\x83\xA6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\xA1\xA8\xE7\x83\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.118486"], ["updated_at", "2022-09-29 09:05:43.118487"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\xAE\xA8\xE5\x80\xBA"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\xAE\xA8\xE5\x80\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.144684"], ["updated_at", "2022-09-29 09:05:43.144684"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\xBE\xA6"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\xBE\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.182238"], ["updated_at", "2022-09-29 09:05:43.182239"]] TRANSACTION (5.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\xBE\xA6\xE5\x85\xA8\xE5\x9C\x8B\xE7\x95\xA2\xE6\xA5\xAD\xE5\xAD\xB8\xE6\xAD\xB7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\xBE\xA6\xE5\x85\xA8\xE5\x9C\x8B\xE7\x95\xA2\xE6\xA5\xAD\xE5\xAD\xB8\xE6\xAD\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.221769"], ["updated_at", "2022-09-29 09:05:43.221769"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\xBE\xA6\xE5\x90\x84\xE7\xB1\xBB\xE8\xAD\x89\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\xBE\xA6\xE5\x90\x84\xE7\xB1\xBB\xE8\xAD\x89\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.252300"], ["updated_at", "2022-09-29 09:05:43.252301"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE8\xBF\xBD\xE5\x80\xBA"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE8\xBF\xBD\xE5\x80\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.296111"], ["updated_at", "2022-09-29 09:05:43.296112"]] TRANSACTION (2.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE9\x96\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE9\x96\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.327043"], ["updated_at", "2022-09-29 09:05:43.327044"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE9\x96\x8B\xE5\x8C\x97\xE4\xBA\xAC\xE9\x86\xB1\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE9\x96\x8B\xE5\x8C\x97\xE4\xBA\xAC\xE9\x86\xB1\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.350382"], ["updated_at", "2022-09-29 09:05:43.350382"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE9\x96\x8B\xE5\x90\x84\xE7\xB1\xBB\xE7\xA5\xA8\xE6\x8D\xAE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE9\x96\x8B\xE5\x90\x84\xE7\xB1\xBB\xE7\xA5\xA8\xE6\x8D\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.383751"], ["updated_at", "2022-09-29 09:05:43.383752"]] TRANSACTION (3.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA3\xE9\x96\x8B\xE9\x86\xB1\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA3\xE9\x96\x8B\xE9\x86\xB1\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.412250"], ["updated_at", "2022-09-29 09:05:43.412250"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xA5\xE6\x9D\x83\xE8\xB0\x8B\xE7\xA7\x81"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xA5\xE6\x9D\x83\xE8\xB0\x8B\xE7\xA7\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.435259"], ["updated_at", "2022-09-29 09:05:43.435260"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE4\xBA\x8E\xE6\x96\xAF\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE4\xBA\x8E\xE6\x96\xAF\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.464720"], ["updated_at", "2022-09-29 09:05:43.464721"]] TRANSACTION (5.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE5\x85\x8B\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE5\x85\x8B\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.501247"], ["updated_at", "2022-09-29 09:05:43.501248"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE5\xBB\xBA\xE6\x96\xB0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE5\xBB\xBA\xE6\x96\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.527040"], ["updated_at", "2022-09-29 09:05:43.527041"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE7\x99\xBD\xE5\x87\x80"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE7\x99\xBD\xE5\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.549152"], ["updated_at", "2022-09-29 09:05:43.549153"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE7\x99\xBD\xE6\xB4\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE7\x99\xBD\xE6\xB4\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.582234"], ["updated_at", "2022-09-29 09:05:43.582235"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE7\xBB\xA7\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE7\xBB\xA7\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.608873"], ["updated_at", "2022-09-29 09:05:43.608874"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE8\xBF\x9C\xE5\xBE\x81"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE8\xBF\x9C\xE5\xBE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.630794"], ["updated_at", "2022-09-29 09:05:43.630796"]] TRANSACTION (4.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE8\xBF\x9C\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE8\xBF\x9C\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.658662"], ["updated_at", "2022-09-29 09:05:43.658663"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBB\xE8\xBF\x9C\xE8\xBF\x9C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBB\xE8\xBF\x9C\xE8\xBF\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.691496"], ["updated_at", "2022-09-29 09:05:43.691496"]] TRANSACTION (4.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.718033"], ["updated_at", "2022-09-29 09:05:43.718033"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.739948"], ["updated_at", "2022-09-29 09:05:43.739948"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAA\xE8\xAF\x9A\xE4\xBF\xA1\xE7\xBB\x8F\xE8\x90\xA5"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAA\xE8\xAF\x9A\xE4\xBF\xA1\xE7\xBB\x8F\xE8\x90\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.766289"], ["updated_at", "2022-09-29 09:05:43.766290"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.797402"], ["updated_at", "2022-09-29 09:05:43.797402"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.819101"], ["updated_at", "2022-09-29 09:05:43.819102"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.840623"], ["updated_at", "2022-09-29 09:05:43.840624"]] TRANSACTION (5.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.875273"], ["updated_at", "2022-09-29 09:05:43.875274"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.910007"], ["updated_at", "2022-09-29 09:05:43.910010"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.933804"], ["updated_at", "2022-09-29 09:05:43.933805"]] TRANSACTION (2.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE\xE7\xBA\xB8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE\xE7\xBA\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.955869"], ["updated_at", "2022-09-29 09:05:43.955870"]] TRANSACTION (6.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:43.990940"], ["updated_at", "2022-09-29 09:05:43.990941"]] TRANSACTION (4.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.017610"], ["updated_at", "2022-09-29 09:05:44.017611"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.041036"], ["updated_at", "2022-09-29 09:05:44.041036"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAF\x9A\xE4\xBF\xA1\xE7\xBB\x8F\xE8\x90\xA5"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAF\x9A\xE4\xBF\xA1\xE7\xBB\x8F\xE8\x90\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.070610"], ["updated_at", "2022-09-29 09:05:44.070611"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE7\x8B\x97\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE7\x8B\x97\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.103650"], ["updated_at", "2022-09-29 09:05:44.103651"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE7\x8B\x97\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE7\x8B\x97\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.126643"], ["updated_at", "2022-09-29 09:05:44.126643"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91qq"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.155048"], ["updated_at", "2022-09-29 09:05:44.155050"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBB\xBF\xE7\x9C\x9F\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.191777"], ["updated_at", "2022-09-29 09:05:44.191778"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x81\xE9\xB9\x85"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x81\xE9\xB9\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.218223"], ["updated_at", "2022-09-29 09:05:44.218224"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x81\xE9\xB9\x85\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x81\xE9\xB9\x85\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.238448"], ["updated_at", "2022-09-29 09:05:44.238448"]] TRANSACTION (5.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.271652"], ["updated_at", "2022-09-29 09:05:44.271653"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE5\x8A\x9B\xE5\x93\x88\xE6\x9C\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE5\x8A\x9B\xE5\x93\x88\xE6\x9C\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.304328"], ["updated_at", "2022-09-29 09:05:44.304329"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE6\x96\xAF\xE5\x85\xB0"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE6\x96\xAF\xE5\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.327358"], ["updated_at", "2022-09-29 09:05:44.327359"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE6\x96\xAF\xE5\x85\xB0\xE4\xB9\x8B\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE6\x96\xAF\xE5\x85\xB0\xE4\xB9\x8B\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.348516"], ["updated_at", "2022-09-29 09:05:44.348517"]] TRANSACTION (5.3ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE6\x96\xAF\xE5\x85\xB0\xE5\x8E\x9F\xE6\x95\x99\xE6\x97\xA8\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE6\x96\xAF\xE5\x85\xB0\xE5\x8E\x9F\xE6\x95\x99\xE6\x97\xA8\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.387265"], ["updated_at", "2022-09-29 09:05:44.387266"]] TRANSACTION (4.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE7\x9A\xAE\xE6\x81\xA9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE7\x9A\xAE\xE6\x81\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.421570"], ["updated_at", "2022-09-29 09:05:44.421570"]] TRANSACTION (2.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE8\x80\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE8\x80\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.446968"], ["updated_at", "2022-09-29 09:05:44.446969"]] TRANSACTION (6.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.485640"], ["updated_at", "2022-09-29 09:05:44.485641"]] TRANSACTION (3.8ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.522052"], ["updated_at", "2022-09-29 09:05:44.522052"]] TRANSACTION (4.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8D\xE5\x87\xA1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8D\xE5\x87\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.546551"], ["updated_at", "2022-09-29 09:05:44.546552"]] TRANSACTION (6.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x8D\xE7\xBB\x8D\xE7\xA5\x96"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x8D\xE7\xBB\x8D\xE7\xA5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.584008"], ["updated_at", "2022-09-29 09:05:44.584009"]] TRANSACTION (4.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x90\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x90\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.628119"], ["updated_at", "2022-09-29 09:05:44.628121"]] TRANSACTION (4.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x90\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x90\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.658081"], ["updated_at", "2022-09-29 09:05:44.658082"]] TRANSACTION (4.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x90\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x90\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.696162"], ["updated_at", "2022-09-29 09:05:44.696163"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x90\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x90\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.724636"], ["updated_at", "2022-09-29 09:05:44.724637"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x90\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x90\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.746394"], ["updated_at", "2022-09-29 09:05:44.746395"]] TRANSACTION (5.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x90\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x90\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.783721"], ["updated_at", "2022-09-29 09:05:44.783723"]] TRANSACTION (4.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x90\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x90\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.817542"], ["updated_at", "2022-09-29 09:05:44.817543"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x97\xE5\x83\x8F\xE7\xBE\x94"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x97\xE5\x83\x8F\xE7\xBE\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.841865"], ["updated_at", "2022-09-29 09:05:44.841866"]] TRANSACTION (5.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x98\xE5\x8C\x96\xE5\xAE\x98\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x98\xE5\x8C\x96\xE5\xAE\x98\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.877626"], ["updated_at", "2022-09-29 09:05:44.877627"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x98\xE5\x8E\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x98\xE5\x8E\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.909363"], ["updated_at", "2022-09-29 09:05:44.909363"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\x98\xE8\xB4\xA8\xE4\xBD\x9C\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\x98\xE8\xB4\xA8\xE4\xBD\x9C\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.931972"], ["updated_at", "2022-09-29 09:05:44.931973"]] TRANSACTION (3.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA0\xE4\xB9\x9D\xE4\xBF\x83\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA0\xE4\xB9\x9D\xE4\xBF\x83\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.957158"], ["updated_at", "2022-09-29 09:05:44.957159"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA0\xE4\xB9\x9D\xE9\x80\x80\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA0\xE4\xB9\x9D\xE9\x80\x80\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:44.991604"], ["updated_at", "2022-09-29 09:05:44.991605"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA0\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA0\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.015633"], ["updated_at", "2022-09-29 09:05:45.015633"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA0\xE9\x80\x81\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA0\xE9\x80\x81\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.035266"], ["updated_at", "2022-09-29 09:05:45.035267"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA6\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA6\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.058677"], ["updated_at", "2022-09-29 09:05:45.058679"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA6\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA6\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.091989"], ["updated_at", "2022-09-29 09:05:45.091990"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA6\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA6\xE6\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.115220"], ["updated_at", "2022-09-29 09:05:45.115221"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.137618"], ["updated_at", "2022-09-29 09:05:45.137619"]] TRANSACTION (3.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.163114"], ["updated_at", "2022-09-29 09:05:45.163115"]] TRANSACTION (7.9ms) COMMIT User Load (8.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.207313"], ["updated_at", "2022-09-29 09:05:45.207315"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xA6\xE7\x90\x86\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.233325"], ["updated_at", "2022-09-29 09:05:45.233325"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAA\xE5\x85\x84\xE5\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAA\xE5\x85\x84\xE5\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.256294"], ["updated_at", "2022-09-29 09:05:45.256295"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAA\xE5\x9F\xBA\xE7\x99\xBE\xE7\xA7\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAA\xE5\x9F\xBA\xE7\x99\xBE\xE7\xA7\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.283198"], ["updated_at", "2022-09-29 09:05:45.283199"]] TRANSACTION (4.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAA\xE5\xA7\x90\xE5\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAA\xE5\xA7\x90\xE5\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.314346"], ["updated_at", "2022-09-29 09:05:45.314347"]] TRANSACTION (3.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAA\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAA\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.352958"], ["updated_at", "2022-09-29 09:05:45.352959"]] TRANSACTION (6.0ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAA\xE6\xB0\x91\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAA\xE6\xB0\x91\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.394180"], ["updated_at", "2022-09-29 09:05:45.394181"]] TRANSACTION (2.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAA\xE7\x81\xAB"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAA\xE7\x81\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.423323"], ["updated_at", "2022-09-29 09:05:45.423323"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAA\xE7\x88\xB6\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (9.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAA\xE7\x88\xB6\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.449801"], ["updated_at", "2022-09-29 09:05:45.449802"]] TRANSACTION (6.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBC\xAF\xE8\x8E\xB1\xE5\xA1\x94\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBC\xAF\xE8\x8E\xB1\xE5\xA1\x94\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.497524"], ["updated_at", "2022-09-29 09:05:45.497525"]] TRANSACTION (2.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x8D\xE7\x9A\x84qq"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x8D\xE7\x9A\x84qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.528847"], ["updated_at", "2022-09-29 09:05:45.528848"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x8E\xE4\xBB\xB7\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x8E\xE4\xBB\xB7\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.551035"], ["updated_at", "2022-09-29 09:05:45.551374"]] TRANSACTION (5.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x8E\xE4\xBB\xB7\xE9\x94\x80\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE5\x81\x87\xE9\x92\x9E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x8E\xE4\xBB\xB7\xE9\x94\x80\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE5\x81\x87\xE9\x92\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.586480"], ["updated_at", "2022-09-29 09:05:45.586480"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x8E\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x8E\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.612686"], ["updated_at", "2022-09-29 09:05:45.612686"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x8F\xE8\x8B\xB1\xE5\x9B\xBD\xE6\x88\xBF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x8F\xE8\x8B\xB1\xE5\x9B\xBD\xE6\x88\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.631225"], ["updated_at", "2022-09-29 09:05:45.631225"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x93\xE4\xBD\x8D"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x93\xE4\xBD\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.651619"], ["updated_at", "2022-09-29 09:05:45.651619"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x93\xE5\x86\x85"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x93\xE5\x86\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.687087"], ["updated_at", "2022-09-29 09:05:45.687088"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x93\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x93\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.713713"], ["updated_at", "2022-09-29 09:05:45.713713"]] TRANSACTION (3.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x93\xE6\x93\x8Dmm"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x93\xE6\x93\x8Dmm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.738326"], ["updated_at", "2022-09-29 09:05:45.738326"]] TRANSACTION (6.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x93\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x93\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.770410"], ["updated_at", "2022-09-29 09:05:45.770411"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x93\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x93\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.810567"], ["updated_at", "2022-09-29 09:05:45.810568"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE4\xB8\x8D\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE4\xB8\x8D\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.836216"], ["updated_at", "2022-09-29 09:05:45.836218"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE5\x8B\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE5\x8B\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.861199"], ["updated_at", "2022-09-29 09:05:45.861200"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE5\x8E\x9A\xE9\x93\xA7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE5\x8E\x9A\xE9\x93\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.892000"], ["updated_at", "2022-09-29 09:05:45.892001"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE5\xBE\xB7\xE6\x99\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE5\xBE\xB7\xE6\x99\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.919177"], ["updated_at", "2022-09-29 09:05:45.919178"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE6\xB4\xAA\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE6\xB4\xAA\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.939534"], ["updated_at", "2022-09-29 09:05:45.939534"]] TRANSACTION (5.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE6\xB8\x85\xE6\xB6\x9F"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE6\xB8\x85\xE6\xB6\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:45.966574"], ["updated_at", "2022-09-29 09:05:45.966576"]] TRANSACTION (5.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE7\xA5\x9A\xE5\xBA\xA5"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE7\xA5\x9A\xE5\xBA\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.004669"], ["updated_at", "2022-09-29 09:05:46.004669"]] TRANSACTION (4.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE7\xAB\x8B\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE7\xAB\x8B\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.034925"], ["updated_at", "2022-09-29 09:05:46.034925"]] TRANSACTION (2.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x95\xE7\xBB\xB4"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x95\xE7\xBB\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.056671"], ["updated_at", "2022-09-29 09:05:46.056673"]] TRANSACTION (5.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x99\xE7\xA7\x8B\xE9\x87\x8C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x99\xE7\xA7\x8B\xE9\x87\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.096449"], ["updated_at", "2022-09-29 09:05:46.096450"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x99\xE8\x8B\xB1\xE6\x97\xB6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x99\xE8\x8B\xB1\xE6\x97\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.121045"], ["updated_at", "2022-09-29 09:05:46.121046"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9B\xE5\x90\x8C\xE4\xBF\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9B\xE5\x90\x8C\xE4\xBF\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.143024"], ["updated_at", "2022-09-29 09:05:46.143025"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9B\xE5\xB1\x95\xE5\x8D\x83\xE6\x89\x8B\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9B\xE5\xB1\x95\xE5\x8D\x83\xE6\x89\x8B\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.171240"], ["updated_at", "2022-09-29 09:05:46.171241"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9B\xE6\x80\x80\xE7\x85\xBD\xE4\xBB\x87\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9B\xE6\x80\x80\xE7\x85\xBD\xE4\xBB\x87\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.202623"], ["updated_at", "2022-09-29 09:05:46.202624"]] TRANSACTION (2.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE5\x90\x84\xE7\xA7\x8D\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE5\x90\x84\xE7\xA7\x8D\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.225636"], ["updated_at", "2022-09-29 09:05:46.225637"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE5\xBC\x8A\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE5\xBC\x8A\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.247529"], ["updated_at", "2022-09-29 09:05:46.247529"]] TRANSACTION (5.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.283303"], ["updated_at", "2022-09-29 09:05:46.283304"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.316107"], ["updated_at", "2022-09-29 09:05:46.316107"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.340289"], ["updated_at", "2022-09-29 09:05:46.340289"]] TRANSACTION (7.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE5\xA7\xBF\xE5\x8A\xBF"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE5\xA7\xBF\xE5\x8A\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.376053"], ["updated_at", "2022-09-29 09:05:46.376054"]] TRANSACTION (6.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE7\x88\xB1\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.418573"], ["updated_at", "2022-09-29 09:05:46.418574"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE7\xA1\x9D\xE5\x8C\x96\xE7\x94\x98"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE7\xA1\x9D\xE5\x8C\x96\xE7\x94\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.446631"], ["updated_at", "2022-09-29 09:05:46.446632"]] TRANSACTION (6.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE7\xA7\x80"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE7\xA7\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.486256"], ["updated_at", "2022-09-29 09:05:46.486257"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.525012"], ["updated_at", "2022-09-29 09:05:46.525013"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE8\x80\x85\xE5\xA4\xA7\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE8\x80\x85\xE5\xA4\xA7\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.550862"], ["updated_at", "2022-09-29 09:05:46.550863"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE8\x80\x85\xE6\x82\xA8\xE5\xA5\xBD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE8\x80\x85\xE6\x82\xA8\xE5\xA5\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.583573"], ["updated_at", "2022-09-29 09:05:46.583575"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\x9C\xE8\x80\x85\xE7\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\x9C\xE8\x80\x85\xE7\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.612601"], ["updated_at", "2022-09-29 09:05:46.612602"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE4\xBB\x96\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE4\xBB\x96\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.636441"], ["updated_at", "2022-09-29 09:05:46.636442"]] TRANSACTION (2.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE4\xBB\x96\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE4\xBB\x96\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.664181"], ["updated_at", "2022-09-29 09:05:46.664181"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\x8A\x9E\xE4\xBA\x8B\xE6\x88\x91\xE6\x94\xBE\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\x8A\x9E\xE4\xBA\x8B\xE6\x88\x91\xE6\x94\xBE\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.700181"], ["updated_at", "2022-09-29 09:05:46.700182"]] TRANSACTION (3.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\x90\x97b"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\x90\x97b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.724699"], ["updated_at", "2022-09-29 09:05:46.724700"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\x97\x8Eb"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\x97\x8Eb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.749869"], ["updated_at", "2022-09-29 09:05:46.749869"]] TRANSACTION (4.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA4\xA7\xE7\x88\xB7\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA4\xA7\xE7\x88\xB7\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.778586"], ["updated_at", "2022-09-29 09:05:46.778587"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA5\xB6\xE5\xA5\xB6\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA5\xB6\xE5\xA5\xB6\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.807488"], ["updated_at", "2022-09-29 09:05:46.807488"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA5\xBD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA5\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.828516"], ["updated_at", "2022-09-29 09:05:46.828516"]] TRANSACTION (3.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.855097"], ["updated_at", "2022-09-29 09:05:46.855098"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.890314"], ["updated_at", "2022-09-29 09:05:46.890315"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA6\x88\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA6\x88\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.918057"], ["updated_at", "2022-09-29 09:05:46.918057"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA7\xA5\xE5\xA7\xA5\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA7\xA5\xE5\xA7\xA5\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.939993"], ["updated_at", "2022-09-29 09:05:46.939994"]] TRANSACTION (5.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA7\xA5\xE7\x88\xB7\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA7\xA5\xE7\x88\xB7\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:46.966708"], ["updated_at", "2022-09-29 09:05:46.966709"]] TRANSACTION (5.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.000042"], ["updated_at", "2022-09-29 09:05:47.000043"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE5\xAA\xBD\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE5\xAA\xBD\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.022388"], ["updated_at", "2022-09-29 09:05:47.022389"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE6\x95\xA2\xE4\xB8\x8A\xE5\x90\x97"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE6\x95\xA2\xE4\xB8\x8A\xE5\x90\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.042976"], ["updated_at", "2022-09-29 09:05:47.042977"]] TRANSACTION (4.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE7\x88\xB7\xE7\x88\xB7\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE7\x88\xB7\xE7\x88\xB7\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.067845"], ["updated_at", "2022-09-29 09:05:47.067846"]] TRANSACTION (5.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE7\x88\xB8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE7\x88\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.103412"], ["updated_at", "2022-09-29 09:05:47.103413"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE7\x9A\x84\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE7\x9A\x84\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.125975"], ["updated_at", "2022-09-29 09:05:47.125976"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE7\x9A\x84\xE8\xA5\xBF\xE5\x9F\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE7\x9A\x84\xE8\xA5\xBF\xE5\x9F\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.152796"], ["updated_at", "2022-09-29 09:05:47.152797"]] TRANSACTION (5.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE8\xAF\xB4\xE6\x88\x91\xE8\xAF\xB4\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE8\xAF\xB4\xE6\x88\x91\xE8\xAF\xB4\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.186996"], ["updated_at", "2022-09-29 09:05:47.186997"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE9\xBA\xBB\xE7\x97\xB9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE9\xBA\xBB\xE7\x97\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.215713"], ["updated_at", "2022-09-29 09:05:47.215714"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xA0\xE9\xBA\xBB\xE7\x97\xBA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xA0\xE9\xBA\xBB\xE7\x97\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.235400"], ["updated_at", "2022-09-29 09:05:47.235401"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xB3\xE9\x9D\x99\xE5\xAE\x89\xE5\xAE\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xB3\xE9\x9D\x99\xE5\xAE\x89\xE5\xAE\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.255400"], ["updated_at", "2022-09-29 09:05:47.255401"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBD\xB3\xE9\x9D\x99\xE5\xAE\x89\xE5\xAE\x9A\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBD\xB3\xE9\x9D\x99\xE5\xAE\x89\xE5\xAE\x9A\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.277720"], ["updated_at", "2022-09-29 09:05:47.277720"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x8D\xE5\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x8D\xE5\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.300587"], ["updated_at", "2022-09-29 09:05:47.300587"]] TRANSACTION (4.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x8D\xE5\xBC\x84"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x8D\xE5\xBC\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.333267"], ["updated_at", "2022-09-29 09:05:47.333268"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE4\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.360140"], ["updated_at", "2022-09-29 09:05:47.360140"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE5\xBA\x94\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE5\xBA\x94\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.395976"], ["updated_at", "2022-09-29 09:05:47.395977"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE7\x94\xA2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE7\x94\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.423585"], ["updated_at", "2022-09-29 09:05:47.423586"]] TRANSACTION (2.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE9\x8F\x9F\xE8\xA5\xA0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE9\x8F\x9F\xE8\xA5\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.444972"], ["updated_at", "2022-09-29 09:05:47.444973"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE9\x8F\x9F\xE8\xAE\x9C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE9\x8F\x9F\xE8\xAE\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.475746"], ["updated_at", "2022-09-29 09:05:47.475747"]] TRANSACTION (5.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE9\x8F\x9F\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE9\x8F\x9F\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.512589"], ["updated_at", "2022-09-29 09:05:47.512590"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE9\x93\xB2\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE9\x93\xB2\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.537255"], ["updated_at", "2022-09-29 09:05:47.537256"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE9\x93\xB2\xE8\xA3\x86"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE9\x93\xB2\xE8\xA3\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.561745"], ["updated_at", "2022-09-29 09:05:47.561747"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\x9B\xE9\x93\xB2\xE8\xB0\xA0"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\x9B\xE9\x93\xB2\xE8\xB0\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.596807"], ["updated_at", "2022-09-29 09:05:47.596808"]] TRANSACTION (5.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\xA6\xE6\x8E\xA2\xE8\xAE\xBE\xE5\xA4\x87"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\xA6\xE6\x8E\xA2\xE8\xAE\xBE\xE5\xA4\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.628696"], ["updated_at", "2022-09-29 09:05:47.628696"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\xAF\xE4\xBC\x8D\xE6\x9D\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\xAF\xE4\xBC\x8D\xE6\x9D\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.648010"], ["updated_at", "2022-09-29 09:05:47.648010"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\xAF\xE5\xBE\xB7\xE5\x81\xA5"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\xAF\xE5\xBE\xB7\xE5\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.678109"], ["updated_at", "2022-09-29 09:05:47.678123"]] TRANSACTION (3.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\xB5\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\xB5\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.713317"], ["updated_at", "2022-09-29 09:05:47.713318"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBE\xB5\xE7\x8A\xAF\xE5\x9B\xBD\xE5\xA4\x96\xE4\xB8\x93\xE5\x88\xA9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBE\xB5\xE7\x8A\xAF\xE5\x9B\xBD\xE5\xA4\x96\xE4\xB8\x93\xE5\x88\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.738642"], ["updated_at", "2022-09-29 09:05:47.738643"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x83\xE6\x80\xA7\xE8\x85\xBA\xE6\xBF\x80\xE7\xB4\xA0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x83\xE6\x80\xA7\xE8\x85\xBA\xE6\xBF\x80\xE7\xB4\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.760855"], ["updated_at", "2022-09-29 09:05:47.760855"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x83\xE7\xBA\xA2\xE7\xBB\x86\xE8\x83\x9E\xE7\x94\x9F\xE6\x88\x90\xE7\xB4\xA0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x83\xE7\xBA\xA2\xE7\xBB\x86\xE8\x83\x9E\xE7\x94\x9F\xE6\x88\x90\xE7\xB4\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.792727"], ["updated_at", "2022-09-29 09:05:47.792728"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x84\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x84\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.821092"], ["updated_at", "2022-09-29 09:05:47.821092"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x84\xE7\xBD\x97\xE6\x96\xAF\xE8\xBD\xAE\xE7\x9B\x98"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x84\xE7\xBD\x97\xE6\x96\xAF\xE8\xBD\xAE\xE7\x9B\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.839972"], ["updated_at", "2022-09-29 09:05:47.839973"]] TRANSACTION (2.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x84\xE7\xBE\x85\xE6\x96\xAF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x84\xE7\xBE\x85\xE6\x96\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.861295"], ["updated_at", "2022-09-29 09:05:47.861296"]] TRANSACTION (5.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x9D\xE5\xBA\x95"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x9D\xE5\xBA\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.892712"], ["updated_at", "2022-09-29 09:05:47.892713"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x9D\xE8\xAF\x81\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x9D\xE8\xAF\x81\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.924606"], ["updated_at", "2022-09-29 09:05:47.924607"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x9D\xE8\xBF\x87\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x9D\xE8\xBF\x87\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.945406"], ["updated_at", "2022-09-29 09:05:47.945407"]] TRANSACTION (2.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x9D\xE9\x92\x93"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x9D\xE9\x92\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:47.969809"], ["updated_at", "2022-09-29 09:05:47.969810"]] TRANSACTION (5.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x9D\xE9\x92\x93\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x9D\xE9\x92\x93\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.006992"], ["updated_at", "2022-09-29 09:05:48.006993"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x9E\xE5\xBC\xBA\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x9E\xE5\xBC\xBA\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.034699"], ["updated_at", "2022-09-29 09:05:48.034700"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\x9E\xE6\xAD\xA3\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\x9E\xE6\xAD\xA3\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.054445"], ["updated_at", "2022-09-29 09:05:48.054446"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xA1\xE7\x94\xA8\xE5\x8D\xA1\xE5\xA5\x97\xE7\x8E\xB0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xA1\xE7\x94\xA8\xE5\x8D\xA1\xE5\xA5\x97\xE7\x8E\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.082971"], ["updated_at", "2022-09-29 09:05:48.082971"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xA1\xE7\x94\xA8\xE5\x8D\xA1\xE6\x8F\x90\xE7\x8E\xB0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xA1\xE7\x94\xA8\xE5\x8D\xA1\xE6\x8F\x90\xE7\x8E\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.114312"], ["updated_at", "2022-09-29 09:05:48.114313"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xA1\xE7\x94\xA8\xE5\x8D\xB1\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xA1\xE7\x94\xA8\xE5\x8D\xB1\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.137775"], ["updated_at", "2022-09-29 09:05:48.137775"]] TRANSACTION (4.6ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xA1\xE8\xAE\xBF"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xA1\xE8\xAE\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.169835"], ["updated_at", "2022-09-29 09:05:48.169836"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xA1\xE8\xAE\xBF\xE4\xB8\x93\xE7\x8F\xAD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xA1\xE8\xAE\xBF\xE4\xB8\x93\xE7\x8F\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.209245"], ["updated_at", "2022-09-29 09:05:48.209246"]] TRANSACTION (3.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xAA\xE5\xBD\xB1\xE8\x9D\x8E\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xAA\xE5\xBD\xB1\xE8\x9D\x8E\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.238573"], ["updated_at", "2022-09-29 09:05:48.238576"]] TRANSACTION (2.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xAE\xE6\x94\xB9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xAE\xE6\x94\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.263331"], ["updated_at", "2022-09-29 09:05:48.263331"]] TRANSACTION (5.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xAE\xE7\x82\xBC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xAE\xE7\x82\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.302275"], ["updated_at", "2022-09-29 09:05:48.302277"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xAE\xE7\x82\xBC\xE4\xB9\x8B\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xAE\xE7\x82\xBC\xE4\xB9\x8B\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.329684"], ["updated_at", "2022-09-29 09:05:48.329685"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE4\xBF\xAE\xE7\x82\xBC\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE4\xBF\xAE\xE7\x82\xBC\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.353200"], ["updated_at", "2022-09-29 09:05:48.353201"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x80\x9A\xE5\xA4\xA9\xE5\xB1\xA0\xE9\xBE\x99\xE5\x88\xAB\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x80\x9A\xE5\xA4\xA9\xE5\xB1\xA0\xE9\xBE\x99\xE5\x88\xAB\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.383685"], ["updated_at", "2022-09-29 09:05:48.383686"]] TRANSACTION (5.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x80\x9F\xE6\xAD\xA5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x80\x9F\xE6\xAD\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.419498"], ["updated_at", "2022-09-29 09:05:48.419498"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x80\x9F\xE8\x85\xB9\xE7\x94\x9F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x80\x9F\xE8\x85\xB9\xE7\x94\x9F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.444732"], ["updated_at", "2022-09-29 09:05:48.444733"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x80\x9F\xE9\x89\xB4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x80\x9F\xE9\x89\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.464465"], ["updated_at", "2022-09-29 09:05:48.464465"]] TRANSACTION (5.5ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x80\xAA\xE5\xBF\x97\xE7\xA6\x8F"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x80\xAA\xE5\xBF\x97\xE7\xA6\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.501891"], ["updated_at", "2022-09-29 09:05:48.501892"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x80\xAA\xE7\x8C\xAE\xE7\xAD\x96"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x80\xAA\xE7\x8C\xAE\xE7\xAD\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.536822"], ["updated_at", "2022-09-29 09:05:48.536822"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x80\xAA\xE8\x82\xB2\xE8\xB4\xA4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x80\xAA\xE8\x82\xB2\xE8\xB4\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.559405"], ["updated_at", "2022-09-29 09:05:48.559405"]] TRANSACTION (4.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.591608"], ["updated_at", "2022-09-29 09:05:48.591609"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.622964"], ["updated_at", "2022-09-29 09:05:48.622965"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.645867"], ["updated_at", "2022-09-29 09:05:48.645868"]] TRANSACTION (4.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x8118289325866"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x8118289325866"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.675414"], ["updated_at", "2022-09-29 09:05:48.675415"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE4\xB9\xB0\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE4\xB9\xB0\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.711118"], ["updated_at", "2022-09-29 09:05:48.711119"]] TRANSACTION (2.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE4\xBB\xA3\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE4\xBB\xA3\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.739142"], ["updated_at", "2022-09-29 09:05:48.739143"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.765096"], ["updated_at", "2022-09-29 09:05:48.765098"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAEQQ"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAEQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.800788"], ["updated_at", "2022-09-29 09:05:48.800789"]] TRANSACTION (4.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.835359"], ["updated_at", "2022-09-29 09:05:48.835359"]] TRANSACTION (4.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE6\x89\xB9\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE6\x89\xB9\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.868695"], ["updated_at", "2022-09-29 09:05:48.868696"]] TRANSACTION (5.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE\xE8\x81\x94\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE\xE8\x81\x94\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.910791"], ["updated_at", "2022-09-29 09:05:48.910792"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE5\xB8\x81\xE9\x94\x80\xE5\x94\xAEQQ"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE5\xB8\x81\xE9\x94\x80\xE5\x94\xAEQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.939276"], ["updated_at", "2022-09-29 09:05:48.939277"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE6\x8A\xA4\xE7\x85\xA7\xE5\x8A\x9E\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE6\x8A\xA4\xE7\x85\xA7\xE5\x8A\x9E\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:48.966217"], ["updated_at", "2022-09-29 09:05:48.966218"]] TRANSACTION (6.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE6\x96\x87\xE5\x87\xAD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE6\x96\x87\xE5\x87\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.005904"], ["updated_at", "2022-09-29 09:05:49.005905"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE6\xAF\x94\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE6\xAF\x94\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.035801"], ["updated_at", "2022-09-29 09:05:49.035804"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.061394"], ["updated_at", "2022-09-29 09:05:49.061395"]] TRANSACTION (5.3ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAEQQ"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAEQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.097462"], ["updated_at", "2022-09-29 09:05:49.097463"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81\xE6\x89\xB9\xE5\x8F\x91QQ"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81\xE6\x89\xB9\xE5\x8F\x91QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.128233"], ["updated_at", "2022-09-29 09:05:49.128233"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.151511"], ["updated_at", "2022-09-29 09:05:49.151511"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\x9E\xE4\xBA\xA4\xE6\x98\x93"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\x9E\xE4\xBA\xA4\xE6\x98\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.181289"], ["updated_at", "2022-09-29 09:05:49.181290"]] TRANSACTION (4.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\x9E\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\x9E\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.214436"], ["updated_at", "2022-09-29 09:05:49.214437"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\x9E\xE6\x8D\xA2\xE7\x9C\x9F\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\x9E\xE6\x8D\xA2\xE7\x9C\x9F\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.235764"], ["updated_at", "2022-09-29 09:05:49.235765"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\x9E\xE6\x8D\xA2\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\x9E\xE6\x8D\xA2\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.257438"], ["updated_at", "2022-09-29 09:05:49.257439"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\xB1QQ"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\xB1QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.284765"], ["updated_at", "2022-09-29 09:05:49.284766"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\xB1\xE4\xB9\xB0\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\xB1\xE4\xB9\xB0\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.318963"], ["updated_at", "2022-09-29 09:05:49.318964"]] TRANSACTION (2.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\xB1\xE4\xBB\xA3\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\xB1\xE4\xBB\xA3\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.339688"], ["updated_at", "2022-09-29 09:05:49.339689"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\xB1\xE5\x85\xAC\xE5\x8F\xB8QQ"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\xB1\xE5\x85\xAC\xE5\x8F\xB8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.361042"], ["updated_at", "2022-09-29 09:05:49.361042"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\xB1\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\xB1\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.396742"], ["updated_at", "2022-09-29 09:05:49.396743"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\x92\xB1\xE6\x89\xB9\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\x92\xB1\xE6\x89\xB9\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.428507"], ["updated_at", "2022-09-29 09:05:49.428508"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x87\xE9\xA9\xBE\xE9\xA9\xB6\xE8\xAF\x81\xE5\x8A\x9E\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x87\xE9\xA9\xBE\xE9\xA9\xB6\xE8\xAF\x81\xE5\x8A\x9E\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.453285"], ["updated_at", "2022-09-29 09:05:49.453286"]] TRANSACTION (4.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A \xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A \xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.479903"], ["updated_at", "2022-09-29 09:05:49.479904"]] TRANSACTION (5.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE6\x84\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE6\x84\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.512466"], ["updated_at", "2022-09-29 09:05:49.512467"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.534412"], ["updated_at", "2022-09-29 09:05:49.534413"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.554782"], ["updated_at", "2022-09-29 09:05:49.554783"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.580395"], ["updated_at", "2022-09-29 09:05:49.580396"]] TRANSACTION (6.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.620869"], ["updated_at", "2022-09-29 09:05:49.620869"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\xA5\xB3\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\xA5\xB3\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.642167"], ["updated_at", "2022-09-29 09:05:49.642169"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\xB0\x8F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\xB0\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.664765"], ["updated_at", "2022-09-29 09:05:49.664765"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.698609"], ["updated_at", "2022-09-29 09:05:49.698610"]] TRANSACTION (4.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE6\x8A\x80\xE5\xB7\xA7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE6\x8A\x80\xE5\xB7\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.729499"], ["updated_at", "2022-09-29 09:05:49.729500"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.752243"], ["updated_at", "2022-09-29 09:05:49.752243"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.777974"], ["updated_at", "2022-09-29 09:05:49.777975"]] TRANSACTION (5.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.815518"], ["updated_at", "2022-09-29 09:05:49.815519"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.836562"], ["updated_at", "2022-09-29 09:05:49.836563"]] TRANSACTION (5.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\x9A\xE7\x88\xB1\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.865353"], ["updated_at", "2022-09-29 09:05:49.865354"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.899078"], ["updated_at", "2022-09-29 09:05:49.899079"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.930123"], ["updated_at", "2022-09-29 09:05:49.930124"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.952168"], ["updated_at", "2022-09-29 09:05:49.952169"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:49.980174"], ["updated_at", "2022-09-29 09:05:49.980175"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.014721"], ["updated_at", "2022-09-29 09:05:50.014722"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.035850"], ["updated_at", "2022-09-29 09:05:50.035851"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.055719"], ["updated_at", "2022-09-29 09:05:50.055720"]] TRANSACTION (4.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xA5\xE5\x8D\xAB\xE6\xAD\xA5\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.081191"], ["updated_at", "2022-09-29 09:05:50.081192"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE5\x81\xB7\xE8\xB4\xAA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE5\x81\xB7\xE8\xB4\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.115029"], ["updated_at", "2022-09-29 09:05:50.115031"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE5\x90\xAC\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE5\x90\xAC\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.143554"], ["updated_at", "2022-09-29 09:05:50.143556"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE5\x95\xAA,dv"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE5\x95\xAA,dv"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.164133"], ["updated_at", "2022-09-29 09:05:50.164133"]] TRANSACTION (4.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.197490"], ["updated_at", "2022-09-29 09:05:50.197491"]] TRANSACTION (4.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.227872"], ["updated_at", "2022-09-29 09:05:50.227872"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE4\xB9\xB3\xE6\x88\xBF\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE4\xB9\xB3\xE6\x88\xBF\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.249117"], ["updated_at", "2022-09-29 09:05:50.249117"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.273125"], ["updated_at", "2022-09-29 09:05:50.273126"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.297091"], ["updated_at", "2022-09-29 09:05:50.297092"]] TRANSACTION (5.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x8E\x95\xE6\x89\x80"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x8E\x95\xE6\x89\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.333821"], ["updated_at", "2022-09-29 09:05:50.333823"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.365020"], ["updated_at", "2022-09-29 09:05:50.365021"]] TRANSACTION (5.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA5\xB3\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA5\xB3\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.402416"], ["updated_at", "2022-09-29 09:05:50.402416"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA5\xB3\xE7\x94\x9F\xE5\xAE\xBF\xE8\x88\x8D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA5\xB3\xE7\x94\x9F\xE5\xAE\xBF\xE8\x88\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.430961"], ["updated_at", "2022-09-29 09:05:50.430962"]] TRANSACTION (4.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA6\x82\xE5\x8E\x95"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (18.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA6\x82\xE5\x8E\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.461386"], ["updated_at", "2022-09-29 09:05:50.461387"]] TRANSACTION (9.9ms) COMMIT User Load (9.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xB9\xB2\xE8\x80\x81\xE5\xA6\x9E"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE5\xB9\xB2\xE8\x80\x81\xE5\xA6\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.585182"], ["updated_at", "2022-09-29 09:05:50.585183"]] TRANSACTION (6.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\x80\xA7\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\x80\xA7\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.633473"], ["updated_at", "2022-09-29 09:05:50.633474"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\x83\x85\xE4\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (11.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\x83\x85\xE4\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.670226"], ["updated_at", "2022-09-29 09:05:50.670227"]] TRANSACTION (11.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\x83\x85\xE4\xBE\xB6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\x83\x85\xE4\xBE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.736884"], ["updated_at", "2022-09-29 09:05:50.736885"]] TRANSACTION (4.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.781304"], ["updated_at", "2022-09-29 09:05:50.781305"]] TRANSACTION (5.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE7\x85\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE7\x85\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.823602"], ["updated_at", "2022-09-29 09:05:50.823603"]] TRANSACTION (5.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE7\xA7\x81\xE5\xA4\x84"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE7\xA7\x81\xE5\xA4\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.875626"], ["updated_at", "2022-09-29 09:05:50.875627"]] TRANSACTION (6.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE7\xBE\x8E\xE5\xA5\xB3\xE6\xB4\x97\xE6\xBE\xA1"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE7\xBE\x8E\xE5\xA5\xB3\xE6\xB4\x97\xE6\xBE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.920408"], ["updated_at", "2022-09-29 09:05:50.920408"]] TRANSACTION (6.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.965996"], ["updated_at", "2022-09-29 09:05:50.965997"]] TRANSACTION (5.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE8\xB5\xB0\xE5\x85\x89\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\x8B\x8D\xE8\xB5\xB0\xE5\x85\x89\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:50.999385"], ["updated_at", "2022-09-29 09:05:50.999386"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.040415"], ["updated_at", "2022-09-29 09:05:51.040416"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE7\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE7\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.077811"], ["updated_at", "2022-09-29 09:05:51.077811"]] TRANSACTION (8.8ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE7\xAA\xA5"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE7\xAA\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.123451"], ["updated_at", "2022-09-29 09:05:51.123452"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE7\xAA\xA5\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE7\xAA\xA5\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.166039"], ["updated_at", "2022-09-29 09:05:51.166039"]] TRANSACTION (7.7ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE7\xAA\xBA"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE7\xAA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.205136"], ["updated_at", "2022-09-29 09:05:51.205137"]] TRANSACTION (12.4ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE8\x82\x83\xE8\xB4\xAA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (10.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE8\x82\x83\xE8\xB4\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.276947"], ["updated_at", "2022-09-29 09:05:51.276948"]] TRANSACTION (9.2ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x81\xB7\xE9\x9B\xBB\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x81\xB7\xE9\x9B\xBB\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.334572"], ["updated_at", "2022-09-29 09:05:51.334573"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\x85\xE5\x85\xA8\xE6\x9C\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\x85\xE5\x85\xA8\xE6\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.378216"], ["updated_at", "2022-09-29 09:05:51.378217"]] TRANSACTION (6.5ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\x85\xE5\xBF\x97\xE5\xAF\xB0"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\x85\xE5\xBF\x97\xE5\xAF\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.425573"], ["updated_at", "2022-09-29 09:05:51.425574"]] TRANSACTION (6.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\x85\xE7\x94\xB3\xE5\xA5\x87"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\x85\xE7\x94\xB3\xE5\xA5\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.471004"], ["updated_at", "2022-09-29 09:05:51.471004"]] TRANSACTION (3.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\x94\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\x94\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.500334"], ["updated_at", "2022-09-29 09:05:51.500335"]] TRANSACTION (5.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\x94\xE8\xBB\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\x94\xE8\xBB\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.540666"], ["updated_at", "2022-09-29 09:05:51.540666"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xAC\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xAC\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.570825"], ["updated_at", "2022-09-29 09:05:51.570826"]] TRANSACTION (3.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xAC\xE6\x83\x85\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xAC\xE6\x83\x85\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.596776"], ["updated_at", "2022-09-29 09:05:51.596778"]] TRANSACTION (4.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xAC\xE6\x83\x85\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xAC\xE6\x83\x85\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.634550"], ["updated_at", "2022-09-29 09:05:51.634551"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xAC\xE6\x83\x85\xE8\x97\xA5"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xAC\xE6\x83\x85\xE8\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.666101"], ["updated_at", "2022-09-29 09:05:51.666102"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xAC\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xAC\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.693042"], ["updated_at", "2022-09-29 09:05:51.693043"]] TRANSACTION (9.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xAC\xE7\x9C\xA0\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xAC\xE7\x9C\xA0\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.735051"], ["updated_at", "2022-09-29 09:05:51.735052"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xB2\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xB2\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.761569"], ["updated_at", "2022-09-29 09:05:51.761570"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xBBB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xBBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.785167"], ["updated_at", "2022-09-29 09:05:51.785168"]] TRANSACTION (4.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xBB\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xBB\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.818828"], ["updated_at", "2022-09-29 09:05:51.818829"]] TRANSACTION (3.8ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xBB\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xBB\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.853821"], ["updated_at", "2022-09-29 09:05:51.853822"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x82\xBB\xE9\x80\xBC\xE7\xB2\xBE\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x82\xBB\xE9\x80\xBC\xE7\xB2\xBE\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.877247"], ["updated_at", "2022-09-29 09:05:51.877248"]] TRANSACTION (4.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x83\xB5\xE8\xB4\xBC"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x83\xB5\xE8\xB4\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.904294"], ["updated_at", "2022-09-29 09:05:51.904294"]] TRANSACTION (7.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x83\xB5\xE8\xB4\xBC\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x83\xB5\xE8\xB4\xBC\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.943283"], ["updated_at", "2022-09-29 09:05:51.943284"]] TRANSACTION (4.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE5\x87\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE5\x87\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.972125"], ["updated_at", "2022-09-29 09:05:51.972125"]] TRANSACTION (3.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE6\x83\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE6\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:51.999063"], ["updated_at", "2022-09-29 09:05:51.999064"]] TRANSACTION (6.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.041545"], ["updated_at", "2022-09-29 09:05:52.041547"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE7\xA0\x8D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x84\xBF\xE5\x9B\xAD\xE7\xA0\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.070460"], ["updated_at", "2022-09-29 09:05:52.070461"]] TRANSACTION (3.9ms) COMMIT User Load (10.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x81\xE5\x9C\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x81\xE5\x9C\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.105741"], ["updated_at", "2022-09-29 09:05:52.105742"]] TRANSACTION (7.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x83\xE6\x9E\x81\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x83\xE6\x9E\x81\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.156612"], ["updated_at", "2022-09-29 09:05:52.156614"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x84\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x84\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.186398"], ["updated_at", "2022-09-29 09:05:52.186398"]] TRANSACTION (7.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x85\xE5\x80\xBC"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x85\xE5\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.226014"], ["updated_at", "2022-09-29 09:05:52.226015"]] TRANSACTION (4.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x85\xE6\xB0\x94\xE5\xA8\x83"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x85\xE6\xB0\x94\xE5\xA8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.262127"], ["updated_at", "2022-09-29 09:05:52.262127"]] TRANSACTION (4.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x85\xE6\xB0\x94\xE5\xA8\x83\xE5\xA8\x83"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x85\xE6\xB0\x94\xE5\xA8\x83\xE5\xA8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.294292"], ["updated_at", "2022-09-29 09:05:52.294294"]] TRANSACTION (8.1ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x85\xE8\xA1\x80"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (10.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x85\xE8\xA1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.341822"], ["updated_at", "2022-09-29 09:05:52.341825"]] TRANSACTION (5.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x88\xE7\x83\x88\xE7\x94\xB5\xE7\x94\xB5"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x88\xE7\x83\x88\xE7\x94\xB5\xE7\x94\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.392258"], ["updated_at", "2022-09-29 09:05:52.392258"]] TRANSACTION (4.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x88\xE7\x83\x88\xE7\xBA\xB7\xE7\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x88\xE7\x83\x88\xE7\xBA\xB7\xE7\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.424477"], ["updated_at", "2022-09-29 09:05:52.424478"]] TRANSACTION (6.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x89\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x89\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.463164"], ["updated_at", "2022-09-29 09:05:52.463165"]] TRANSACTION (3.9ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x89\xE5\xA4\x8D\xE6\xB0\x91\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x89\xE5\xA4\x8D\xE6\xB0\x91\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.505538"], ["updated_at", "2022-09-29 09:05:52.505539"]] TRANSACTION (6.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x89\xE5\xAD\xA6\xE7\x9C\x9F\xE9\xA2\x98"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x89\xE5\xAD\xA6\xE7\x9C\x9F\xE9\xA2\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.546585"], ["updated_at", "2022-09-29 09:05:52.546586"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x89\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x89\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.571907"], ["updated_at", "2022-09-29 09:05:52.571908"]] TRANSACTION (2.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x89\xE7\xA5\x96"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x89\xE7\xA5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.598273"], ["updated_at", "2022-09-29 09:05:52.598274"]] TRANSACTION (5.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8B\xE5\x88\x86\xE6\x9E\x90"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8B\xE5\x88\x86\xE6\x9E\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.638065"], ["updated_at", "2022-09-29 09:05:52.638069"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8B\xE5\x8D\x83\xE6\x9C\xAF"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8B\xE5\x8D\x83\xE6\x9C\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.663636"], ["updated_at", "2022-09-29 09:05:52.663637"]] TRANSACTION (7.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8B\xE9\x80\x8F\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8B\xE9\x80\x8F\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.690215"], ["updated_at", "2022-09-29 09:05:52.690216"]] TRANSACTION (6.9ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE5\xAE\x9A\xE9\x87\x91\xE9\x92\xA2\xE7\x8F\xA0\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE5\xAE\x9A\xE9\x87\x91\xE9\x92\xA2\xE7\x8F\xA0\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.726922"], ["updated_at", "2022-09-29 09:05:52.726923"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE7\x94\xB5\xE7\x81\xAF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE7\x94\xB5\xE7\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.766694"], ["updated_at", "2022-09-29 09:05:52.766694"]] TRANSACTION (5.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB2\xBB\xE6\xB7\xAB\xE5\xA7\xA6\xE9\xBB\x83\xE8\x89\xB2\xE9\x9B\xBB\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB2\xBB\xE6\xB7\xAB\xE5\xA7\xA6\xE9\xBB\x83\xE8\x89\xB2\xE9\x9B\xBB\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.793573"], ["updated_at", "2022-09-29 09:05:52.793574"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB2\xBB\xE8\x89\xB7\xE6\x83\x85\xE6\xB7\xAB\xE7\xA9\xA2\xE5\xB0\x8F\xE8\xAA\xAA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB2\xBB\xE8\x89\xB7\xE6\x83\x85\xE6\xB7\xAB\xE7\xA9\xA2\xE5\xB0\x8F\xE8\xAA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.829166"], ["updated_at", "2022-09-29 09:05:52.829167"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.863039"], ["updated_at", "2022-09-29 09:05:52.863040"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE4\xBA\x8C\xE7\xBA\xA7\xE5\x9F\x9F\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE4\xBA\x8C\xE7\xBA\xA7\xE5\x9F\x9F\xE5\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.889133"], ["updated_at", "2022-09-29 09:05:52.889134"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE4\xBD\xBF\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE4\xBD\xBF\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.921558"], ["updated_at", "2022-09-29 09:05:52.921559"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE5\x86\x85\xE5\xAE\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE5\x86\x85\xE5\xAE\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.954873"], ["updated_at", "2022-09-29 09:05:52.954873"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:52.978862"], ["updated_at", "2022-09-29 09:05:52.978863"]] TRANSACTION (3.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.005880"], ["updated_at", "2022-09-29 09:05:53.005881"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x83\x85\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.034223"], ["updated_at", "2022-09-29 09:05:53.034224"]] TRANSACTION (5.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x88\x90\xE4\xBA\xBA\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE6\x88\x90\xE4\xBA\xBA\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.064235"], ["updated_at", "2022-09-29 09:05:53.064253"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.097643"], ["updated_at", "2022-09-29 09:05:53.097644"]] TRANSACTION (5.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.135619"], ["updated_at", "2022-09-29 09:05:53.135620"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE7\xB4\xA2\xE5\x8F\x96"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE7\xB4\xA2\xE5\x8F\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.161942"], ["updated_at", "2022-09-29 09:05:53.161943"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\x89\xB2\xE6\x83\x85\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\x89\xB2\xE6\x83\x85\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.181946"], ["updated_at", "2022-09-29 09:05:53.181947"]] TRANSACTION (2.9ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\x89\xB2\xE6\x83\x85\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\x89\xB2\xE6\x83\x85\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.207156"], ["updated_at", "2022-09-29 09:05:53.207157"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\xA3\xB8\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\xA3\xB8\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.242840"], ["updated_at", "2022-09-29 09:05:53.242840"]] TRANSACTION (2.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\xA3\xB8\xE8\x88\x9E\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\xA3\xB8\xE8\x88\x9E\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.265532"], ["updated_at", "2022-09-29 09:05:53.265533"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\xAE\xA2\xE8\xB4\xAD\xE7\x83\xAD\xE7\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE8\xAE\xA2\xE8\xB4\xAD\xE7\x83\xAD\xE7\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.284598"], ["updated_at", "2022-09-29 09:05:53.284598"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE9\xA3\x8E\xE9\xAA\x9A\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE9\xA3\x8E\xE9\xAA\x9A\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.308836"], ["updated_at", "2022-09-29 09:05:53.308837"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE9\xBB\x84b\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x8D\xE8\xB4\xB9\xE9\xBB\x84b\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.339730"], ["updated_at", "2022-09-29 09:05:53.339730"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x94\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x94\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.360051"], ["updated_at", "2022-09-29 09:05:53.360051"]] TRANSACTION (2.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\x86\x85\xE5\x88\x86\xE8\xA3\x82"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\x86\x85\xE5\x88\x86\xE8\xA3\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.381103"], ["updated_at", "2022-09-29 09:05:53.381104"]] TRANSACTION (2.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\x86\x85\xE5\x8D\xB1\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\x86\x85\xE5\x8D\xB1\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.403439"], ["updated_at", "2022-09-29 09:05:53.403439"]] TRANSACTION (4.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\x86\x85\xE6\x9D\x83\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\x86\x85\xE6\x9D\x83\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.439192"], ["updated_at", "2022-09-29 09:05:53.439193"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\x86\x85\xE6\x9D\x83\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\x86\x85\xE6\x9D\x83\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.468842"], ["updated_at", "2022-09-29 09:05:53.468843"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\x86\x85\xE8\xA8\x80\xE4\xBA\x8B\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\x86\x85\xE8\xA8\x80\xE4\xBA\x8B\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.490689"], ["updated_at", "2022-09-29 09:05:53.490690"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\x89\x8D\xE5\xB9\xB2\xE5\x8A\xB2"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\x89\x8D\xE5\xB9\xB2\xE5\x8A\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.515148"], ["updated_at", "2022-09-29 09:05:53.515149"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\x90\x8E\xE8\x90\x8E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\x90\x8E\xE8\x90\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.547556"], ["updated_at", "2022-09-29 09:05:53.547556"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE5\xA4\x96\xE5\x88\x8A\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE5\xA4\x96\xE5\x88\x8A\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.569645"], ["updated_at", "2022-09-29 09:05:53.569646"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE6\xA0\xA1\xE5\xAE\x89\xE6\x8F\x92\xE4\xBA\xB2\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE6\xA0\xA1\xE5\xAE\x89\xE6\x8F\x92\xE4\xBA\xB2\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.590215"], ["updated_at", "2022-09-29 09:05:53.590216"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE6\xA3\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE6\xA3\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.619459"], ["updated_at", "2022-09-29 09:05:53.619459"]] TRANSACTION (3.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE7\x9A\x84\xE5\x96\x89\xE8\x88\x8C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE7\x9A\x84\xE5\x96\x89\xE8\x88\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.654477"], ["updated_at", "2022-09-29 09:05:53.654478"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.680546"], ["updated_at", "2022-09-29 09:05:53.680547"]] TRANSACTION (2.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.706271"], ["updated_at", "2022-09-29 09:05:53.706272"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE9\x9E\xAD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE9\x9E\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.737889"], ["updated_at", "2022-09-29 09:05:53.737890"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\x9A\xE9\xA3\x8E\xE6\x97\xA5\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (9.3ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\x9A\xE9\xA3\x8E\xE6\x97\xA5\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.768192"], ["updated_at", "2022-09-29 09:05:53.768193"]] TRANSACTION (8.3ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA5\xE5\x8F\xA3"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA5\xE5\x8F\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.822154"], ["updated_at", "2022-09-29 09:05:53.822155"]] TRANSACTION (15.1ms) COMMIT User Load (9.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA5\xE8\x80\xB3\xE5\x85\xB3"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (55.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA5\xE8\x80\xB3\xE5\x85\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.886008"], ["updated_at", "2022-09-29 09:05:53.886010"]] TRANSACTION (10.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA5\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA5\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:53.992806"], ["updated_at", "2022-09-29 09:05:53.992810"]] TRANSACTION (6.7ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA7\xE8\xA4\xB2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA7\xE8\xA4\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.045119"], ["updated_at", "2022-09-29 09:05:54.045120"]] TRANSACTION (24.5ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA81\xE7\x90\x83\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA81\xE7\x90\x83\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.107957"], ["updated_at", "2022-09-29 09:05:54.107958"]] TRANSACTION (4.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\x8B\xA4"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\x8B\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.154044"], ["updated_at", "2022-09-29 09:05:54.154045"]] TRANSACTION (8.0ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\x9B\xBD\xE4\xB8\xA4\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\x9B\xBD\xE4\xB8\xA4\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.203671"], ["updated_at", "2022-09-29 09:05:54.203672"]] TRANSACTION (5.5ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\x9B\xBD\xE9\x80\x80\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\x9B\xBD\xE9\x80\x80\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.245141"], ["updated_at", "2022-09-29 09:05:54.245142"]] TRANSACTION (5.3ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\xA5\x97\xE6\x9C\x8D\xE5\x8A\xA1\xE5\x8C\x85\xE5\x90\xB9\xE5\x8C\x85\xE5\x81\x9A"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\xA5\x97\xE6\x9C\x8D\xE5\x8A\xA1\xE5\x8C\x85\xE5\x90\xB9\xE5\x8C\x85\xE5\x81\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.287371"], ["updated_at", "2022-09-29 09:05:54.287372"]] TRANSACTION (5.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE4\xB8\x8D\xE5\xBE\x97\xE5\xA5\xBD\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE4\xB8\x8D\xE5\xBE\x97\xE5\xA5\xBD\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.325557"], ["updated_at", "2022-09-29 09:05:54.325558"]] TRANSACTION (6.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE6\xAD\xBB\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE6\xAD\xBB\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.370870"], ["updated_at", "2022-09-29 09:05:54.370872"]] TRANSACTION (4.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE6\xAD\xBB\xE7\xB5\x95"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE6\xAD\xBB\xE7\xB5\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.399590"], ["updated_at", "2022-09-29 09:05:54.399590"]] TRANSACTION (8.1ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE6\xAD\xBB\xE7\xBB\x9D"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE5\xAE\xB6\xE6\xAD\xBB\xE7\xBB\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.446828"], ["updated_at", "2022-09-29 09:05:54.446829"]] TRANSACTION (3.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE6\xA0\xB9\xE5\xB0\xBD\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE6\xA0\xB9\xE5\xB0\xBD\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.487577"], ["updated_at", "2022-09-29 09:05:54.487577"]] TRANSACTION (4.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE6\xB8\xA0\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE6\xB8\xA0\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.521249"], ["updated_at", "2022-09-29 09:05:54.521249"]] TRANSACTION (5.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE7\x9C\x9F\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE7\x9C\x9F\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.562644"], ["updated_at", "2022-09-29 09:05:54.562645"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE8\x87\xAA\xE5\x8A\xA8\xE5\xBC\x80\xE9\x94\x81\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE8\x87\xAA\xE5\x8A\xA8\xE5\xBC\x80\xE9\x94\x81\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.589748"], ["updated_at", "2022-09-29 09:05:54.589749"]] TRANSACTION (6.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE8\x8C\x83\xE5\x9B\xB4\xE6\x95\x99\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE8\x8C\x83\xE5\x9B\xB4\xE6\x95\x99\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.631501"], ["updated_at", "2022-09-29 09:05:54.631502"]] TRANSACTION (7.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.674616"], ["updated_at", "2022-09-29 09:05:54.674618"]] TRANSACTION (4.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE8\xA3\xB8\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE8\xA3\xB8\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.709766"], ["updated_at", "2022-09-29 09:05:54.709767"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE8\xA3\xB8\xE5\xA5\xB3\xE9\x83\x8E"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE8\xA3\xB8\xE5\xA5\xB3\xE9\x83\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.740112"], ["updated_at", "2022-09-29 09:05:54.740113"]] TRANSACTION (7.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE8\xA3\xB8\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE8\xA3\xB8\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.772961"], ["updated_at", "2022-09-29 09:05:54.772961"]] TRANSACTION (2.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE9\x9B\x86\xE5\x9C\xA8\xE7\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE9\x9B\x86\xE5\x9C\xA8\xE7\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.791958"], ["updated_at", "2022-09-29 09:05:54.791959"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xA8\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xA8\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.818898"], ["updated_at", "2022-09-29 09:05:54.818899"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE4\xB9\x9D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE4\xB9\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.852258"], ["updated_at", "2022-09-29 09:05:54.852258"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.876373"], ["updated_at", "2022-09-29 09:05:54.876374"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.901229"], ["updated_at", "2022-09-29 09:05:54.901229"]] TRANSACTION (3.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE6\x94\xBF\xE6\xB2\xBB"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE6\x94\xBF\xE6\xB2\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.930832"], ["updated_at", "2022-09-29 09:05:54.930833"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE4\xB9\x9D\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.966294"], ["updated_at", "2022-09-29 09:05:54.966295"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE5\x90\xA7\xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE5\x90\xA7\xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:54.991943"], ["updated_at", "2022-09-29 09:05:54.991944"]] TRANSACTION (5.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE5\x90\xA7\xE4\xBC\x8A\xE8\x80\x8C\xE9\x99\x86\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE5\x90\xA7\xE4\xBC\x8A\xE8\x80\x8C\xE9\x99\x86\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.030552"], ["updated_at", "2022-09-29 09:05:55.030554"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE7\xBA\xA7\xE5\x9C\xB0\xE9\x9C\x87\xE6\xAF\xAB\xE6\x97\xA0\xE9\xA2\x84\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE7\xBA\xA7\xE5\x9C\xB0\xE9\x9C\x87\xE6\xAF\xAB\xE6\x97\xA0\xE9\xA2\x84\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.072004"], ["updated_at", "2022-09-29 09:05:55.072005"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAB\xE8\x80\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAB\xE8\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.100220"], ["updated_at", "2022-09-29 09:05:55.100221"]] TRANSACTION (5.3ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.143302"], ["updated_at", "2022-09-29 09:05:55.143303"]] TRANSACTION (4.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\x85\xB3\xE5\x88\xA0\xE9\x99\xA4\xE7\x99\xBE\xE5\xBA\xA6\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\x85\xB3\xE5\x88\xA0\xE9\x99\xA4\xE7\x99\xBE\xE5\xBA\xA6\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.183501"], ["updated_at", "2022-09-29 09:05:55.183502"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\x85\xB3\xE8\xB4\x9F\xE9\x9D\xA2\xE4\xBF\xA1\xE6\x81\xAF\xE5\xA4\x84\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\x85\xB3\xE8\xB4\x9F\xE9\x9D\xA2\xE4\xBF\xA1\xE6\x81\xAF\xE5\xA4\x84\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.211662"], ["updated_at", "2022-09-29 09:05:55.211663"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\x8A\xA1\xE5\x91\x98\xE4\xBB\xA3\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\x8A\xA1\xE5\x91\x98\xE4\xBB\xA3\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.247537"], ["updated_at", "2022-09-29 09:05:55.247538"]] TRANSACTION (5.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\x8A\xA1\xE5\x91\x98\xE8\x80\x83\xE7\x94\x9F\xE4\xBF\xA1\xE6\x81\xAF\xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\x8A\xA1\xE5\x91\x98\xE8\x80\x83\xE7\x94\x9F\xE4\xBF\xA1\xE6\x81\xAF\xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.275282"], ["updated_at", "2022-09-29 09:05:55.275282"]] TRANSACTION (2.6ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\x8E\x95"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\x8E\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.295186"], ["updated_at", "2022-09-29 09:05:55.295187"]] TRANSACTION (2.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\x91\x8A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\x91\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.317077"], ["updated_at", "2022-09-29 09:05:55.317078"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.350920"], ["updated_at", "2022-09-29 09:05:55.350921"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.374337"], ["updated_at", "2022-09-29 09:05:55.374338"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\xAE\x89\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\xAE\x89\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.403531"], ["updated_at", "2022-09-29 09:05:55.403531"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\xAE\x89\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\xAE\x89\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.435463"], ["updated_at", "2022-09-29 09:05:55.435464"]] TRANSACTION (3.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\xAE\x89\xE9\x94\x99\xE6\x89\x93"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\xAE\x89\xE9\x94\x99\xE6\x89\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.466533"], ["updated_at", "2022-09-29 09:05:55.466534"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\xBC\x80\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\xBC\x80\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.490174"], ["updated_at", "2022-09-29 09:05:55.490174"]] TRANSACTION (3.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE5\xBC\x80\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE5\xBC\x80\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.518407"], ["updated_at", "2022-09-29 09:05:55.518408"]] TRANSACTION (4.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE6\xA3\x80\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE6\xA3\x80\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.556532"], ["updated_at", "2022-09-29 09:05:55.556533"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.578927"], ["updated_at", "2022-09-29 09:05:55.578928"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAC\xE7\x94\xA2\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAC\xE7\x94\xA2\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.599400"], ["updated_at", "2022-09-29 09:05:55.599401"]] TRANSACTION (5.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xADHE\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xADHE\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.637593"], ["updated_at", "2022-09-29 09:05:55.637594"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE4\xB8\x87\xE5\xAD\x97\xE4\xB8\x8A\xE6\x9E\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE4\xB8\x87\xE5\xAD\x97\xE4\xB8\x8A\xE6\x9E\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.666630"], ["updated_at", "2022-09-29 09:05:55.666630"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE4\xBB\xA3\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE4\xBB\xA3\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.690328"], ["updated_at", "2022-09-29 09:05:55.690328"]] TRANSACTION (5.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE4\xBD\x8Dqq"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE4\xBD\x8Dqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.722127"], ["updated_at", "2022-09-29 09:05:55.722128"]] TRANSACTION (6.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x90\x88\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x90\x88\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.759664"], ["updated_at", "2022-09-29 09:05:55.759664"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x90\x88\xE9\x87\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x90\x88\xE9\x87\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.785552"], ["updated_at", "2022-09-29 09:05:55.785553"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x92\x8C\xE8\xB0\x90\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x92\x8C\xE8\xB0\x90\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.809307"], ["updated_at", "2022-09-29 09:05:55.809308"]] TRANSACTION (4.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.844271"], ["updated_at", "2022-09-29 09:05:55.844272"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xB9\x8B\xE5\xBD\xB9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xB9\x8B\xE5\xBD\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.873336"], ["updated_at", "2022-09-29 09:05:55.873336"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.894659"], ["updated_at", "2022-09-29 09:05:55.894660"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.923115"], ["updated_at", "2022-09-29 09:05:55.923115"]] TRANSACTION (6.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.963675"], ["updated_at", "2022-09-29 09:05:55.963676"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\x86\x85\xE9\x83\xA8\xE6\x97\xA5\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\x86\x85\xE9\x83\xA8\xE6\x97\xA5\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:55.992419"], ["updated_at", "2022-09-29 09:05:55.992419"]] TRANSACTION (6.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\x8F\x97\xE9\x9A\xBE\xE8\x80\x85\xE5\xAE\xB6\xE5\xB1\x9E\xE8\xAF\x81\xE8\xBE\x9E"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\x8F\x97\xE9\x9A\xBE\xE8\x80\x85\xE5\xAE\xB6\xE5\xB1\x9E\xE8\xAF\x81\xE8\xBE\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.026598"], ["updated_at", "2022-09-29 09:05:56.026599"]] TRANSACTION (25.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xAD\xA6\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xAD\xA6\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.094495"], ["updated_at", "2022-09-29 09:05:56.094496"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xB1\xA0\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xB1\xA0\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.136465"], ["updated_at", "2022-09-29 09:05:56.136467"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xB1\xA0\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.170060"], ["updated_at", "2022-09-29 09:05:56.170061"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xBC\x8F\xE6\x89\x8BQQ"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE5\xBC\x8F\xE6\x89\x8BQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.195585"], ["updated_at", "2022-09-29 09:05:56.195586"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE6\x94\xBF\xE5\x8F\x98"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE6\x94\xBF\xE5\x8F\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.226611"], ["updated_at", "2022-09-29 09:05:56.226612"]] TRANSACTION (6.1ms) COMMIT User Load (12.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE6\xAF\x8D\xE4\xBA\xB2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE6\xAF\x8D\xE4\xBA\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.279183"], ["updated_at", "2022-09-29 09:05:56.279184"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE8\xA1\x80\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (8.4ms) BEGIN User Load (8.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE8\xA1\x80\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.320294"], ["updated_at", "2022-09-29 09:05:56.320295"]] TRANSACTION (5.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE8\xB5\x84\xE6\x96\x99\xE9\xA6\x86"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\x9B\xE8\xB5\x84\xE6\x96\x99\xE9\xA6\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.382110"], ["updated_at", "2022-09-29 09:05:56.382112"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.420147"], ["updated_at", "2022-09-29 09:05:56.420147"]] TRANSACTION (10.9ms) COMMIT User Load (13.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.487466"], ["updated_at", "2022-09-29 09:05:56.487468"]] TRANSACTION (6.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE6\x9C\x88\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE6\x9C\x88\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.534466"], ["updated_at", "2022-09-29 09:05:56.534467"]] TRANSACTION (5.0ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.573562"], ["updated_at", "2022-09-29 09:05:56.573563"]] TRANSACTION (6.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE6\xB0\x9F\xE5\x8C\x96\xE9\x93\x80"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (11.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE6\xB0\x9F\xE5\x8C\x96\xE9\x93\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.611474"], ["updated_at", "2022-09-29 09:05:56.611475"]] TRANSACTION (6.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE6\xB2\xB3\xE8\x9F\xB9\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE6\xB2\xB3\xE8\x9F\xB9\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.666570"], ["updated_at", "2022-09-29 09:05:56.666571"]] TRANSACTION (3.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xAD\xE7\x99\xBE\xE5\xBA\xA6\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xAD\xE7\x99\xBE\xE5\xBA\xA6\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.712850"], ["updated_at", "2022-09-29 09:05:56.712851"]] TRANSACTION (6.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB0\xE5\xB7\x9E\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB0\xE5\xB7\x9E\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.767232"], ["updated_at", "2022-09-29 09:05:56.767233"]] TRANSACTION (5.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB0\xE5\xB7\x9E\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB0\xE5\xB7\x9E\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.818266"], ["updated_at", "2022-09-29 09:05:56.818267"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1c\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1c\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.847530"], ["updated_at", "2022-09-29 09:05:56.847530"]] TRANSACTION (3.3ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1c\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1c\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.868340"], ["updated_at", "2022-09-29 09:05:56.868340"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1x\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1x\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.888398"], ["updated_at", "2022-09-29 09:05:56.888399"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1x\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1x\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.913931"], ["updated_at", "2022-09-29 09:05:56.913931"]] TRANSACTION (5.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xB8\x80\xE4\xBA\xA7\xE4\xB8\x80\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xB8\x80\xE4\xBA\xA7\xE4\xB8\x80\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:56.949936"], ["updated_at", "2022-09-29 09:05:56.949937"]] TRANSACTION (10.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xB8\x80\xE7\x94\xA2\xE4\xB8\x80\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xB8\x80\xE7\x94\xA2\xE4\xB8\x80\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.004613"], ["updated_at", "2022-09-29 09:05:57.004615"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.047073"], ["updated_at", "2022-09-29 09:05:57.047074"]] TRANSACTION (4.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\x93\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\x93\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.082937"], ["updated_at", "2022-09-29 09:05:57.082938"]] TRANSACTION (5.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89\xE7\x9A\x84\xE5\xB9\xBD\xE7\x81\xB5"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89\xE7\x9A\x84\xE5\xB9\xBD\xE7\x81\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.114791"], ["updated_at", "2022-09-29 09:05:57.114792"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89\xE9\xBB\x91\xE7\x9A\xAE\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89\xE9\xBB\x91\xE7\x9A\xAE\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.139364"], ["updated_at", "2022-09-29 09:05:57.139365"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.169073"], ["updated_at", "2022-09-29 09:05:57.169074"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE4\xB8\x8D\xE5\x8F\xAF\xE8\xAF\xB4\xE7\x9A\x84\xE7\xA7\x98"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE4\xB8\x8D\xE5\x8F\xAF\xE8\xAF\xB4\xE7\x9A\x84\xE7\xA7\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.193961"], ["updated_at", "2022-09-29 09:05:57.193961"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE4\xB8\x93\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE4\xB8\x93\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.217662"], ["updated_at", "2022-09-29 09:05:57.217663"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE7\x9A\x84\xE6\x8A\xA5\xE5\xBA\x94"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE7\x9A\x84\xE6\x8A\xA5\xE5\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.243689"], ["updated_at", "2022-09-29 09:05:57.243689"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE7\x9A\x84\xE6\x9C\xAB\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE7\x9A\x84\xE6\x9C\xAB\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.277322"], ["updated_at", "2022-09-29 09:05:57.277323"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE8\x85\x90\xE8\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE8\x85\x90\xE8\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.301359"], ["updated_at", "2022-09-29 09:05:57.301359"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE6\x97\xA0\xE8\xB5\x96"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE6\x97\xA0\xE8\xB5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.321642"], ["updated_at", "2022-09-29 09:05:57.321643"]] TRANSACTION (6.3ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE6\x9E\x81\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE6\x9E\x81\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.353506"], ["updated_at", "2022-09-29 09:05:57.353507"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE7\x8E\x8B\xE6\x9C\x9D"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE4\xBA\xA7\xE7\x8E\x8B\xE6\x9C\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.385858"], ["updated_at", "2022-09-29 09:05:57.385859"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.406516"], ["updated_at", "2022-09-29 09:05:57.406516"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.429756"], ["updated_at", "2022-09-29 09:05:57.429757"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE5\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE5\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.457892"], ["updated_at", "2022-09-29 09:05:57.457894"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE5\x8C\xAA\xE5\x85\xB1\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE5\x8C\xAA\xE5\x85\xB1\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.486127"], ["updated_at", "2022-09-29 09:05:57.486128"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE5\x92\x8C\xE5\x9B\xBD2049"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE5\x92\x8C\xE5\x9B\xBD2049"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.511539"], ["updated_at", "2022-09-29 09:05:57.511542"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.539977"], ["updated_at", "2022-09-29 09:05:57.539979"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE5\xAD\x97\xE7\x8E\x84\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE5\xAD\x97\xE7\x8E\x84\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.576549"], ["updated_at", "2022-09-29 09:05:57.576549"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\x83\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.599723"], ["updated_at", "2022-09-29 09:05:57.599723"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\x85\x98"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\x85\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.620318"], ["updated_at", "2022-09-29 09:05:57.620319"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\xAE\x8B\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\xAE\x8B\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.646381"], ["updated_at", "2022-09-29 09:05:57.646382"]] TRANSACTION (4.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\xAE\x8B\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\xAE\x8B\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.678256"], ["updated_at", "2022-09-29 09:05:57.678257"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\xAE\x8B\xE8\xA3\x86"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\xAE\x8B\xE8\xA3\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.703709"], ["updated_at", "2022-09-29 09:05:57.703709"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\xAE\x98\xE4\xB8\xBB\xE7\xBE\xA9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\xAE\x98\xE4\xB8\xBB\xE7\xBE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.725088"], ["updated_at", "2022-09-29 09:05:57.725088"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\xAE\x98\xE8\xA5\xA0"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\xAE\x98\xE8\xA5\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.759880"], ["updated_at", "2022-09-29 09:05:57.759881"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE6\xAE\x98\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE6\xAE\x98\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.789266"], ["updated_at", "2022-09-29 09:05:57.789266"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.811058"], ["updated_at", "2022-09-29 09:05:57.811059"]] TRANSACTION (3.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE7\x8E\x8B\xE5\x82\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE7\x8E\x8B\xE5\x82\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.841516"], ["updated_at", "2022-09-29 09:05:57.841517"]] TRANSACTION (5.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE4\xB8\xBB\xE7\xBE\xA9\xE7\x9A\x84\xE5\xB9\xBD\xE9\x9D\x88"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE4\xB8\xBB\xE7\xBE\xA9\xE7\x9A\x84\xE5\xB9\xBD\xE9\x9D\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.877915"], ["updated_at", "2022-09-29 09:05:57.877916"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE5\xB0\x88\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE5\xB0\x88\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.901427"], ["updated_at", "2022-09-29 09:05:57.901427"]] TRANSACTION (3.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE7\x8E\x8B\xE6\x9C\x9D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE7\x8E\x8B\xE6\x9C\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.925079"], ["updated_at", "2022-09-29 09:05:57.925080"]] TRANSACTION (5.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE7\x94\xA2\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.956519"], ["updated_at", "2022-09-29 09:05:57.956519"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE8\xB2\xAA\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE8\xB2\xAA\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:57.989032"], ["updated_at", "2022-09-29 09:05:57.989033"]] TRANSACTION (2.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE8\xB4\xAA\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE8\xB4\xAA\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.010657"], ["updated_at", "2022-09-29 09:05:58.010657"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE9\x8F\x9F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE9\x8F\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.033409"], ["updated_at", "2022-09-29 09:05:58.033409"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE9\x93\xB2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE9\x93\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.067357"], ["updated_at", "2022-09-29 09:05:58.067358"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE9\x93\xB2\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE9\x93\xB2\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.093718"], ["updated_at", "2022-09-29 09:05:58.093719"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE9\x9D\x92\xE5\x9B\xA2\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE9\x9D\x92\xE5\x9B\xA2\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.119056"], ["updated_at", "2022-09-29 09:05:58.119057"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB1\xE9\x9D\x92\xE8\x83\x8C\xE6\x99\xAF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB1\xE9\x9D\x92\xE8\x83\x8C\xE6\x99\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.143135"], ["updated_at", "2022-09-29 09:05:58.143136"]] TRANSACTION (4.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB3\xE5\x8D\x93\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB3\xE5\x8D\x93\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.173992"], ["updated_at", "2022-09-29 09:05:58.173993"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB3\xE6\xB3\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB3\xE6\xB3\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.197821"], ["updated_at", "2022-09-29 09:05:58.197822"]] TRANSACTION (2.7ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB3\xE6\xB3\xA8\xE5\xBE\xAE\xE4\xBF\xA1\xE5\x85\xAC\xE4\xBC\x97\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB3\xE6\xB3\xA8\xE5\xBE\xAE\xE4\xBF\xA1\xE5\x85\xAC\xE4\xBC\x97\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.217766"], ["updated_at", "2022-09-29 09:05:58.217767"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB3\xE9\x97\xAD\xE6\x89\x80\xE6\x9C\x89\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB3\xE9\x97\xAD\xE6\x89\x80\xE6\x9C\x89\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.237690"], ["updated_at", "2022-09-29 09:05:58.237691"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB4\xE4\xB8\xAD\xE5\xBF\x83\xE5\xB9\xBC"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB4\xE4\xB8\xAD\xE5\xBF\x83\xE5\xB9\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.267002"], ["updated_at", "2022-09-29 09:05:58.267003"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB4\xE5\x8D\x8E\xE8\xAE\xBA\xE8\xB0\x88"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB4\xE5\x8D\x8E\xE8\xAE\xBA\xE8\xB0\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.293040"], ["updated_at", "2022-09-29 09:05:58.293040"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB4\xE5\xA5\x8B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB4\xE5\xA5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.313124"], ["updated_at", "2022-09-29 09:05:58.313124"]] TRANSACTION (2.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB4\xE5\xA5\x8B\xE5\x89\x82"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB4\xE5\xA5\x8B\xE5\x89\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.333104"], ["updated_at", "2022-09-29 09:05:58.333104"]] TRANSACTION (5.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB5\xE5\x8A\x9B\xE9\x83\xA8\xE7\xBD\xB2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB5\xE5\x8A\x9B\xE9\x83\xA8\xE7\xBD\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.368643"], ["updated_at", "2022-09-29 09:05:58.368644"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xB7\xE4\xBD\x93\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xB7\xE4\xBD\x93\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.395561"], ["updated_at", "2022-09-29 09:05:58.395562"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC-\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC-\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.421830"], ["updated_at", "2022-09-29 09:05:58.421831"]] TRANSACTION (5.3ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBCzhi"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBCzhi"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.452705"], ["updated_at", "2022-09-29 09:05:58.452706"]] TRANSACTION (5.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE5\x80\xBC"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE5\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.491129"], ["updated_at", "2022-09-29 09:05:58.491130"]] TRANSACTION (3.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE7\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE7\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.519918"], ["updated_at", "2022-09-29 09:05:58.519919"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE8\x80\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE8\x80\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.545760"], ["updated_at", "2022-09-29 09:05:58.545773"]] TRANSACTION (5.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE8\x80\xB3\xE5\x8F\xAA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE8\x80\xB3\xE5\x8F\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.579810"], ["updated_at", "2022-09-29 09:05:58.579811"]] TRANSACTION (4.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.607812"], ["updated_at", "2022-09-29 09:05:58.607812"]] TRANSACTION (2.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE8\x81\x8C\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE8\x81\x8C\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.630329"], ["updated_at", "2022-09-29 09:05:58.630330"]] TRANSACTION (4.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE8\x81\x8C\xE5\xA5\xB3\xE4\xB8\x8A\xE9\x97\xA8qq"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE8\x81\x8C\xE5\xA5\xB3\xE4\xB8\x8A\xE9\x97\xA8qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.663906"], ["updated_at", "2022-09-29 09:05:58.663907"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE8\x81\x8C\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE8\x81\x8C\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.693617"], ["updated_at", "2022-09-29 09:05:58.693617"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBC\xE8\x81\xB7"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBC\xE8\x81\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.717911"], ["updated_at", "2022-09-29 09:05:58.717912"]] TRANSACTION (4.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBD\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBD\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.742402"], ["updated_at", "2022-09-29 09:05:58.742403"]] TRANSACTION (5.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBD\xE5\x85\xBD\xE9\x97\xA8\xE8\xA7\x86\xE9\xA2\x91\xE5\xAE\x8C\xE6\x95\xB4\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBD\xE5\x85\xBD\xE9\x97\xA8\xE8\xA7\x86\xE9\xA2\x91\xE5\xAE\x8C\xE6\x95\xB4\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.777129"], ["updated_at", "2022-09-29 09:05:58.777130"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBD\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBD\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.802547"], ["updated_at", "2022-09-29 09:05:58.802548"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBD\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBD\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.825465"], ["updated_at", "2022-09-29 09:05:58.825466"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x85\xBD\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x85\xBD\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.850485"], ["updated_at", "2022-09-29 09:05:58.850486"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE3\x80\x82\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE3\x80\x82\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.890891"], ["updated_at", "2022-09-29 09:05:58.890892"]] TRANSACTION (4.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE4\xBA\x89\xE4\xBA\xBA\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE4\xBA\x89\xE4\xBA\xBA\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.917490"], ["updated_at", "2022-09-29 09:05:58.917491"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE5\xA3\x81"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE5\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.941654"], ["updated_at", "2022-09-29 09:05:58.941655"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE5\xB0\x84"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE5\xB0\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:58.983269"], ["updated_at", "2022-09-29 09:05:58.983270"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE6\x96\x97\xE9\x80\x80\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE6\x96\x97\xE9\x80\x80\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.007664"], ["updated_at", "2022-09-29 09:05:59.007664"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE6\xB6\xB5"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE6\xB6\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.028910"], ["updated_at", "2022-09-29 09:05:59.028910"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE7\xAD\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE7\xAD\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.061822"], ["updated_at", "2022-09-29 09:05:59.061901"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.091728"], ["updated_at", "2022-09-29 09:05:59.091729"]] TRANSACTION (7.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.122350"], ["updated_at", "2022-09-29 09:05:59.122350"]] TRANSACTION (4.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x85\xEF\xBC\x8C\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x85\xEF\xBC\x8C\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.160353"], ["updated_at", "2022-09-29 09:05:59.160354"]] TRANSACTION (4.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x88\xE6\x9C\xAC\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x88\xE6\x9C\xAC\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.193437"], ["updated_at", "2022-09-29 09:05:59.193437"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x92\xE6\x98\xA7"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x92\xE6\x98\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.221463"], ["updated_at", "2022-09-29 09:05:59.221463"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x99\xE4\xB8\xA4\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x99\xE4\xB8\xA4\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.256543"], ["updated_at", "2022-09-29 09:05:59.256544"]] TRANSACTION (6.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x99\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x99\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.301662"], ["updated_at", "2022-09-29 09:05:59.301663"]] TRANSACTION (6.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x99\xE5\xBE\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x99\xE5\xBE\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.339349"], ["updated_at", "2022-09-29 09:05:59.339350"]] TRANSACTION (4.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x99\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x99\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.378334"], ["updated_at", "2022-09-29 09:05:59.378335"]] TRANSACTION (7.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.421428"], ["updated_at", "2022-09-29 09:05:59.421429"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x99\xE7\x9C\x9F\xE5\xA5\xB3\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x99\xE7\x9C\x9F\xE5\xA5\xB3\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.461121"], ["updated_at", "2022-09-29 09:05:59.461122"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE4\xBA\x8B\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE4\xBA\x8B\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.493704"], ["updated_at", "2022-09-29 09:05:59.493704"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE5\x88\x80 \xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE5\x88\x80 \xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.528909"], ["updated_at", "2022-09-29 09:05:59.528910"]] TRANSACTION (16.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.579543"], ["updated_at", "2022-09-29 09:05:59.579544"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE5\x88\x80\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE5\x88\x80\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.614956"], ["updated_at", "2022-09-29 09:05:59.614957"]] TRANSACTION (5.7ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE5\x88\x80\xE5\x8C\x95\xE9\xA6\x96\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE5\x88\x80\xE5\x8C\x95\xE9\xA6\x96\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.671203"], ["updated_at", "2022-09-29 09:05:59.671204"]] TRANSACTION (5.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.728836"], ["updated_at", "2022-09-29 09:05:59.728837"]] TRANSACTION (7.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE5\x88\xBA"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE5\x88\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.773866"], ["updated_at", "2022-09-29 09:05:59.773867"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE5\x93\x81\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE5\x93\x81\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.816493"], ["updated_at", "2022-09-29 09:05:59.816494"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE7\x81\xAB\xE4\xBB\xB7\xE6\xA0\xBC"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE7\x81\xAB\xE4\xBB\xB7\xE6\xA0\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.844578"], ["updated_at", "2022-09-29 09:05:59.844578"]] TRANSACTION (6.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE7\x94\xA8\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE7\x94\xA8\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.888915"], ["updated_at", "2022-09-29 09:05:59.888916"]] TRANSACTION (6.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE7\x94\xA8\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE7\x94\xA8\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.928215"], ["updated_at", "2022-09-29 09:05:59.928217"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE7\x94\xA8\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE7\x94\xA8\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.970358"], ["updated_at", "2022-09-29 09:05:59.970358"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE8\xBD\xAC"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE8\xBD\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:05:59.997606"], ["updated_at", "2022-09-29 09:05:59.997606"]] TRANSACTION (4.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE9\x95\xBF\xE5\x8F\x91\xE5\xA8\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE9\x95\xBF\xE5\x8F\x91\xE5\xA8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.027488"], ["updated_at", "2022-09-29 09:06:00.027489"]] TRANSACTION (5.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\x9B\xE9\x95\xBF\xE7\xA0\xB8\xE6\xB4\x97\xE6\xB5\xB4\xE4\xB8\xAD\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\x9B\xE9\x95\xBF\xE7\xA0\xB8\xE6\xB4\x97\xE6\xB5\xB4\xE4\xB8\xAD\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.069012"], ["updated_at", "2022-09-29 09:06:00.069013"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xA4\xE6\xB0\x91\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xA4\xE6\xB0\x91\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.100731"], ["updated_at", "2022-09-29 09:06:00.100732"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xAF\xE4\xB8\x9C\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xAF\xE4\xB8\x9C\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.123682"], ["updated_at", "2022-09-29 09:06:00.123682"]] TRANSACTION (6.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xAF\xE6\xB4\xAA\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xAF\xE6\xB4\xAA\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.155303"], ["updated_at", "2022-09-29 09:06:00.155304"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xAF\xE7\x90\x86\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xAF\xE7\x90\x86\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.192780"], ["updated_at", "2022-09-29 09:06:00.192781"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xAF\xE7\xB4\xA0\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xAF\xE7\xB4\xA0\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.222768"], ["updated_at", "2022-09-29 09:06:00.222768"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE5\x9C\xA8\xE7\x81\xAB\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE5\x9C\xA8\xE7\x81\xAB\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.249988"], ["updated_at", "2022-09-29 09:06:00.249989"]] TRANSACTION (5.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.290116"], ["updated_at", "2022-09-29 09:06:00.290117"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.325534"], ["updated_at", "2022-09-29 09:06:00.325535"]] TRANSACTION (5.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE8\xA3\xBD\xE4\xBD\x9C\xE5\xB7\xA5\xE8\x97\x9DQQ"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE8\xA3\xBD\xE4\xBD\x9C\xE5\xB7\xA5\xE8\x97\x9DQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.362615"], ["updated_at", "2022-09-29 09:06:00.362616"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE8\xA3\xBD\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95QQ"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE8\xA3\xBD\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.399364"], ["updated_at", "2022-09-29 09:06:00.399365"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE9\x85\x8D\xE6\x96\xB9\xE8\xAE\xB2\xE8\xA7\xA3\xE5\x85\x89\xE7\x9B\x98"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE6\xAF\x92\xE9\x85\x8D\xE6\x96\xB9\xE8\xAE\xB2\xE8\xA7\xA3\xE5\x85\x89\xE7\x9B\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.434298"], ["updated_at", "2022-09-29 09:06:00.434299"]] TRANSACTION (6.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE6\xB7\xAB\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE6\xB7\xAB\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.472234"], ["updated_at", "2022-09-29 09:06:00.472235"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE4\xB9\x9D\xE9\x87\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE4\xB9\x9D\xE9\x87\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.515683"], ["updated_at", "2022-09-29 09:06:00.515684"]] TRANSACTION (2.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE4\xBD\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE4\xBD\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.543941"], ["updated_at", "2022-09-29 09:06:00.543942"]] TRANSACTION (4.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.577856"], ["updated_at", "2022-09-29 09:06:00.577858"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE6\xBC\xAB"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB0\xE7\x81\xAB\xE6\xBC\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.602457"], ["updated_at", "2022-09-29 09:06:00.602457"]] TRANSACTION (2.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB2\xE5\x87\x89\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB2\xE5\x87\x89\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.628159"], ["updated_at", "2022-09-29 09:06:00.628160"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB2\xE5\x87\xBB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB2\xE5\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.663611"], ["updated_at", "2022-09-29 09:06:00.663612"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB2\xE5\x88\xBA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB2\xE5\x88\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.699508"], ["updated_at", "2022-09-29 09:06:00.699509"]] TRANSACTION (3.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB2\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB2\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.737020"], ["updated_at", "2022-09-29 09:06:00.737021"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB2\xE6\x92\x9E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB2\xE6\x92\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.772424"], ["updated_at", "2022-09-29 09:06:00.772425"]] TRANSACTION (3.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB2\xE6\xA6\x9C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB2\xE6\xA6\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.803376"], ["updated_at", "2022-09-29 09:06:00.803377"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB7\xE9\x92\xA2\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB7\xE9\x92\xA2\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.828035"], ["updated_at", "2022-09-29 09:06:00.828036"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x86\xB7\xE9\x92\xA2\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x86\xB7\xE9\x92\xA2\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.858553"], ["updated_at", "2022-09-29 09:06:00.858554"]] TRANSACTION (6.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\x8C\xE8\xBE\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\x8C\xE8\xBE\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.901939"], ["updated_at", "2022-09-29 09:06:00.901941"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\x8C\xE9\x94\x8B"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\x8C\xE9\x94\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.925055"], ["updated_at", "2022-09-29 09:06:00.925056"]] TRANSACTION (2.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\x9D \xE8\x81\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\x9D \xE8\x81\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.949430"], ["updated_at", "2022-09-29 09:06:00.949431"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\x9D\xE8\x81\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\x9D\xE8\x81\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:00.983346"], ["updated_at", "2022-09-29 09:06:00.983347"]] TRANSACTION (3.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xA0\xE5\x90\xA7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xA0\xE5\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.012201"], ["updated_at", "2022-09-29 09:06:01.012202"]] TRANSACTION (3.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xAF\xE4\xBB\x96\xE6\x95\x8F"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xAF\xE4\xBB\x96\xE6\x95\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.037869"], ["updated_at", "2022-09-29 09:06:01.037870"]] TRANSACTION (8.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xB6\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (88.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xB6\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.081246"], ["updated_at", "2022-09-29 09:06:01.081248"]] TRANSACTION (12.2ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xB8\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xB8\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.224951"], ["updated_at", "2022-09-29 09:06:01.224952"]] TRANSACTION (6.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xB8\xE7\x82\xB9\xE8\xA3\x85"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xB8\xE7\x82\xB9\xE8\xA3\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.260274"], ["updated_at", "2022-09-29 09:06:01.260275"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xB8\xE8\x82\x89\xE4\xBC\x98"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xB8\xE8\x82\x89\xE4\xBC\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.310871"], ["updated_at", "2022-09-29 09:06:01.310875"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xB9\xE5\x87\xB8\xE6\x9C\x89\xE8\x87\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xB9\xE5\x87\xB8\xE6\x9C\x89\xE8\x87\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.336797"], ["updated_at", "2022-09-29 09:06:01.336798"]] TRANSACTION (5.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xB9\xE6\x99\x95"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xB9\xE6\x99\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.372872"], ["updated_at", "2022-09-29 09:06:01.372873"]] TRANSACTION (8.9ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.433701"], ["updated_at", "2022-09-29 09:06:01.433702"]] TRANSACTION (5.3ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87BI"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87BI"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.486876"], ["updated_at", "2022-09-29 09:06:01.486877"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87rmb"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87rmb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.525690"], ["updated_at", "2022-09-29 09:06:01.525690"]] TRANSACTION (3.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.552142"], ["updated_at", "2022-09-29 09:06:01.552143"]] TRANSACTION (8.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.592850"], ["updated_at", "2022-09-29 09:06:01.592851"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.623446"], ["updated_at", "2022-09-29 09:06:01.623447"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\x8F\x91\xE7\xA5\xA8QQ"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\x8F\x91\xE7\xA5\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.653099"], ["updated_at", "2022-09-29 09:06:01.653100"]] TRANSACTION (5.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.695390"], ["updated_at", "2022-09-29 09:06:01.695391"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.725624"], ["updated_at", "2022-09-29 09:06:01.725625"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE5\xBD\x93\xE9\x9D\xA2\xE4\xBA\xA4\xE6\x98\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE5\xBD\x93\xE9\x9D\xA2\xE4\xBA\xA4\xE6\x98\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.747544"], ["updated_at", "2022-09-29 09:06:01.747544"]] TRANSACTION (4.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.783841"], ["updated_at", "2022-09-29 09:06:01.783842"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE8\x81\x94\xE7\xB3\xBB\xE6\x96\xB9\xE5\xBC\x8F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE8\x81\x94\xE7\xB3\xBB\xE6\x96\xB9\xE5\xBC\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.816611"], ["updated_at", "2022-09-29 09:06:01.816612"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE8\x81\x94\xE7\xB3\xBB\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE8\x81\x94\xE7\xB3\xBB\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.838302"], ["updated_at", "2022-09-29 09:06:01.838302"]] TRANSACTION (6.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.872057"], ["updated_at", "2022-09-29 09:06:01.872058"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB9\xA3"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB9\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.903165"], ["updated_at", "2022-09-29 09:06:01.903165"]] TRANSACTION (3.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.927517"], ["updated_at", "2022-09-29 09:06:01.927518"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.948865"], ["updated_at", "2022-09-29 09:06:01.948865"]] TRANSACTION (5.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9EQQ"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9EQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:01.987792"], ["updated_at", "2022-09-29 09:06:01.987793"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9E\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9E\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.021164"], ["updated_at", "2022-09-29 09:06:02.021164"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9E\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\x9E\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.043875"], ["updated_at", "2022-09-29 09:06:02.043875"]] TRANSACTION (3.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.076445"], ["updated_at", "2022-09-29 09:06:02.076446"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\xB1QQ"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\xB1QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.111074"], ["updated_at", "2022-09-29 09:06:02.111074"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\xB1\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE9\x92\xB1\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.136682"], ["updated_at", "2022-09-29 09:06:02.136683"]] TRANSACTION (7.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (22.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.173553"], ["updated_at", "2022-09-29 09:06:02.173554"]] TRANSACTION (4.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.236920"], ["updated_at", "2022-09-29 09:06:02.236921"]] TRANSACTION (5.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.276733"], ["updated_at", "2022-09-29 09:06:02.276734"]] TRANSACTION (4.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.321017"], ["updated_at", "2022-09-29 09:06:02.321018"]] TRANSACTION (9.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9C\x9D\xE9\xB2\x9C\xE7\x89\x88\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9C\x9D\xE9\xB2\x9C\xE7\x89\x88\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.355486"], ["updated_at", "2022-09-29 09:06:02.355487"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9C\x9D\xE9\xB2\x9C\xE7\x89\x88\xE7\xA1\xAC\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9C\x9D\xE9\xB2\x9C\xE7\x89\x88\xE7\xA1\xAC\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.391796"], ["updated_at", "2022-09-29 09:06:02.391797"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9C\x9D\xE9\xB2\x9C\xE7\x89\x88\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9C\x9D\xE9\xB2\x9C\xE7\x89\x88\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.420829"], ["updated_at", "2022-09-29 09:06:02.420830"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9E\xAA\xE6\x94\xAF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\x9E\xAA\xE6\x94\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.443911"], ["updated_at", "2022-09-29 09:06:02.443911"]] TRANSACTION (6.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\xB5\xB7\xE6\xB4\x9B\xE5\x9B\xA0QQ"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE6\xB5\xB7\xE6\xB4\x9B\xE5\x9B\xA0QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.479738"], ["updated_at", "2022-09-29 09:06:02.479739"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.510526"], ["updated_at", "2022-09-29 09:06:02.510526"]] TRANSACTION (2.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE8\x82\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE8\x82\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.534112"], ["updated_at", "2022-09-29 09:06:02.534112"]] TRANSACTION (4.3ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE8\xBF\xB7\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE8\xBF\xB7\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.565732"], ["updated_at", "2022-09-29 09:06:02.565733"]] TRANSACTION (13.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\x85\x92\xE5\xBA\x97\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\x85\x92\xE5\xBA\x97\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.617630"], ["updated_at", "2022-09-29 09:06:02.617631"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE5\x81\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE5\x81\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.640989"], ["updated_at", "2022-09-29 09:06:02.640989"]] TRANSACTION (6.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.677901"], ["updated_at", "2022-09-29 09:06:02.677902"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE5\x81\x87\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE5\x81\x87\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.716900"], ["updated_at", "2022-09-29 09:06:02.716901"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.744034"], ["updated_at", "2022-09-29 09:06:02.744034"]] TRANSACTION (7.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.780839"], ["updated_at", "2022-09-29 09:06:02.780840"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE9\x92\x9E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE9\x92\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.818096"], ["updated_at", "2022-09-29 09:06:02.818097"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE5\x81\x87\xE4\xBB\xBF\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE5\x81\x87\xE4\xBB\xBF\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.843881"], ["updated_at", "2022-09-29 09:06:02.843882"]] TRANSACTION (12.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE6\xB8\x85\xE6\x99\xB0\xE5\x81\x87\xE9\x92\x9E"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE6\xB8\x85\xE6\x99\xB0\xE5\x81\x87\xE9\x92\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.894750"], ["updated_at", "2022-09-29 09:06:02.894751"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE6\xB8\x85\xE7\xBD\x91\xE7\xBB\x9CTV\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE6\xB8\x85\xE7\xBD\x91\xE7\xBB\x9CTV\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.925270"], ["updated_at", "2022-09-29 09:06:02.925271"]] TRANSACTION (2.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE7\xBA\xAFK\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE7\xBA\xAFK\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.946615"], ["updated_at", "2022-09-29 09:06:02.946616"]] TRANSACTION (5.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE7\xBA\xAF\xE5\xBA\xA6\xE5\x86\xB0\xE7\xB3\x96"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\x94\xAE\xE9\xAB\x98\xE7\xBA\xAF\xE5\xBA\xA6\xE5\x86\xB0\xE7\xB3\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:02.978250"], ["updated_at", "2022-09-29 09:06:02.978252"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE5\xA2\x99\xE7\xBA\xA2\xE6\x9D\x8F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE5\xA2\x99\xE7\xBA\xA2\xE6\x9D\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.011603"], ["updated_at", "2022-09-29 09:06:03.011603"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE6\x88\x90\xE7\xBB\xA9\xE4\xBB\x98"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE6\x88\x90\xE7\xBB\xA9\xE4\xBB\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.036307"], ["updated_at", "2022-09-29 09:06:03.036307"]] TRANSACTION (3.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.060582"], ["updated_at", "2022-09-29 09:06:03.060583"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE7\x8E\xB0\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE7\x8E\xB0\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.095947"], ["updated_at", "2022-09-29 09:06:03.095950"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x87\xBA\xE8\xBD\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x87\xBA\xE8\xBD\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.118816"], ["updated_at", "2022-09-29 09:06:03.118817"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96QQ"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.141954"], ["updated_at", "2022-09-29 09:06:03.141955"]] TRANSACTION (5.1ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.176566"], ["updated_at", "2022-09-29 09:06:03.176568"]] TRANSACTION (4.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.216406"], ["updated_at", "2022-09-29 09:06:03.216406"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x80\xE5\x89\x91\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x80\xE5\x89\x91\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.239444"], ["updated_at", "2022-09-29 09:06:03.239444"]] TRANSACTION (3.5ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x80\xE6\x9E\xB6\xE4\xBF\x9D\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x80\xE6\x9E\xB6\xE4\xBF\x9D\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.272674"], ["updated_at", "2022-09-29 09:06:03.272675"]] TRANSACTION (4.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x80\xE7\xBD\x91-\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x80\xE7\xBD\x91-\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.305060"], ["updated_at", "2022-09-29 09:06:03.305061"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE5\x89\xB2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE5\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.328869"], ["updated_at", "2022-09-29 09:06:03.328870"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE5\x89\xB2\xE7\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE5\x89\xB2\xE7\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.351414"], ["updated_at", "2022-09-29 09:06:03.351415"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE5\xA8\xA9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE5\xA8\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.384975"], ["updated_at", "2022-09-29 09:06:03.384976"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE5\xAE\xB6\xE5\x9C\xA8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE5\xAE\xB6\xE5\x9C\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.416599"], ["updated_at", "2022-09-29 09:06:03.416600"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE5\xB0\xB8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE5\xB0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.441830"], ["updated_at", "2022-09-29 09:06:03.441830"]] TRANSACTION (5.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE6\x88\x90\xE5\x8D\x8F\xE8\xAE\xAE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE6\x88\x90\xE5\x8D\x8F\xE8\xAE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.474526"], ["updated_at", "2022-09-29 09:06:03.474527"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE8\xA3\x82"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE8\xA3\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.515525"], ["updated_at", "2022-09-29 09:06:03.515526"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.540437"], ["updated_at", "2022-09-29 09:06:03.540438"]] TRANSACTION (5.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x86\xE9\x9A\x94\xE7\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x86\xE9\x9A\x94\xE7\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.581241"], ["updated_at", "2022-09-29 09:06:03.581243"]] TRANSACTION (5.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x87\xE5\x90\xAC\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x87\xE5\x90\xAC\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.626848"], ["updated_at", "2022-09-29 09:06:03.626849"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x91\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x91\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.659433"], ["updated_at", "2022-09-29 09:06:03.659434"]] TRANSACTION (6.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x92\xE8\x80\x81\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x92\xE8\x80\x81\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.703570"], ["updated_at", "2022-09-29 09:06:03.703571"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x97\xE7\xA1\xAE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x97\xE7\xA1\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.744776"], ["updated_at", "2022-09-29 09:06:03.744777"]] TRANSACTION (6.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE4\xBA\x91\xE5\xB1\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE4\xBA\x91\xE5\xB1\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.785232"], ["updated_at", "2022-09-29 09:06:03.785233"]] TRANSACTION (3.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE4\xBA\x9A\xE6\xB4\xB2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE4\xBA\x9A\xE6\xB4\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.817479"], ["updated_at", "2022-09-29 09:06:03.817480"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE4\xBC\x9A\xE8\xBF\x9C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE4\xBC\x9A\xE8\xBF\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.840448"], ["updated_at", "2022-09-29 09:06:03.840449"]] TRANSACTION (3.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE4\xBC\xAF\xE6\x89\xBF"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE4\xBC\xAF\xE6\x89\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.866862"], ["updated_at", "2022-09-29 09:06:03.866863"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE4\xBF\x8A\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE4\xBF\x8A\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.896119"], ["updated_at", "2022-09-29 09:06:03.896119"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x85\x8B\xE7\x94\xB0"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x85\x8B\xE7\x94\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.919249"], ["updated_at", "2022-09-29 09:06:03.919250"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x85\xA8\xE5\x96\x9C"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x85\xA8\xE5\x96\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.939057"], ["updated_at", "2022-09-29 09:06:03.939058"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x87\xAF\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x87\xAF\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.960691"], ["updated_at", "2022-09-29 09:06:03.960692"]] TRANSACTION (5.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x88\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x88\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:03.995173"], ["updated_at", "2022-09-29 09:06:03.995174"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x8A\x9B\xE8\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x8A\x9B\xE8\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.019116"], ["updated_at", "2022-09-29 09:06:04.019116"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x8D\x83\xE7\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x8D\x83\xE7\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.037809"], ["updated_at", "2022-09-29 09:06:04.037810"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x8D\x8E\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x8D\x8E\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.059141"], ["updated_at", "2022-09-29 09:06:04.059142"]] TRANSACTION (5.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x8E\x86\xE8\xBF\x9C"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x8E\x86\xE8\xBF\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.093353"], ["updated_at", "2022-09-29 09:06:04.093354"]] TRANSACTION (4.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\x9B\xBD\xE5\x87\xAF"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\x9B\xBD\xE5\x87\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.125450"], ["updated_at", "2022-09-29 09:06:04.125451"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xA3\xAB\xE8\xB4\xA4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xA3\xAB\xE8\xB4\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.150415"], ["updated_at", "2022-09-29 09:06:04.150417"]] TRANSACTION (5.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xA4\xAA\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xA4\xAA\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.190220"], ["updated_at", "2022-09-29 09:06:04.190221"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xA4\xAA\xE8\xBF\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xA4\xAA\xE8\xBF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.223803"], ["updated_at", "2022-09-29 09:06:04.223803"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xA5\x87\xE8\x91\x86"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xA5\x87\xE8\x91\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.253721"], ["updated_at", "2022-09-29 09:06:04.253722"]] TRANSACTION (5.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xAE\xBE\xE6\xB7\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xAE\xBE\xE6\xB7\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.288692"], ["updated_at", "2022-09-29 09:06:04.288693"]] TRANSACTION (3.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xAE\xBE\xE9\x9B\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xAE\xBE\xE9\x9B\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.325059"], ["updated_at", "2022-09-29 09:06:04.325059"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xB0\x8F\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xB0\x8F\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.353572"], ["updated_at", "2022-09-29 09:06:04.353573"]] TRANSACTION (11.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xB0\x8F\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xB0\x8F\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.406368"], ["updated_at", "2022-09-29 09:06:04.406369"]] TRANSACTION (3.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xB0\x91\xE5\xA5\x87"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xB0\x91\xE5\xA5\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.446965"], ["updated_at", "2022-09-29 09:06:04.446966"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xB1\xB1\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xB1\xB1\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.482033"], ["updated_at", "2022-09-29 09:06:04.482034"]] TRANSACTION (9.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xB9\xBF\xE6\x99\xBA \xE7\xA9\xBA\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xB9\xBF\xE6\x99\xBA \xE7\xA9\xBA\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.523866"], ["updated_at", "2022-09-29 09:06:04.523867"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xBB\xB6\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xBB\xB6\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.556672"], ["updated_at", "2022-09-29 09:06:04.556673"]] TRANSACTION (6.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xBB\xB6\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xBB\xB6\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.589395"], ["updated_at", "2022-09-29 09:06:04.589396"]] TRANSACTION (4.6ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xBB\xB6\xE7\x94\xB3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xBB\xB6\xE7\x94\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.635674"], ["updated_at", "2022-09-29 09:06:04.635677"]] TRANSACTION (3.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xBC\xA5\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xBC\xA5\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.668983"], ["updated_at", "2022-09-29 09:06:04.668986"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xBF\x97\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xBF\x97\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.713503"], ["updated_at", "2022-09-29 09:06:04.713503"]] TRANSACTION (5.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE5\xBF\x97\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE5\xBF\x97\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.755723"], ["updated_at", "2022-09-29 09:06:04.755724"]] TRANSACTION (9.2ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\x96\x87\xE8\x83\x9C"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (12.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\x96\x87\xE8\x83\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.806697"], ["updated_at", "2022-09-29 09:06:04.806700"]] TRANSACTION (6.2ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (15.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\x96\xB0\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\x96\xB0\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.866244"], ["updated_at", "2022-09-29 09:06:04.866245"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\x96\xB9\xE4\xBB\x81"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\x96\xB9\xE4\xBB\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.930118"], ["updated_at", "2022-09-29 09:06:04.930119"]] TRANSACTION (6.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\x98\x8E\xE5\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\x98\x8E\xE5\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.970214"], ["updated_at", "2022-09-29 09:06:04.970215"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\x99\x93\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\x99\x93\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:04.996332"], ["updated_at", "2022-09-29 09:06:04.996336"]] TRANSACTION (5.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\x99\x93\xE7\xAB\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\x99\x93\xE7\xAB\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.033398"], ["updated_at", "2022-09-29 09:06:05.033398"]] TRANSACTION (5.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\xB0\xB8\xE5\xB7\x9D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\xB0\xB8\xE5\xB7\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.066621"], ["updated_at", "2022-09-29 09:06:05.066623"]] TRANSACTION (5.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\xB0\xB8\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\xB0\xB8\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.097159"], ["updated_at", "2022-09-29 09:06:05.097160"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\xB7\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\xB7\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.130892"], ["updated_at", "2022-09-29 09:06:05.130893"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE6\xB9\x96"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE6\xB9\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.155406"], ["updated_at", "2022-09-29 09:06:05.155406"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE7\x85\x9C\xE5\xA5\x8B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE7\x85\x9C\xE5\xA5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.176442"], ["updated_at", "2022-09-29 09:06:05.176443"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE7\x9F\xA5\xE7\x82\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE7\x9F\xA5\xE7\x82\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.203868"], ["updated_at", "2022-09-29 09:06:05.203869"]] TRANSACTION (5.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE7\xBB\xB4\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE7\xBB\xB4\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.236003"], ["updated_at", "2022-09-29 09:06:05.236004"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE8\x83\xA1\xE5\x85\xB0"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE8\x83\xA1\xE5\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.255916"], ["updated_at", "2022-09-29 09:06:05.255917"]] TRANSACTION (2.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE8\x8F\x8A\xE8\x8A\xAC"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE8\x8F\x8A\xE8\x8A\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.277580"], ["updated_at", "2022-09-29 09:06:05.277580"]] TRANSACTION (3.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE8\x99\x8E\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE8\x99\x8E\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.310906"], ["updated_at", "2022-09-29 09:06:05.310907"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE8\xA7\xA3\xE5\x85\x88"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE8\xA7\xA3\xE5\x85\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.337341"], ["updated_at", "2022-09-29 09:06:05.337341"]] TRANSACTION (2.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE8\xB1\xB9"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE8\xB1\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.355278"], ["updated_at", "2022-09-29 09:06:05.355279"]] TRANSACTION (2.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE8\xB4\xA4\xE6\x96\x8C\xE6\x96\x87\xE9\x80\x89"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE8\xB4\xA4\xE6\x96\x8C\xE6\x96\x87\xE9\x80\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.373788"], ["updated_at", "2022-09-29 09:06:05.373788"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE8\xBF\x9E\xE6\x98\x86"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE8\xBF\x9E\xE6\x98\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.395265"], ["updated_at", "2022-09-29 09:06:05.395266"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE9\x87\x91\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE9\x87\x91\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.424457"], ["updated_at", "2022-09-29 09:06:05.424458"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE9\x94\xA1\xE8\x8D\xA3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE9\x94\xA1\xE8\x8D\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.453721"], ["updated_at", "2022-09-29 09:06:05.453721"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE9\x95\xBF\xE8\xB4\xB5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE9\x95\xBF\xE8\xB4\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.478945"], ["updated_at", "2022-09-29 09:06:05.478948"]] TRANSACTION (4.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE9\x98\xBF\xE8\x92\x99"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE9\x98\xBF\xE8\x92\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.509725"], ["updated_at", "2022-09-29 09:06:05.509726"]] TRANSACTION (6.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE9\x9B\x81\xE7\xBF\x8E"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE9\x9B\x81\xE7\xBF\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.541004"], ["updated_at", "2022-09-29 09:06:05.541005"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.564055"], ["updated_at", "2022-09-29 09:06:05.564056"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x98\xE9\xB9\xA4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x98\xE9\xB9\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.585609"], ["updated_at", "2022-09-29 09:06:05.585610"]] TRANSACTION (4.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x99\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x99\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.620149"], ["updated_at", "2022-09-29 09:06:05.620150"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x9B \xE5\x88\xAB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x9B \xE5\x88\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.653059"], ["updated_at", "2022-09-29 09:06:05.653060"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x9B\xE4\xB8\x96\xE4\xB9\x8B\xE5\xAD\x90\xE7\x8C\x8E\xE8\x89\xB3\xE4\xB9\x8B\xE6\x97\x85"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x9B\xE4\xB8\x96\xE4\xB9\x8B\xE5\xAD\x90\xE7\x8C\x8E\xE8\x89\xB3\xE4\xB9\x8B\xE6\x97\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.678611"], ["updated_at", "2022-09-29 09:06:05.678612"]] TRANSACTION (5.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x9B\xE5\x88\xAB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x9B\xE5\x88\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.715064"], ["updated_at", "2022-09-29 09:06:05.715065"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x9B\xE5\x88\xAB\xE4\xB9\xA6\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x9B\xE5\x88\xAB\xE4\xB9\xA6\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.743236"], ["updated_at", "2022-09-29 09:06:05.743237"]] TRANSACTION (3.7ms) COMMIT User Load (8.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\x9D\xE5\xA4\x9C"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\x9D\xE5\xA4\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.778732"], ["updated_at", "2022-09-29 09:06:05.778733"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.823679"], ["updated_at", "2022-09-29 09:06:05.823680"]] TRANSACTION (3.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA0\xE5\xB8\x96\xE7\x82\x92\xE4\xBD\x9C\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA0\xE5\xB8\x96\xE7\x82\x92\xE4\xBD\x9C\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.853600"], ["updated_at", "2022-09-29 09:06:05.853601"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA0\xE5\xB8\x96\xE8\x90\xA5\xE9\x94\x80\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA0\xE5\xB8\x96\xE8\x90\xA5\xE9\x94\x80\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.876964"], ["updated_at", "2022-09-29 09:06:05.876964"]] TRANSACTION (7.7ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA0\xE9\x99\xA4\xE8\xB4\x9F\xE9\x9D\xA2\xE5\xB8\x96\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA0\xE9\x99\xA4\xE8\xB4\x9F\xE9\x9D\xA2\xE5\xB8\x96\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.921316"], ["updated_at", "2022-09-29 09:06:05.921317"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA4\xE5\xA4\x84\xE6\xAD\xBB\xE5\x88\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA4\xE5\xA4\x84\xE6\xAD\xBB\xE5\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.952941"], ["updated_at", "2022-09-29 09:06:05.952941"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA5\xE4\xBB\x96\xE5\x97\x8E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA5\xE4\xBB\x96\xE5\x97\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:05.978461"], ["updated_at", "2022-09-29 09:06:05.978461"]] TRANSACTION (7.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA9\xE4\xBB\x96\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA9\xE4\xBB\x96\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.017940"], ["updated_at", "2022-09-29 09:06:06.017941"]] TRANSACTION (6.1ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xA9\xE6\xB1\x9D\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xA9\xE6\xB1\x9D\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.055020"], ["updated_at", "2022-09-29 09:06:06.055021"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xAB\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xAB\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.080338"], ["updated_at", "2022-09-29 09:06:06.080339"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xAB\xE4\xBB\x96\xE5\x90\x97"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xAB\xE4\xBB\x96\xE5\x90\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.110817"], ["updated_at", "2022-09-29 09:06:06.110817"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xAB\xE6\xA2\xA6\xE6\x88\x90\xE7\x81\xB0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xAB\xE6\xA2\xA6\xE6\x88\x90\xE7\x81\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.137858"], ["updated_at", "2022-09-29 09:06:06.137859"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB0\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB0\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.159124"], ["updated_at", "2022-09-29 09:06:06.159124"]] TRANSACTION (2.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB0\xE8\x8A\xB1\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB0\xE8\x8A\xB1\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.180597"], ["updated_at", "2022-09-29 09:06:06.180598"]] TRANSACTION (4.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB6\xE4\xBD\x9C\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB6\xE4\xBD\x9C\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.213612"], ["updated_at", "2022-09-29 09:06:06.213613"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB6\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB6\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.241126"], ["updated_at", "2022-09-29 09:06:06.241127"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB6\xE6\x9C\x8D"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB6\xE6\x9C\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.263736"], ["updated_at", "2022-09-29 09:06:06.263736"]] TRANSACTION (3.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB6\xE6\x9C\x8D\xE8\xAF\xB1"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB6\xE6\x9C\x8D\xE8\xAF\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.289143"], ["updated_at", "2022-09-29 09:06:06.289144"]] TRANSACTION (4.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB6\xE8\xAF\x81\xE5\xAE\x9A\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB6\xE8\xAF\x81\xE5\xAE\x9A\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.326424"], ["updated_at", "2022-09-29 09:06:06.326426"]] TRANSACTION (3.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xB9\xE7\xAC\x94"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xB9\xE7\xAC\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.355597"], ["updated_at", "2022-09-29 09:06:06.355598"]] TRANSACTION (4.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xBA\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xBA\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.383511"], ["updated_at", "2022-09-29 09:06:06.383511"]] TRANSACTION (6.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xBA\xE6\xBF\x80"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xBA\xE6\xBF\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.424056"], ["updated_at", "2022-09-29 09:06:06.424057"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xBB\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xBB\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.454188"], ["updated_at", "2022-09-29 09:06:06.454189"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.476045"], ["updated_at", "2022-09-29 09:06:06.476045"]] TRANSACTION (6.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E\xE8\xAF\x81\xE4\xBB\xB6qq"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E\xE8\xAF\x81\xE4\xBB\xB6qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.507205"], ["updated_at", "2022-09-29 09:06:06.507206"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E\xE8\xAF\x81\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E\xE8\xAF\x81\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.537203"], ["updated_at", "2022-09-29 09:06:06.537204"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE6\x88\xB7\xE5\x8F\xA3\xE6\x9C\xAC\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x88\xBB\xE7\xAB\xA0\xE6\x88\xB7\xE5\x8F\xA3\xE6\x9C\xAC\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.559303"], ["updated_at", "2022-09-29 09:06:06.559304"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\x87\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\x87\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.580090"], ["updated_at", "2022-09-29 09:06:06.580090"]] TRANSACTION (5.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\x8D\xE5\x87\xB8\xE5\x90\x8E\xE7\xBF\x98"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\x8D\xE5\x87\xB8\xE5\x90\x8E\xE7\xBF\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.616259"], ["updated_at", "2022-09-29 09:06:06.616260"]] TRANSACTION (4.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\x8D\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\x8D\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.645638"], ["updated_at", "2022-09-29 09:06:06.645638"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\x8D\xE7\xAA\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\x8D\xE7\xAA\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.670039"], ["updated_at", "2022-09-29 09:06:06.670040"]] TRANSACTION (4.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\x8E\xE7\xAD\x86"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\x8E\xE7\xAD\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.695923"], ["updated_at", "2022-09-29 09:06:06.695924"]] TRANSACTION (5.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\xA5\xE5\xA4\xBA\xE6\x94\xBF\xE6\xB2\xBB\xE6\x9D\x83\xE5\x88\xA9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\xA5\xE5\xA4\xBA\xE6\x94\xBF\xE6\xB2\xBB\xE6\x9D\x83\xE5\x88\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.731874"], ["updated_at", "2022-09-29 09:06:06.731875"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\xA5\xE5\xA4\xBA\xE6\x94\xBF\xE6\xB2\xBB\xE6\x9D\x83\xE5\x88\xA9\xE7\xBB\x88\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\xA5\xE5\xA4\xBA\xE6\x94\xBF\xE6\xB2\xBB\xE6\x9D\x83\xE5\x88\xA9\xE7\xBB\x88\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.754499"], ["updated_at", "2022-09-29 09:06:06.754499"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\xA7\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\xA7\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.777117"], ["updated_at", "2022-09-29 09:06:06.777117"]] TRANSACTION (5.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\xA9\xE7\x81\xAB"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\xA9\xE7\x81\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.807443"], ["updated_at", "2022-09-29 09:06:06.807444"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD\xE5\xAE\x8B\xE4\xB8\x87\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x89\xAF\xE4\xB8\xBB\xE5\xB8\xAD\xE5\xAE\x8B\xE4\xB8\x87\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.840405"], ["updated_at", "2022-09-29 09:06:06.840406"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x88\xE5\x8F\x89"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x88\xE5\x8F\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.869124"], ["updated_at", "2022-09-29 09:06:06.869125"]] TRANSACTION (5.4ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x89\xE5\xA5\x87\xE8\x91\x86"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x89\xE5\xA5\x87\xE8\x91\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.901489"], ["updated_at", "2022-09-29 09:06:06.901490"]] TRANSACTION (5.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x89\xE6\xB0\xB8\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x89\xE6\xB0\xB8\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.936425"], ["updated_at", "2022-09-29 09:06:06.936426"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE5\xBA\xA6\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE5\xBA\xA6\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.959130"], ["updated_at", "2022-09-29 09:06:06.959132"]] TRANSACTION (2.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE5\xBC\x93\xE5\xBC\xA9\xE4\xBE\x9B\xE5\xBA\x94"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE5\xBC\x93\xE5\xBC\xA9\xE4\xBE\x9B\xE5\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:06.979116"], ["updated_at", "2022-09-29 09:06:06.979117"]] TRANSACTION (4.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE6\x94\xB9\xE8\xA3\x85"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE6\x94\xB9\xE8\xA3\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.012016"], ["updated_at", "2022-09-29 09:06:07.012018"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.040982"], ["updated_at", "2022-09-29 09:06:07.040983"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE9\xBB\x91\xE7\x86\x8A\xE6\x94\xB9\xE8\xA3\x85"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE9\xBB\x91\xE7\x86\x8A\xE6\x94\xB9\xE8\xA3\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.063517"], ["updated_at", "2022-09-29 09:06:07.063518"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE9\xBB\x91\xE7\x86\x8A\xE9\x85\x8D\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE6\x96\xAF\xE6\x9B\xBC\xE9\xBB\x91\xE7\x86\x8A\xE9\x85\x8D\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.086996"], ["updated_at", "2022-09-29 09:06:07.086997"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE6\x9C\x88\xE8\xA5\xBF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE6\x9C\x88\xE8\xA5\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.121068"], ["updated_at", "2022-09-29 09:06:07.121069"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9B\xE9\xAA\x97\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9B\xE9\xAA\x97\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.144784"], ["updated_at", "2022-09-29 09:06:07.144784"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE6\x80\x94"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE6\x80\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.164533"], ["updated_at", "2022-09-29 09:06:07.164533"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE6\x96\x87\xE5\x87\xAD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE6\x96\x87\xE5\x87\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.189073"], ["updated_at", "2022-09-29 09:06:07.189074"]] TRANSACTION (4.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE6\x9C\xAC\xE7\xA7\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE6\x9C\xAC\xE7\xA7\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.224244"], ["updated_at", "2022-09-29 09:06:07.224244"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE5\x90\x84\xE7\xA7\x8D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE5\x90\x84\xE7\xA7\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.245562"], ["updated_at", "2022-09-29 09:06:07.245562"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE6\x96\x87\xE5\x87\xAD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE6\x96\x87\xE5\x87\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.265992"], ["updated_at", "2022-09-29 09:06:07.265993"]] TRANSACTION (3.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE6\x9C\xAC\xE7\xA7\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE6\x9C\xAC\xE7\xA7\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.293336"], ["updated_at", "2022-09-29 09:06:07.293337"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE7\x9C\x9F\xE5\xAE\x9E"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE7\x9C\x9F\xE5\xAE\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.328155"], ["updated_at", "2022-09-29 09:06:07.328156"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE7\xA5\xA8\xE6\x8D\xAE"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE7\xA5\xA8\xE6\x8D\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.352023"], ["updated_at", "2022-09-29 09:06:07.352024"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE8\xAF\x81\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE8\xAF\x81\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.374313"], ["updated_at", "2022-09-29 09:06:07.374314"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.411887"], ["updated_at", "2022-09-29 09:06:07.411888"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE8\xB5\x84\xE6\xA0\xBC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE7\x90\x86\xE8\xB5\x84\xE6\xA0\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.441655"], ["updated_at", "2022-09-29 09:06:07.441656"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9E\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9E\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.464351"], ["updated_at", "2022-09-29 09:06:07.464352"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9F\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9F\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.486361"], ["updated_at", "2022-09-29 09:06:07.486361"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\x9F\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\x9F\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.517848"], ["updated_at", "2022-09-29 09:06:07.517849"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0Q"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0Q"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.544887"], ["updated_at", "2022-09-29 09:06:07.544888"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE4\xBA\x86\xE6\x9C\x8D"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE4\xBA\x86\xE6\x9C\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.564804"], ["updated_at", "2022-09-29 09:06:07.564804"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE5\x85\xA5\xE6\x88\x91\xE4\xBB\xAC\xE8\xBE\xA3\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE5\x85\xA5\xE6\x88\x91\xE4\xBB\xAC\xE8\xBE\xA3\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.588141"], ["updated_at", "2022-09-29 09:06:07.588142"]] TRANSACTION (6.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.629641"], ["updated_at", "2022-09-29 09:06:07.629642"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE6\x88\x91\xE8\x96\x87\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE6\x88\x91\xE8\x96\x87\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.657495"], ["updated_at", "2022-09-29 09:06:07.657496"]] TRANSACTION (4.0ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE6\x89\xA3"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE6\x89\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.686209"], ["updated_at", "2022-09-29 09:06:07.686209"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.726299"], ["updated_at", "2022-09-29 09:06:07.726300"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE6\xB2\xB9\xE6\x9C\xBA\xE5\xB9\xB2\xE6\x89\xB0\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE6\xB2\xB9\xE6\x9C\xBA\xE5\xB9\xB2\xE6\x89\xB0\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.752478"], ["updated_at", "2022-09-29 09:06:07.752479"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.775365"], ["updated_at", "2022-09-29 09:06:07.775366"]] TRANSACTION (7.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE7\x9B\x9F\xE8\xBF\x9E\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE7\x9B\x9F\xE8\xBF\x9E\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.810963"], ["updated_at", "2022-09-29 09:06:07.810964"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.856049"], ["updated_at", "2022-09-29 09:06:07.856050"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA0\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA0\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.886139"], ["updated_at", "2022-09-29 09:06:07.886139"]] TRANSACTION (7.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA1\xE5\x91\x98\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA1\xE5\x91\x98\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.931279"], ["updated_at", "2022-09-29 09:06:07.931280"]] TRANSACTION (3.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA1\xE5\x91\x98\xE8\x80\x83\xE8\xAF\x95"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA1\xE5\x91\x98\xE8\x80\x83\xE8\xAF\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:07.972998"], ["updated_at", "2022-09-29 09:06:07.972999"]] TRANSACTION (5.5ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA3\xE7\xAD\x89\xE6\xB0\x91\xE6\x97\x8F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA3\xE7\xAD\x89\xE6\xB0\x91\xE6\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.012262"], ["updated_at", "2022-09-29 09:06:08.012264"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA8\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA8\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.047227"], ["updated_at", "2022-09-29 09:06:08.047229"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA8\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA8\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.077042"], ["updated_at", "2022-09-29 09:06:08.077043"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA9\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA9\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.106142"], ["updated_at", "2022-09-29 09:06:08.106143"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xA9\xE8\x80\x83\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xA9\xE8\x80\x83\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.141682"], ["updated_at", "2022-09-29 09:06:08.141683"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xB2\xE7\x88\x86"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xB2\xE7\x88\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.168442"], ["updated_at", "2022-09-29 09:06:08.168442"]] TRANSACTION (3.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xB2\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xB2\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.193041"], ["updated_at", "2022-09-29 09:06:08.193041"]] TRANSACTION (5.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xB3\xE5\x8A\xA8\xE6\x95\x99\xE5\x85\xBB\xE6\x89\x80"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xB3\xE5\x8A\xA8\xE6\x95\x99\xE5\x85\xBB\xE6\x89\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.231597"], ["updated_at", "2022-09-29 09:06:08.231598"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xB3\xE6\x94\xB9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xB3\xE6\x94\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.255622"], ["updated_at", "2022-09-29 09:06:08.255623"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8A\xB3\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8A\xB3\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.276067"], ["updated_at", "2022-09-29 09:06:08.276068"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\x83\xE8\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\x83\xE8\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.301588"], ["updated_at", "2022-09-29 09:06:08.301589"]] TRANSACTION (6.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\x83\xEF\xBC\x8C\xE8\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\x83\xEF\xBC\x8C\xE8\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.339440"], ["updated_at", "2022-09-29 09:06:08.339442"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\x95\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\x95\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.369963"], ["updated_at", "2022-09-29 09:06:08.369963"]] TRANSACTION (5.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xA4\xE6\x8D\x9E\xE8\x87\xB4"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xA4\xE6\x8D\x9E\xE8\x87\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.405162"], ["updated_at", "2022-09-29 09:06:08.405164"]] TRANSACTION (7.2ms) COMMIT User Load (7.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xBE\xE3\x80\x82\xE5\xBC\x95"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xBE\xE3\x80\x82\xE5\xBC\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.450976"], ["updated_at", "2022-09-29 09:06:08.450977"]] TRANSACTION (3.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (14.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xBE\xE4\xB8\x80\xE5\xBC\x95"], ["LIMIT", 1]] TRANSACTION (17.9ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xBE\xE4\xB8\x80\xE5\xBC\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.544962"], ["updated_at", "2022-09-29 09:06:08.544963"]] TRANSACTION (7.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xBE\xE4\xB8\x80\xE6\x90\xAD"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xBE\xE4\xB8\x80\xE6\x90\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.624924"], ["updated_at", "2022-09-29 09:06:08.624925"]] TRANSACTION (9.2ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xBE\xE5\xBC\x95"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (11.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xBE\xE5\xBC\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.668803"], ["updated_at", "2022-09-29 09:06:08.668804"]] TRANSACTION (8.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xBE\xE6\x90\xAD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xBE\xE6\x90\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.729081"], ["updated_at", "2022-09-29 09:06:08.729082"]] TRANSACTION (5.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xBE\xE6\xB1\x89\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xBE\xE6\xB1\x89\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.777103"], ["updated_at", "2022-09-29 09:06:08.777104"]] TRANSACTION (3.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8B\xBF\xE6\x89\xB0"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8B\xBF\xE6\x89\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.815932"], ["updated_at", "2022-09-29 09:06:08.815934"]] TRANSACTION (22.8ms) COMMIT User Load (11.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE4\xB8\x80\xE5\x85\xBB"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE4\xB8\x80\xE5\x85\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.897154"], ["updated_at", "2022-09-29 09:06:08.897155"]] TRANSACTION (6.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE4\xBA\x8C\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (7.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE4\xBA\x8C\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.945250"], ["updated_at", "2022-09-29 09:06:08.945251"]] TRANSACTION (5.1ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE5\x85\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE5\x85\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:08.998224"], ["updated_at", "2022-09-29 09:06:08.998225"]] TRANSACTION (5.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE5\x8A\x9E\xE8\x89\xB2\xE6\x83\x85\xE5\xA8\xB1\xE4\xB9\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE5\x8A\x9E\xE8\x89\xB2\xE6\x83\x85\xE5\xA8\xB1\xE4\xB9\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.033344"], ["updated_at", "2022-09-29 09:06:09.033345"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE5\xA4\x9C\xE6\x80\xA7\xE6\x9C\x8D\xE5\x8A\xA1\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE5\xA4\x9C\xE6\x80\xA7\xE6\x9C\x8D\xE5\x8A\xA1\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.063724"], ["updated_at", "2022-09-29 09:06:09.063725"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE5\xA8\x83\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE5\xA8\x83\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.092929"], ["updated_at", "2022-09-29 09:06:09.092930"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE7\x9A\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE7\x9A\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.124770"], ["updated_at", "2022-09-29 09:06:09.124771"]] TRANSACTION (3.4ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x85\xE9\x9D\x92\xE5\xA4\xA9\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x85\xE9\x9D\x92\xE5\xA4\xA9\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.145942"], ["updated_at", "2022-09-29 09:06:09.145942"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x96\xE5\xAD\xA6\xE6\x89\xAB\xE7\x9B\xB2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x96\xE5\xAD\xA6\xE6\x89\xAB\xE7\x9B\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.165471"], ["updated_at", "2022-09-29 09:06:09.165472"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x96\xE5\xB7\xA5\xE5\x8E\x82\xE7\x88\x86\xE7\x82\xB8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x96\xE5\xB7\xA5\xE5\x8E\x82\xE7\x88\x86\xE7\x82\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.194735"], ["updated_at", "2022-09-29 09:06:09.194736"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE4\xB9\x8B\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE4\xB9\x8B\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.226677"], ["updated_at", "2022-09-29 09:06:09.226678"]] TRANSACTION (3.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.256528"], ["updated_at", "2022-09-29 09:06:09.256528"]] TRANSACTION (4.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\xB8\x82\xE5\xA7\x94\xE9\xBB\x91\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\xB8\x82\xE5\xA7\x94\xE9\xBB\x91\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.287548"], ["updated_at", "2022-09-29 09:06:09.287551"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.321319"], ["updated_at", "2022-09-29 09:06:09.321320"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\xBD\x93\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE5\xBD\x93\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.344494"], ["updated_at", "2022-09-29 09:06:09.344495"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE6\x94\xBF\xE5\x9D\x9B\xE6\xB8\x85\xE5\x8D\x8E\xE5\x90\x8D\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE6\x94\xBF\xE5\x9D\x9B\xE6\xB8\x85\xE5\x8D\x8E\xE5\x90\x8D\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.366614"], ["updated_at", "2022-09-29 09:06:09.366615"]] TRANSACTION (5.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE6\x94\xBF\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE6\x94\xBF\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.397191"], ["updated_at", "2022-09-29 09:06:09.397193"]] TRANSACTION (3.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE6\x94\xBF\xE6\xAC\x8A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE6\x94\xBF\xE6\xAC\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.427342"], ["updated_at", "2022-09-29 09:06:09.427342"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.448534"], ["updated_at", "2022-09-29 09:06:09.448534"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE7\x95\xB6\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE7\x95\xB6\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.467835"], ["updated_at", "2022-09-29 09:06:09.467835"]] TRANSACTION (5.1ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE9\xA3\x8E\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE9\xA3\x8E\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.502838"], ["updated_at", "2022-09-29 09:06:09.502839"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE9\xBB\x91\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE4\xBA\xAC\xE9\xBB\x91\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.535196"], ["updated_at", "2022-09-29 09:06:09.535196"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE5\x8C\x97"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE5\x8C\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.564690"], ["updated_at", "2022-09-29 09:06:09.564691"]] TRANSACTION (6.6ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE5\xA4\xA7\xE4\xB8\x89\xE8\xA7\x92\xE5\x9C\xB0\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE5\xA4\xA7\xE4\xB8\x89\xE8\xA7\x92\xE5\x9C\xB0\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.604010"], ["updated_at", "2022-09-29 09:06:09.604011"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE5\xA7\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE5\xA7\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.634589"], ["updated_at", "2022-09-29 09:06:09.634589"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE6\x88\xB4\xE6\xB2\xB3\xE4\xBC\x9A\xE8\xAE\xAE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE6\x88\xB4\xE6\xB2\xB3\xE4\xBC\x9A\xE8\xAE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.661903"], ["updated_at", "2022-09-29 09:06:09.661904"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE7\x9C\x81\xE5\xA7\x94\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE7\x9C\x81\xE5\xA7\x94\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.694994"], ["updated_at", "2022-09-29 09:06:09.694995"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE7\xBE\x8E\xE5\xB7\xA1\xE5\x9B\x9E\xE8\xAE\xB2\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE7\xBE\x8E\xE5\xB7\xA1\xE5\x9B\x9E\xE8\xAE\xB2\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.734082"], ["updated_at", "2022-09-29 09:06:09.734083"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE7\xBE\x8E\xE8\x87\xAA\xE7\x94\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE7\xBE\x8E\xE8\x87\xAA\xE7\x94\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.758802"], ["updated_at", "2022-09-29 09:06:09.758803"]] TRANSACTION (5.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE9\x9F\xA9"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE9\x9F\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.791227"], ["updated_at", "2022-09-29 09:06:09.791228"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\x97\xE9\xAB\x98\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\x97\xE9\xAB\x98\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.826437"], ["updated_at", "2022-09-29 09:06:09.826438"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8C\xBA\xE7\x9A\x84\xE9\x9B\xB7\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8C\xBA\xE7\x9A\x84\xE9\x9B\xB7\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.850426"], ["updated_at", "2022-09-29 09:06:09.850426"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x817\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x817\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.873543"], ["updated_at", "2022-09-29 09:06:09.873544"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.912155"], ["updated_at", "2022-09-29 09:06:09.912156"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE4\xBD\x8D\xE8\x80\x81\xE9\x83\xA8\xE9\x95\xBF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE4\xBD\x8D\xE8\x80\x81\xE9\x83\xA8\xE9\x95\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.939142"], ["updated_at", "2022-09-29 09:06:09.939143"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.964498"], ["updated_at", "2022-09-29 09:06:09.964498"]] TRANSACTION (6.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7\xE4\xBA\xBA\xE4\xBA\x8B\xE5\xAE\x89\xE6\x8E\x92"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7\xE4\xBA\xBA\xE4\xBA\x8B\xE5\xAE\x89\xE6\x8E\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:09.997327"], ["updated_at", "2022-09-29 09:06:09.997328"]] TRANSACTION (5.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.033588"], ["updated_at", "2022-09-29 09:06:10.033589"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7\xE6\x9D\x83\xE5\x8A\x9B\xE4\xBA\x89\xE9\x9C\xB8\xE6\x88\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xB8\x83\xE5\xA4\xA7\xE6\x9D\x83\xE5\x8A\x9B\xE4\xBA\x89\xE9\x9C\xB8\xE6\x88\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.057938"], ["updated_at", "2022-09-29 09:06:10.057939"]] TRANSACTION (5.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xB8\xAA\xE9\xA2\x84\xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xB8\xAA\xE9\xA2\x84\xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.087854"], ["updated_at", "2022-09-29 09:06:10.087855"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xBA\x8C\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xBA\x8C\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.121250"], ["updated_at", "2022-09-29 09:06:10.121250"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE4\xBA\x94"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE4\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.142949"], ["updated_at", "2022-09-29 09:06:10.142949"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\x85\xAB\xE5\xA4\xA7\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\x85\xAB\xE5\xA4\xA7\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.165395"], ["updated_at", "2022-09-29 09:06:10.165396"]] TRANSACTION (3.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\x85\xAB\xE6\x91\xB8"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\x85\xAB\xE6\x91\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.193802"], ["updated_at", "2022-09-29 09:06:10.193803"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\x85\xAB\xE7\xAD\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\x85\xAB\xE7\xAD\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.224950"], ["updated_at", "2022-09-29 09:06:10.224951"]] TRANSACTION (3.3ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\x85\xAD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\x85\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.247245"], ["updated_at", "2022-09-29 09:06:10.247245"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\x85\xAD\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\x85\xAD\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.269207"], ["updated_at", "2022-09-29 09:06:10.269208"]] TRANSACTION (5.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\x88\x86\xE6\x8A\xB1\xE6\xAD\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\x88\x86\xE6\x8A\xB1\xE6\xAD\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.303872"], ["updated_at", "2022-09-29 09:06:10.303873"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\xA4\xA7\xE7\x8B\xAC\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\xA4\xA7\xE7\x8B\xAC\xE8\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.333007"], ["updated_at", "2022-09-29 09:06:10.333009"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\xA4\xA7\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\xA4\xA7\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.355320"], ["updated_at", "2022-09-29 09:06:10.355321"]] TRANSACTION (2.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE5\xA4\xA7\xE8\xB0\x8E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE5\xA4\xA7\xE8\xB0\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.378824"], ["updated_at", "2022-09-29 09:06:10.378825"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE6\x99\xAF\xE7\xBC\x8E"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE6\x99\xAF\xE7\xBC\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.411222"], ["updated_at", "2022-09-29 09:06:10.411222"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x81\xE7\xB1\xBB\xE4\xBA\xBA\xE4\xB8\x8D"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x81\xE7\xB1\xBB\xE4\xBA\xBA\xE4\xB8\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.439484"], ["updated_at", "2022-09-29 09:06:10.439485"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x83\xE4\xBA\xBA\xE6\x91\xB8"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x83\xE4\xBA\xBA\xE6\x91\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.468102"], ["updated_at", "2022-09-29 09:06:10.468103"]] TRANSACTION (5.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x83\xE5\xAD\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x83\xE5\xAD\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.500704"], ["updated_at", "2022-09-29 09:06:10.500706"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x83\xE7\xA6\xA7\xE5\xBC\x98\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x83\xE7\xA6\xA7\xE5\xBC\x98\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.532232"], ["updated_at", "2022-09-29 09:06:10.532233"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x87\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x87\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.553763"], ["updated_at", "2022-09-29 09:06:10.553763"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x87\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x87\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.573998"], ["updated_at", "2022-09-29 09:06:10.573999"]] TRANSACTION (5.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x87\xE8\xBE\xBE\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x87\xE8\xBE\xBE\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.608183"], ["updated_at", "2022-09-29 09:06:10.608185"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x88\xE5\xA4\x9C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x88\xE5\xA4\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.638051"], ["updated_at", "2022-09-29 09:06:10.638052"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x88\xE5\xA4\x9C\xE6\x9E\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x88\xE5\xA4\x9C\xE6\x9E\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.660424"], ["updated_at", "2022-09-29 09:06:10.660425"]] TRANSACTION (4.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x88\xE5\xA4\x9C\xE7\x94\xB5"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x88\xE5\xA4\x9C\xE7\x94\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.687940"], ["updated_at", "2022-09-29 09:06:10.687941"]] TRANSACTION (7.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x88\xE5\xA4\x9C\xE7\x94\xB5\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (7.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x88\xE5\xA4\x9C\xE7\x94\xB5\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.734225"], ["updated_at", "2022-09-29 09:06:10.734226"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8A\xE5\x88\xBA\xE5\x88\x80"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (7.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8A\xE5\x88\xBA\xE5\x88\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.773333"], ["updated_at", "2022-09-29 09:06:10.773337"]] TRANSACTION (7.0ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8A\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8A\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.842522"], ["updated_at", "2022-09-29 09:06:10.842523"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E \xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E \xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.888769"], ["updated_at", "2022-09-29 09:06:10.888770"]] TRANSACTION (5.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE5\x9B\xBD\xE9\x94\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE5\x9B\xBD\xE9\x94\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.937451"], ["updated_at", "2022-09-29 09:06:10.937453"]] TRANSACTION (7.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE5\xA4\x8F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE5\xA4\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:10.979501"], ["updated_at", "2022-09-29 09:06:10.979502"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE5\xA4\x8F\xE5\xA4\xA9\xE7\xA9\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE5\xA4\x8F\xE5\xA4\xA9\xE7\xA9\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.015637"], ["updated_at", "2022-09-29 09:06:11.015638"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE5\xA4\x8F\xE6\x96\x87\xE6\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE5\xA4\x8F\xE6\x96\x87\xE6\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.056059"], ["updated_at", "2022-09-29 09:06:11.056060"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE5\xA4\x8F\xE8\xBE\xA3\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE5\xA4\x8F\xE8\xBE\xA3\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.083590"], ["updated_at", "2022-09-29 09:06:11.083591"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE5\xB2\xB3\xE6\x97\xB6\xE4\xBA\x8B\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE5\xB2\xB3\xE6\x97\xB6\xE4\xBA\x8B\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.116430"], ["updated_at", "2022-09-29 09:06:11.116431"]] TRANSACTION (3.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE5\xBB\xBA\xE6\x95\x8F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE5\xBB\xBA\xE6\x95\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.146410"], ["updated_at", "2022-09-29 09:06:11.146411"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.174481"], ["updated_at", "2022-09-29 09:06:11.174482"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE7\x9B\x9B\xE9\xA1\xBF\xE9\x82\xAE\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE7\x9B\x9B\xE9\xA1\xBF\xE9\x82\xAE\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.202184"], ["updated_at", "2022-09-29 09:06:11.202185"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE8\x97\x8F\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE8\x97\x8F\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.234647"], ["updated_at", "2022-09-29 09:06:11.234647"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE8\xAF\xAD\xE4\xB8\x96\xE7\x95\x8C\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE8\xAF\xAD\xE4\xB8\x96\xE7\x95\x8C\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.256819"], ["updated_at", "2022-09-29 09:06:11.256819"]] TRANSACTION (2.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE9\x80\x9A\xE6\x97\xB6\xE4\xBA\x8B\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE9\x80\x9A\xE6\x97\xB6\xE4\xBA\x8B\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.280492"], ["updated_at", "2022-09-29 09:06:11.280493"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE9\x97\xA8\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE9\x97\xA8\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.311019"], ["updated_at", "2022-09-29 09:06:11.311020"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x8E\xE9\x97\xBB"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x8E\xE9\x97\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.338424"], ["updated_at", "2022-09-29 09:06:11.338425"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x95\xE5\xAD\x90\xE5\xA4\x9A\xE5\xA4\x9A"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x95\xE5\xAD\x90\xE5\xA4\x9A\xE5\xA4\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.360194"], ["updated_at", "2022-09-29 09:06:11.360195"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x95\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x95\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.379531"], ["updated_at", "2022-09-29 09:06:11.379532"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96QQ\xE5\x8F\xB7\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96QQ\xE5\x8F\xB7\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.409203"], ["updated_at", "2022-09-29 09:06:11.409205"]] TRANSACTION (10.8ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE4\xBA\x8C\xE4\xBB\xA3\xE7\x9C\x9F\xE5\xAE\x9E\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE4\xBA\x8C\xE4\xBB\xA3\xE7\x9C\x9F\xE5\xAE\x9E\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.448583"], ["updated_at", "2022-09-29 09:06:11.448587"]] TRANSACTION (5.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.478527"], ["updated_at", "2022-09-29 09:06:11.478527"]] TRANSACTION (5.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (9.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.515482"], ["updated_at", "2022-09-29 09:06:11.515483"]] TRANSACTION (11.1ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE5\x9C\xB0\xE8\xB4\xA2\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE5\x9C\xB0\xE8\xB4\xA2\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.574330"], ["updated_at", "2022-09-29 09:06:11.574331"]] TRANSACTION (12.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.636484"], ["updated_at", "2022-09-29 09:06:11.636486"]] TRANSACTION (4.8ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.690324"], ["updated_at", "2022-09-29 09:06:11.690326"]] TRANSACTION (3.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.720176"], ["updated_at", "2022-09-29 09:06:11.720176"]] TRANSACTION (2.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.741315"], ["updated_at", "2022-09-29 09:06:11.741315"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE8\x82\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE8\x82\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.768933"], ["updated_at", "2022-09-29 09:06:11.768934"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE8\x82\xBE\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE8\x82\xBE\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.791831"], ["updated_at", "2022-09-29 09:06:11.791831"]] TRANSACTION (3.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE8\x87\xAA\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE8\x87\xAA\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.823954"], ["updated_at", "2022-09-29 09:06:11.823954"]] TRANSACTION (2.9ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE8\xA1\x80"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE8\xA1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.847715"], ["updated_at", "2022-09-29 09:06:11.847716"]] TRANSACTION (2.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.868178"], ["updated_at", "2022-09-29 09:06:11.868179"]] TRANSACTION (2.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.891364"], ["updated_at", "2022-09-29 09:06:11.891366"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.929108"], ["updated_at", "2022-09-29 09:06:11.929109"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.951907"], ["updated_at", "2022-09-29 09:06:11.951908"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x96\xEF\xBC\x8C\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x96\xEF\xBC\x8C\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.973293"], ["updated_at", "2022-09-29 09:06:11.973294"]] TRANSACTION (5.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x97\xE4\xBA\xAC\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x97\xE4\xBA\xAC\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:11.998668"], ["updated_at", "2022-09-29 09:06:11.998670"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x97\xE5\x85\x85\xE9\x92\x88"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x97\xE5\x85\x85\xE9\x92\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.031671"], ["updated_at", "2022-09-29 09:06:12.031672"]] TRANSACTION (3.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x97\xE5\xA4\xA7\xE8\x87\xAA\xE7\x94\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x97\xE5\xA4\xA7\xE8\x87\xAA\xE7\x94\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.059640"], ["updated_at", "2022-09-29 09:06:12.059640"]] TRANSACTION (2.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x97\xE6\x96\xB9\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x97\xE6\x96\xB9\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.083614"], ["updated_at", "2022-09-29 09:06:12.083614"]] TRANSACTION (5.6ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x97\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x97\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.129160"], ["updated_at", "2022-09-29 09:06:12.129161"]] TRANSACTION (6.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x97\xE8\xA1\x97\xE6\x9D\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x97\xE8\xA1\x97\xE6\x9D\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.159153"], ["updated_at", "2022-09-29 09:06:12.159155"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x9A\xE4\xBC\x9A\xE6\x9A\x82\xE5\x81\x9C"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x9A\xE4\xBC\x9A\xE6\x9A\x82\xE5\x81\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.187329"], ["updated_at", "2022-09-29 09:06:12.187330"]] TRANSACTION (6.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x9A\xE5\x90\x9B\xE4\xB8\x80\xE8\x82\x96"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x9A\xE5\x90\x9B\xE4\xB8\x80\xE8\x82\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.233850"], ["updated_at", "2022-09-29 09:06:12.233851"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x9A\xE5\x9B\xAD\xE5\x8C\xBA\xE4\xBC\xAA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x9A\xE5\x9B\xAD\xE5\x8C\xBA\xE4\xBC\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.273814"], ["updated_at", "2022-09-29 09:06:12.273815"]] TRANSACTION (5.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x9A\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x9A\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.308113"], ["updated_at", "2022-09-29 09:06:12.308114"]] TRANSACTION (5.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x9A\xE5\xBD\xA9\xE5\xA8\xB1"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x9A\xE5\xBD\xA9\xE5\xA8\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.352399"], ["updated_at", "2022-09-29 09:06:12.352400"]] TRANSACTION (6.1ms) COMMIT User Load (10.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x9A\xE7\x99\xBD\xE5\x8E\xBF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x9A\xE7\x99\xBD\xE5\x8E\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.398836"], ["updated_at", "2022-09-29 09:06:12.398837"]] TRANSACTION (7.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\x9A\xE8\xAE\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\x9A\xE8\xAE\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.439982"], ["updated_at", "2022-09-29 09:06:12.439982"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA0\xE6\x9C\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA0\xE6\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.466515"], ["updated_at", "2022-09-29 09:06:12.466516"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA0\xE9\xA2\x86\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA0\xE9\xA2\x86\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.491867"], ["updated_at", "2022-09-29 09:06:12.491868"]] TRANSACTION (6.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA1\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA1\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.532616"], ["updated_at", "2022-09-29 09:06:12.532618"]] TRANSACTION (7.1ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA1\xE8\xBE\x9B\xE7\xBA\xB3\xE5\xA4\xA7\xE9\x81\x93\xE5\x92\x8C\xE4\xB8\x89\xE7\xA6\x8F\xE5\xA4\xA7\xE9\x81\x93\xE4\xBA\xA4\xE7\x95\x8C\xE5\xA4\x84"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA1\xE8\xBE\x9B\xE7\xBA\xB3\xE5\xA4\xA7\xE9\x81\x93\xE5\x92\x8C\xE4\xB8\x89\xE7\xA6\x8F\xE5\xA4\xA7\xE9\x81\x93\xE4\xBA\xA4\xE7\x95\x8C\xE5\xA4\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.585420"], ["updated_at", "2022-09-29 09:06:12.585421"]] TRANSACTION (10.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA2\xE5\xB1\x95\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA2\xE5\xB1\x95\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.637691"], ["updated_at", "2022-09-29 09:06:12.637692"]] TRANSACTION (5.7ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA2\xE5\xB4\x87\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA2\xE5\xB4\x87\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.684468"], ["updated_at", "2022-09-29 09:06:12.684470"]] TRANSACTION (5.9ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA2\xE8\xB7\x83\xE5\x88\x9A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA2\xE8\xB7\x83\xE5\x88\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.736003"], ["updated_at", "2022-09-29 09:06:12.736006"]] TRANSACTION (8.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA7\xE6\xA7\xBD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA7\xE6\xA7\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.785366"], ["updated_at", "2022-09-29 09:06:12.785367"]] TRANSACTION (5.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xA7\xE8\x89\xB9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xA7\xE8\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.825230"], ["updated_at", "2022-09-29 09:06:12.825231"]] TRANSACTION (5.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xAB\xE6\x98\x9F\xE5\xB9\xBF\xE6\x92\xAD\xE5\x99\xA8\xE6\x9D\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xAB\xE6\x98\x9F\xE5\xB9\xBF\xE6\x92\xAD\xE5\x99\xA8\xE6\x9D\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.863476"], ["updated_at", "2022-09-29 09:06:12.863477"]] TRANSACTION (3.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xAB\xE6\x98\x9F\xE9\x81\xAD\xE9\xBB\x91\xE5\xAE\xA2\xE6\x94\xBB\xE5\x87\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xAB\xE6\x98\x9F\xE9\x81\xAD\xE9\xBB\x91\xE5\xAE\xA2\xE6\x94\xBB\xE5\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.889768"], ["updated_at", "2022-09-29 09:06:12.889769"]] TRANSACTION (2.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xAB\xE6\x98\x9F\xE9\xAB\x98\xE9\xA2\x91\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xAB\xE6\x98\x9F\xE9\xAB\x98\xE9\xA2\x91\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.917651"], ["updated_at", "2022-09-29 09:06:12.917653"]] TRANSACTION (4.2ms) COMMIT User Load (8.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xB0\xE5\xB0\xBC\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xB0\xE5\xB0\xBC\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.962382"], ["updated_at", "2022-09-29 09:06:12.962383"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xB0\xE5\xB0\xBC\xE5\xB1\xA0\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xB0\xE5\xB0\xBC\xE5\xB1\xA0\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:12.995678"], ["updated_at", "2022-09-29 09:06:12.995678"]] TRANSACTION (3.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xB0\xE8\x97\x8F\xE8\x81\x94\xE7\xBB\x9C\xE5\x8D\x8F\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xB0\xE8\x97\x8F\xE8\x81\x94\xE7\xBB\x9C\xE5\x8D\x8F\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.029724"], ["updated_at", "2022-09-29 09:06:13.029725"]] TRANSACTION (6.1ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8D\xB3\xE5\xB0\x86\xE6\x8E\xA8\xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8D\xB3\xE5\xB0\x86\xE6\x8E\xA8\xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.081852"], ["updated_at", "2022-09-29 09:06:13.081853"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x86\xE5\x8F\xB2\xE7\x9A\x84\xE4\xBC\xA4\xE5\x8F\xA3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x86\xE5\x8F\xB2\xE7\x9A\x84\xE4\xBC\xA4\xE5\x8F\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.114025"], ["updated_at", "2022-09-29 09:06:13.114026"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x95\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x95\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.147943"], ["updated_at", "2022-09-29 09:06:13.147944"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x95\xE6\x89\x80\xE5\x81\xB7\xE6\x8B\x8D\xE6\xB7\xAB\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x95\xE6\x89\x80\xE5\x81\xB7\xE6\x8B\x8D\xE6\xB7\xAB\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.182727"], ["updated_at", "2022-09-29 09:06:13.182728"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE4\xB8\x80\xE4\xB9\x9D\xE4\xBA\x94\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE4\xB8\x80\xE4\xB9\x9D\xE4\xBA\x94\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.212159"], ["updated_at", "2022-09-29 09:06:13.212159"]] TRANSACTION (6.4ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\x88\x9B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\x88\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.254643"], ["updated_at", "2022-09-29 09:06:13.254643"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\x91\xB3\xE5\x86\x85\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\x91\xB3\xE5\x86\x85\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.289911"], ["updated_at", "2022-09-29 09:06:13.289912"]] TRANSACTION (2.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9DIY\xE6\x95\x99\xE7\xA8\x8B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9DIY\xE6\x95\x99\xE7\xA8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.322324"], ["updated_at", "2022-09-29 09:06:13.322324"]] TRANSACTION (9.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x89\x8B\xE5\x86\x8C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x89\x8B\xE5\x86\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.367533"], ["updated_at", "2022-09-29 09:06:13.367534"]] TRANSACTION (4.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x95\x99\xE7\xA8\x8B"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x95\x99\xE7\xA8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.409709"], ["updated_at", "2022-09-29 09:06:13.409709"]] TRANSACTION (6.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.456614"], ["updated_at", "2022-09-29 09:06:13.456616"]] TRANSACTION (8.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95DIY"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95DIY"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.498277"], ["updated_at", "2022-09-29 09:06:13.498278"]] TRANSACTION (5.1ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE7\xAE\x80\xE6\x98\x8E\xE6\x95\x99\xE7\xA8\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (12.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE7\xAE\x80\xE6\x98\x8E\xE6\x95\x99\xE7\xA8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.541380"], ["updated_at", "2022-09-29 09:06:13.541381"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE9\x80\xA0\xE5\xAE\x8C\xE5\x85\xA8\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE5\x88\xB6\xE9\x80\xA0\xE5\xAE\x8C\xE5\x85\xA8\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.583694"], ["updated_at", "2022-09-29 09:06:13.583695"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.607329"], ["updated_at", "2022-09-29 09:06:13.607329"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE6\xB8\x85\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE6\xB8\x85\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.634317"], ["updated_at", "2022-09-29 09:06:13.634318"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.668891"], ["updated_at", "2022-09-29 09:06:13.668891"]] TRANSACTION (2.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE7\xA0\xB7\xE9\x85\xB8"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE7\xA0\xB7\xE9\x85\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.689953"], ["updated_at", "2022-09-29 09:06:13.689953"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE8\xA3\x85\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE8\xA3\x85\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.711544"], ["updated_at", "2022-09-29 09:06:13.711545"]] TRANSACTION (6.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE8\xA3\x85\xE7\xA7\x83\xE9\xB9\xB0qq"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE8\xA3\x85\xE7\xA7\x83\xE9\xB9\xB0qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.758699"], ["updated_at", "2022-09-29 09:06:13.758701"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE8\xA3\x85\xE8\xBF\x9B\xE5\x8F\xA3\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE8\xA3\x85\xE8\xBF\x9B\xE5\x8F\xA3\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.787225"], ["updated_at", "2022-09-29 09:06:13.787226"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\x9F\xE9\x9F\xB3\xE9\x93\x83\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\x9F\xE9\x9F\xB3\xE9\x93\x83\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.808733"], ["updated_at", "2022-09-29 09:06:13.808734"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\xA6\xE9\x97\xA8PX"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\xA6\xE9\x97\xA8PX"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.836588"], ["updated_at", "2022-09-29 09:06:13.836589"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\xA6\xE9\x97\xA8\xE5\xA4\xA7\xE6\xB8\xB8\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\xA6\xE9\x97\xA8\xE5\xA4\xA7\xE6\xB8\xB8\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.870445"], ["updated_at", "2022-09-29 09:06:13.870446"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\xBB\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\xBB\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.892032"], ["updated_at", "2022-09-29 09:06:13.892032"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8E\xBB\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8E\xBB\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.912503"], ["updated_at", "2022-09-29 09:06:13.912504"]] TRANSACTION (4.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x89\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x89\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.941995"], ["updated_at", "2022-09-29 09:06:13.941996"]] TRANSACTION (4.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x89\xE8\x85\xBF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x89\xE8\x85\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.971397"], ["updated_at", "2022-09-29 09:06:13.971398"]] TRANSACTION (4.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8A\xE5\xB7\x9D\xE5\xA5\x88\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8A\xE5\xB7\x9D\xE5\xA5\x88\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:13.997911"], ["updated_at", "2022-09-29 09:06:13.997912"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8B\xE6\x83\x85\xE6\x8E\xA8\xE8\x8D\x90"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8B\xE6\x83\x85\xE6\x8E\xA8\xE8\x8D\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.023683"], ["updated_at", "2022-09-29 09:06:14.023684"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.062015"], ["updated_at", "2022-09-29 09:06:14.062016"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE4\xBF\xAE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE4\xBF\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.097874"], ["updated_at", "2022-09-29 09:06:14.097875"]] TRANSACTION (2.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE5\x8D\x81\xE8\x8A\x82"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE5\x8D\x81\xE8\x8A\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.127736"], ["updated_at", "2022-09-29 09:06:14.127737"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.160999"], ["updated_at", "2022-09-29 09:06:14.161001"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.186680"], ["updated_at", "2022-09-29 09:06:14.186680"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.211190"], ["updated_at", "2022-09-29 09:06:14.211191"]] TRANSACTION (4.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE6\x8E\xA8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE6\x8E\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.244564"], ["updated_at", "2022-09-29 09:06:14.244565"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE6\xB2\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE6\xB2\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.276982"], ["updated_at", "2022-09-29 09:06:14.276983"]] TRANSACTION (3.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE7\x8E\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE7\x8E\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.300661"], ["updated_at", "2022-09-29 09:06:14.300662"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE7\xAD\x92"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE7\xAD\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.323304"], ["updated_at", "2022-09-29 09:06:14.323305"]] TRANSACTION (6.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE7\xAE\xA1\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE7\xAE\xA1\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.360377"], ["updated_at", "2022-09-29 09:06:14.360378"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE7\xAE\xA1\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE7\xAE\xA1\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.386390"], ["updated_at", "2022-09-29 09:06:14.386391"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE8\x85\xBF\xE4\xB9\x8B\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE8\x85\xBF\xE4\xB9\x8B\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.407886"], ["updated_at", "2022-09-29 09:06:14.407887"]] TRANSACTION (3.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE8\x85\xBF\xE5\xBC\xA0\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE8\x85\xBF\xE5\xBC\xA0\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.435582"], ["updated_at", "2022-09-29 09:06:14.435583"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE8\x85\xBF\xE9\x97\xB4\xE7\x9A\x84\xE7\xA6\x81\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE8\x85\xBF\xE9\x97\xB4\xE7\x9A\x84\xE7\xA6\x81\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.469204"], ["updated_at", "2022-09-29 09:06:14.469205"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE8\x87\x80"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE8\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.492880"], ["updated_at", "2022-09-29 09:06:14.492880"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE8\xA7\x84"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE8\xA7\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.515604"], ["updated_at", "2022-09-29 09:06:14.515605"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE9\x9E\x8B\xE6\x95\x85\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE9\x9E\x8B\xE6\x95\x85\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.545518"], ["updated_at", "2022-09-29 09:06:14.545519"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE9\xA3\x9E"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE9\xA3\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.578680"], ["updated_at", "2022-09-29 09:06:14.578681"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8C\xE9\xBE\x99\xE5\x85\xA5\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8C\xE9\xBE\x99\xE5\x85\xA5\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.601950"], ["updated_at", "2022-09-29 09:06:14.601950"]] TRANSACTION (4.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8Dparty"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8Dparty"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.627641"], ["updated_at", "2022-09-29 09:06:14.627642"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE4\xB8\xAD\xE5\x85\xB1\xE9\xBB\x91\xE8\x89\xB2\xE6\x9A\xB4\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE4\xB8\xAD\xE5\x85\xB1\xE9\xBB\x91\xE8\x89\xB2\xE6\x9A\xB4\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.658194"], ["updated_at", "2022-09-29 09:06:14.658195"]] TRANSACTION (4.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE4\xB8\xAD\xE6\xB8\xB8\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE4\xB8\xAD\xE6\xB8\xB8\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.685185"], ["updated_at", "2022-09-29 09:06:14.685185"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE4\xBA\xBA\xE7\xB1\xBB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE4\xBA\xBA\xE7\xB1\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.710067"], ["updated_at", "2022-09-29 09:06:14.710068"]] TRANSACTION (5.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.742514"], ["updated_at", "2022-09-29 09:06:14.742516"]] TRANSACTION (4.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.776049"], ["updated_at", "2022-09-29 09:06:14.776050"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\x85\xB1\xE4\xBC\xA0\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\x85\xB1\xE4\xBC\xA0\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.797003"], ["updated_at", "2022-09-29 09:06:14.797004"]] TRANSACTION (2.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\x85\xB1\xE8\xA8\x80\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\x85\xB1\xE8\xA8\x80\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.817566"], ["updated_at", "2022-09-29 09:06:14.817567"]] TRANSACTION (5.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\x88\x86\xE8\xA3\x82"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\x88\x86\xE8\xA3\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.851378"], ["updated_at", "2022-09-29 09:06:14.851379"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\x8F\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\x8F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.878700"], ["updated_at", "2022-09-29 09:06:14.878701"]] TRANSACTION (2.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\x8F\xB3\xE9\xA2\x98\xE6\x9D\x90"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\x8F\xB3\xE9\xA2\x98\xE6\x9D\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.898781"], ["updated_at", "2022-09-29 09:06:14.898781"]] TRANSACTION (2.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\xA5\xA5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\xA5\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.919416"], ["updated_at", "2022-09-29 09:06:14.919417"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\xAF\xB9\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\xAF\xB9\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.953365"], ["updated_at", "2022-09-29 09:06:14.953366"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\xAF\xB9\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\xAF\xB9\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:14.981353"], ["updated_at", "2022-09-29 09:06:14.981353"]] TRANSACTION (2.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.005578"], ["updated_at", "2022-09-29 09:06:15.005579"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\xB0\x81\xE9\x94\x81\xE6\x8A\x80\xE6\x9C\xAF"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\xB0\x81\xE9\x94\x81\xE6\x8A\x80\xE6\x9C\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.036750"], ["updated_at", "2022-09-29 09:06:15.036752"]] TRANSACTION (5.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE5\xB1\x8F\xE8\x94\xBD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE5\xB1\x8F\xE8\x94\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.074836"], ["updated_at", "2022-09-29 09:06:15.074837"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE6\x81\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE6\x81\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.101041"], ["updated_at", "2022-09-29 09:06:15.101042"]] TRANSACTION (3.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE6\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.130566"], ["updated_at", "2022-09-29 09:06:15.130567"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE6\x94\xBB\xE5\xA4\xA7\xE9\x99\x86"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE6\x94\xBB\xE5\xA4\xA7\xE9\x99\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.167553"], ["updated_at", "2022-09-29 09:06:15.167554"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE6\x97\xA5\xE4\xB8\x87\xE4\xBA\xBA\xE6\xB8\xB8\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE6\x97\xA5\xE4\xB8\x87\xE4\xBA\xBA\xE6\xB8\xB8\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.191085"], ["updated_at", "2022-09-29 09:06:15.191085"]] TRANSACTION (3.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE6\xB5\x8B\xE9\x80\x9F\xE9\x9B\xB7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE6\xB5\x8B\xE9\x80\x9F\xE9\x9B\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.219298"], ["updated_at", "2022-09-29 09:06:15.219300"]] TRANSACTION (6.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE7\xA4\xBE\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE7\xA4\xBE\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.259784"], ["updated_at", "2022-09-29 09:06:15.259785"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE7\xA4\xBE\xE4\xBC\x9A\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE7\xA4\xBE\xE4\xBC\x9A\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.297255"], ["updated_at", "2022-09-29 09:06:15.297256"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE8\x85\x90\xE6\x80\xBB\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE8\x85\x90\xE6\x80\xBB\xE6\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.319776"], ["updated_at", "2022-09-29 09:06:15.319777"]] TRANSACTION (5.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE8\x85\x90\xE8\xB4\xA5\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE8\x85\x90\xE8\xB4\xA5\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.359066"], ["updated_at", "2022-09-29 09:06:15.359067"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE9\x9B\xB7\xE8\xBE\xBE\xE6\xB5\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE9\x9B\xB7\xE8\xBE\xBE\xE6\xB5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.392168"], ["updated_at", "2022-09-29 09:06:15.392169"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x8D\xE9\x9B\xB7\xE8\xBE\xBE\xE6\xB5\x8B\xE9\x80\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x8D\xE9\x9B\xB7\xE8\xBE\xBE\xE6\xB5\x8B\xE9\x80\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.415364"], ["updated_at", "2022-09-29 09:06:15.415364"]] TRANSACTION (5.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.450567"], ["updated_at", "2022-09-29 09:06:15.450568"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE4\xBB\x91da\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE4\xBB\x91da\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.481694"], ["updated_at", "2022-09-29 09:06:15.481694"]] TRANSACTION (4.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.505894"], ["updated_at", "2022-09-29 09:06:15.505894"]] TRANSACTION (2.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE4\xBC\xA6\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE4\xBC\xA6\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.526783"], ["updated_at", "2022-09-29 09:06:15.526784"]] TRANSACTION (2.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE4\xBC\xA6\xE5\x8F\x91\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE4\xBC\xA6\xE5\x8F\x91\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.550328"], ["updated_at", "2022-09-29 09:06:15.550328"]] TRANSACTION (5.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE4\xBC\xA6\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE4\xBC\xA6\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.579982"], ["updated_at", "2022-09-29 09:06:15.579983"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.614027"], ["updated_at", "2022-09-29 09:06:15.614028"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.646213"], ["updated_at", "2022-09-29 09:06:15.646215"]] TRANSACTION (4.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\x84\xA3"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\x84\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.682468"], ["updated_at", "2022-09-29 09:06:15.682469"]] TRANSACTION (5.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.720479"], ["updated_at", "2022-09-29 09:06:15.720480"]] TRANSACTION (7.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\x8A\xA1\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\x8A\xA1\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.753561"], ["updated_at", "2022-09-29 09:06:15.753562"]] TRANSACTION (5.8ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.796670"], ["updated_at", "2022-09-29 09:06:15.796671"]] TRANSACTION (4.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\xAD\xA3\xE5\xBF\xB5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\xAD\xA3\xE5\xBF\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.826063"], ["updated_at", "2022-09-29 09:06:15.826064"]] TRANSACTION (3.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.854604"], ["updated_at", "2022-09-29 09:06:15.854605"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\xB5\xAA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\xB5\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.886810"], ["updated_at", "2022-09-29 09:06:15.886810"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE6\xBC\x82\xE4\xBB\xA3\xE5\xBC\x80QQ"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE6\xBC\x82\xE4\xBB\xA3\xE5\xBC\x80QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.910356"], ["updated_at", "2022-09-29 09:06:15.910357"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\x89\x8C\xE7\xBB\x9D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\x89\x8C\xE7\xBB\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.930405"], ["updated_at", "2022-09-29 09:06:15.930406"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\x8E\xB0\xE5\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\x8E\xB0\xE5\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.962234"], ["updated_at", "2022-09-29 09:06:15.962235"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\x94\x9F\xE5\x85\xB3\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\x94\x9F\xE5\x85\xB3\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:15.994580"], ["updated_at", "2022-09-29 09:06:15.994581"]] TRANSACTION (2.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\x94\x9F\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\x94\x9F\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.018095"], ["updated_at", "2022-09-29 09:06:16.018096"]] TRANSACTION (3.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\x9E\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\x9E\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.044852"], ["updated_at", "2022-09-29 09:06:16.044853"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE4\xBB\xA3"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE4\xBB\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.081220"], ["updated_at", "2022-09-29 09:06:16.081221"]] TRANSACTION (4.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE4\xBB\xA3\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE4\xBB\xA3\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.106209"], ["updated_at", "2022-09-29 09:06:16.106210"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.127784"], ["updated_at", "2022-09-29 09:06:16.127784"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\xA5\xA8\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.158955"], ["updated_at", "2022-09-29 09:06:16.158956"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.191398"], ["updated_at", "2022-09-29 09:06:16.191399"]] TRANSACTION (3.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.222996"], ["updated_at", "2022-09-29 09:06:16.222997"]] TRANSACTION (7.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xAE\xBA\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xAE\xBA\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.261052"], ["updated_at", "2022-09-29 09:06:16.261053"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xAE\xBA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xAE\xBA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.294624"], ["updated_at", "2022-09-29 09:06:16.294625"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xAE\xBA\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xAE\xBA\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.318620"], ["updated_at", "2022-09-29 09:06:16.318621"]] TRANSACTION (3.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xB4\xB4\xE5\xB7\xA5\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xB4\xB4\xE5\xB7\xA5\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.346755"], ["updated_at", "2022-09-29 09:06:16.346756"]] TRANSACTION (6.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xB4\xB4\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xB4\xB4\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.389138"], ["updated_at", "2022-09-29 09:06:16.389139"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.413874"], ["updated_at", "2022-09-29 09:06:16.413875"]] TRANSACTION (3.5ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xBD\xAE\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xBD\xAE\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.442983"], ["updated_at", "2022-09-29 09:06:16.442984"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xBD\xAE\xE5\x8A\x9F\xE9\x99\x88\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xBD\xAE\xE5\x8A\x9F\xE9\x99\x88\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.483955"], ["updated_at", "2022-09-29 09:06:16.483956"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE8\xBD\xAE\xE5\x8F\x91\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE8\xBD\xAE\xE5\x8F\x91\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.510257"], ["updated_at", "2022-09-29 09:06:16.510257"]] TRANSACTION (3.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x91\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x91\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.535671"], ["updated_at", "2022-09-29 09:06:16.535672"]] TRANSACTION (6.7ms) COMMIT User Load (8.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x94\xE5\xAB\x82"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x94\xE5\xAB\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.585230"], ["updated_at", "2022-09-29 09:06:16.585231"]] TRANSACTION (6.6ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x97\xE5\xAD\x95"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x97\xE5\xAD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.633501"], ["updated_at", "2022-09-29 09:06:16.633502"]] TRANSACTION (5.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x97\xE8\xB4\xBF\xE7\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x97\xE8\xB4\xBF\xE7\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.683779"], ["updated_at", "2022-09-29 09:06:16.683780"]] TRANSACTION (5.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x98\xE3\x80\x82\xE6\x80\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x98\xE3\x80\x82\xE6\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.718904"], ["updated_at", "2022-09-29 09:06:16.718905"]] TRANSACTION (7.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x98\xE4\xB8\x80\xE6\x80\x81"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x98\xE4\xB8\x80\xE6\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.757204"], ["updated_at", "2022-09-29 09:06:16.757205"]] TRANSACTION (8.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x98\xE6\x80\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x98\xE6\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.803795"], ["updated_at", "2022-09-29 09:06:16.803796"]] TRANSACTION (3.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x98\xE7\x89\x8C"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x98\xE7\x89\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.833193"], ["updated_at", "2022-09-29 09:06:16.833193"]] TRANSACTION (5.6ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x98\xE7\x89\x8C\xE7\xBB\x9D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x98\xE7\x89\x8C\xE7\xBB\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.879738"], ["updated_at", "2022-09-29 09:06:16.879739"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\x9B\xE9\x80\x83\xE7\xBE\x8E\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\x9B\xE9\x80\x83\xE7\xBE\x8E\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.906917"], ["updated_at", "2022-09-29 09:06:16.906917"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.930203"], ["updated_at", "2022-09-29 09:06:16.930204"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE5\x90\xAB\xE9\xB8\xA1\xE5\xB7\xB4"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE5\x90\xAB\xE9\xB8\xA1\xE5\xB7\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:16.969588"], ["updated_at", "2022-09-29 09:06:16.969589"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE5\xB0\x84"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE5\xB0\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.000609"], ["updated_at", "2022-09-29 09:06:17.000610"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.024294"], ["updated_at", "2022-09-29 09:06:17.024295"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE6\x8A\x80\xE7\xBB\x8F\xE9\xAA\x8C\xE8\xB6\x85\xE4\xB8\xB0\xE5\xAF\x8C"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE6\x8A\x80\xE7\xBB\x8F\xE9\xAA\x8C\xE8\xB6\x85\xE4\xB8\xB0\xE5\xAF\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.050873"], ["updated_at", "2022-09-29 09:06:17.050874"]] TRANSACTION (4.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.090396"], ["updated_at", "2022-09-29 09:06:17.090397"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.117582"], ["updated_at", "2022-09-29 09:06:17.117583"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE7\x88\x86"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE7\x88\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.137445"], ["updated_at", "2022-09-29 09:06:17.137445"]] TRANSACTION (3.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xE7\x94\xB3\xE5\x8F\xA3\xE4\xBB\x8A"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xE7\x94\xB3\xE5\x8F\xA3\xE4\xBB\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.166591"], ["updated_at", "2022-09-29 09:06:17.166593"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xEF\xBC\x8C\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xEF\xBC\x8C\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.196958"], ["updated_at", "2022-09-29 09:06:17.196958"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA3\xEF\xBC\x8C\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA3\xEF\xBC\x8C\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.218657"], ["updated_at", "2022-09-29 09:06:17.218658"]] TRANSACTION (3.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA4\xE5\x85\xB0\xE7\xBB\x8F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA4\xE5\x85\xB0\xE7\xBB\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.243044"], ["updated_at", "2022-09-29 09:06:17.243046"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA4\xE6\x96\xB9\xE8\xBF\xB7\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA4\xE6\x96\xB9\xE8\xBF\xB7\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.277421"], ["updated_at", "2022-09-29 09:06:17.277422"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xA6\xE9\xA1\x9E"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xA6\xE9\xA1\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.302633"], ["updated_at", "2022-09-29 09:06:17.302634"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAB\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAB\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.327548"], ["updated_at", "2022-09-29 09:06:17.327549"]] TRANSACTION (5.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAB\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAB\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.356315"], ["updated_at", "2022-09-29 09:06:17.356316"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAB\xE6\x99\xB6\xE6\x99\xB6\xE7\x9A\x84\xE5\xA5\xB3\xE5\xAD\xA9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAB\xE6\x99\xB6\xE6\x99\xB6\xE7\x9A\x84\xE5\xA5\xB3\xE5\xAD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.390334"], ["updated_at", "2022-09-29 09:06:17.390337"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAB\xE8\x87\xAA\xE6\x85\xB0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAB\xE8\x87\xAA\xE6\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.417483"], ["updated_at", "2022-09-29 09:06:17.417483"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAB\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAB\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.440322"], ["updated_at", "2022-09-29 09:06:17.440323"]] TRANSACTION (6.0ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAC\xE6\x96\x87\xE5\xAD\x97\xE8\xBE\x93\xE5\x85\xA5\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAC\xE6\x96\x87\xE5\xAD\x97\xE8\xBE\x93\xE5\x85\xA5\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.479603"], ["updated_at", "2022-09-29 09:06:17.479604"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAC\xE8\x80\xB3\xE7\x94\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAC\xE8\x80\xB3\xE7\x94\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.510966"], ["updated_at", "2022-09-29 09:06:17.510967"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAF\xE5\x8F\xAF\xE7\xB2\xBE\xE7\x9B\xB4\xE9\x94\x80qq"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAF\xE5\x8F\xAF\xE7\xB2\xBE\xE7\x9B\xB4\xE9\x94\x80qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.533808"], ["updated_at", "2022-09-29 09:06:17.533808"]] TRANSACTION (4.2ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAF\xE5\xA1\x91\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAF\xE5\xA1\x91\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.574092"], ["updated_at", "2022-09-29 09:06:17.574093"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAF\xE7\x91\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAF\xE7\x91\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.615511"], ["updated_at", "2022-09-29 09:06:17.615512"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAF\xE8\xBF\x87\xE6\x9C\xBA\xE5\x81\x87\xE9\x92\x9EQQ"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAF\xE8\xBF\x87\xE6\x9C\xBA\xE5\x81\x87\xE9\x92\x9EQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.641444"], ["updated_at", "2022-09-29 09:06:17.641445"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xAF\xE8\xBF\x87\xE6\x9C\xBA\xE5\x81\x87\xE9\x92\xB1QQ"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xAF\xE8\xBF\x87\xE6\x9C\xBA\xE5\x81\x87\xE9\x92\xB1QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.675425"], ["updated_at", "2022-09-29 09:06:17.675426"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0du"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0du"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.703849"], ["updated_at", "2022-09-29 09:06:17.703849"]] TRANSACTION (6.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0wan"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0wan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.731175"], ["updated_at", "2022-09-29 09:06:17.731176"]] TRANSACTION (7.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.768001"], ["updated_at", "2022-09-29 09:06:17.768007"]] TRANSACTION (5.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE5\xAE\x8C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE5\xAE\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.806412"], ["updated_at", "2022-09-29 09:06:17.806413"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE5\xBC\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE5\xBC\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.827189"], ["updated_at", "2022-09-29 09:06:17.827190"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.853371"], ["updated_at", "2022-09-29 09:06:17.853372"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE5\x8D\xB1\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE5\x8D\xB1\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.885014"], ["updated_at", "2022-09-29 09:06:17.885015"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE5\xA4\xA7\xE6\x88\x98"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE5\xA4\xA7\xE6\x88\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.909971"], ["updated_at", "2022-09-29 09:06:17.909972"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE5\xB1\x80\xE5\x8A\xBF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE5\xB1\x80\xE5\x8A\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.933224"], ["updated_at", "2022-09-29 09:06:17.933225"]] TRANSACTION (5.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE6\x88\x98\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE6\x88\x98\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.961960"], ["updated_at", "2022-09-29 09:06:17.961961"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE7\xBB\x9F\xE4\xB8\x80"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE7\xBB\x9F\xE4\xB8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:17.991989"], ["updated_at", "2022-09-29 09:06:17.991989"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE9\x97\xAE\xE9\xA2\x98"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB5\xB7\xE9\x97\xAE\xE9\xA2\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.013294"], ["updated_at", "2022-09-29 09:06:18.013295"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\x85\xB1\xE5\x92\x8C\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\x85\xB1\xE5\x92\x8C\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.042182"], ["updated_at", "2022-09-29 09:06:18.042182"]] TRANSACTION (6.4ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\x9B\xA2\xE7\xBB\x93\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\x9B\xA2\xE7\xBB\x93\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.082653"], ["updated_at", "2022-09-29 09:06:18.082654"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.112251"], ["updated_at", "2022-09-29 09:06:18.112251"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\xBA\x94\xE8\xAF\xA5\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\xBA\x94\xE8\xAF\xA5\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.136978"], ["updated_at", "2022-09-29 09:06:18.136978"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\xBB\xBA\xE5\x9B\xBD\xE8\xBF\x90\xE5\x8A\xA8\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE5\xBB\xBA\xE5\x9B\xBD\xE8\xBF\x90\xE5\x8A\xA8\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.172922"], ["updated_at", "2022-09-29 09:06:18.172923"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE6\x94\xBF\xE8\xAE\xBA\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE6\x94\xBF\xE8\xAE\xBA\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.201202"], ["updated_at", "2022-09-29 09:06:18.201203"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE6\x9C\x89\xE6\x9D\x83\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE6\x9C\x89\xE6\x9D\x83\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.224488"], ["updated_at", "2022-09-29 09:06:18.224489"]] TRANSACTION (4.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE6\x9E\x81\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE6\x9E\x81\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.251899"], ["updated_at", "2022-09-29 09:06:18.251900"]] TRANSACTION (4.6ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81\xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.292317"], ["updated_at", "2022-09-29 09:06:18.292319"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.324285"], ["updated_at", "2022-09-29 09:06:18.324285"]] TRANSACTION (3.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.349994"], ["updated_at", "2022-09-29 09:06:18.349995"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.385778"], ["updated_at", "2022-09-29 09:06:18.385779"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.410706"], ["updated_at", "2022-09-29 09:06:18.410707"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.432796"], ["updated_at", "2022-09-29 09:06:18.432797"]] TRANSACTION (7.0ms) COMMIT User Load (8.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE7\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.476471"], ["updated_at", "2022-09-29 09:06:18.476472"]] TRANSACTION (7.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE8\x87\xAA\xE7\x94\xB1\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE8\x87\xAA\xE7\x94\xB1\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.519662"], ["updated_at", "2022-09-29 09:06:18.519663"]] TRANSACTION (6.0ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE9\x97\xAE\xE9\xA2\x98"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE9\x97\xAE\xE9\xA2\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.556733"], ["updated_at", "2022-09-29 09:06:18.556734"]] TRANSACTION (6.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE9\x9D\x92\xE5\xB9\xB4\xE7\x8B\xAC\xE7\xAB\x8B\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE6\xB9\xBE\xE9\x9D\x92\xE5\xB9\xB4\xE7\x8B\xAC\xE7\xAB\x8B\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.597747"], ["updated_at", "2022-09-29 09:06:18.597749"]] TRANSACTION (5.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.640081"], ["updated_at", "2022-09-29 09:06:18.640082"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE7\x99\xBE\xE5\xBA\xA6\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE7\x99\xBE\xE5\xBA\xA6\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.680837"], ["updated_at", "2022-09-29 09:06:18.680839"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB0\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB0\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.728447"], ["updated_at", "2022-09-29 09:06:18.728448"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB3\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB3\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.764318"], ["updated_at", "2022-09-29 09:06:18.764319"]] TRANSACTION (3.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB3\xE8\xBD\xAC\xE6\x98\xAF\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB3\xE8\xBD\xAC\xE6\x98\xAF\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.796272"], ["updated_at", "2022-09-29 09:06:18.796272"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB6\xE4\xB8\xB9\xE4\xB8\xB9"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB6\xE4\xB8\xB9\xE4\xB8\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.828805"], ["updated_at", "2022-09-29 09:06:18.828805"]] TRANSACTION (8.1ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB6\xE5\x89\x91\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB6\xE5\x89\x91\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.873257"], ["updated_at", "2022-09-29 09:06:18.873257"]] TRANSACTION (5.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB6\xE5\xAD\x90\xE6\xA5\xA3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB6\xE5\xAD\x90\xE6\xA5\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.916779"], ["updated_at", "2022-09-29 09:06:18.916780"]] TRANSACTION (3.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB6\xE5\xB0\x8F\xE7\x87\x95"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB6\xE5\xB0\x8F\xE7\x87\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.941840"], ["updated_at", "2022-09-29 09:06:18.941841"]] TRANSACTION (6.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB6\xE7\x88\xB1\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB6\xE7\x88\xB1\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:18.980001"], ["updated_at", "2022-09-29 09:06:18.980002"]] TRANSACTION (4.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB7\xE5\xB1\x8F\xE8\x94\xBD\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB7\xE5\xB1\x8F\xE8\x94\xBD\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.010382"], ["updated_at", "2022-09-29 09:06:19.010382"]] TRANSACTION (2.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB7\xE7\xA0\x81\xE7\x99\xBE\xE4\xBA\x8B\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB7\xE7\xA0\x81\xE7\x99\xBE\xE4\xBA\x8B\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.034361"], ["updated_at", "2022-09-29 09:06:19.034362"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE5\xBE\x92\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE5\xBE\x92\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.070400"], ["updated_at", "2022-09-29 09:06:19.070401"]] TRANSACTION (3.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE6\xB3\x95\xE8\xAD\xA6\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE6\xB3\x95\xE8\xAD\xA6\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.102420"], ["updated_at", "2022-09-29 09:06:19.102421"]] TRANSACTION (3.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE6\xB3\x95\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE6\xB3\x95\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.125506"], ["updated_at", "2022-09-29 09:06:19.125507"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE6\xB3\x95\xE9\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE6\xB3\x95\xE9\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.145459"], ["updated_at", "2022-09-29 09:06:19.145460"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE8\x80\x83\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE8\x80\x83\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.174827"], ["updated_at", "2022-09-29 09:06:19.174828"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE9\x95\xBF\xE6\x9C\x9F\xE6\x9C\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE9\x95\xBF\xE6\x9C\x9F\xE6\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.199312"], ["updated_at", "2022-09-29 09:06:19.199314"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE9\xA9\xAC\xE6\x99\x8B"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE9\xA9\xAC\xE6\x99\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.221839"], ["updated_at", "2022-09-29 09:06:19.221839"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE9\xA9\xAC\xE7\x92\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE9\xA9\xAC\xE7\x92\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.240100"], ["updated_at", "2022-09-29 09:06:19.240101"]] TRANSACTION (4.8ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x8F\xB8\xE9\xA9\xAC\xE7\x92\x90\xE5\x9B\x9E\xE5\xBF\x86\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x8F\xB8\xE9\xA9\xAC\xE7\x92\x90\xE5\x9B\x9E\xE5\xBF\x86\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.274432"], ["updated_at", "2022-09-29 09:06:19.274433"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x83\xE5\xB9\xB2\xE6\x8A\xB9\xE5\x87\x80"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x83\xE5\xB9\xB2\xE6\x8A\xB9\xE5\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.303827"], ["updated_at", "2022-09-29 09:06:19.303828"]] TRANSACTION (2.5ms) COMMIT User Load (1.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x83\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x83\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.324381"], ["updated_at", "2022-09-29 09:06:19.324381"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x84\xE4\xB8\xAA\xE9\x93\xB6\xE8\xA1\x8C\xE5\x85\xA8\xE7\xA7\xB0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x84\xE4\xB8\xAA\xE9\x93\xB6\xE8\xA1\x8C\xE5\x85\xA8\xE7\xA7\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.345043"], ["updated_at", "2022-09-29 09:06:19.345044"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x84\xE7\xA7\x8D\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x84\xE7\xA7\x8D\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.377317"], ["updated_at", "2022-09-29 09:06:19.377317"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x84\xE7\xA7\x8D\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9\xE5\xA4\xA7\xE5\x85\xA8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x84\xE7\xA7\x8D\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9\xE5\xA4\xA7\xE5\x85\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.400652"], ["updated_at", "2022-09-29 09:06:19.400652"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x84\xE7\xB1\xBB\xE6\x96\x87\xE5\x87\xAD"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x84\xE7\xB1\xBB\xE6\x96\x87\xE5\x87\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.419872"], ["updated_at", "2022-09-29 09:06:19.419872"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x84\xE7\xB1\xBB\xE8\x80\x83\xE8\xAF\x95"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x84\xE7\xB1\xBB\xE8\x80\x83\xE8\xAF\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.440261"], ["updated_at", "2022-09-29 09:06:19.440261"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x88\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x88\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.473824"], ["updated_at", "2022-09-29 09:06:19.473825"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x88\xE6\x88\x90K\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x88\xE6\x88\x90K\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.499208"], ["updated_at", "2022-09-29 09:06:19.499209"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x88\xE6\x88\x90\xE5\x86\xB0\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x88\xE6\x88\x90\xE5\x86\xB0\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.528366"], ["updated_at", "2022-09-29 09:06:19.528367"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x88\xE6\x88\x90\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x88\xE6\x88\x90\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.557543"], ["updated_at", "2022-09-29 09:06:19.557545"]] TRANSACTION (5.3ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x88\xE6\x88\x90\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAEqq"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x88\xE6\x88\x90\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAEqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.595409"], ["updated_at", "2022-09-29 09:06:19.595410"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x88\xE6\x88\x90\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x88\xE6\x88\x90\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.620309"], ["updated_at", "2022-09-29 09:06:19.620310"]] TRANSACTION (2.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x89\xE7\x82\xB3\xE8\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x89\xE7\x82\xB3\xE8\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.643724"], ["updated_at", "2022-09-29 09:06:19.643725"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.677485"], ["updated_at", "2022-09-29 09:06:19.677485"]] TRANSACTION (2.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.705405"], ["updated_at", "2022-09-29 09:06:19.705405"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\x9C\xA8\xE7\xBA\xBF\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\x9C\xA8\xE7\xBA\xBF\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.726041"], ["updated_at", "2022-09-29 09:06:19.726042"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\xB8\x85\xE5\x93\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE5\xB8\x85\xE5\x93\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.750314"], ["updated_at", "2022-09-29 09:06:19.750315"]] TRANSACTION (10.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE5\xBF\x97\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.794433"], ["updated_at", "2022-09-29 09:06:19.794434"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.819562"], ["updated_at", "2022-09-29 09:06:19.819562"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x80\xA7\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x80\xA7\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.843213"], ["updated_at", "2022-09-29 09:06:19.843213"]] TRANSACTION (5.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.880637"], ["updated_at", "2022-09-29 09:06:19.880638"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x81\x8B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x81\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.904705"], ["updated_at", "2022-09-29 09:06:19.904706"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x81\x8B\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE6\x80\xA7\xE6\x81\x8B\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.928258"], ["updated_at", "2022-09-29 09:06:19.928258"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE6\x88\xBF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE6\x88\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.954085"], ["updated_at", "2022-09-29 09:06:19.954086"]] TRANSACTION (6.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8C\xE7\x9B\x9F\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8C\xE7\x9B\x9F\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:19.996428"], ["updated_at", "2022-09-29 09:06:19.996429"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8D\xE5\x88\x80\xE7\xBD\x91\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8D\xE5\x88\x80\xE7\xBD\x91\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.019458"], ["updated_at", "2022-09-29 09:06:20.019459"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8E \xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8E \xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.042490"], ["updated_at", "2022-09-29 09:06:20.042491"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8E\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8E\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.075844"], ["updated_at", "2022-09-29 09:06:20.075845"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8E\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8E\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.105007"], ["updated_at", "2022-09-29 09:06:20.105007"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8E\xE5\x85\xA5\xE5\xBC\x8F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8E\xE5\x85\xA5\xE5\xBC\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.129982"], ["updated_at", "2022-09-29 09:06:20.129983"]] TRANSACTION (4.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8E\xE5\xBA\xAD"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8E\xE5\xBA\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.163449"], ["updated_at", "2022-09-29 09:06:20.163450"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8E\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8E\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.199156"], ["updated_at", "2022-09-29 09:06:20.199157"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x8E\xE8\x8C\x93"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x8E\xE8\x8C\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.224760"], ["updated_at", "2022-09-29 09:06:20.224761"]] TRANSACTION (3.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x90\xE8\x95\x83\xE4\xB9\x8B\xE5\x8F\x8B\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x90\xE8\x95\x83\xE4\xB9\x8B\xE5\x8F\x8B\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.249319"], ["updated_at", "2022-09-29 09:06:20.249320"]] TRANSACTION (6.0ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x91\xE5\xB7\xB4\xE5\xB9\xB3\xE6\x8E\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x91\xE5\xB7\xB4\xE5\xB9\xB3\xE6\x8E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.289323"], ["updated_at", "2022-09-29 09:06:20.289324"]] TRANSACTION (3.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x95\xE4\xBA\xAC\xE8\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x95\xE4\xBA\xAC\xE8\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.314106"], ["updated_at", "2022-09-29 09:06:20.314107"]] TRANSACTION (2.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x95\xE5\xBE\xB7\xE5\xBD\xAC"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x95\xE5\xBE\xB7\xE5\xBD\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.336830"], ["updated_at", "2022-09-29 09:06:20.336830"]] TRANSACTION (6.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x95\xE7\xA7\x80\xE8\x8E\xB2"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x95\xE7\xA7\x80\xE8\x8E\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.377285"], ["updated_at", "2022-09-29 09:06:20.377286"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x97\xE5\x95\xA1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x97\xE5\x95\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.407941"], ["updated_at", "2022-09-29 09:06:20.407942"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x97\xE5\x95\xA1\xE4\xB8\x8A\xE7\x98\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x97\xE5\x95\xA1\xE4\xB8\x8A\xE7\x98\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.430207"], ["updated_at", "2022-09-29 09:06:20.430207"]] TRANSACTION (5.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x9B\xE4\xB9\x90\xE9\x83\xBD\xE4\xBC\x91\xE9\x97\xB2\xE5\xA8\xB1\xE4\xB9\x90\xE7\xA7\x81"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x9B\xE4\xB9\x90\xE9\x83\xBD\xE4\xBC\x91\xE9\x97\xB2\xE5\xA8\xB1\xE4\xB9\x90\xE7\xA7\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.459714"], ["updated_at", "2022-09-29 09:06:20.459715"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x9E\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x9E\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.493942"], ["updated_at", "2022-09-29 09:06:20.493943"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\x9F\xE8\xB0\xB7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\x9F\xE8\xB0\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.516269"], ["updated_at", "2022-09-29 09:06:20.516270"]] TRANSACTION (2.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xAB\xE4\xB8\x80\xE4\xBD\x8F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xAB\xE4\xB8\x80\xE4\xBD\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.535048"], ["updated_at", "2022-09-29 09:06:20.535048"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xAB\xE5\xB1\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xAB\xE5\xB1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.562723"], ["updated_at", "2022-09-29 09:06:20.562724"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xAE\xE5\x90\xB8"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xAE\xE5\x90\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.593256"], ["updated_at", "2022-09-29 09:06:20.593257"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xAF\xE8\x92\x99\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xAF\xE8\x92\x99\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.615506"], ["updated_at", "2022-09-29 09:06:20.615507"]] TRANSACTION (2.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE4\xB8\x80\xE7\x84\xB6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE4\xB8\x80\xE7\x84\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.633595"], ["updated_at", "2022-09-29 09:06:20.633595"]] TRANSACTION (5.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE4\xBB\x81\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE4\xBB\x81\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.667862"], ["updated_at", "2022-09-29 09:06:20.667863"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE4\xBB\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE4\xBB\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.708535"], ["updated_at", "2022-09-29 09:06:20.708536"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xAD\xA6\xE7\x81\xBF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xAD\xA6\xE7\x81\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.735580"], ["updated_at", "2022-09-29 09:06:20.735580"]] TRANSACTION (4.5ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xAD\xA6\xE7\x92\xA8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xAD\xA6\xE7\x92\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.772889"], ["updated_at", "2022-09-29 09:06:20.772890"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xAD\xA6\xE8\xB0\xA6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xAD\xA6\xE8\xB0\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.809372"], ["updated_at", "2022-09-29 09:06:20.809373"]] TRANSACTION (2.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xAE\x8F\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xAE\x8F\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.837938"], ["updated_at", "2022-09-29 09:06:20.837939"]] TRANSACTION (4.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xAE\x98\xE6\xAD\xA3"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xAE\x98\xE6\xAD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.872982"], ["updated_at", "2022-09-29 09:06:20.872984"]] TRANSACTION (7.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xBB\xBA\xE5\xB8\xB8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xBB\xBA\xE5\xB8\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.917471"], ["updated_at", "2022-09-29 09:06:20.917472"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xBC\x98\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xBC\x98\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.951289"], ["updated_at", "2022-09-29 09:06:20.951290"]] TRANSACTION (6.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:20.995040"], ["updated_at", "2022-09-29 09:06:20.995041"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE6\x8C\xAF\xE6\xB1\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE6\x8C\xAF\xE6\xB1\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.023589"], ["updated_at", "2022-09-29 09:06:21.023590"]] TRANSACTION (8.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE6\x96\x87\xE8\x8B\xB1 \xE7\xBA\xBA\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE6\x96\x87\xE8\x8B\xB1 \xE7\xBA\xBA\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.058932"], ["updated_at", "2022-09-29 09:06:21.058932"]] TRANSACTION (4.6ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE6\x96\xB9\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE6\x96\xB9\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.109457"], ["updated_at", "2022-09-29 09:06:21.109458"]] TRANSACTION (4.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE7\x99\xBE\xE7\x9B\x8A"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE7\x99\xBE\xE7\x9B\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.147800"], ["updated_at", "2022-09-29 09:06:21.147801"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE7\xAB\x8B\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE7\xAB\x8B\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.189644"], ["updated_at", "2022-09-29 09:06:21.189645"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE9\x82\xA6\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE9\x82\xA6\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.214928"], ["updated_at", "2022-09-29 09:06:21.214929"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB4\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB4\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.234839"], ["updated_at", "2022-09-29 09:06:21.234839"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB8\xE5\x82\xA8"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB8\xE5\x82\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.261558"], ["updated_at", "2022-09-29 09:06:21.261559"]] TRANSACTION (4.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB8\xE5\x85\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB8\xE5\x85\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.295592"], ["updated_at", "2022-09-29 09:06:21.295592"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB8\xE5\x90\xAE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB8\xE5\x90\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.317904"], ["updated_at", "2022-09-29 09:06:21.317905"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB8\xE5\x95\x9C"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (9.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB8\xE5\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.340587"], ["updated_at", "2022-09-29 09:06:21.340588"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB8\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB8\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.386852"], ["updated_at", "2022-09-29 09:06:21.386853"]] TRANSACTION (3.0ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB8\xE7\xB2\xBE\xE5\xB0\x91\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB8\xE7\xB2\xBE\xE5\xB0\x91\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.415719"], ["updated_at", "2022-09-29 09:06:21.415719"]] TRANSACTION (2.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB9\xE7\xAE\xAD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB9\xE7\xAE\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.437558"], ["updated_at", "2022-09-29 09:06:21.437559"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xB9\xE8\x90\xA7"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xB9\xE8\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.467930"], ["updated_at", "2022-09-29 09:06:21.467930"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xBE\xE5\xB0\x94"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xBE\xE5\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.502298"], ["updated_at", "2022-09-29 09:06:21.502299"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xBE\xE5\xB0\x94\xE5\xBC\x80\xE5\xB8\x8C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xBE\xE5\xB0\x94\xE5\xBC\x80\xE5\xB8\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.524511"], ["updated_at", "2022-09-29 09:06:21.524511"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xBE\xE5\xB0\x94\xE5\xBC\x80\xE8\xA5\xBF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xBE\xE5\xB0\x94\xE5\xBC\x80\xE8\xA5\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.548989"], ["updated_at", "2022-09-29 09:06:21.548990"]] TRANSACTION (5.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x90\xBE\xE7\x88\xBE\xE9\x96\x8B\xE5\xB8\x8C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x90\xBE\xE7\x88\xBE\xE9\x96\x8B\xE5\xB8\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.584620"], ["updated_at", "2022-09-29 09:06:21.584621"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\x8A\xE5\x85\xA8\xE5\x9B\xBD\xE5\x90\x8C\xE8\x83\x9E\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\x8A\xE5\x85\xA8\xE5\x9B\xBD\xE5\x90\x8C\xE8\x83\x9E\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.613894"], ["updated_at", "2022-09-29 09:06:21.613894"]] TRANSACTION (4.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\x8A\xE6\xB4\x8B\xE7\x8A\xB6"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\x8A\xE6\xB4\x8B\xE7\x8A\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.641695"], ["updated_at", "2022-09-29 09:06:21.641696"]] TRANSACTION (4.8ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\x8A\xE9\x95\xBF\xE6\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\x8A\xE9\x95\xBF\xE6\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.681539"], ["updated_at", "2022-09-29 09:06:21.681540"]] TRANSACTION (6.0ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\x8B\xE5\xA1\x9E\xE7\xB1\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\x8B\xE5\xA1\x9E\xE7\xB1\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.727529"], ["updated_at", "2022-09-29 09:06:21.727530"]] TRANSACTION (6.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\x9C\xE5\xB0\x8F\xE7\x81\xAB\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\x9C\xE5\xB0\x8F\xE7\x81\xAB\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.761932"], ["updated_at", "2022-09-29 09:06:21.761933"]] TRANSACTION (4.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE5\x85\x8B\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE5\x85\x8B\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.800203"], ["updated_at", "2022-09-29 09:06:21.800205"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE5\xA4\xA9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE5\xA4\xA9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.835522"], ["updated_at", "2022-09-29 09:06:21.835523"]] TRANSACTION (5.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE5\xAE\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE5\xAE\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.867739"], ["updated_at", "2022-09-29 09:06:21.867740"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE5\xAE\xB9\xE9\x87\x8D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE5\xAE\xB9\xE9\x87\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.903505"], ["updated_at", "2022-09-29 09:06:21.903507"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE5\xB0\x8F\xE5\xB7\x9D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE5\xB0\x8F\xE5\xB7\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.928565"], ["updated_at", "2022-09-29 09:06:21.928566"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE5\xB0\x8F\xE9\xB9\xA4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE5\xB0\x8F\xE9\xB9\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.949719"], ["updated_at", "2022-09-29 09:06:21.949720"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:21.983202"], ["updated_at", "2022-09-29 09:06:21.983203"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE6\x81\xA9\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE6\x81\xA9\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.008155"], ["updated_at", "2022-09-29 09:06:22.008156"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE6\x8E\xA8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE6\x8E\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.027903"], ["updated_at", "2022-09-29 09:06:22.027904"]] TRANSACTION (2.6ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE6\x96\x87\xE5\x90\x89"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE6\x96\x87\xE5\x90\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.047321"], ["updated_at", "2022-09-29 09:06:22.047322"]] TRANSACTION (4.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE6\x97\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE6\x97\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.086855"], ["updated_at", "2022-09-29 09:06:22.086855"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE6\xAD\xA3\xE6\xAF\x85"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE6\xAD\xA3\xE6\xAF\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.114885"], ["updated_at", "2022-09-29 09:06:22.114886"]] TRANSACTION (3.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE6\xB0\xB8\xE5\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE6\xB0\xB8\xE5\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.138946"], ["updated_at", "2022-09-29 09:06:22.138947"]] TRANSACTION (7.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE7\xBB\x83"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE7\xBB\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.183047"], ["updated_at", "2022-09-29 09:06:22.183048"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xA8\xE9\x94\x8B\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xA8\xE9\x94\x8B\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.217304"], ["updated_at", "2022-09-29 09:06:22.217305"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xBB\xE4\xB8\x80\xE5\x90\x9F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xBB\xE4\xB8\x80\xE5\x90\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.242659"], ["updated_at", "2022-09-29 09:06:22.242661"]] TRANSACTION (4.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xBB\xE5\x90\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xBB\xE5\x90\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.277031"], ["updated_at", "2022-09-29 09:06:22.277032"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xBD\xE6\xA0\xB9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xBD\xE6\xA0\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.304922"], ["updated_at", "2022-09-29 09:06:22.304923"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x91\xBD\xE6\xA0\xB9\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x91\xBD\xE6\xA0\xB9\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.327839"], ["updated_at", "2022-09-29 09:06:22.327839"]] TRANSACTION (2.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x8C\xE5\xA5\xB8\xE6\x88\x90\xE7\x98\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x8C\xE5\xA5\xB8\xE6\x88\x90\xE7\x98\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.351584"], ["updated_at", "2022-09-29 09:06:22.351584"]] TRANSACTION (4.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x8C\xE5\xB9\xB3\xE4\xBF\xAE\xE7\x82\xBC"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x8C\xE5\xB9\xB3\xE4\xBF\xAE\xE7\x82\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.385603"], ["updated_at", "2022-09-29 09:06:22.385604"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x8C\xE5\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x8C\xE5\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.418684"], ["updated_at", "2022-09-29 09:06:22.418685"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x8C\xE7\x8B\x97\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x8C\xE7\x8B\x97\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.438475"], ["updated_at", "2022-09-29 09:06:22.438475"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x8C\xE7\x8B\x97\xE5\x81\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x8C\xE7\x8B\x97\xE5\x81\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.467899"], ["updated_at", "2022-09-29 09:06:22.467900"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x8C\xE7\x8B\x97\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x8C\xE7\x8B\x97\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.498742"], ["updated_at", "2022-09-29 09:06:22.498743"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x8F\xE5\xA6\x93"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x8F\xE5\xA6\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.520712"], ["updated_at", "2022-09-29 09:06:22.520713"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\x96\xE5\x95\xA1\xE5\x9B\xA0"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\x96\xE5\x95\xA1\xE5\x9B\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.540196"], ["updated_at", "2022-09-29 09:06:22.540197"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\xA8\xE8\xAF\xA2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\xA8\xE8\xAF\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.566891"], ["updated_at", "2022-09-29 09:06:22.566891"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\xAA\xE5\x92\xAA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\xAA\xE5\x92\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.598059"], ["updated_at", "2022-09-29 09:06:22.598059"]] TRANSACTION (3.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\xAA\xE5\x92\xAA\xE7\x88\xB1\xE8\xAE\xBA\xE5\x9D\x9B\xE6\x9C\x80\xE6\x96\xB0\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\xAA\xE5\x92\xAA\xE7\x88\xB1\xE8\xAE\xBA\xE5\x9D\x9B\xE6\x9C\x80\xE6\x96\xB0\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.619311"], ["updated_at", "2022-09-29 09:06:22.619314"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x92\xAC\xE7\x9D\x80\xE9\xBE\x9F\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x92\xAC\xE7\x9D\x80\xE9\xBE\x9F\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.637615"], ["updated_at", "2022-09-29 09:06:22.637616"]] TRANSACTION (8.2ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x81\xE8\x89\xB2\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x81\xE8\x89\xB2\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.671912"], ["updated_at", "2022-09-29 09:06:22.671913"]] TRANSACTION (6.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x81\xE8\x89\xB2\xE5\xA0\x82\xE7\xBD\x91\xE5\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x81\xE8\x89\xB2\xE5\xA0\x82\xE7\xBD\x91\xE5\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.710769"], ["updated_at", "2022-09-29 09:06:22.710770"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x81\xE8\x89\xB2\xE5\xA0\x82\xE8\xAE\xBA\xE5\x9D\x9B\xE6\x9C\x80\xE6\x96\xB0\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x81\xE8\x89\xB2\xE5\xA0\x82\xE8\xAE\xBA\xE5\x9D\x9B\xE6\x9C\x80\xE6\x96\xB0\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.734064"], ["updated_at", "2022-09-29 09:06:22.734065"]] TRANSACTION (7.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x81\xE9\xA6\x99\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x81\xE9\xA6\x99\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.763277"], ["updated_at", "2022-09-29 09:06:22.763278"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x87\xE5\x98\x8E\xE6\x88\x90\xE4\xBA\xBA\xE4\xB8\x89\xE7\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x87\xE5\x98\x8E\xE6\x88\x90\xE4\xBA\xBA\xE4\xB8\x89\xE7\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.795796"], ["updated_at", "2022-09-29 09:06:22.795796"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x88\xE6\x89\xB9"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x88\xE6\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.819012"], ["updated_at", "2022-09-29 09:06:22.819013"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x88\xE7\x8B\x97\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x88\xE7\x8B\x97\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.838659"], ["updated_at", "2022-09-29 09:06:22.838659"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x88\xE8\x8D\xAF\xE7\x9B\xB4\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x88\xE8\x8D\xAF\xE7\x9B\xB4\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.870317"], ["updated_at", "2022-09-29 09:06:22.870318"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\x92\xE8\xB5\x96"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\x92\xE8\xB5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.902801"], ["updated_at", "2022-09-29 09:06:22.902801"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\xA5\xE7\x96\xBC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\xA5\xE7\x96\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.926407"], ["updated_at", "2022-09-29 09:06:22.926407"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\xA5\xE7\x97\x9B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\xA5\xE7\x97\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.946372"], ["updated_at", "2022-09-29 09:06:22.946373"]] TRANSACTION (5.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\xA6\xE5\x93\xA6"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\xA6\xE5\x93\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:22.983142"], ["updated_at", "2022-09-29 09:06:22.983143"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\xAA\xE6\x89\xBE\xE5\x85\xBC\xE8\x81\x8C\xE5\xAD\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\xAA\xE6\x89\xBE\xE5\x85\xBC\xE8\x81\x8C\xE5\xAD\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.017704"], ["updated_at", "2022-09-29 09:06:23.017705"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\xAD\xE6\xB1\x82"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\xAD\xE6\xB1\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.041324"], ["updated_at", "2022-09-29 09:06:23.041325"]] TRANSACTION (4.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x93\xB2\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x93\xB2\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.073477"], ["updated_at", "2022-09-29 09:06:23.073478"]] TRANSACTION (6.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\x87\xE7\x93\xA3"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\x87\xE7\x93\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.115740"], ["updated_at", "2022-09-29 09:06:23.115740"]] TRANSACTION (2.5ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\x90\xE4\xBA\xBA\xE7\x94\xB5\xE8\xA7\x86\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\x90\xE4\xBA\xBA\xE7\x94\xB5\xE8\xA7\x86\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.136003"], ["updated_at", "2022-09-29 09:06:23.136004"]] TRANSACTION (16.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\x90\xE5\x83\xA7\xE5\x92\x8C\xE7\xB2\x89\xE5\xB0\x98\xE5\xA5\xB3\xE5\xAD\x90\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\x90\xE5\x83\xA7\xE5\x92\x8C\xE7\xB2\x89\xE5\xB0\x98\xE5\xA5\xB3\xE5\xAD\x90\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.174486"], ["updated_at", "2022-09-29 09:06:23.174487"]] TRANSACTION (6.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\x90\xE6\x8D\xB7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\x90\xE6\x8D\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.216933"], ["updated_at", "2022-09-29 09:06:23.216934"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\x90\xE6\x9F\x8F\xE6\xA1\xA5"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\x90\xE6\x9F\x8F\xE6\xA1\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.239197"], ["updated_at", "2022-09-29 09:06:23.239198"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\x91\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\x91\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.267974"], ["updated_at", "2022-09-29 09:06:23.267975"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE4\xB8\x80\xE5\x85\x83\xE7\xA1\xAC"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE4\xB8\x80\xE5\x85\x83\xE7\xA1\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.304126"], ["updated_at", "2022-09-29 09:06:23.304126"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE4\xB8\x80\xE5\x85\x83\xE7\xA1\xAC\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE4\xB8\x80\xE5\x85\x83\xE7\xA1\xAC\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.324066"], ["updated_at", "2022-09-29 09:06:23.324066"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE4\xB8\x89\xE6\xA3\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE4\xB8\x89\xE6\xA3\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.343332"], ["updated_at", "2022-09-29 09:06:23.343333"]] TRANSACTION (4.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE4\xBA\x94\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE4\xBA\x94\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.373737"], ["updated_at", "2022-09-29 09:06:23.373738"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE4\xBF\xA1\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE4\xBF\xA1\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.404024"], ["updated_at", "2022-09-29 09:06:23.404025"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.425465"], ["updated_at", "2022-09-29 09:06:23.425466"]] TRANSACTION (2.8ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\x81\xA5\xE5\x8D\xAB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\x81\xA5\xE5\x8D\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.446247"], ["updated_at", "2022-09-29 09:06:23.446248"]] TRANSACTION (5.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\x86\x92\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\x86\x92\xE5\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.481748"], ["updated_at", "2022-09-29 09:06:23.481749"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\x86\x9B\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\x86\x9B\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.515011"], ["updated_at", "2022-09-29 09:06:23.515012"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\x8D\x95\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\x8D\x95\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.539644"], ["updated_at", "2022-09-29 09:06:23.539645"]] TRANSACTION (4.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\xAD\x90\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\xAD\x90\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.570880"], ["updated_at", "2022-09-29 09:06:23.570881"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\xB7\xA6\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\xB7\xA6\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.604850"], ["updated_at", "2022-09-29 09:06:23.604851"]] TRANSACTION (7.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE5\xBC\xB9\xE7\xB0\xA7\xE5\x88\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE5\xBC\xB9\xE7\xB0\xA7\xE5\x88\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.635396"], ["updated_at", "2022-09-29 09:06:23.635397"]] TRANSACTION (6.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.665992"], ["updated_at", "2022-09-29 09:06:23.665993"]] TRANSACTION (5.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAAQQ"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAAQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.707389"], ["updated_at", "2022-09-29 09:06:23.707390"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\x9E\xAAQQ"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\x9E\xAAQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.731080"], ["updated_at", "2022-09-29 09:06:23.731080"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\x9E\xAA\xE6\x94\xAF"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\x9E\xAA\xE6\x94\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.758745"], ["updated_at", "2022-09-29 09:06:23.758746"]] TRANSACTION (7.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\x9E\xAA\xE8\xB4\xAD\xE4\xB9\xB0\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\x9E\xAA\xE8\xB4\xAD\xE4\xB9\xB0\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.794674"], ["updated_at", "2022-09-29 09:06:23.794675"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\xAD\xA5\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\xAD\xA5\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.819474"], ["updated_at", "2022-09-29 09:06:23.819474"]] TRANSACTION (4.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\xB0\xAF\xE8\x83\xBA"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\xB0\xAF\xE8\x83\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.842740"], ["updated_at", "2022-09-29 09:06:23.842742"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE6\xB0\xB0\xE5\x8C\x96\xE7\x89\xA9QQ"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE6\xB0\xB0\xE5\x8C\x96\xE7\x89\xA9QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.870411"], ["updated_at", "2022-09-29 09:06:23.870414"]] TRANSACTION (3.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE7\x81\xAB\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE7\x81\xAB\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.902218"], ["updated_at", "2022-09-29 09:06:23.902219"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE7\x83\xAD\xE6\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE7\x83\xAD\xE6\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.924172"], ["updated_at", "2022-09-29 09:06:23.924173"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE7\x8B\x97\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE7\x8B\x97\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.943516"], ["updated_at", "2022-09-29 09:06:23.943517"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE7\x8C\x8E\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE7\x8C\x8E\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:23.972428"], ["updated_at", "2022-09-29 09:06:23.972429"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE7\x94\xB5\xE8\xAD\xA6\xE6\xA3\x8D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE7\x94\xB5\xE8\xAD\xA6\xE6\xA3\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.003863"], ["updated_at", "2022-09-29 09:06:24.003864"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE7\xBA\xAF\xE5\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE7\xBA\xAF\xE5\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.025653"], ["updated_at", "2022-09-29 09:06:24.025653"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE8\x82\xBE"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE8\x82\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.048525"], ["updated_at", "2022-09-29 09:06:24.048526"]] TRANSACTION (6.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE8\x99\x8E\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE8\x99\x8E\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.093863"], ["updated_at", "2022-09-29 09:06:24.093864"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE8\xBB\x8D\xE7\x94\xA8\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE8\xBB\x8D\xE7\x94\xA8\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.124226"], ["updated_at", "2022-09-29 09:06:24.124227"]] TRANSACTION (2.9ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE9\x93\x8A\xE7\x9B\x90QQ"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE9\x93\x8A\xE7\x9B\x90QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.146386"], ["updated_at", "2022-09-29 09:06:24.146387"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE9\x98\xB2\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE9\x98\xB2\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.179898"], ["updated_at", "2022-09-29 09:06:24.179899"]] TRANSACTION (3.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.212093"], ["updated_at", "2022-09-29 09:06:24.212094"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x94\xAE\xE9\xBA\xBB\xE9\x86\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x94\xAE\xE9\xBA\xBB\xE9\x86\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.242628"], ["updated_at", "2022-09-29 09:06:24.242628"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x95\x86\xE5\x8A\xA1\xE5\xBF\xAB\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x95\x86\xE5\x8A\xA1\xE5\xBF\xAB\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.267051"], ["updated_at", "2022-09-29 09:06:24.267052"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x95\x86\xE5\x8A\xA1\xE7\x9F\xAD\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x95\x86\xE5\x8A\xA1\xE7\x9F\xAD\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.298177"], ["updated_at", "2022-09-29 09:06:24.298178"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x95\xA6\xE6\x92\x92"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x95\xA6\xE6\x92\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.322214"], ["updated_at", "2022-09-29 09:06:24.322215"]] TRANSACTION (2.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x95\xA6\xE6\xB2\x99"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x95\xA6\xE6\xB2\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.345860"], ["updated_at", "2022-09-29 09:06:24.345861"]] TRANSACTION (4.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x95\xA6\xE8\x90\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x95\xA6\xE8\x90\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.378322"], ["updated_at", "2022-09-29 09:06:24.378322"]] TRANSACTION (4.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\x82\xE5\xA5\xB6\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\x82\xE5\xA5\xB6\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.411587"], ["updated_at", "2022-09-29 09:06:24.411588"]] TRANSACTION (2.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\x84\xE5\x8F\x98"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\x84\xE5\x8F\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.432269"], ["updated_at", "2022-09-29 09:06:24.432269"]] TRANSACTION (2.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\x84\xE6\x81\xB6\xE6\x9C\x89\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\x84\xE6\x81\xB6\xE6\x9C\x89\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.453149"], ["updated_at", "2022-09-29 09:06:24.453150"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\x9C\xE8\xB4\xAA\xE8\xB5\x83"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\x9C\xE8\xB4\xAA\xE8\xB5\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.487655"], ["updated_at", "2022-09-29 09:06:24.487656"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\x9D\xE4\xB8\x80\xE9\x80\x81\xE4\xB8\x80"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\x9D\xE4\xB8\x80\xE9\x80\x81\xE4\xB8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.518347"], ["updated_at", "2022-09-29 09:06:24.518347"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\x9D\xE8\xA1\x80\xE7\xA4\xBE\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\x9D\xE8\xA1\x80\xE7\xA4\xBE\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.542276"], ["updated_at", "2022-09-29 09:06:24.542277"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\xB7\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\xB7\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.569849"], ["updated_at", "2022-09-29 09:06:24.569850"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\xB7\xE5\xB0\xBF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\xB7\xE5\xB0\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.606522"], ["updated_at", "2022-09-29 09:06:24.606523"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\xB7\xE7\x81\xAB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\xB7\xE7\x81\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.635898"], ["updated_at", "2022-09-29 09:06:24.635899"]] TRANSACTION (5.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\xB7\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\xB7\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.668402"], ["updated_at", "2022-09-29 09:06:24.668403"]] TRANSACTION (6.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\xB7\xE8\xA1\x80"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\xB7\xE8\xA1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.712449"], ["updated_at", "2022-09-29 09:06:24.712450"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x96\xB7\xE9\x9B\xBE\xE5\x9E\x8B\xE8\xBF\xB7\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x96\xB7\xE9\x9B\xBE\xE5\x9E\x8B\xE8\xBF\xB7\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.737356"], ["updated_at", "2022-09-29 09:06:24.737357"]] TRANSACTION (6.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x97\x91\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x97\x91\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.767878"], ["updated_at", "2022-09-29 09:06:24.767879"]] TRANSACTION (5.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x97\xA8\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x97\xA8\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.806869"], ["updated_at", "2022-09-29 09:06:24.806870"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x97\xA8\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x97\xA8\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.834379"], ["updated_at", "2022-09-29 09:06:24.834380"]] TRANSACTION (4.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x98\xBF\xE5\x92\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x98\xBF\xE5\x92\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.861160"], ["updated_at", "2022-09-29 09:06:24.861161"]] TRANSACTION (6.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.895210"], ["updated_at", "2022-09-29 09:06:24.895211"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x99\xA8\xE5\xAE\x98\xE6\x9C\x89\xE5\x81\xBF\xE6\x8D\x90\xE8\xB5\xA0\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x99\xA8\xE5\xAE\x98\xE6\x9C\x89\xE5\x81\xBF\xE6\x8D\x90\xE8\xB5\xA0\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.922618"], ["updated_at", "2022-09-29 09:06:24.922619"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x99\xA8\xE5\xAE\x98\xE8\xB4\xA9\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x99\xA8\xE5\xAE\x98\xE8\xB4\xA9\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.943950"], ["updated_at", "2022-09-29 09:06:24.943950"]] TRANSACTION (3.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x99\xB4\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x99\xB4\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:24.971289"], ["updated_at", "2022-09-29 09:06:24.971290"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.006259"], ["updated_at", "2022-09-29 09:06:25.006260"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9A\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9A\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.030739"], ["updated_at", "2022-09-29 09:06:25.030739"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE4\xB8\x89\xE5\x9B\x9B\xE4\xB9\x9D\xE4\xB8\x83\xE5\x85\xAB\xE4\xBA\x94\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE4\xB8\x89\xE5\x9B\x9B\xE4\xB9\x9D\xE4\xB8\x83\xE5\x85\xAB\xE4\xBA\x94\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.053094"], ["updated_at", "2022-09-29 09:06:25.053095"]] TRANSACTION (4.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.093826"], ["updated_at", "2022-09-29 09:06:25.093827"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE4\xBA\x8C\xE5\x85\xAD\xE7\xA4\xBE\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE4\xBA\x8C\xE5\x85\xAD\xE7\xA4\xBE\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.134027"], ["updated_at", "2022-09-29 09:06:25.134027"]] TRANSACTION (8.3ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE4\xBA\xBA\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE4\xBA\xBA\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.176341"], ["updated_at", "2022-09-29 09:06:25.176342"]] TRANSACTION (6.9ms) COMMIT User Load (8.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE5\x85\xAD\xE7\xBA\xA7,\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE5\x85\xAD\xE7\xBA\xA7,\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.231410"], ["updated_at", "2022-09-29 09:06:25.231412"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE5\x8D\x9A\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE5\x8D\x9A\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.257256"], ["updated_at", "2022-09-29 09:06:25.257257"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE5\xA4\xA7\xE6\x89\xAF"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE5\xA4\xA7\xE6\x89\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.297786"], ["updated_at", "2022-09-29 09:06:25.297787"]] TRANSACTION (3.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE5\xA4\xA7\xE5\x9C\xB0\xE9\x9C\x87\xE5\xBC\x82\xE8\xB1\xA1\xE6\x8F\xAD\xE5\xAF\x86"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE5\xA4\xA7\xE5\x9C\xB0\xE9\x9C\x87\xE5\xBC\x82\xE8\xB1\xA1\xE6\x8F\xAD\xE5\xAF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.328984"], ["updated_at", "2022-09-29 09:06:25.328985"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE6\x9C\xB1\xE6\x98\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE6\x9C\xB1\xE6\x98\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.348912"], ["updated_at", "2022-09-29 09:06:25.348912"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.374488"], ["updated_at", "2022-09-29 09:06:25.374489"]] TRANSACTION (4.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE5\xB7\x9D\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.408521"], ["updated_at", "2022-09-29 09:06:25.408522"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.443593"], ["updated_at", "2022-09-29 09:06:25.443593"]] TRANSACTION (7.2ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE6\xB5\xB7\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE6\xB5\xB7\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.483654"], ["updated_at", "2022-09-29 09:06:25.483655"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE6\xB5\xB7\xE9\xBE\x99\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE6\xB5\xB7\xE9\xBE\x99\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.516801"], ["updated_at", "2022-09-29 09:06:25.516802"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE7\xBA\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE7\xBA\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.537972"], ["updated_at", "2022-09-29 09:06:25.537973"]] TRANSACTION (3.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9B\xE9\xA3\x8E"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9B\xE9\xA3\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.561434"], ["updated_at", "2022-09-29 09:06:25.561434"]] TRANSACTION (4.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE5\x9B\x9E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE5\x9B\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.599139"], ["updated_at", "2022-09-29 09:06:25.599141"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE5\xA4\x8D\xE5\x8F\xAF\xE8\xA7\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE5\xA4\x8D\xE5\x8F\xAF\xE8\xA7\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.625467"], ["updated_at", "2022-09-29 09:06:25.625468"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE5\xBF\x86\xE5\x85\xAD\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE5\xBF\x86\xE5\x85\xAD\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.646867"], ["updated_at", "2022-09-29 09:06:25.646868"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (8.7ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.677378"], ["updated_at", "2022-09-29 09:06:25.677379"]] TRANSACTION (8.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.730051"], ["updated_at", "2022-09-29 09:06:25.730051"]] TRANSACTION (5.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.762162"], ["updated_at", "2022-09-29 09:06:25.762165"]] TRANSACTION (4.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\xB0\x91\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\xB0\x91\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.804267"], ["updated_at", "2022-09-29 09:06:25.804268"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\xB0\x91\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\xB0\x91\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.835096"], ["updated_at", "2022-09-29 09:06:25.835097"]] TRANSACTION (4.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\xB0\x91\xE7\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\xB0\x91\xE7\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:25.861097"], ["updated_at", "2022-09-29 09:06:25.861097"]] TRANSACTION (94.2ms) COMMIT User Load (25.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\xB1\x89\xE5\x86\xB2\xE7\xAA\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\xB1\x89\xE5\x86\xB2\xE7\xAA\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.012738"], ["updated_at", "2022-09-29 09:06:26.012740"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.046101"], ["updated_at", "2022-09-29 09:06:26.046102"]] TRANSACTION (4.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\x9E\xE8\x89\xAF\xE7\x8E\x89"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\x9E\xE8\x89\xAF\xE7\x8E\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.083811"], ["updated_at", "2022-09-29 09:06:26.083814"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xA0\xE6\xAF\x92\xE7\xA1\xAB\xE7\xA3\xB7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xA0\xE6\xAF\x92\xE7\xA1\xAB\xE7\xA3\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.118474"], ["updated_at", "2022-09-29 09:06:26.118478"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xA0\xE6\xAF\x92\xE7\xA3\xB7"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xA0\xE6\xAF\x92\xE7\xA3\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.141572"], ["updated_at", "2022-09-29 09:06:26.141573"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xB4\xE6\x94\xBB\xE4\xB8\x8A\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xB4\xE6\x94\xBB\xE4\xB8\x8A\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.171330"], ["updated_at", "2022-09-29 09:06:26.171331"]] TRANSACTION (5.7ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBDwu\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBDwu\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.212755"], ["updated_at", "2022-09-29 09:06:26.212756"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE4\xB8\x80\xE4\xB9\x9D\xE4\xBA\x94\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE4\xB8\x80\xE4\xB9\x9D\xE4\xBA\x94\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.237116"], ["updated_at", "2022-09-29 09:06:26.237116"]] TRANSACTION (3.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE4\xB9\x8B\xE6\xAF\x8D"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE4\xB9\x8B\xE6\xAF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.260652"], ["updated_at", "2022-09-29 09:06:26.260653"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE4\xBA\xA7av"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE4\xBA\xA7av"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.291777"], ["updated_at", "2022-09-29 09:06:26.291778"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE4\xBA\xA7v"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE4\xBA\xA7v"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.318981"], ["updated_at", "2022-09-29 09:06:26.318982"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE4\xBA\xA7\xE6\xB1\xBD\xE7\x8B\x97\xE4\xB8\x93\xE5\x8D\x96\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE4\xBA\xA7\xE6\xB1\xBD\xE7\x8B\x97\xE4\xB8\x93\xE5\x8D\x96\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.340897"], ["updated_at", "2022-09-29 09:06:26.340898"]] TRANSACTION (3.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\x86\x85\xE5\xA4\xA9\xE4\xBD\xBF\xE5\x81\x9A\xE7\x88\xB1\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\x86\x85\xE5\xA4\xA9\xE4\xBD\xBF\xE5\x81\x9A\xE7\x88\xB1\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.364481"], ["updated_at", "2022-09-29 09:06:26.364485"]] TRANSACTION (4.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.393784"], ["updated_at", "2022-09-29 09:06:26.393784"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\x8A\x9E\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\x8A\x9E\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.418492"], ["updated_at", "2022-09-29 09:06:26.418492"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xA4\x96"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xA4\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.442161"], ["updated_at", "2022-09-29 09:06:26.442161"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xA7\x86"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.466689"], ["updated_at", "2022-09-29 09:06:26.466690"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.501545"], ["updated_at", "2022-09-29 09:06:26.501546"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.524796"], ["updated_at", "2022-09-29 09:06:26.524796"]] TRANSACTION (3.1ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\x90\x9E\xE5\xBE\x97"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\x90\x9E\xE5\xBE\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.545874"], ["updated_at", "2022-09-29 09:06:26.545875"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\xA6\x93"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\xA6\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.571097"], ["updated_at", "2022-09-29 09:06:26.571098"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\xAE\x89\xE5\x85\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\xAE\x89\xE5\x85\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.604831"], ["updated_at", "2022-09-29 09:06:26.604832"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.627295"], ["updated_at", "2022-09-29 09:06:26.627295"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE6\x94\xBF\xE7\xAD\x96\xE6\xB3\x95\xE8\xA7\x84"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE6\x94\xBF\xE7\xAD\x96\xE6\xB3\x95\xE8\xA7\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.647039"], ["updated_at", "2022-09-29 09:06:26.647040"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE6\x9C\xBA\xE5\xAF\x86"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE6\x9C\xBA\xE5\xAF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.675871"], ["updated_at", "2022-09-29 09:06:26.675871"]] TRANSACTION (13.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE8\xBD\xAF\xE5\xBC\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xAE\xB6\xE8\xBD\xAF\xE5\xBC\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.719474"], ["updated_at", "2022-09-29 09:06:26.719475"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE5\xBA\x93\xE6\x8A\x98"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE5\xBA\x93\xE6\x8A\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.743210"], ["updated_at", "2022-09-29 09:06:26.743211"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE6\xAF\x8D"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE6\xAF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.769699"], ["updated_at", "2022-09-29 09:06:26.769700"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE6\xB0\x91\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE6\xB0\x91\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.808960"], ["updated_at", "2022-09-29 09:06:26.808960"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE7\xBB\x9F\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE7\xBB\x9F\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.835306"], ["updated_at", "2022-09-29 09:06:26.835307"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE7\xBB\x9F\xE7\xBA\xB2\xE9\xA2\x86"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE7\xBB\x9F\xE7\xBA\xB2\xE9\xA2\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.855950"], ["updated_at", "2022-09-29 09:06:26.855950"]] TRANSACTION (3.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE8\x80\x83\xE8\x80\x83\xE7\x94\x9F\xE5\x90\x8D\xE5\x8D\x95\xE5\x87\xBA\xE5\x94\xAEq"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE8\x80\x83\xE8\x80\x83\xE7\x94\x9F\xE5\x90\x8D\xE5\x8D\x95\xE5\x87\xBA\xE5\x94\xAEq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.887710"], ["updated_at", "2022-09-29 09:06:26.887711"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE8\x89\xB2\xE5\xA4\xA9\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE8\x89\xB2\xE5\xA4\xA9\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.915119"], ["updated_at", "2022-09-29 09:06:26.915120"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE8\xB4\xBC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE8\xB4\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.937206"], ["updated_at", "2022-09-29 09:06:26.937207"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE5\xA3\xB0\xE6\x8F\xB4\xE8\xA5\xBF\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE5\xA3\xB0\xE6\x8F\xB4\xE8\xA5\xBF\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:26.959094"], ["updated_at", "2022-09-29 09:06:26.959095"]] TRANSACTION (6.0ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE5\xA3\xB0\xE6\x8F\xB4\xE8\xA5\xBF\xE8\x97\x8F\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE5\xA3\xB0\xE6\x8F\xB4\xE8\xA5\xBF\xE8\x97\x8F\xE8\xBF\x90\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.007620"], ["updated_at", "2022-09-29 09:06:27.007621"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.037586"], ["updated_at", "2022-09-29 09:06:27.037587"]] TRANSACTION (3.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE6\x8A\x95\xE6\xB3\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE6\x8A\x95\xE6\xB3\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.060809"], ["updated_at", "2022-09-29 09:06:27.060810"]] TRANSACTION (7.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE7\x89\xB9\xE8\xB5\xA6"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBD\xE9\x99\x85\xE7\x89\xB9\xE8\xB5\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.099049"], ["updated_at", "2022-09-29 09:06:27.099049"]] TRANSACTION (3.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9B\xBE\xE7\x89\x87\xE9\x93\xBE\xE6\x8E\xA5"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9B\xBE\xE7\x89\x87\xE9\x93\xBE\xE6\x8E\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.130507"], ["updated_at", "2022-09-29 09:06:27.130508"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x86\xE6\x98\x8E\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x86\xE6\x98\x8E\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.152649"], ["updated_at", "2022-09-29 09:06:27.152650"]] TRANSACTION (6.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x86\xE6\xB6\xA6"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x86\xE6\xB6\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.184979"], ["updated_at", "2022-09-29 09:06:27.184981"]] TRANSACTION (4.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x86\xE6\xBB\xA1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x86\xE6\xBB\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.221631"], ["updated_at", "2022-09-29 09:06:27.221632"]] TRANSACTION (2.4ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x8Bwu\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x8Bwu\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.246646"], ["updated_at", "2022-09-29 09:06:27.246647"]] TRANSACTION (6.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x8B\xE5\x85\xA7\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x8B\xE5\x85\xA7\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.279753"], ["updated_at", "2022-09-29 09:06:27.279755"]] TRANSACTION (6.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x8B\xE7\x94\xA2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x8B\xE7\x94\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.320068"], ["updated_at", "2022-09-29 09:06:27.320068"]] TRANSACTION (2.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x8C\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x8C\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.343458"], ["updated_at", "2022-09-29 09:06:27.343459"]] TRANSACTION (6.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x9Fg"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x9Fg"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.381315"], ["updated_at", "2022-09-29 09:06:27.381316"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x9F\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x9F\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.420521"], ["updated_at", "2022-09-29 09:06:27.420522"]] TRANSACTION (4.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x9F\xE5\x8C\xAA\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x9F\xE5\x8C\xAA\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.446112"], ["updated_at", "2022-09-29 09:06:27.446112"]] TRANSACTION (6.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x9F\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x9F\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.479070"], ["updated_at", "2022-09-29 09:06:27.479071"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\x9F\xE7\x82\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\x9F\xE7\x82\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.517425"], ["updated_at", "2022-09-29 09:06:27.517425"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA3\xE5\xA5\xB3\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA3\xE5\xA5\xB3\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.543036"], ["updated_at", "2022-09-29 09:06:27.543036"]] TRANSACTION (5.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA3\xE6\x88\x98\xE4\xB8\x8D\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA3\xE6\x88\x98\xE4\xB8\x8D\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.570587"], ["updated_at", "2022-09-29 09:06:27.570588"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA3\xE6\x88\x98\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA3\xE6\x88\x98\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.609867"], ["updated_at", "2022-09-29 09:06:27.609868"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA3\xE6\xAE\xBF\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA3\xE6\xAE\xBF\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.636554"], ["updated_at", "2022-09-29 09:06:27.636555"]] TRANSACTION (3.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA3\xE7\x81\xAB\xE6\x8A\xA4\xE5\x8D\xAB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA3\xE7\x81\xAB\xE6\x8A\xA4\xE5\x8D\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.662190"], ["updated_at", "2022-09-29 09:06:27.662190"]] TRANSACTION (5.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA3\xE7\x81\xB5\xE9\x87\x8D\xE5\xBB\xBA\xE6\x95\x99\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA3\xE7\x81\xB5\xE9\x87\x8D\xE5\xBB\xBA\xE6\x95\x99\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.700328"], ["updated_at", "2022-09-29 09:06:27.700329"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE5\x8D\x81\xE6\x9C\x88"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE5\x8D\x81\xE6\x9C\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.729595"], ["updated_at", "2022-09-29 09:06:27.729596"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE5\x81\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE5\x81\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.754752"], ["updated_at", "2022-09-29 09:06:27.754753"]] TRANSACTION (4.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE5\x8D\xB3\xE5\x8F\xAF"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE5\x8D\xB3\xE5\x8F\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.790504"], ["updated_at", "2022-09-29 09:06:27.790505"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE5\x8F\xAF\xE5\x81\x9A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE5\x8F\xAF\xE5\x81\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.821668"], ["updated_at", "2022-09-29 09:06:27.821669"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE6\x8C\xA3\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE5\xAE\xB6\xE6\x8C\xA3\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.846086"], ["updated_at", "2022-09-29 09:06:27.846087"]] TRANSACTION (5.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE5\x8A\x9E\xE7\x90\x86\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE5\x8A\x9E\xE7\x90\x86\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.875980"], ["updated_at", "2022-09-29 09:06:27.875981"]] TRANSACTION (6.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE6\x92\xAD\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE6\x92\xAD\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.914021"], ["updated_at", "2022-09-29 09:06:27.914022"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.942250"], ["updated_at", "2022-09-29 09:06:27.942251"]] TRANSACTION (2.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE6\xBF\x80\xE6\x83\x85\xE8\x84\xB1\xE8\xA1\xA3\xE8\x89\xB3\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE6\xBF\x80\xE6\x83\x85\xE8\x84\xB1\xE8\xA1\xA3\xE8\x89\xB3\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:27.965826"], ["updated_at", "2022-09-29 09:06:27.965828"]] TRANSACTION (5.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xA8\xE7\xBA\xBF\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.002374"], ["updated_at", "2022-09-29 09:06:28.002374"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE5\x85\x88\xE7\x83\x88"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE5\x85\x88\xE7\x83\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.025469"], ["updated_at", "2022-09-29 09:06:28.025470"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE5\x85\x88\xE7\x83\x88\xE4\xBB\xAC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE5\x85\x88\xE7\x83\x88\xE4\xBB\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.045695"], ["updated_at", "2022-09-29 09:06:28.045696"]] TRANSACTION (4.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE5\x88\x8A\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE5\x88\x8A\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.075115"], ["updated_at", "2022-09-29 09:06:28.075117"]] TRANSACTION (9.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE6\x95\x99\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE6\x95\x99\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.124445"], ["updated_at", "2022-09-29 09:06:28.124445"]] TRANSACTION (2.9ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE7\x9A\x84\xE5\x85\x88\xE7\x83\x88\xE4\xBB\xAC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE7\x9A\x84\xE5\x85\x88\xE7\x83\x88\xE4\xBB\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.147437"], ["updated_at", "2022-09-29 09:06:28.147438"]] TRANSACTION (6.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE9\x92\xB1\xE5\xBA\x84"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE4\xB8\x8B\xE9\x92\xB1\xE5\xBA\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.180598"], ["updated_at", "2022-09-29 09:06:28.180599"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE4\xBA\xA7\xE4\xB9\x8B\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE4\xBA\xA7\xE4\xB9\x8B\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.216609"], ["updated_at", "2022-09-29 09:06:28.216609"]] TRANSACTION (3.1ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE5\xA1\x9E\xE7\xB1\xB3\xE6\x9D\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE5\xA1\x9E\xE7\xB1\xB3\xE6\x9D\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.237956"], ["updated_at", "2022-09-29 09:06:28.237957"]] TRANSACTION (3.3ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE5\xA5\x88\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE5\xA5\x88\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.258996"], ["updated_at", "2022-09-29 09:06:28.258996"]] TRANSACTION (4.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE7\x82\xB9\xE9\x83\xBD\xE6\x98\xAF\xE5\xAE\xA2\xE4\xBA\xBA\xE5\x86\xB3\xE5\xAE\x9A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE7\x82\xB9\xE9\x83\xBD\xE6\x98\xAF\xE5\xAE\xA2\xE4\xBA\xBA\xE5\x86\xB3\xE5\xAE\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.294852"], ["updated_at", "2022-09-29 09:06:28.294852"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE7\xA3\x85\xE8\xA7\xA3\xE7\xA0\x81\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE7\xA3\x85\xE8\xA7\xA3\xE7\xA0\x81\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.320523"], ["updated_at", "2022-09-29 09:06:28.320524"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE7\xA3\x85\xE9\x81\xA5\xE6\x8E\xA7\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE7\xA3\x85\xE9\x81\xA5\xE6\x8E\xA7\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.341436"], ["updated_at", "2022-09-29 09:06:28.341436"]] TRANSACTION (2.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE7\xA8\x8E\xE9\xAB\xAE\xE7\xA5\xA8QQ"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE7\xA8\x8E\xE9\xAB\xAE\xE7\xA5\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.365312"], ["updated_at", "2022-09-29 09:06:28.365314"]] TRANSACTION (7.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE8\xA5\xBF\xE6\xB3\xAE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE8\xA5\xBF\xE6\xB3\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.405112"], ["updated_at", "2022-09-29 09:06:28.405113"]] TRANSACTION (5.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE9\x9C\x87\xE6\x9D\xA5\xE5\xBE\x97\xE6\x9B\xB4\xE7\x8C\x9B\xE7\x83\x88"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE9\x9C\x87\xE6\x9D\xA5\xE5\xBE\x97\xE6\x9B\xB4\xE7\x8C\x9B\xE7\x83\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.444650"], ["updated_at", "2022-09-29 09:06:28.444650"]] TRANSACTION (3.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9C\xB0\xE9\x9C\x87\xE9\xA2\x84\xE6\xB5\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9C\xB0\xE9\x9C\x87\xE9\xA2\x84\xE6\xB5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.470560"], ["updated_at", "2022-09-29 09:06:28.470561"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9D\x87\xE5\x8F\xAF"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9D\x87\xE5\x8F\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.502405"], ["updated_at", "2022-09-29 09:06:28.502405"]] TRANSACTION (3.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9D\x90\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9D\x90\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.528769"], ["updated_at", "2022-09-29 09:06:28.528770"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9D\x90\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9D\x90\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.549989"], ["updated_at", "2022-09-29 09:06:28.549990"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9D\x90\xE5\x8F\xB0\xE6\x89\x93\xE6\xB3\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9D\x90\xE5\x8F\xB0\xE6\x89\x93\xE6\xB3\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.574379"], ["updated_at", "2022-09-29 09:06:28.574380"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9D\x9A\xE6\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9D\x9A\xE6\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.610370"], ["updated_at", "2022-09-29 09:06:28.610372"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9D\x9A\xE7\xA1\xAC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9D\x9A\xE7\xA1\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.632444"], ["updated_at", "2022-09-29 09:06:28.632445"]] TRANSACTION (3.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9D\xA6\xE5\x85\x8B\xE5\x8E\x8B\xE5\xA4\xA7\xE5\xAD\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9D\xA6\xE5\x85\x8B\xE5\x8E\x8B\xE5\xA4\xA7\xE5\xAD\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.656339"], ["updated_at", "2022-09-29 09:06:28.656340"]] TRANSACTION (4.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\x82\xE6\xB6\x8E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\x82\xE6\xB6\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.688391"], ["updated_at", "2022-09-29 09:06:28.688393"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\x83\xE5\x9C\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\x83\xE5\x9C\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.722821"], ["updated_at", "2022-09-29 09:06:28.722822"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.750786"], ["updated_at", "2022-09-29 09:06:28.750787"]] TRANSACTION (8.4ms) COMMIT User Load (9.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.799585"], ["updated_at", "2022-09-29 09:06:28.799586"]] TRANSACTION (6.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.857868"], ["updated_at", "2022-09-29 09:06:28.857870"]] TRANSACTION (5.7ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.910895"], ["updated_at", "2022-09-29 09:06:28.910896"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.945988"], ["updated_at", "2022-09-29 09:06:28.945988"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:28.971264"], ["updated_at", "2022-09-29 09:06:28.971265"]] TRANSACTION (5.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.008822"], ["updated_at", "2022-09-29 09:06:29.008823"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9E\xA1\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9E\xA1\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.036923"], ["updated_at", "2022-09-29 09:06:29.036923"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\x8E\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\x8E\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.060027"], ["updated_at", "2022-09-29 09:06:29.060027"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\x8E\xE7\xAE\xA1\xE6\x9A\xB4\xE5\x8A\x9B\xE6\x89\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\x8E\xE7\xAE\xA1\xE6\x9A\xB4\xE5\x8A\x9B\xE6\x89\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.090509"], ["updated_at", "2022-09-29 09:06:29.090510"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\x8E\xE7\xAE\xA1\xE7\x81\xAD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\x8E\xE7\xAE\xA1\xE7\x81\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.124260"], ["updated_at", "2022-09-29 09:06:29.124261"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\xBA\xE5\x9C\xB0\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\xBA\xE5\x9C\xB0\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.145691"], ["updated_at", "2022-09-29 09:06:29.145692"]] TRANSACTION (2.5ms) COMMIT User Load (8.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\xBA\xE6\x9C\xAC\xE6\xB7\xBB\xE4\xB8\x8A\xE4\xB8\x80\xE5\xB9\xB3\xE5\x8B\xBA\xE7\xA2\xB3"], ["LIMIT", 1]] TRANSACTION (13.0ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\xBA\xE6\x9C\xAC\xE6\xB7\xBB\xE4\xB8\x8A\xE4\xB8\x80\xE5\xB9\xB3\xE5\x8B\xBA\xE7\xA2\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.179363"], ["updated_at", "2022-09-29 09:06:29.179365"]] TRANSACTION (12.7ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x85\x8D\xE6\x96\xB9\xE6\x98\xAF\xE7\xA1\x9D\xE9\x85\xB8\xE7\x94\x98"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x85\x8D\xE6\x96\xB9\xE6\x98\xAF\xE7\xA1\x9D\xE9\x85\xB8\xE7\x94\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.264260"], ["updated_at", "2022-09-29 09:06:29.264261"]] TRANSACTION (7.7ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x9D\xA0\xE5\x90\xBC"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x9D\xA0\xE5\x90\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.312431"], ["updated_at", "2022-09-29 09:06:29.312433"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\xBA\xE7\x9D\xA3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\xBA\xE7\x9D\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.354128"], ["updated_at", "2022-09-29 09:06:29.354129"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\xBA\xE7\x9D\xA3\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\xBA\xE7\x9D\xA3\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.379106"], ["updated_at", "2022-09-29 09:06:29.379107"]] TRANSACTION (3.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\x9F\xBA\xE7\x9D\xA3\xE7\x81\xB5\xE6\x81\xA9\xE5\xB8\x83\xE9\x81\x93\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\x9F\xBA\xE7\x9D\xA3\xE7\x81\xB5\xE6\x81\xA9\xE5\xB8\x83\xE9\x81\x93\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.407173"], ["updated_at", "2022-09-29 09:06:29.407174"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA0\x95\xE6\x81\x8B"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA0\x95\xE6\x81\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.437853"], ["updated_at", "2022-09-29 09:06:29.437854"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA0\xB1\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA0\xB1\xE5\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.470145"], ["updated_at", "2022-09-29 09:06:29.470145"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA1\x94\xE5\x88\xA9\xE7\x8F\xAD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA1\x94\xE5\x88\xA9\xE7\x8F\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.500465"], ["updated_at", "2022-09-29 09:06:29.500466"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA2\x83\xE5\xA4\x96\xE5\xAA\x92\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA2\x83\xE5\xA4\x96\xE5\xAA\x92\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.535334"], ["updated_at", "2022-09-29 09:06:29.535335"]] TRANSACTION (4.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA2\xA8\xE8\x88\x9E\xE7\xBA\xA2\xE5\xB0\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA2\xA8\xE8\x88\x9E\xE7\xBA\xA2\xE5\xB0\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.568701"], ["updated_at", "2022-09-29 09:06:29.568708"]] TRANSACTION (5.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA2\xA8\xE8\x88\x9E\xE7\xBA\xA2\xE5\xB0\x98\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA2\xA8\xE8\x88\x9E\xE7\xBA\xA2\xE5\xB0\x98\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.599159"], ["updated_at", "2022-09-29 09:06:29.599162"]] TRANSACTION (6.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA3\xAB\xE5\xBA\xB7\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA3\xAB\xE5\xBA\xB7\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.635931"], ["updated_at", "2022-09-29 09:06:29.635932"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA3\xAB\xE7\x9A\x84\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA3\xAB\xE7\x9A\x84\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.659495"], ["updated_at", "2022-09-29 09:06:29.659495"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA3\xAB\xE7\x9A\x84\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA3\xAB\xE7\x9A\x84\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.682397"], ["updated_at", "2022-09-29 09:06:29.682397"]] TRANSACTION (3.5ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA3\xB0\xE8\x89\xB2\xE5\x9C\xBA\xE6\x89\x80"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA3\xB0\xE8\x89\xB2\xE5\x9C\xBA\xE6\x89\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.714581"], ["updated_at", "2022-09-29 09:06:29.714582"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x84\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x84\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.740087"], ["updated_at", "2022-09-29 09:06:29.740087"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x84\xE5\xA5\xB3\xE7\xBB\x88\xE7\xBB\x93\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x84\xE5\xA5\xB3\xE7\xBB\x88\xE7\xBB\x93\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.758782"], ["updated_at", "2022-09-29 09:06:29.758782"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x84\xE5\xA5\xB3\xE8\x86\x9C"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x84\xE5\xA5\xB3\xE8\x86\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.777004"], ["updated_at", "2022-09-29 09:06:29.777004"]] TRANSACTION (5.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x84\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x84\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.801981"], ["updated_at", "2022-09-29 09:06:29.801983"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x84\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x84\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.839589"], ["updated_at", "2022-09-29 09:06:29.839590"]] TRANSACTION (3.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x84\xE7\x94\xB7"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x84\xE7\x94\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.866124"], ["updated_at", "2022-09-29 09:06:29.866124"]] TRANSACTION (2.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x8D\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x8D\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.889019"], ["updated_at", "2022-09-29 09:06:29.889020"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x8D\xE5\x8D\xB0\xE4\xBB\xB6\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x8D\xE5\x8D\xB0\xE4\xBB\xB6\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.920979"], ["updated_at", "2022-09-29 09:06:29.920980"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x8D\xE5\x8D\xB0\xE4\xBB\xB6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x8D\xE5\x8D\xB0\xE4\xBB\xB6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.945332"], ["updated_at", "2022-09-29 09:06:29.945332"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x8F\xE5\xAE\x9D\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x8F\xE5\xAE\x9D\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.964988"], ["updated_at", "2022-09-29 09:06:29.964989"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x8F\xE5\xB7\x9D\xE7\xBA\xAF"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x8F\xE5\xB7\x9D\xE7\xBA\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:29.985794"], ["updated_at", "2022-09-29 09:06:29.985795"]] TRANSACTION (8.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x8F\xE6\x98\x8E\xE7\xBF\xB0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x8F\xE6\x98\x8E\xE7\xBF\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.031970"], ["updated_at", "2022-09-29 09:06:30.031970"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x8F\xE8\x8F\xB2\xE5\xB0\x94\xE5\x9B\xBD\xE9\x99\x85\xE5\x87\xBA\xE7\x89\x88\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x8F\xE8\x8F\xB2\xE5\xB0\x94\xE5\x9B\xBD\xE9\x99\x85\xE5\x87\xBA\xE7\x89\x88\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.054589"], ["updated_at", "2022-09-29 09:06:30.054589"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x95\xE6\xA0\x91\xE8\x88\x9E\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x95\xE6\xA0\x91\xE8\x88\x9E\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.075291"], ["updated_at", "2022-09-29 09:06:30.075292"]] TRANSACTION (7.0ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.115125"], ["updated_at", "2022-09-29 09:06:30.115127"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE4\xBA\xA4\xE4\xB8\x8E\xE6\x96\xB9\xE7\x95\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE4\xBA\xA4\xE4\xB8\x8E\xE6\x96\xB9\xE7\x95\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.146902"], ["updated_at", "2022-09-29 09:06:30.146902"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE4\xBA\xA4\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE4\xBA\xA4\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.169304"], ["updated_at", "2022-09-29 09:06:30.169305"]] TRANSACTION (3.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE5\x9B\xB4\xE8\xB5\x8C\xE7\x90\x83"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE5\x9B\xB4\xE8\xB5\x8C\xE7\x90\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.192890"], ["updated_at", "2022-09-29 09:06:30.192891"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE5\x9B\xBD\xE5\xA6\x9E"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE5\x9B\xBD\xE5\xA6\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.227501"], ["updated_at", "2022-09-29 09:06:30.227502"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE5\xAE\xA3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE5\xAE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.255433"], ["updated_at", "2022-09-29 09:06:30.255434"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE8\x92\x99\xE5\x9B\x9E\xE5\xBD\x92"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE8\x92\x99\xE5\x9B\x9E\xE5\xBD\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.280120"], ["updated_at", "2022-09-29 09:06:30.280121"]] TRANSACTION (5.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.314620"], ["updated_at", "2022-09-29 09:06:30.314622"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x96\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x96\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.355389"], ["updated_at", "2022-09-29 09:06:30.355390"]] TRANSACTION (3.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE4\xBA\xBA\xE6\x80\xA7\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE4\xBA\xBA\xE6\x80\xA7\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.387735"], ["updated_at", "2022-09-29 09:06:30.387736"]] TRANSACTION (6.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE4\xBA\xBA\xE7\xBE\xA4\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE4\xBA\xBA\xE7\xBE\xA4\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.433844"], ["updated_at", "2022-09-29 09:06:30.433849"]] TRANSACTION (6.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE4\xBA\xBA\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE4\xBA\xBA\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.487917"], ["updated_at", "2022-09-29 09:06:30.487918"]] TRANSACTION (5.2ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.537151"], ["updated_at", "2022-09-29 09:06:30.537153"]] TRANSACTION (4.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE5\x85\x9A\xE6\x89\xA7\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE5\x85\x9A\xE6\x89\xA7\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.571053"], ["updated_at", "2022-09-29 09:06:30.571054"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE5\x8A\xB3\xE5\xA4\x9A\xE5\xBE\x97"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE5\x8A\xB3\xE5\xA4\x9A\xE5\xBE\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.599081"], ["updated_at", "2022-09-29 09:06:30.599082"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE5\xA4\x9A\xE6\x94\xAF\xE6\x8C\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE5\xA4\x9A\xE6\x94\xAF\xE6\x8C\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.633240"], ["updated_at", "2022-09-29 09:06:30.633241"]] TRANSACTION (4.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE7\xBB\xB4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE7\xBB\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.659525"], ["updated_at", "2022-09-29 09:06:30.659526"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE7\xBE\x8E\xE5\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE7\xBE\x8E\xE5\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.681760"], ["updated_at", "2022-09-29 09:06:30.681760"]] TRANSACTION (5.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9A\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9A\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.714555"], ["updated_at", "2022-09-29 09:06:30.714556"]] TRANSACTION (5.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE5\x8B\xA4\xE7\x97\x85\xE6\xA0\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE5\x8B\xA4\xE7\x97\x85\xE6\xA0\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.749779"], ["updated_at", "2022-09-29 09:06:30.749780"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE5\x8D\x8A\xE5\x8A\xA0\xE7\xA8\x8E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE5\x8D\x8A\xE5\x8A\xA0\xE7\xA8\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.775632"], ["updated_at", "2022-09-29 09:06:30.775632"]] TRANSACTION (5.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.803666"], ["updated_at", "2022-09-29 09:06:30.803667"]] TRANSACTION (5.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE6\x80\xBB\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE6\x80\xBB\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.844819"], ["updated_at", "2022-09-29 09:06:30.844819"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.875219"], ["updated_at", "2022-09-29 09:06:30.875220"]] TRANSACTION (6.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE7\x8C\xAB\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE7\x8C\xAB\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.913110"], ["updated_at", "2022-09-29 09:06:30.913111"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.949953"], ["updated_at", "2022-09-29 09:06:30.949954"]] TRANSACTION (3.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE8\x89\xB2\xE7\x8E\x8B\xE6\x9C\x9D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE8\x89\xB2\xE7\x8E\x8B\xE6\x9C\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:30.978261"], ["updated_at", "2022-09-29 09:06:30.978261"]] TRANSACTION (6.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE8\x89\xB2\xE8\xB4\xB5\xE6\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE8\x89\xB2\xE8\xB4\xB5\xE6\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.009420"], ["updated_at", "2022-09-29 09:06:31.009421"]] TRANSACTION (7.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\x9C\xE8\xAF\x9D\xE7\xB4\xAB\xE7\xA6\x81\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\x9C\xE8\xAF\x9D\xE7\xB4\xAB\xE7\xA6\x81\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.047881"], ["updated_at", "2022-09-29 09:06:31.047882"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7b"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.076768"], ["updated_at", "2022-09-29 09:06:31.076769"]] TRANSACTION (5.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7sb"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7sb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.105646"], ["updated_at", "2022-09-29 09:06:31.105647"]] TRANSACTION (6.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE4\xB8\xAD\xE5\x8D\x8E\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE4\xB8\xAD\xE5\x8D\x8E\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.147426"], ["updated_at", "2022-09-29 09:06:31.147427"]] TRANSACTION (3.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE4\xB8\xAD\xE5\x9B\xBD\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.176148"], ["updated_at", "2022-09-29 09:06:31.176148"]] TRANSACTION (5.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.204689"], ["updated_at", "2022-09-29 09:06:31.204690"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE4\xBC\x97\xE7\x9C\x9F\xE4\xBA\xBA\xE7\x9C\x9F\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE4\xBC\x97\xE7\x9C\x9F\xE4\xBA\xBA\xE7\x9C\x9F\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.238776"], ["updated_at", "2022-09-29 09:06:31.238777"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x8A\x9B\xE6\x8A\xBD\xE9\x80\x81"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x8A\x9B\xE6\x8A\xBD\xE9\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.264800"], ["updated_at", "2022-09-29 09:06:31.264800"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x8F\x82\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x8F\x82\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.290235"], ["updated_at", "2022-09-29 09:06:31.290236"]] TRANSACTION (6.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x8F\xB2"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x8F\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.331692"], ["updated_at", "2022-09-29 09:06:31.331694"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x8F\xB2\xE7\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x8F\xB2\xE7\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.359679"], ["updated_at", "2022-09-29 09:06:31.359679"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x8F\xB2\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x8F\xB2\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.386020"], ["updated_at", "2022-09-29 09:06:31.386020"]] TRANSACTION (4.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x92\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.420630"], ["updated_at", "2022-09-29 09:06:31.420631"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x92\xAA\xE5\x92\xAA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x92\xAA\xE5\x92\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.452076"], ["updated_at", "2022-09-29 09:06:31.452077"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x98\xB4\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x98\xB4\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.475992"], ["updated_at", "2022-09-29 09:06:31.475993"]] TRANSACTION (5.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.504239"], ["updated_at", "2022-09-29 09:06:31.504240"]] TRANSACTION (4.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\x9C\x86\xE6\xBB\xA1\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\x9C\x86\xE6\xBB\xA1\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.541604"], ["updated_at", "2022-09-29 09:06:31.541605"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xA1\xBF\xE5\xAE\x81\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xA1\xBF\xE5\xAE\x81\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.569720"], ["updated_at", "2022-09-29 09:06:31.569721"]] TRANSACTION (3.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.596819"], ["updated_at", "2022-09-29 09:06:31.596820"]] TRANSACTION (5.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xA5\xB6\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xA5\xB6\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.635761"], ["updated_at", "2022-09-29 09:06:31.635762"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xA5\xB6\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xA5\xB6\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.670929"], ["updated_at", "2022-09-29 09:06:31.670930"]] TRANSACTION (3.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xA5\xB6\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xA5\xB6\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.698365"], ["updated_at", "2022-09-29 09:06:31.698366"]] TRANSACTION (4.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xA6\x93\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xA6\x93\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.735270"], ["updated_at", "2022-09-29 09:06:31.735271"]] TRANSACTION (3.4ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xAD\xA6\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xAD\xA6\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.773916"], ["updated_at", "2022-09-29 09:06:31.773918"]] TRANSACTION (5.6ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xAE\x9D\xE8\xB4\x9D"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xAE\x9D\xE8\xB4\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.810758"], ["updated_at", "2022-09-29 09:06:31.810759"]] TRANSACTION (8.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xAE\xB6\xE4\xBC\x99"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xAE\xB6\xE4\xBC\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.861868"], ["updated_at", "2022-09-29 09:06:31.861868"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xAE\xB6\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xAE\xB6\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.893450"], ["updated_at", "2022-09-29 09:06:31.893451"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xB0\x86\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xB0\x86\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.927658"], ["updated_at", "2022-09-29 09:06:31.927659"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xB1\x81\xE8\x82\xA1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xB1\x81\xE8\x82\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.963546"], ["updated_at", "2022-09-29 09:06:31.963548"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:31.990686"], ["updated_at", "2022-09-29 09:06:31.990687"]] TRANSACTION (5.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE5\xBA\x84"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE5\xBA\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.024978"], ["updated_at", "2022-09-29 09:06:32.024979"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\x89\xB9\xE8\xB4\xAA\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\x89\xB9\xE8\xB4\xAA\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.058258"], ["updated_at", "2022-09-29 09:06:32.058259"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\x8F\xAD\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\x8F\xAD\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.079290"], ["updated_at", "2022-09-29 09:06:32.079291"]] TRANSACTION (4.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xAF\x8D\xE7\x89\x9B\xE5\xA8\xB1\xE4\xB9\x90\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xAF\x8D\xE7\x89\x9B\xE5\xA8\xB1\xE4\xB9\x90\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.108565"], ["updated_at", "2022-09-29 09:06:32.108566"]] TRANSACTION (5.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.151918"], ["updated_at", "2022-09-29 09:06:32.151919"]] TRANSACTION (5.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.178650"], ["updated_at", "2022-09-29 09:06:32.178651"]] TRANSACTION (3.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE4\xB9\x8B\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE4\xB9\x8B\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.203174"], ["updated_at", "2022-09-29 09:06:32.203175"]] TRANSACTION (5.3ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE4\xBF\xAE\xE7\x82\xBC\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE4\xBF\xAE\xE7\x82\xBC\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.240352"], ["updated_at", "2022-09-29 09:06:32.240353"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE5\xA4\xA7\xE7\xA6\x8F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE5\xA4\xA7\xE7\xA6\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.263740"], ["updated_at", "2022-09-29 09:06:32.263740"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE5\xBC\x9F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE5\xBC\x9F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.284305"], ["updated_at", "2022-09-29 09:06:32.284306"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE6\x96\xB0\xE9\x97\xBB\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE6\x96\xB0\xE9\x97\xBB\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.314513"], ["updated_at", "2022-09-29 09:06:32.314514"]] TRANSACTION (8.7ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE6\xB4\xAA\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (7.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (26.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE6\xB4\xAA\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.360325"], ["updated_at", "2022-09-29 09:06:32.360326"]] TRANSACTION (9.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\x95\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.433214"], ["updated_at", "2022-09-29 09:06:32.433216"]] TRANSACTION (6.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.483615"], ["updated_at", "2022-09-29 09:06:32.483616"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE6\xB3\xBD\xE6\x83\xA0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE6\xB3\xBD\xE6\x83\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.513822"], ["updated_at", "2022-09-29 09:06:32.513823"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\x83\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\x83\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.550227"], ["updated_at", "2022-09-29 09:06:32.550228"]] TRANSACTION (4.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.576869"], ["updated_at", "2022-09-29 09:06:32.576870"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\x9B\x96\xE5\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\x9B\x96\xE5\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.596646"], ["updated_at", "2022-09-29 09:06:32.596646"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\xA1\x9E\xE5\xBC\x9F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\xA1\x9E\xE5\xBC\x9F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.626920"], ["updated_at", "2022-09-29 09:06:32.626920"]] TRANSACTION (3.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\xB4\x80\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\xB4\x80\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.659548"], ["updated_at", "2022-09-29 09:06:32.659549"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\xBA\xAA\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\xBA\xAA\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.689175"], ["updated_at", "2022-09-29 09:06:32.689175"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\xBA\xAA\xE5\x85\x83\xE6\x96\xB0\xE9\x97\xBB\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\xBA\xAA\xE5\x85\x83\xE6\x96\xB0\xE9\x97\xBB\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.712122"], ["updated_at", "2022-09-29 09:06:32.712123"]] TRANSACTION (6.3ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\xBA\xAA\xE5\x9B\xAD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\xBA\xAA\xE5\x9B\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.755736"], ["updated_at", "2022-09-29 09:06:32.755738"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE7\xBA\xB2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE7\xBA\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.786495"], ["updated_at", "2022-09-29 09:06:32.786496"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE8\x82\x89\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE8\x82\x89\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.808401"], ["updated_at", "2022-09-29 09:06:32.808402"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE8\x8A\xB1\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE8\x8A\xB1\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.843889"], ["updated_at", "2022-09-29 09:06:32.843890"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE8\x99\xAB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE8\x99\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.877031"], ["updated_at", "2022-09-29 09:06:32.877032"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE8\xB5\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE8\xB5\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.899542"], ["updated_at", "2022-09-29 09:06:32.899543"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE8\xB5\xA6\xE5\x9B\xBD\xE9\x99\x85"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE8\xB5\xA6\xE5\x9B\xBD\xE9\x99\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.933618"], ["updated_at", "2022-09-29 09:06:32.933619"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.966621"], ["updated_at", "2022-09-29 09:06:32.966622"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE4\xBC\xAA\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE4\xBC\xAA\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:32.989600"], ["updated_at", "2022-09-29 09:06:32.989601"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE4\xBE\x9B\xE5\xBA\x94\xE5\x90\x84\xE7\xA7\x8D\xE7\x8C\x8E\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE4\xBE\x9B\xE5\xBA\x94\xE5\x90\x84\xE7\xA7\x8D\xE7\x8C\x8E\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.012594"], ["updated_at", "2022-09-29 09:06:33.012594"]] TRANSACTION (6.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE5\x87\xBA\xE5\x94\xAE\xE5\x90\x84\xE7\xA7\x8D\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE5\x87\xBA\xE5\x94\xAE\xE5\x90\x84\xE7\xA7\x8D\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.063570"], ["updated_at", "2022-09-29 09:06:33.063571"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE6\x89\xB9\xE5\x8F\x91\xE4\xBE\x9B\xE5\xBA\x94\xE5\xBC\x93\xE9\xA9\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x87\x8F\xE6\x89\xB9\xE5\x8F\x91\xE4\xBE\x9B\xE5\xBA\x94\xE5\xBC\x93\xE9\xA9\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.093000"], ["updated_at", "2022-09-29 09:06:33.093001"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.117524"], ["updated_at", "2022-09-29 09:06:33.117525"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x99\x86"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x99\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.153773"], ["updated_at", "2022-09-29 09:06:33.153773"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x99\x86\xE5\xAE\x98\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x99\x86\xE5\xAE\x98\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.178833"], ["updated_at", "2022-09-29 09:06:33.178834"]] TRANSACTION (2.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x99\xB8\xE5\xAE\x98\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x99\xB8\xE5\xAE\x98\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.202351"], ["updated_at", "2022-09-29 09:06:33.202352"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x99\xB8\xE7\x95\xB6\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x99\xB8\xE7\x95\xB6\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.233018"], ["updated_at", "2022-09-29 09:06:33.233019"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\x9B\x9E\xE5\xB7\xB4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\x9B\x9E\xE5\xB7\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.274950"], ["updated_at", "2022-09-29 09:06:33.274951"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xB8\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xB8\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.305779"], ["updated_at", "2022-09-29 09:06:33.305781"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xB8\xA1\xE5\xB7\xB4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xB8\xA1\xE5\xB7\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.348480"], ["updated_at", "2022-09-29 09:06:33.348481"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xB8\xA1\xE5\xB7\xB4\xE5\xB0\x8F\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xB8\xA1\xE5\xB7\xB4\xE5\xB0\x8F\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.380567"], ["updated_at", "2022-09-29 09:06:33.380568"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xBA\xBB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xBA\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.407818"], ["updated_at", "2022-09-29 09:06:33.407818"]] TRANSACTION (4.4ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xBA\xBB\xE6\xA0\x91\xE8\x84\x82"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xBA\xBB\xE6\xA0\x91\xE8\x84\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.440407"], ["updated_at", "2022-09-29 09:06:33.440408"]] TRANSACTION (5.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xBA\xBB\xE6\xB2\xB9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xBA\xBB\xE6\xB2\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.476982"], ["updated_at", "2022-09-29 09:06:33.476982"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.498925"], ["updated_at", "2022-09-29 09:06:33.498926"]] TRANSACTION (5.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.532965"], ["updated_at", "2022-09-29 09:06:33.532965"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0\xE9\xA9\xBD\xE5\xBC\x93\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0\xE9\xA9\xBD\xE5\xBC\x93\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.568432"], ["updated_at", "2022-09-29 09:06:33.568432"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9 \xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9 \xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.592333"], ["updated_at", "2022-09-29 09:06:33.592334"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE4\xB8\x8A\xE4\xBA\xBA\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE4\xB8\x8A\xE4\xBA\xBA\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.612256"], ["updated_at", "2022-09-29 09:06:33.612257"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.646668"], ["updated_at", "2022-09-29 09:06:33.646669"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE5\xA4\xA9\xE5\xB9\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE5\xA4\xA9\xE5\xB9\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.676626"], ["updated_at", "2022-09-29 09:06:33.676627"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.700789"], ["updated_at", "2022-09-29 09:06:33.700791"]] TRANSACTION (5.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE4\xB8\x80\xE4\xBB\xA3"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE4\xB8\x80\xE4\xBB\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.733394"], ["updated_at", "2022-09-29 09:06:33.733395"]] TRANSACTION (5.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.773144"], ["updated_at", "2022-09-29 09:06:33.773145"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE5\xB1\xA0\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.799209"], ["updated_at", "2022-09-29 09:06:33.799210"]] TRANSACTION (4.8ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE5\xBD\x95\xE5\xBD\xB1\xE5\xB8\xA6"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE5\xBD\x95\xE5\xBD\xB1\xE5\xB8\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.843247"], ["updated_at", "2022-09-29 09:06:33.843248"]] TRANSACTION (7.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE8\x87\xAA\xE7\x84\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE5\xAE\x89\xE9\x97\xA8\xE8\x87\xAA\xE7\x84\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.889299"], ["updated_at", "2022-09-29 09:06:33.889300"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE6\x80\x92"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE6\x80\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.919935"], ["updated_at", "2022-09-29 09:06:33.919937"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE6\x8C\x89\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE6\x8C\x89\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.957666"], ["updated_at", "2022-09-29 09:06:33.957667"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE6\x8E\xA8\xE5\xB9\xBF\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE6\x8E\xA8\xE5\xB9\xBF\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:33.989483"], ["updated_at", "2022-09-29 09:06:33.989484"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE6\x9C\x9D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE6\x9C\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.013262"], ["updated_at", "2022-09-29 09:06:34.013264"]] TRANSACTION (4.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE6\x9C\x9D\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE6\x9C\x9D\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.046375"], ["updated_at", "2022-09-29 09:06:34.046376"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE6\xB5\xB4"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE6\xB5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.073243"], ["updated_at", "2022-09-29 09:06:34.073244"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE7\x81\xAD\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE7\x81\xAD\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.095245"], ["updated_at", "2022-09-29 09:06:34.095246"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE7\x8C\xAB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (12.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE7\x8C\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.121561"], ["updated_at", "2022-09-29 09:06:34.121563"]] TRANSACTION (4.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE7\x94\x9F\xE5\xB0\xA4\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE7\x94\x9F\xE5\xB0\xA4\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.167229"], ["updated_at", "2022-09-29 09:06:34.167233"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE7\x9A\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE7\x9A\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.188092"], ["updated_at", "2022-09-29 09:06:34.188093"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE7\xA9\xBA"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE7\xA9\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.208589"], ["updated_at", "2022-09-29 09:06:34.208590"]] TRANSACTION (8.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE7\xA9\xBA\xE4\xB9\x8B\xE9\x95\x9C"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE7\xA9\xBA\xE4\xB9\x8B\xE9\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.259561"], ["updated_at", "2022-09-29 09:06:34.259562"]] TRANSACTION (8.3ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE8\x91\xAC"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE8\x91\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.372255"], ["updated_at", "2022-09-29 09:06:34.372256"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.400382"], ["updated_at", "2022-09-29 09:06:34.400383"]] TRANSACTION (5.0ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE8\xA6\x81\xE7\x81\xAD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE8\xA6\x81\xE7\x81\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.435938"], ["updated_at", "2022-09-29 09:06:34.435939"]] TRANSACTION (4.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE8\xB2\x93"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE8\xB2\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.473283"], ["updated_at", "2022-09-29 09:06:34.473284"]] TRANSACTION (4.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE9\x9F\xB3\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE9\x9F\xB3\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.507007"], ["updated_at", "2022-09-29 09:06:34.507008"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.539066"], ["updated_at", "2022-09-29 09:06:34.539067"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE9\xA6\x99\xE6\x96\xB0\xE4\xB9\xA6\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE9\xA6\x99\xE6\x96\xB0\xE4\xB9\xA6\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.564935"], ["updated_at", "2022-09-29 09:06:34.564936"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xA9\xE9\xB9\x85\xE4\xB9\x8B\xE6\x97\x85"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xA9\xE9\xB9\x85\xE4\xB9\x8B\xE6\x97\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.586068"], ["updated_at", "2022-09-29 09:06:34.586068"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAA\xE5\xAD\x90\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAA\xE5\xAD\x90\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.606121"], ["updated_at", "2022-09-29 09:06:34.606121"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAA\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAA\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.629389"], ["updated_at", "2022-09-29 09:06:34.629390"]] TRANSACTION (5.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAA\xE7\x8E\x8B\xE5\x9B\x9B\xE7\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAA\xE7\x8E\x8B\xE5\x9B\x9B\xE7\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.660083"], ["updated_at", "2022-09-29 09:06:34.660083"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAA\xE7\x8E\x8B\xE5\x9B\x9B\xE7\xA5\x9E\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAA\xE7\x8E\x8B\xE5\x9B\x9B\xE7\xA5\x9E\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.684412"], ["updated_at", "2022-09-29 09:06:34.684413"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAA\xE7\x9F\xB3\xE6\x9D\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAA\xE7\x9F\xB3\xE6\x9D\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.705153"], ["updated_at", "2022-09-29 09:06:34.705153"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAA\xE7\xA5\x96"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAA\xE7\xA5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.731828"], ["updated_at", "2022-09-29 09:06:34.731829"]] TRANSACTION (5.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE4\xBA\xA4\xE6\x8D\xA2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE4\xBA\xA4\xE6\x8D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.771181"], ["updated_at", "2022-09-29 09:06:34.771182"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE4\xBD\x9C\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE4\xBD\x9C\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.795545"], ["updated_at", "2022-09-29 09:06:34.795545"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.827386"], ["updated_at", "2022-09-29 09:06:34.827387"]] TRANSACTION (5.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAB\xE5\xA6\xBB\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.866290"], ["updated_at", "2022-09-29 09:06:34.866297"]] TRANSACTION (4.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAD\xE7\x8C\xAB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAD\xE7\x8C\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.894661"], ["updated_at", "2022-09-29 09:06:34.894662"]] TRANSACTION (4.0ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAD\xE8\xB2\x93"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAD\xE8\xB2\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.926658"], ["updated_at", "2022-09-29 09:06:34.926659"]] TRANSACTION (6.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAE\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAE\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.964809"], ["updated_at", "2022-09-29 09:06:34.964810"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xAE\xE8\xA7\x86\xE5\x86\x85\xE9\x83\xA8\xE6\x99\x9A\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xAE\xE8\xA7\x86\xE5\x86\x85\xE9\x83\xA8\xE6\x99\x9A\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:34.988143"], ["updated_at", "2022-09-29 09:06:34.988143"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xB1\xE5\xAF\x86"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xB1\xE5\xAF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.012977"], ["updated_at", "2022-09-29 09:06:35.012978"]] TRANSACTION (7.2ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xB1\xE6\x84\x8F\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xB1\xE6\x84\x8F\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.055343"], ["updated_at", "2022-09-29 09:06:35.055344"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xB1\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xB1\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.096938"], ["updated_at", "2022-09-29 09:06:35.096938"]] TRANSACTION (6.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xB1\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xB1\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.132577"], ["updated_at", "2022-09-29 09:06:35.132578"]] TRANSACTION (4.6ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xB1\xE8\xBA\xAB\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xB1\xE8\xBA\xAB\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.182355"], ["updated_at", "2022-09-29 09:06:35.182355"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xB4\xE5\x8F\x8C\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xB4\xE5\x8F\x8C\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.213644"], ["updated_at", "2022-09-29 09:06:35.213661"]] TRANSACTION (4.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA4\xB9\xE7\xB4\xA7\xE5\x8F\x8C\xE8\x85\xBF"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA4\xB9\xE7\xB4\xA7\xE5\x8F\x8C\xE8\x85\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.255333"], ["updated_at", "2022-09-29 09:06:35.255335"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x87\xE6\xB7\xAB\xE6\x95\xA3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x87\xE6\xB7\xAB\xE6\x95\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.293012"], ["updated_at", "2022-09-29 09:06:35.293013"]] TRANSACTION (5.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x87\xE8\xBF\xB9\xE7\x9A\x84\xE9\xBB\x84"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x87\xE8\xBF\xB9\xE7\x9A\x84\xE9\xBB\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.326547"], ["updated_at", "2022-09-29 09:06:35.326548"]] TRANSACTION (7.7ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x88\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x88\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.368416"], ["updated_at", "2022-09-29 09:06:35.368417"]] TRANSACTION (4.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x95\xE5\x8E\x8C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x95\xE5\x8E\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.403931"], ["updated_at", "2022-09-29 09:06:35.403932"]] TRANSACTION (6.7ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x96\xE5\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x96\xE5\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.445011"], ["updated_at", "2022-09-29 09:06:35.445012"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x97\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x97\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.496549"], ["updated_at", "2022-09-29 09:06:35.496550"]] TRANSACTION (6.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x97\xE5\x9C\x96"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x97\xE5\x9C\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.533225"], ["updated_at", "2022-09-29 09:06:35.533226"]] TRANSACTION (7.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x97\xE5\xBC\x84"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x97\xE5\xBC\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.577043"], ["updated_at", "2022-09-29 09:06:35.577044"]] TRANSACTION (2.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x97\xE7\x89\x8C\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x97\xE7\x89\x8C\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.599882"], ["updated_at", "2022-09-29 09:06:35.599885"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\x97\xE7\x89\x8C\xE8\xBD\xA6\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\x97\xE7\x89\x8C\xE8\xBD\xA6\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.631414"], ["updated_at", "2022-09-29 09:06:35.631415"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xA5\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xA5\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.666941"], ["updated_at", "2022-09-29 09:06:35.666943"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xA5\xE5\xAD\x95"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xA5\xE5\xAD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.693664"], ["updated_at", "2022-09-29 09:06:35.693665"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xA5\xE6\x99\x95"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xA5\xE6\x99\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.715902"], ["updated_at", "2022-09-29 09:06:35.715903"]] TRANSACTION (5.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.749082"], ["updated_at", "2022-09-29 09:06:35.749082"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE5\x92\x8C\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE5\x92\x8C\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.778732"], ["updated_at", "2022-09-29 09:06:35.778733"]] TRANSACTION (3.0ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.799070"], ["updated_at", "2022-09-29 09:06:35.799071"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE8\xB4\xB9"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE8\xB4\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.819228"], ["updated_at", "2022-09-29 09:06:35.819229"]] TRANSACTION (5.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.864921"], ["updated_at", "2022-09-29 09:06:35.864922"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBA\xBA\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.890619"], ["updated_at", "2022-09-29 09:06:35.890619"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBB\xBB\xE8\x81\x8C\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBB\xBB\xE8\x81\x8C\xE5\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.911021"], ["updated_at", "2022-09-29 09:06:35.911022"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBC\x98"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBC\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.939534"], ["updated_at", "2022-09-29 09:06:35.939534"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBC\x9F\xE5\x93\xA5"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBC\x9F\xE5\x93\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.971704"], ["updated_at", "2022-09-29 09:06:35.971706"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE4\xBD\xA3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE4\xBD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:35.994215"], ["updated_at", "2022-09-29 09:06:35.994216"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\x84\xAA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\x84\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.016554"], ["updated_at", "2022-09-29 09:06:36.016555"]] TRANSACTION (6.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\x8E\x95\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA5\xB3\xE5\x8E\x95"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\x8E\x95\xE5\x81\xB7\xE6\x8B\x8D\xE5\xA5\xB3\xE5\x8E\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.051772"], ["updated_at", "2022-09-29 09:06:36.051773"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\x8F\x8B\xE5\x9D\x8A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\x8F\x8B\xE5\x9D\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.083449"], ["updated_at", "2022-09-29 09:06:36.083450"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\xA3\xAB\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\xA3\xAB\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.105525"], ["updated_at", "2022-09-29 09:06:36.105526"]] TRANSACTION (2.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.128540"], ["updated_at", "2022-09-29 09:06:36.128541"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.165240"], ["updated_at", "2022-09-29 09:06:36.165241"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\xAD\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\xAD\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.194380"], ["updated_at", "2022-09-29 09:06:36.194381"]] TRANSACTION (3.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\xAD\xA6\xE7\x94\x9F\xE4\xB9\xB3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\xAD\xA6\xE7\x94\x9F\xE4\xB9\xB3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.224524"], ["updated_at", "2022-09-29 09:06:36.224525"]] TRANSACTION (5.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.263259"], ["updated_at", "2022-09-29 09:06:36.263260"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE5\xA4\x96\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE5\xA4\x96\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.291544"], ["updated_at", "2022-09-29 09:06:36.291545"]] TRANSACTION (3.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.316836"], ["updated_at", "2022-09-29 09:06:36.316837"]] TRANSACTION (3.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.350618"], ["updated_at", "2022-09-29 09:06:36.350620"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE8\x87\xAA\xE6\x85\xB0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE8\x87\xAA\xE6\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.382863"], ["updated_at", "2022-09-29 09:06:36.382864"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x80\xA7\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.406742"], ["updated_at", "2022-09-29 09:06:36.406742"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x8A\x80\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x8A\x80\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.434041"], ["updated_at", "2022-09-29 09:06:36.434043"]] TRANSACTION (6.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x8A\xA4\xE5\xA3\xAB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x8A\xA4\xE5\xA3\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.473288"], ["updated_at", "2022-09-29 09:06:36.473289"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x94\xAF"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x94\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.496151"], ["updated_at", "2022-09-29 09:06:36.496151"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\x95\x99\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\x95\x99\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.516977"], ["updated_at", "2022-09-29 09:06:36.516977"]] TRANSACTION (5.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\xAD\xBB\xE5\x9B\x9A"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\xAD\xBB\xE5\x9B\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.546831"], ["updated_at", "2022-09-29 09:06:36.546833"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\xB6\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\xB6\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.583435"], ["updated_at", "2022-09-29 09:06:36.583435"]] TRANSACTION (4.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.607487"], ["updated_at", "2022-09-29 09:06:36.607488"]] TRANSACTION (2.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.629626"], ["updated_at", "2022-09-29 09:06:36.629627"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.656546"], ["updated_at", "2022-09-29 09:06:36.656550"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE7\x94\x9F\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE7\x94\x9F\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.687589"], ["updated_at", "2022-09-29 09:06:36.687590"]] TRANSACTION (5.0ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE7\x94\x9F\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE7\x94\x9F\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.725895"], ["updated_at", "2022-09-29 09:06:36.725896"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE7\xA5\x9E\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE7\xA5\x9E\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.756764"], ["updated_at", "2022-09-29 09:06:36.756764"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE8\x80\x81\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE8\x80\x81\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.779181"], ["updated_at", "2022-09-29 09:06:36.779181"]] TRANSACTION (4.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE8\xA1\xA8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE8\xA1\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.807891"], ["updated_at", "2022-09-29 09:06:36.807892"]] TRANSACTION (5.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE8\xA2\xAB\xE4\xBA\xBA\xE5\xAE\xB6\xE6\x90\x9E"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE8\xA2\xAB\xE4\xBA\xBA\xE5\xAE\xB6\xE6\x90\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.844282"], ["updated_at", "2022-09-29 09:06:36.844283"]] TRANSACTION (5.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.879571"], ["updated_at", "2022-09-29 09:06:36.879571"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB3\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB3\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.902858"], ["updated_at", "2022-09-29 09:06:36.902858"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB4\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB4\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.927604"], ["updated_at", "2022-09-29 09:06:36.927605"]] TRANSACTION (5.6ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB4\xE5\xBD\xB9\xE7\xAB\xA5\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB4\xE5\xBD\xB9\xE7\xAB\xA5\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:36.980265"], ["updated_at", "2022-09-29 09:06:36.980279"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB4\xE9\x9A\xB6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB4\xE9\x9A\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.033478"], ["updated_at", "2022-09-29 09:06:37.033479"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB6\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB6\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.086843"], ["updated_at", "2022-09-29 09:06:37.086844"]] TRANSACTION (5.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB6\xE5\xA5\xB6\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB6\xE5\xA5\xB6\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.123933"], ["updated_at", "2022-09-29 09:06:37.123935"]] TRANSACTION (4.6ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB6\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB6\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.161736"], ["updated_at", "2022-09-29 09:06:37.161737"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB6\xE6\x8C\xBA\xE8\x87\x80\xE7\xBF\x98"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB6\xE6\x8C\xBA\xE8\x87\x80\xE7\xBF\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.194539"], ["updated_at", "2022-09-29 09:06:37.194540"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB6\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB6\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.215507"], ["updated_at", "2022-09-29 09:06:37.215508"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB6\xE7\xB2\x89\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB6\xE7\xB2\x89\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.237989"], ["updated_at", "2022-09-29 09:06:37.237990"]] TRANSACTION (7.8ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE5\xA4\xAB"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE5\xA4\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.280495"], ["updated_at", "2022-09-29 09:06:37.280496"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE5\xB0\xB8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE5\xB0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.324004"], ["updated_at", "2022-09-29 09:06:37.324005"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE5\xB1\x8D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE5\xB1\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.348903"], ["updated_at", "2022-09-29 09:06:37.348904"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE5\xB9\xBC"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE5\xB9\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.380292"], ["updated_at", "2022-09-29 09:06:37.380293"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.409699"], ["updated_at", "2022-09-29 09:06:37.409700"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE6\x88\x90\xE7\x98\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE6\x88\x90\xE7\x98\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.431819"], ["updated_at", "2022-09-29 09:06:37.431819"]] TRANSACTION (5.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.463624"], ["updated_at", "2022-09-29 09:06:37.463625"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xB8\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xB8\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.493629"], ["updated_at", "2022-09-29 09:06:37.493629"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xBD\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xBD\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.514544"], ["updated_at", "2022-09-29 09:06:37.514545"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xBD\xE5\xAB\xA9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xBD\xE5\xAB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.536123"], ["updated_at", "2022-09-29 09:06:37.536124"]] TRANSACTION (5.5ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xBD\xE6\xB7\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xBD\xE6\xB7\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.576751"], ["updated_at", "2022-09-29 09:06:37.576752"]] TRANSACTION (3.3ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xBD\xE8\xA9\x95\xE5\xB8\xAB"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xBD\xE8\xA9\x95\xE5\xB8\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.609915"], ["updated_at", "2022-09-29 09:06:37.609916"]] TRANSACTION (2.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xBD\xE8\xAF\x84"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xBD\xE8\xAF\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.636339"], ["updated_at", "2022-09-29 09:06:37.636339"]] TRANSACTION (7.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA5\xBD\xE8\xAF\x84\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA5\xBD\xE8\xAF\x84\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.682805"], ["updated_at", "2022-09-29 09:06:37.682806"]] TRANSACTION (5.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x826\xE6\x84\x8F\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x826\xE6\x84\x8F\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.720244"], ["updated_at", "2022-09-29 09:06:37.720244"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x82\xE5\x8E\x95\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x82\xE5\x8E\x95\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.743985"], ["updated_at", "2022-09-29 09:06:37.743985"]] TRANSACTION (5.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x82\xE6\x9C\x89\xE6\x89\x93\xE6\x89\xB0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x82\xE6\x9C\x89\xE6\x89\x93\xE6\x89\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.783415"], ["updated_at", "2022-09-29 09:06:37.783416"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x87\xE9\x94\x80\xE9\xAD\x82"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x87\xE9\x94\x80\xE9\xAD\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.805945"], ["updated_at", "2022-09-29 09:06:37.805945"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x88\xE4\xB8\x80\xE5\x92\xAA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x88\xE4\xB8\x80\xE5\x92\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.829435"], ["updated_at", "2022-09-29 09:06:37.829436"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x88\xE4\xB8\xAAb"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x88\xE4\xB8\xAAb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.859511"], ["updated_at", "2022-09-29 09:06:37.859511"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x88\xE4\xBA\x86\xE4\xB8\xAA\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x88\xE4\xBA\x86\xE4\xB8\xAA\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.897185"], ["updated_at", "2022-09-29 09:06:37.897186"]] TRANSACTION (2.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x88\xE6\x89\xB9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x88\xE6\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.921083"], ["updated_at", "2022-09-29 09:06:37.921084"]] TRANSACTION (3.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x88\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x88\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.946892"], ["updated_at", "2022-09-29 09:06:37.946893"]] TRANSACTION (6.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x88\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x88\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:37.988206"], ["updated_at", "2022-09-29 09:06:37.988208"]] TRANSACTION (4.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x8A\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x8A\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.018305"], ["updated_at", "2022-09-29 09:06:38.018307"]] TRANSACTION (6.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x93\xE3\x80\x82\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x93\xE3\x80\x82\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.056383"], ["updated_at", "2022-09-29 09:06:38.056384"]] TRANSACTION (6.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x93\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x93\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.103834"], ["updated_at", "2022-09-29 09:06:38.103835"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x93\xE5\xA5\xB3\xE7\x9A\x84\xE5\x8F\xA3\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x93\xE5\xA5\xB3\xE7\x9A\x84\xE5\x8F\xA3\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.138437"], ["updated_at", "2022-09-29 09:06:38.138438"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x96\xE5\xA8\x86"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x96\xE5\xA8\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.178923"], ["updated_at", "2022-09-29 09:06:38.178924"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x99\xE9\xBE\x84\xE4\xB9\x9F\xE9\x83\xBD\xE6\x98\xAF\xE5\x85\xBC\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x99\xE9\xBE\x84\xE4\xB9\x9F\xE9\x83\xBD\xE6\x98\xAF\xE5\x85\xBC\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.225906"], ["updated_at", "2022-09-29 09:06:38.225907"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x9E\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x9E\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.259081"], ["updated_at", "2022-09-29 09:06:38.259082"]] TRANSACTION (4.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\x9E\xE5\xA6\x9E\xE6\x88\x90\xE4\xBA\xBA\xE5\x9F\xBA\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\x9E\xE5\xA6\x9E\xE6\x88\x90\xE4\xBA\xBA\xE5\x9F\xBA\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.293815"], ["updated_at", "2022-09-29 09:06:38.293816"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xA9\xE5\xAA\x9A\xE6\x8C\x91\xE9\x80\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xA9\xE5\xAA\x9A\xE6\x8C\x91\xE9\x80\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.315903"], ["updated_at", "2022-09-29 09:06:38.315904"]] TRANSACTION (2.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xB9\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xB9\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.337432"], ["updated_at", "2022-09-29 09:06:38.337433"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xB9\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xB9\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.368173"], ["updated_at", "2022-09-29 09:06:38.368175"]] TRANSACTION (3.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.401413"], ["updated_at", "2022-09-29 09:06:38.401415"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xB9\xE5\xA6\xB9\xE9\x98\xB4\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xB9\xE5\xA6\xB9\xE9\x98\xB4\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.428918"], ["updated_at", "2022-09-29 09:06:38.428918"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xB9\xE6\x8C\x89\xE6\x91\xA9"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xB9\xE6\x8C\x89\xE6\x91\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.462389"], ["updated_at", "2022-09-29 09:06:38.462390"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xB9\xE7\x96\xBC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xB9\xE7\x96\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.494735"], ["updated_at", "2022-09-29 09:06:38.494735"]] TRANSACTION (2.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xB9\xE7\x97\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xB9\xE7\x97\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.515896"], ["updated_at", "2022-09-29 09:06:38.515897"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.538100"], ["updated_at", "2022-09-29 09:06:38.538101"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.569292"], ["updated_at", "2022-09-29 09:06:38.569293"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x90\xE5\x85\xBC\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x90\xE5\x85\xBC\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.598151"], ["updated_at", "2022-09-29 09:06:38.598152"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x90\xE5\x8C\x85\xE5\xA4\x9C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x90\xE5\x8C\x85\xE5\xA4\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.619072"], ["updated_at", "2022-09-29 09:06:38.619072"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.644420"], ["updated_at", "2022-09-29 09:06:38.644421"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x90\xE7\x96\xBC"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x90\xE7\x96\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.681052"], ["updated_at", "2022-09-29 09:06:38.681053"]] TRANSACTION (8.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x90\xE7\x97\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x90\xE7\x97\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.725165"], ["updated_at", "2022-09-29 09:06:38.725166"]] TRANSACTION (4.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x94\xE5\x9D\x90\xE8\x88\xB9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x94\xE5\x9D\x90\xE8\x88\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.754965"], ["updated_at", "2022-09-29 09:06:38.754966"]] TRANSACTION (5.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x9A\xE4\xBE\x9D\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x9A\xE4\xBE\x9D\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.791818"], ["updated_at", "2022-09-29 09:06:38.791819"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x9A\xE6\x96\x87\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x9A\xE6\x96\x87\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.821882"], ["updated_at", "2022-09-29 09:06:38.821883"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x9A\xE6\x98\x8E\xE4\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x9A\xE6\x98\x8E\xE4\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.847869"], ["updated_at", "2022-09-29 09:06:38.847870"]] TRANSACTION (10.5ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x9A\xE6\x9C\x88\xE8\xB0\xA6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x9A\xE6\x9C\x88\xE8\xB0\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.894674"], ["updated_at", "2022-09-29 09:06:38.894675"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x9C\xE6\x98\xA5\xE4\xBA\x91"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x9C\xE6\x98\xA5\xE4\xBA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:38.937292"], ["updated_at", "2022-09-29 09:06:38.937293"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\x9C\xE6\xAE\xBF\xE6\xAD\xA6 \xE6\xB2\xB3\xE5\x8C\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\x9C\xE6\xAE\xBF\xE6\xAD\xA6 \xE6\xB2\xB3\xE5\x8C\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.022584"], ["updated_at", "2022-09-29 09:06:39.022585"]] TRANSACTION (3.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\xA6\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\xA6\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.106027"], ["updated_at", "2022-09-29 09:06:39.106028"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\xAC\xE5\xB7\xA7\xE7\x8E\xB2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\xAC\xE5\xB7\xA7\xE7\x8E\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.131827"], ["updated_at", "2022-09-29 09:06:39.131827"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\xAC\xE8\x83\x9C\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\xAC\xE8\x83\x9C\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.159246"], ["updated_at", "2022-09-29 09:06:39.159246"]] TRANSACTION (5.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\xAC\xE8\x83\x9C\xE5\xBE\xB7 \xE6\x80\xBB\xE5\x8F\x82"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\xAC\xE8\x83\x9C\xE5\xBE\xB7 \xE6\x80\xBB\xE5\x8F\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.195827"], ["updated_at", "2022-09-29 09:06:39.195828"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA7\xBF\xE5\x8A\xBF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA7\xBF\xE5\x8A\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.223307"], ["updated_at", "2022-09-29 09:06:39.223308"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x81\xE8\x83\x81\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x81\xE8\x83\x81\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.243482"], ["updated_at", "2022-09-29 09:06:39.243483"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x83\xE4\xB8\x80\xE5\xA8\x83"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x83\xE4\xB8\x80\xE5\xA8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.271526"], ["updated_at", "2022-09-29 09:06:39.271527"]] TRANSACTION (3.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x87\xE5\x96\x98"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x87\xE5\x96\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.295409"], ["updated_at", "2022-09-29 09:06:39.295410"]] TRANSACTION (3.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x87\xE5\xAB\xA9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x87\xE5\xAB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.325572"], ["updated_at", "2022-09-29 09:06:39.325573"]] TRANSACTION (5.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x87\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x87\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.359999"], ["updated_at", "2022-09-29 09:06:39.360000"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x87\xE7\x82\xB9\xE5\xB1\x95\xE9\x9C\xB2\xE5\x85\xBB\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x87\xE7\x82\xB9\xE5\xB1\x95\xE9\x9C\xB2\xE5\x85\xBB\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.382846"], ["updated_at", "2022-09-29 09:06:39.382847"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x87\xE7\xBE\x9E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x87\xE7\xBE\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.404168"], ["updated_at", "2022-09-29 09:06:39.404169"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x87\xE8\xBA\xAF"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x87\xE8\xBA\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.426480"], ["updated_at", "2022-09-29 09:06:39.426481"]] TRANSACTION (2.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x89\xE5\xAE\xA0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x89\xE5\xAE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.454337"], ["updated_at", "2022-09-29 09:06:39.454338"]] TRANSACTION (4.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x89\xE5\xAF\xB5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x89\xE5\xAF\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.487873"], ["updated_at", "2022-09-29 09:06:39.487875"]] TRANSACTION (2.6ms) COMMIT User Load (1.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x98\xE4\xB8\xA4\xE8\x85\xBF\xE4\xB9\x8B\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x98\xE4\xB8\xA4\xE8\x85\xBF\xE4\xB9\x8B\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.508257"], ["updated_at", "2022-09-29 09:06:39.508258"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\x98\xE8\xA5\xBF\xE7\x9A\xAE"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\x98\xE8\xA5\xBF\xE7\x9A\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.528047"], ["updated_at", "2022-09-29 09:06:39.528048"]] TRANSACTION (2.7ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\xB1\xE4\xB9\x90\xE9\x80\x8F\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\xB1\xE4\xB9\x90\xE9\x80\x8F\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.547071"], ["updated_at", "2022-09-29 09:06:39.547071"]] TRANSACTION (5.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\xB6\xE9\x9F\xA9\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\xB6\xE9\x9F\xA9\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.585370"], ["updated_at", "2022-09-29 09:06:39.585371"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA8\xBC\xE5\xA6\x93"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA8\xBC\xE5\xA6\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.614718"], ["updated_at", "2022-09-29 09:06:39.614718"]] TRANSACTION (2.3ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA9\x8A\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA9\x8A\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.632916"], ["updated_at", "2022-09-29 09:06:39.632916"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA9\x8A\xE5\xAD\x90\xE5\x85\xBB\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA9\x8A\xE5\xAD\x90\xE5\x85\xBB\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.659242"], ["updated_at", "2022-09-29 09:06:39.659243"]] TRANSACTION (6.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA9\x8A\xE5\xAD\x90\xE9\xA4\x8A\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA9\x8A\xE5\xAD\x90\xE9\xA4\x8A\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.697823"], ["updated_at", "2022-09-29 09:06:39.697824"]] TRANSACTION (3.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA9\xAC\xE4\xB9\xB1\xE5\x86\x9B\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA9\xAC\xE4\xB9\xB1\xE5\x86\x9B\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.725752"], ["updated_at", "2022-09-29 09:06:39.725752"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA9\xB4\xE5\x84\xBF\xE5\x91\xBD"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA9\xB4\xE5\x84\xBF\xE5\x91\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.748705"], ["updated_at", "2022-09-29 09:06:39.748706"]] TRANSACTION (4.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA9\xB4\xE5\x84\xBF\xE6\xB1\xA4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA9\xB4\xE5\x84\xBF\xE6\xB1\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.784121"], ["updated_at", "2022-09-29 09:06:39.784122"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xA9\xB7\xE5\xA9\xB7\xE6\xBF\x80\xE6\x83\x85\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xA9\xB7\xE5\xA9\xB7\xE6\xBF\x80\xE6\x83\x85\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.807806"], ["updated_at", "2022-09-29 09:06:39.807807"]] TRANSACTION (2.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAA\x92\xE4\xBD\x93\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAA\x92\xE4\xBD\x93\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.828723"], ["updated_at", "2022-09-29 09:06:39.828724"]] TRANSACTION (3.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAA\x9A\xE5\xA4\x96"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAA\x9A\xE5\xA4\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.857509"], ["updated_at", "2022-09-29 09:06:39.857510"]] TRANSACTION (6.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAA\x9A\xE5\xA6\x99"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAA\x9A\xE5\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.894269"], ["updated_at", "2022-09-29 09:06:39.894270"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAA\xBD\xE4\xBA\x86\xE5\x80\x8B\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAA\xBD\xE4\xBA\x86\xE5\x80\x8B\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.918674"], ["updated_at", "2022-09-29 09:06:39.918675"]] TRANSACTION (2.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAA\xBD\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAA\xBD\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.939385"], ["updated_at", "2022-09-29 09:06:39.939385"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\x96\xE4\xBF\x84\xE7\xBD\x97"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\x96\xE4\xBF\x84\xE7\xBD\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:39.967327"], ["updated_at", "2022-09-29 09:06:39.967328"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\x96\xE5\xA6\x93"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\x96\xE5\xA6\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.000424"], ["updated_at", "2022-09-29 09:06:40.000424"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\x96\xE5\xA6\x93\xE6\x8C\x87\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\x96\xE5\xA6\x93\xE6\x8C\x87\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.026939"], ["updated_at", "2022-09-29 09:06:40.026939"]] TRANSACTION (2.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\x96\xE5\xA8\xBC"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\x96\xE5\xA8\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.050527"], ["updated_at", "2022-09-29 09:06:40.050528"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\x96\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\x96\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.087654"], ["updated_at", "2022-09-29 09:06:40.087655"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\xA9b"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\xA9b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.115052"], ["updated_at", "2022-09-29 09:06:40.115053"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\xA9\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (11.9ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\xA9\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.144604"], ["updated_at", "2022-09-29 09:06:40.144605"]] TRANSACTION (8.7ms) COMMIT User Load (8.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\xA9\xE5\xAB\xA9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\xA9\xE5\xAB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.221656"], ["updated_at", "2022-09-29 09:06:40.221657"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\xA9\xE5\xB1\x84"], ["LIMIT", 1]] TRANSACTION (8.4ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\xA9\xE5\xB1\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.262193"], ["updated_at", "2022-09-29 09:06:40.262194"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\xA9\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\xA9\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.311602"], ["updated_at", "2022-09-29 09:06:40.311603"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\xA9\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\xA9\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.343889"], ["updated_at", "2022-09-29 09:06:40.343890"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAB\xA9\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAB\xA9\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.366116"], ["updated_at", "2022-09-29 09:06:40.366117"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x90\xE5\xAD\x99\xE6\xA0\xB9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x90\xE5\xAD\x99\xE6\xA0\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.396704"], ["updated_at", "2022-09-29 09:06:40.396704"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x90\xE5\xAE\xAB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x90\xE5\xAE\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.423732"], ["updated_at", "2022-09-29 09:06:40.423732"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x94\xE4\xB8\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x94\xE4\xB8\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.447044"], ["updated_at", "2022-09-29 09:06:40.447045"]] TRANSACTION (3.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x94\xE5\xBA\x86\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x94\xE5\xBA\x86\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.472629"], ["updated_at", "2022-09-29 09:06:40.472630"]] TRANSACTION (5.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x94\xE6\x91\x84\xE5\x83\x8F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x94\xE6\x91\x84\xE5\x83\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.509203"], ["updated_at", "2022-09-29 09:06:40.509204"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x98\xE7\xA8\xBF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x98\xE7\xA8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.532847"], ["updated_at", "2022-09-29 09:06:40.532848"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x99\xE4\xB8\xAD\xE5\xB1\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x99\xE4\xB8\xAD\xE5\xB1\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.556813"], ["updated_at", "2022-09-29 09:06:40.556814"]] TRANSACTION (5.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x99\xE5\x96\x84\xE6\xAD\xA6\xE6\xB2\xB3\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x99\xE5\x96\x84\xE6\xAD\xA6\xE6\xB2\xB3\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.592216"], ["updated_at", "2022-09-29 09:06:40.592217"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x99\xE5\xB0\x8F\xE8\x99\xB9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x99\xE5\xB0\x8F\xE8\x99\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.624687"], ["updated_at", "2022-09-29 09:06:40.624688"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x99\xE6\x98\xA5\xE5\x85\xB0"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x99\xE6\x98\xA5\xE5\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.648694"], ["updated_at", "2022-09-29 09:06:40.648695"]] TRANSACTION (5.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x99\xE6\x99\x8B\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x99\xE6\x99\x8B\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.684990"], ["updated_at", "2022-09-29 09:06:40.684991"]] TRANSACTION (6.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x99\xE7\x91\x9C"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x99\xE7\x91\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.720444"], ["updated_at", "2022-09-29 09:06:40.720445"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x99\xE9\xB9\xA4\xE9\xBE\x84"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x99\xE9\xB9\xA4\xE9\xBE\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.743247"], ["updated_at", "2022-09-29 09:06:40.743247"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\x9F\xE5\xBA\x86\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\x9F\xE5\xBA\x86\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.768103"], ["updated_at", "2022-09-29 09:06:40.768104"]] TRANSACTION (6.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6chao"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6chao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.804310"], ["updated_at", "2022-09-29 09:06:40.804311"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE4\xB9\xA0\xE7\x8F\xAD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE4\xB9\xA0\xE7\x8F\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.834581"], ["updated_at", "2022-09-29 09:06:40.834582"]] TRANSACTION (6.0ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE4\xBD\x8D\xE8\xAD\x89"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE4\xBD\x8D\xE8\xAD\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.875519"], ["updated_at", "2022-09-29 09:06:40.875520"]] TRANSACTION (7.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.927037"], ["updated_at", "2022-09-29 09:06:40.927038"]] TRANSACTION (8.4ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE4\xB8\x8E\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE4\xB8\x8E\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:40.976148"], ["updated_at", "2022-09-29 09:06:40.976149"]] TRANSACTION (5.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE4\xB9\xB3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE4\xB9\xB3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.017146"], ["updated_at", "2022-09-29 09:06:41.017148"]] TRANSACTION (5.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.061529"], ["updated_at", "2022-09-29 09:06:41.061529"]] TRANSACTION (7.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.101395"], ["updated_at", "2022-09-29 09:06:41.101396"]] TRANSACTION (6.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.139146"], ["updated_at", "2022-09-29 09:06:41.139147"]] TRANSACTION (12.7ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.192194"], ["updated_at", "2022-09-29 09:06:41.192194"]] TRANSACTION (7.6ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE9\xA2\x86\xE8\xA2\x96"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x94\x9F\xE9\xA2\x86\xE8\xA2\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.250929"], ["updated_at", "2022-09-29 09:06:41.250931"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\x99\xBE\xE5\xBA\xA6\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\x99\xBE\xE5\xBA\xA6\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.291110"], ["updated_at", "2022-09-29 09:06:41.291111"]] TRANSACTION (3.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.328044"], ["updated_at", "2022-09-29 09:06:41.328046"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.355955"], ["updated_at", "2022-09-29 09:06:41.355957"]] TRANSACTION (6.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE8\x87\xAA\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE8\x87\xAA\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.395864"], ["updated_at", "2022-09-29 09:06:41.395865"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.427516"], ["updated_at", "2022-09-29 09:06:41.427517"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xA6\xE9\xAA\x9A\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xA6\xE9\xAA\x9A\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.447671"], ["updated_at", "2022-09-29 09:06:41.447672"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAD\xB8\xE7\x94\x9F\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAD\xB8\xE7\x94\x9F\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.467488"], ["updated_at", "2022-09-29 09:06:41.467488"]] TRANSACTION (4.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x85\xE8\x85\x90\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x85\xE8\x85\x90\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.502062"], ["updated_at", "2022-09-29 09:06:41.502063"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE4\xB8\xBB\xE4\xBD\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE4\xB8\xBB\xE4\xBD\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.538282"], ["updated_at", "2022-09-29 09:06:41.538283"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.562341"], ["updated_at", "2022-09-29 09:06:41.562342"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE6\x9C\x80\xE9\xAB\x98\xE6\xB3\x95\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE6\x9C\x80\xE9\xAB\x98\xE6\xB3\x95\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.590309"], ["updated_at", "2022-09-29 09:06:41.590310"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE6\xAF\x81\xE7\x81\xAD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x87\xE5\xAE\x99\xE6\xAF\x81\xE7\x81\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.623205"], ["updated_at", "2022-09-29 09:06:41.623205"]] TRANSACTION (4.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x87\xE6\x98\x8E\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x87\xE6\x98\x8E\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.647759"], ["updated_at", "2022-09-29 09:06:41.647760"]] TRANSACTION (2.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x88\xE6\x89\x80\xE6\xAD\xBB\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x88\xE6\x89\x80\xE6\xAD\xBB\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.671730"], ["updated_at", "2022-09-29 09:06:41.671731"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE5\xBF\x97\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE5\xBF\x97\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.706927"], ["updated_at", "2022-09-29 09:06:41.706928"]] TRANSACTION (3.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE6\x8B\x89"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE6\x8B\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.734560"], ["updated_at", "2022-09-29 09:06:41.734560"]] TRANSACTION (3.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE7\x9C\xA0\xE8\x97\xA5"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE7\x9C\xA0\xE8\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.758944"], ["updated_at", "2022-09-29 09:06:41.758945"]] TRANSACTION (3.6ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE7\x9C\xA0\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE7\x9C\xA0\xE9\x85\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.795624"], ["updated_at", "2022-09-29 09:06:41.795626"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE9\x98\xB3\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE9\x98\xB3\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.832971"], ["updated_at", "2022-09-29 09:06:41.832972"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE9\x9D\x9E\xE4\xBB\x96\xE5\x91\xBD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE9\x9D\x9E\xE4\xBB\x96\xE5\x91\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.862812"], ["updated_at", "2022-09-29 09:06:41.862812"]] TRANSACTION (7.6ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE9\xA9\xAC\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE9\xA9\xAC\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.903676"], ["updated_at", "2022-09-29 09:06:41.903677"]] TRANSACTION (4.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE9\xAD\x82\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE9\xAD\x82\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.940529"], ["updated_at", "2022-09-29 09:06:41.940529"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x89\xE9\xBB\x8E"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x89\xE9\xBB\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:41.965319"], ["updated_at", "2022-09-29 09:06:41.965320"]] TRANSACTION (11.0ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8Bxx"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8Bxx"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.016367"], ["updated_at", "2022-09-29 09:06:42.016368"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE4\xB9\xA6\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE4\xB9\xA6\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.063521"], ["updated_at", "2022-09-29 09:06:42.063521"]] TRANSACTION (6.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE4\xBB\xBB\xE7\xA9\xB7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE4\xBB\xBB\xE7\xA9\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.100844"], ["updated_at", "2022-09-29 09:06:42.100845"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE5\x8B\x87\xE8\xBE\xBD\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE5\x8B\x87\xE8\xBE\xBD\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.134749"], ["updated_at", "2022-09-29 09:06:42.134750"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.167513"], ["updated_at", "2022-09-29 09:06:42.167514"]] TRANSACTION (5.8ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE5\xB9\xB3\xE9\xA1\xBA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE5\xB9\xB3\xE9\xA1\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.208868"], ["updated_at", "2022-09-29 09:06:42.208869"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE5\xBA\x86\xE9\xBE\x84"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE5\xBA\x86\xE9\xBE\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.243194"], ["updated_at", "2022-09-29 09:06:42.243195"]] TRANSACTION (3.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE6\x99\xA8\xE5\x85\x89\xE6\xB1\x9F\xE8\xA5\xBF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE6\x99\xA8\xE5\x85\x89\xE6\xB1\x9F\xE8\xA5\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.273827"], ["updated_at", "2022-09-29 09:06:42.273828"]] TRANSACTION (10.4ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE7\xA5\x96\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE7\xA5\x96\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.321980"], ["updated_at", "2022-09-29 09:06:42.321999"]] TRANSACTION (5.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8B\xE7\xBE\x8E\xE9\xBE\x84"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8B\xE7\xBE\x8E\xE9\xBE\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.364096"], ["updated_at", "2022-09-29 09:06:42.364097"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8C\xE5\x85\xA8\xE8\x87\xAA\xE6\x9D\x80\xE6\x89\x8B\xE5\x86\x8C"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8C\xE5\x85\xA8\xE8\x87\xAA\xE6\x9D\x80\xE6\x89\x8B\xE5\x86\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.399848"], ["updated_at", "2022-09-29 09:06:42.399849"]] TRANSACTION (5.7ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8C\xE6\x9C\xAC"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8C\xE6\x9C\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.442093"], ["updated_at", "2022-09-29 09:06:42.442094"]] TRANSACTION (4.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8F\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8F\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.476733"], ["updated_at", "2022-09-29 09:06:42.476734"]] TRANSACTION (5.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x8F\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x8F\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.516881"], ["updated_at", "2022-09-29 09:06:42.516882"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE4\xB9\x9F\xE4\xB8\x8D\xE5\xAE\xB9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE4\xB9\x9F\xE4\xB8\x8D\xE5\xAE\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.546497"], ["updated_at", "2022-09-29 09:06:42.546498"]] TRANSACTION (3.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE5\x83\x9A\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE5\x83\x9A\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.576808"], ["updated_at", "2022-09-29 09:06:42.576809"]] TRANSACTION (6.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE5\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE5\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.612942"], ["updated_at", "2022-09-29 09:06:42.612944"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE5\x8C\xAA\xE4\xB8\x80\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE5\x8C\xAA\xE4\xB8\x80\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.638877"], ["updated_at", "2022-09-29 09:06:42.638878"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE5\x95\x86\xE5\x8B\xBE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE5\x95\x86\xE5\x8B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.662342"], ["updated_at", "2022-09-29 09:06:42.662343"]] TRANSACTION (5.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE5\x95\x86\xE5\x8B\xBE\xE7\xBB\x93"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE5\x95\x86\xE5\x8B\xBE\xE7\xBB\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.694046"], ["updated_at", "2022-09-29 09:06:42.694047"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE5\x9B\xA0\xE5\x8F\x91\xE5\xB8\x96"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE5\x9B\xA0\xE5\x8F\x91\xE5\xB8\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.726773"], ["updated_at", "2022-09-29 09:06:42.726774"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE7\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE7\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.751667"], ["updated_at", "2022-09-29 09:06:42.751668"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.773187"], ["updated_at", "2022-09-29 09:06:42.773188"]] TRANSACTION (3.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x98\xE9\x80\xBC\xE6\xB0\x91\xE5\x8F\x8D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x98\xE9\x80\xBC\xE6\xB0\x91\xE5\x8F\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.802481"], ["updated_at", "2022-09-29 09:06:42.802482"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x99\xE6\x9C\x80\xE9\xAB\x98\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x99\xE6\x9C\x80\xE9\xAB\x98\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.828838"], ["updated_at", "2022-09-29 09:06:42.828838"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9A\xE8\xB4\xAD\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9A\xE8\xB4\xAD\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.849580"], ["updated_at", "2022-09-29 09:06:42.849581"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9A\xE8\xB4\xAD\xE5\x81\x87\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9A\xE8\xB4\xAD\xE5\x81\x87\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.870968"], ["updated_at", "2022-09-29 09:06:42.870969"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9D\xE5\x9C\xA8\xE7\x94\x98\xE8\x82\x83\xE4\xBF\xAE"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9D\xE5\x9C\xA8\xE7\x94\x98\xE8\x82\x83\xE4\xBF\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.900803"], ["updated_at", "2022-09-29 09:06:42.900804"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9D\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9D\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:42.947177"], ["updated_at", "2022-09-29 09:06:42.947178"]] TRANSACTION (9.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9E\xE4\xB9\xA0"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9E\xE4\xB9\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.006277"], ["updated_at", "2022-09-29 09:06:43.006280"]] TRANSACTION (20.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9E\xE4\xBD\x93\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9E\xE4\xBD\x93\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.068898"], ["updated_at", "2022-09-29 09:06:43.068899"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9E\xE4\xBD\x93\xE5\xA8\x83"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9E\xE4\xBD\x93\xE5\xA8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.104905"], ["updated_at", "2022-09-29 09:06:43.104906"]] TRANSACTION (4.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9E\xE5\xAD\xA6\xE5\x8E\x86\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9E\xE5\xAD\xA6\xE5\x8E\x86\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.144533"], ["updated_at", "2022-09-29 09:06:43.144534"]] TRANSACTION (5.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9E\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9E\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.184219"], ["updated_at", "2022-09-29 09:06:43.184220"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9E\xE9\x99\x85\xE7\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9E\xE9\x99\x85\xE7\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.221148"], ["updated_at", "2022-09-29 09:06:43.221149"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\x9E\xEF\xBC\x8C\xE4\xBD\x93\xEF\xBC\x8C\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\x9E\xEF\xBC\x8C\xE4\xBD\x93\xEF\xBC\x8C\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.255565"], ["updated_at", "2022-09-29 09:06:43.255566"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xA0\xE5\x85\xBB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xA0\xE5\x85\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.283649"], ["updated_at", "2022-09-29 09:06:43.283650"]] TRANSACTION (10.6ms) COMMIT User Load (8.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xA0\xE8\x99\x90"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xA0\xE8\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.334309"], ["updated_at", "2022-09-29 09:06:43.334310"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xA2\xE6\x88\xB7\xE7\xAB\xAF\xE9\x9D\x9E\xE6\xB3\x95\xE5\xAD\x97\xE7\xAC\xA6"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xA2\xE6\x88\xB7\xE7\xAB\xAF\xE9\x9D\x9E\xE6\xB3\x95\xE5\xAD\x97\xE7\xAC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.378787"], ["updated_at", "2022-09-29 09:06:43.378787"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xA2\xE6\x9C\x8D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xA2\xE6\x9C\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.423438"], ["updated_at", "2022-09-29 09:06:43.423439"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xA3\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xA3\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.453405"], ["updated_at", "2022-09-29 09:06:43.453406"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xA6\xE5\x9B\xBD\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xA6\xE5\x9B\xBD\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.478449"], ["updated_at", "2022-09-29 09:06:43.478450"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xAA\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xAA\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.507276"], ["updated_at", "2022-09-29 09:06:43.507276"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xAA\xE6\xB3\x95\xE6\xB3\x95\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xAA\xE6\xB3\x95\xE6\xB3\x95\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.537938"], ["updated_at", "2022-09-29 09:06:43.537939"]] TRANSACTION (3.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xAA\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xAA\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.560228"], ["updated_at", "2022-09-29 09:06:43.560229"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xB6le\xE7\xA6\x8F"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xB6le\xE7\xA6\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.586045"], ["updated_at", "2022-09-29 09:06:43.586048"]] TRANSACTION (5.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xB6l\xE7\xA6\x8F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xB6l\xE7\xA6\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.625181"], ["updated_at", "2022-09-29 09:06:43.625182"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xB6\xE4\xB8\x80\xE6\xA0\xB7\xE9\xA5\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xB6\xE4\xB8\x80\xE6\xA0\xB7\xE9\xA5\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.656093"], ["updated_at", "2022-09-29 09:06:43.656093"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xB6\xE4\xB8\xAD\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xB6\xE4\xB8\xAD\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.680353"], ["updated_at", "2022-09-29 09:06:43.680354"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xB6\xE5\x85\x83\xE8\x87\xAA\xE7\xA7\xB0\xE7\x8E\x89\xE7\x9A\x87\xE5\xA4\xA7\xE5\xB8\x9D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xB6\xE5\x85\x83\xE8\x87\xAA\xE7\xA7\xB0\xE7\x8E\x89\xE7\x9A\x87\xE5\xA4\xA7\xE5\xB8\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.713583"], ["updated_at", "2022-09-29 09:06:43.713584"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xB6\xE5\xB1\x9E\xE8\xA2\xAB\xE6\x89\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xB6\xE5\xB1\x9E\xE8\xA2\xAB\xE6\x89\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.749297"], ["updated_at", "2022-09-29 09:06:43.749298"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xB9\xE5\xBC\xB9\xE9\x87\x8F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xB9\xE5\xBC\xB9\xE9\x87\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.775787"], ["updated_at", "2022-09-29 09:06:43.775787"]] TRANSACTION (4.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAE\xBD\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAE\xBD\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.805283"], ["updated_at", "2022-09-29 09:06:43.805284"]] TRANSACTION (4.8ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x82\xE5\xAF\x9E"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x82\xE5\xAF\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.844782"], ["updated_at", "2022-09-29 09:06:43.844782"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.877288"], ["updated_at", "2022-09-29 09:06:43.877289"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.906307"], ["updated_at", "2022-09-29 09:06:43.906307"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE7\x94\xB7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE7\x94\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.942218"], ["updated_at", "2022-09-29 09:06:43.942218"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE9\x9A\xBE\xE8\x80\x90\xE4\xB8\x93\xE4\xB8\x9A\xE6\x8F\x90\xE4\xBE\x9BM"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x82\xE5\xAF\x9E\xE9\x9A\xBE\xE8\x80\x90\xE4\xB8\x93\xE4\xB8\x9A\xE6\x8F\x90\xE4\xBE\x9BM"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:43.970466"], ["updated_at", "2022-09-29 09:06:43.970467"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x86\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x86\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.001658"], ["updated_at", "2022-09-29 09:06:44.001659"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x86\xE7\xA9\xB4\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x86\xE7\xA9\xB4\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.039029"], ["updated_at", "2022-09-29 09:06:44.039030"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x8C\xE5\xA9\x86\xE7\xBB\x99\xE5\xBA\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x8C\xE5\xA9\x86\xE7\xBB\x99\xE5\xBA\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.062008"], ["updated_at", "2022-09-29 09:06:44.062009"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x8C\xE6\xB0\x91\xE7\xA9\xB7"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x8C\xE6\xB0\x91\xE7\xA9\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.086738"], ["updated_at", "2022-09-29 09:06:44.086739"]] TRANSACTION (4.7ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x8C\xE8\xB4\xB5\xE4\xB8\x89\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x8C\xE8\xB4\xB5\xE4\xB8\x89\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.123178"], ["updated_at", "2022-09-29 09:06:44.123179"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x92\xE6\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x92\xE6\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.151760"], ["updated_at", "2022-09-29 09:06:44.151761"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\x9F\xE8\xB1\xA1\xE8\x9A\x82"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\x9F\xE8\xB1\xA1\xE8\x9A\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.176906"], ["updated_at", "2022-09-29 09:06:44.176907"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xAC\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xAC\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.204171"], ["updated_at", "2022-09-29 09:06:44.204173"]] TRANSACTION (5.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xB6\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xB6\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.241632"], ["updated_at", "2022-09-29 09:06:44.241633"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xB9\xE4\xB8\x8D\xE8\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xB9\xE4\xB8\x8D\xE8\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.266022"], ["updated_at", "2022-09-29 09:06:44.266022"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xB9\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE6\xB8\x85\xE7\xAE\x97"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xB9\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A\xE6\xB8\x85\xE7\xAE\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.289448"], ["updated_at", "2022-09-29 09:06:44.289448"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xB9\xE6\x97\xA5\xE5\xBC\xBA\xE7\xA1\xAC"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xB9\xE6\x97\xA5\xE5\xBC\xBA\xE7\xA1\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.326561"], ["updated_at", "2022-09-29 09:06:44.326562"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBB\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBB\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.357949"], ["updated_at", "2022-09-29 09:06:44.357949"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBB\xE6\x89\xBE\xE6\x9E\x97\xE6\x98\xAD\xE7\x9A\x84\xE7\x81\xB5\xE9\xAD\x82"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBB\xE6\x89\xBE\xE6\x9E\x97\xE6\x98\xAD\xE7\x9A\x84\xE7\x81\xB5\xE9\xAD\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.383601"], ["updated_at", "2022-09-29 09:06:44.383601"]] TRANSACTION (3.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBB\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBB\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.420624"], ["updated_at", "2022-09-29 09:06:44.420625"]] TRANSACTION (5.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBC\xE4\xBA\xBA\xE6\x9C\x80"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBC\xE4\xBA\xBA\xE6\x9C\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.451479"], ["updated_at", "2022-09-29 09:06:44.451480"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBC\xE4\xBA\xBA\xE7\x9A\x84\xE6\x9C\x80"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBC\xE4\xBA\xBA\xE7\x9A\x84\xE6\x9C\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.473173"], ["updated_at", "2022-09-29 09:06:44.473173"]] TRANSACTION (4.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBC\xE5\x8F\xAB\xE5\xA4\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBC\xE5\x8F\xAB\xE5\xA4\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.500188"], ["updated_at", "2022-09-29 09:06:44.500189"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBC\xE5\xB0\x8F\xE5\x95\x86"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBC\xE5\xB0\x8F\xE5\x95\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.537276"], ["updated_at", "2022-09-29 09:06:44.537276"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBC\xE5\xB0\xBF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBC\xE5\xB0\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.560605"], ["updated_at", "2022-09-29 09:06:44.560605"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBC\xE7\x88\x86\xE7\xB4\xA2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBC\xE7\x88\x86\xE7\xB4\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.581900"], ["updated_at", "2022-09-29 09:06:44.581901"]] TRANSACTION (4.6ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xAF\xBC\xE7\x9A\x84\xE6\x83\x85\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xAF\xBC\xE7\x9A\x84\xE6\x83\x85\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.621473"], ["updated_at", "2022-09-29 09:06:44.621474"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE4\xBB\x8E\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE4\xBB\x8E\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.660913"], ["updated_at", "2022-09-29 09:06:44.660914"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.685560"], ["updated_at", "2022-09-29 09:06:44.685561"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.715046"], ["updated_at", "2022-09-29 09:06:44.715047"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE9\x94\x81\xE6\xB6\x88"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE9\x94\x81\xE6\xB6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.746208"], ["updated_at", "2022-09-29 09:06:44.746208"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE9\x94\x81\xE6\xB6\x88\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE9\x94\x81\xE6\xB6\x88\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.767488"], ["updated_at", "2022-09-29 09:06:44.767489"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE9\x9D\xA2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE9\x9D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.788647"], ["updated_at", "2022-09-29 09:06:44.788648"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE9\x9D\xA2\xE5\xA5\xB3\xE9\x83\x8E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE9\x9D\xA2\xE5\xA5\xB3\xE9\x83\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.821347"], ["updated_at", "2022-09-29 09:06:44.821347"]] TRANSACTION (6.0ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x81\xE9\xA1\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x81\xE9\xA1\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.861557"], ["updated_at", "2022-09-29 09:06:44.861558"]] TRANSACTION (5.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (7.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.900732"], ["updated_at", "2022-09-29 09:06:44.900734"]] TRANSACTION (9.2ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE7\x88\xBD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE7\x88\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:44.967997"], ["updated_at", "2022-09-29 09:06:44.967998"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.008099"], ["updated_at", "2022-09-29 09:06:45.008100"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE7\xBD\x91\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE7\xBD\x91\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.034559"], ["updated_at", "2022-09-29 09:06:45.034561"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE9\x92\x89\xE6\x9E\xAA\xE6\x94\xB9\xE6\xB0\x94"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE9\x92\x89\xE6\x9E\xAA\xE6\x94\xB9\xE6\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.060731"], ["updated_at", "2022-09-29 09:06:45.060732"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE9\x92\x89\xE6\x9E\xAA\xE6\x94\xB9\xE7\x8C\x8E\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE9\x92\x89\xE6\x9E\xAA\xE6\x94\xB9\xE7\x8C\x8E\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.083570"], ["updated_at", "2022-09-29 09:06:45.083571"]] TRANSACTION (6.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE9\x92\x89\xE6\x9E\xAA\xE6\x94\xB9\xE8\xA3\x85\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE9\x92\x89\xE6\x9E\xAA\xE6\x94\xB9\xE8\xA3\x85\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.112748"], ["updated_at", "2022-09-29 09:06:45.112749"]] TRANSACTION (5.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x84\xE9\xA2\x9C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x84\xE9\xA2\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.147437"], ["updated_at", "2022-09-29 09:06:45.147437"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x86\xE5\x88\x99\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x86\xE5\x88\x99\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.173194"], ["updated_at", "2022-09-29 09:06:45.173195"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x89\xE5\x81\xA5\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x89\xE5\x81\xA5\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.196456"], ["updated_at", "2022-09-29 09:06:45.196460"]] TRANSACTION (6.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8A\xE7\x88\xB5\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8A\xE7\x88\xB5\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.235617"], ["updated_at", "2022-09-29 09:06:45.235618"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F6\xE7\x81\xB5\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F6\xE7\x81\xB5\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.271951"], ["updated_at", "2022-09-29 09:06:45.271952"]] TRANSACTION (6.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8Fshuo\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8Fshuo\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.307446"], ["updated_at", "2022-09-29 09:06:45.307447"]] TRANSACTION (5.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8Fxue"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8Fxue"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.352061"], ["updated_at", "2022-09-29 09:06:45.352062"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE3\x80\x82\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE3\x80\x82\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.381767"], ["updated_at", "2022-09-29 09:06:45.381767"]] TRANSACTION (6.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE4\xBC\x99\xE4\xBC\xB4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE4\xBC\x99\xE4\xBC\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.415051"], ["updated_at", "2022-09-29 09:06:45.415052"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE4\xBE\xBF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE4\xBE\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.446924"], ["updated_at", "2022-09-29 09:06:45.446925"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE4\xBF\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE4\xBF\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.473810"], ["updated_at", "2022-09-29 09:06:45.473811"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x85\x84\xE5\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x85\x84\xE5\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.496853"], ["updated_at", "2022-09-29 09:06:45.496855"]] TRANSACTION (6.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8E\xA8\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8E\xA8\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.535059"], ["updated_at", "2022-09-29 09:06:45.535060"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\x82\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\x82\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.562046"], ["updated_at", "2022-09-29 09:06:45.562047"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.584634"], ["updated_at", "2022-09-29 09:06:45.584635"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.614672"], ["updated_at", "2022-09-29 09:06:45.614673"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.650294"], ["updated_at", "2022-09-29 09:06:45.650295"]] TRANSACTION (3.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.675789"], ["updated_at", "2022-09-29 09:06:45.675789"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.700065"], ["updated_at", "2022-09-29 09:06:45.700069"]] TRANSACTION (5.7ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x9B\xBE\xE7\xBA\xB8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE5\x9B\xBE\xE7\xBA\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.738486"], ["updated_at", "2022-09-29 09:06:45.738487"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.770762"], ["updated_at", "2022-09-29 09:06:45.770762"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.796095"], ["updated_at", "2022-09-29 09:06:45.796096"]] TRANSACTION (5.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.831840"], ["updated_at", "2022-09-29 09:06:45.831841"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.860152"], ["updated_at", "2022-09-29 09:06:45.860153"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xB0\x94\xE6\x9E\xAA\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE6\xB0\x94\xE6\x9E\xAA\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.882267"], ["updated_at", "2022-09-29 09:06:45.882268"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE7\xA7\x83\xE9\xB9\xB0\xE6\xB2\x99\xE6\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x84\xE7\xA7\x83\xE9\xB9\xB0\xE6\xB2\x99\xE6\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.910499"], ["updated_at", "2022-09-29 09:06:45.910500"]] TRANSACTION (5.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x91\xE6\xAD\xA5\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x91\xE6\xAD\xA5\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.946017"], ["updated_at", "2022-09-29 09:06:45.946018"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x91\xE6\xAD\xA5\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x8F\xA3\xE5\xBE\x91\xE6\xAD\xA5\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.969683"], ["updated_at", "2022-09-29 09:06:45.969684"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\x9E\x8B\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\x9E\x8B\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:45.993806"], ["updated_at", "2022-09-29 09:06:45.993806"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.020405"], ["updated_at", "2022-09-29 09:06:46.020406"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.048297"], ["updated_at", "2022-09-29 09:06:46.048298"]] TRANSACTION (4.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8\xE5\x85\xA8\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8\xE5\x85\xA8\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.079119"], ["updated_at", "2022-09-29 09:06:46.079120"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8\xE5\x8F\xA3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8\xE5\x8F\xA3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.118756"], ["updated_at", "2022-09-29 09:06:46.118757"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.140946"], ["updated_at", "2022-09-29 09:06:46.140946"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8E\xE6\x82\xA8\xE7\x9B\xB8\xE7\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8E\xE6\x82\xA8\xE7\x9B\xB8\xE7\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.162862"], ["updated_at", "2022-09-29 09:06:46.162863"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE5\x85\xA8\xE5\xA5\x97\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE5\x85\xA8\xE5\xA5\x97\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.183893"], ["updated_at", "2022-09-29 09:06:46.183893"]] TRANSACTION (5.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE5\x85\xBC\xE8\x81\x8C\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE5\x85\xBC\xE8\x81\x8C\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.212470"], ["updated_at", "2022-09-29 09:06:46.212471"]] TRANSACTION (5.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE6\x89\x93\xE9\xA3\x9E\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE6\x89\x93\xE9\xA3\x9E\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.251270"], ["updated_at", "2022-09-29 09:06:46.251272"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE6\x8C\x89\xE6\x91\xA9"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE6\x8C\x89\xE6\x91\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.273941"], ["updated_at", "2022-09-29 09:06:46.273942"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE6\x8F\xB4\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE6\x8F\xB4\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.294791"], ["updated_at", "2022-09-29 09:06:46.294792"]] TRANSACTION (6.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE7\x89\xB9\xE6\xAE\x8A\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (7.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xA7\x90\xE7\x89\xB9\xE6\xAE\x8A\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.328546"], ["updated_at", "2022-09-29 09:06:46.328547"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.376160"], ["updated_at", "2022-09-29 09:06:46.376161"]] TRANSACTION (3.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE5\xBC\x9F\xE5\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE5\xBC\x9F\xE5\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.406259"], ["updated_at", "2022-09-29 09:06:46.406260"]] TRANSACTION (4.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE6\x97\xB6\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE6\x97\xB6\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.445181"], ["updated_at", "2022-09-29 09:06:46.445182"]] TRANSACTION (3.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE6\xB3\x89\xE6\x81\xB6\xE6\x90\x9E"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE6\xB3\x89\xE6\x81\xB6\xE6\x90\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.471886"], ["updated_at", "2022-09-29 09:06:46.471886"]] TRANSACTION (2.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE4\xB8\x80\xE9\x83\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE4\xB8\x80\xE9\x83\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.495357"], ["updated_at", "2022-09-29 09:06:46.495358"]] TRANSACTION (5.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE5\x9B\xAD"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE5\x9B\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.529878"], ["updated_at", "2022-09-29 09:06:46.529879"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE5\x9C\x86"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE5\x9C\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.560430"], ["updated_at", "2022-09-29 09:06:46.560430"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE7\x8E\x9B\xE8\x8E\x89\xE4\xBA\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE6\xB3\xBD\xE7\x8E\x9B\xE8\x8E\x89\xE4\xBA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.583835"], ["updated_at", "2022-09-29 09:06:46.583836"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE6\xB4\xBB\xE4\xBD\x9B"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE6\xB4\xBB\xE4\xBD\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.611414"], ["updated_at", "2022-09-29 09:06:46.611415"]] TRANSACTION (5.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\x81\xAB\xE8\xBD\xA6\xE5\x91\x9C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\x81\xAB\xE8\xBD\xA6\xE5\x91\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.651056"], ["updated_at", "2022-09-29 09:06:46.651058"]] TRANSACTION (4.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\x81\xB5\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\x81\xB5\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.683873"], ["updated_at", "2022-09-29 09:06:46.683874"]] TRANSACTION (7.2ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\x8C\x8E\xE4\xBA\xBA\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\x8C\x8E\xE4\xBA\xBA\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.727911"], ["updated_at", "2022-09-29 09:06:46.727912"]] TRANSACTION (6.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\x94\x9C\xE9\xA5\xBCAPP"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\x94\x9C\xE9\xA5\xBCAPP"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.774490"], ["updated_at", "2022-09-29 09:06:46.774491"]] TRANSACTION (4.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.808377"], ["updated_at", "2022-09-29 09:06:46.808379"]] TRANSACTION (6.8ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\x99\xBD\xE5\x85\x94"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\x99\xBD\xE5\x85\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.857674"], ["updated_at", "2022-09-29 09:06:46.857676"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\xA7\x98\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\xA7\x98\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.894035"], ["updated_at", "2022-09-29 09:06:46.894036"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.932592"], ["updated_at", "2022-09-29 09:06:46.932593"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\xB1\xB3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\xB1\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.967067"], ["updated_at", "2022-09-29 09:06:46.967067"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE7\xBC\x96"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE7\xBC\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:46.990738"], ["updated_at", "2022-09-29 09:06:46.990738"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\x82\x89\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\x82\x89\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.020901"], ["updated_at", "2022-09-29 09:06:47.020902"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\x85\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\x85\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.048987"], ["updated_at", "2022-09-29 09:06:47.048988"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\x85\xB9\xE5\xA4\x84"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\x85\xB9\xE5\xA4\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.076708"], ["updated_at", "2022-09-29 09:06:47.076709"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\x88\x8C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\x88\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.097909"], ["updated_at", "2022-09-29 09:06:47.097910"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\x99\x8E\xE4\xB8\xBD\xE4\xB8\xBD\xE6\x89\xBE\xE9\x9D\x93\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\x99\x8E\xE4\xB8\xBD\xE4\xB8\xBD\xE6\x89\xBE\xE9\x9D\x93\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.133489"], ["updated_at", "2022-09-29 09:06:47.133490"]] TRANSACTION (5.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.169538"], ["updated_at", "2022-09-29 09:06:47.169539"]] TRANSACTION (4.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\xAF\xB4wang"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\xAF\xB4wang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.193756"], ["updated_at", "2022-09-29 09:06:47.193757"]] TRANSACTION (4.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE6\x8D\xA2\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE6\x8D\xA2\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.225392"], ["updated_at", "2022-09-29 09:06:47.225393"]] TRANSACTION (5.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE7\xA0\x81\xE5\xAD\x97\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE7\xA0\x81\xE5\xAD\x97\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.263659"], ["updated_at", "2022-09-29 09:06:47.263660"]] TRANSACTION (2.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.290309"], ["updated_at", "2022-09-29 09:06:47.290310"]] TRANSACTION (5.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE9\x98\x85\xE8\xAF\xBB\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE8\xAF\xB4\xE9\x98\x85\xE8\xAF\xBB\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.318604"], ["updated_at", "2022-09-29 09:06:47.318605"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.350404"], ["updated_at", "2022-09-29 09:06:47.350404"]] TRANSACTION (3.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE9\xA2\x9D\xE8\xB4\xB7\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE9\xA2\x9D\xE8\xB4\xB7\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.378946"], ["updated_at", "2022-09-29 09:06:47.378947"]] TRANSACTION (3.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE9\xAA\x9ABB"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE9\xAA\x9ABB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.406561"], ["updated_at", "2022-09-29 09:06:47.406562"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE9\xAA\x9ABB\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE9\xAA\x9ABB\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.441356"], ["updated_at", "2022-09-29 09:06:47.441358"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE9\xB8\x9F"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE9\xB8\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.470180"], ["updated_at", "2022-09-29 09:06:47.470181"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE9\xB8\xA1\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE9\xB8\xA1\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.494266"], ["updated_at", "2022-09-29 09:06:47.494267"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x8F\xE9\xBB\x91\xE8\xB1\xB9 2005A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x8F\xE9\xBB\x91\xE8\xB1\xB9 2005A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.522697"], ["updated_at", "2022-09-29 09:06:47.522698"]] TRANSACTION (4.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE4\xBF\xAE\xE6\xAD\xA3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE4\xBF\xAE\xE6\xAD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.561318"], ["updated_at", "2022-09-29 09:06:47.561319"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\x84\xBF\xE4\xB8\x8D\xE5\xAE\x9C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\x84\xBF\xE4\xB8\x8D\xE5\xAE\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.584092"], ["updated_at", "2022-09-29 09:06:47.584092"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\x84\xBF\xE5\x8B\xBF\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\x84\xBF\xE5\x8B\xBF\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.611351"], ["updated_at", "2022-09-29 09:06:47.611352"]] TRANSACTION (5.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.647294"], ["updated_at", "2022-09-29 09:06:47.647295"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE6\x8D\xA2\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE6\x8D\xA2\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.674149"], ["updated_at", "2022-09-29 09:06:47.674150"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE6\xB3\xA2\xE9\x9C\xB8"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE6\xB3\xA2\xE9\x9C\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.700137"], ["updated_at", "2022-09-29 09:06:47.700138"]] TRANSACTION (4.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE6\xBD\x98\xE9\x87\x91\xE8\x8E\xB2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE6\xBD\x98\xE9\x87\x91\xE8\x8E\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.740137"], ["updated_at", "2022-09-29 09:06:47.740138"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE8\xA2\xAB\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE8\xA2\xAB\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.771119"], ["updated_at", "2022-09-29 09:06:47.771120"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE8\xBF\xB7\xE5\xB9\xBB\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE8\xBF\xB7\xE5\xB9\xBB\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.792242"], ["updated_at", "2022-09-29 09:06:47.792242"]] TRANSACTION (5.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE8\xBF\xB7\xE6\x83\x85\xE8\x8D\xAF\xE6\xB0\xB4\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE8\xBF\xB7\xE6\x83\x85\xE8\x8D\xAF\xE6\xB0\xB4\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.822088"], ["updated_at", "2022-09-29 09:06:47.822088"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE9\xAB\x98\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA5\xB3\xE9\xAB\x98\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.856209"], ["updated_at", "2022-09-29 09:06:47.856210"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.881337"], ["updated_at", "2022-09-29 09:06:47.881338"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE4\xBA\xBA\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE4\xBA\xBA\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.904955"], ["updated_at", "2022-09-29 09:06:47.904956"]] TRANSACTION (7.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE7\x99\xBD\xE6\xB4\x81"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE7\x99\xBD\xE6\xB4\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.947365"], ["updated_at", "2022-09-29 09:06:47.947366"]] TRANSACTION (5.9ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE7\x99\xBD\xE6\xB4\x81\xE5\x85\xA8\xE9\x9B\x86"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE7\x99\xBD\xE6\xB4\x81\xE5\x85\xA8\xE9\x9B\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:47.985083"], ["updated_at", "2022-09-29 09:06:47.985084"]] TRANSACTION (3.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.013728"], ["updated_at", "2022-09-29 09:06:48.013728"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE8\xB5\xB0\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA6\x87\xE8\xB5\xB0\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.046580"], ["updated_at", "2022-09-29 09:06:48.046581"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xA9\xA6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xA9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.072908"], ["updated_at", "2022-09-29 09:06:48.072908"]] TRANSACTION (2.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xB9\xB4\xE5\xA4\xA7\xE5\xAE\x9D\xE5\x85\xA8\xE9\x9B\x86"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xB9\xB4\xE5\xA4\xA7\xE5\xAE\x9D\xE5\x85\xA8\xE9\x9B\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.095721"], ["updated_at", "2022-09-29 09:06:48.095722"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x91\xE5\xB9\xB4\xE9\x98\xBF\xE5\xAE\xBE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x91\xE5\xB9\xB4\xE9\x98\xBF\xE5\xAE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.124317"], ["updated_at", "2022-09-29 09:06:48.124318"]] TRANSACTION (5.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x96\xE6\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x96\xE6\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.159001"], ["updated_at", "2022-09-29 09:06:48.159001"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\x9A\xE7\xA6\x8F\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\x9A\xE7\xA6\x8F\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.181419"], ["updated_at", "2022-09-29 09:06:48.181420"]] TRANSACTION (3.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xA4\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xA4\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.211372"], ["updated_at", "2022-09-29 09:06:48.211373"]] TRANSACTION (7.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xA4\xE7\x89\xA9\xE6\xBF\x80\xE6\x83\x85\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xA4\xE7\x89\xA9\xE6\xBF\x80\xE6\x83\x85\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.257240"], ["updated_at", "2022-09-29 09:06:48.257241"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xA4\xE7\x89\xA9\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xA4\xE7\x89\xA9\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.284685"], ["updated_at", "2022-09-29 09:06:48.284685"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xB1\xE5\x8E\xBB\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xB1\xE5\x8E\xBB\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.316344"], ["updated_at", "2022-09-29 09:06:48.316345"]] TRANSACTION (7.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xB1\xE7\x88\xB1\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (8.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xB1\xE7\x88\xB1\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.362512"], ["updated_at", "2022-09-29 09:06:48.362513"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xB1\xE8\xA6\x81\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xB1\xE8\xA6\x81\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.400293"], ["updated_at", "2022-09-29 09:06:48.400294"]] TRANSACTION (5.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.439405"], ["updated_at", "2022-09-29 09:06:48.439406"]] TRANSACTION (3.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xB8\xE5\x8D\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xB8\xE5\x8D\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.468531"], ["updated_at", "2022-09-29 09:06:48.468531"]] TRANSACTION (3.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xB9\xE5\xBA\x86\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xB9\xE5\xBA\x86\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.492182"], ["updated_at", "2022-09-29 09:06:48.492183"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xB9\xE6\x96\xB9\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xB9\xE6\x96\xB9\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.519172"], ["updated_at", "2022-09-29 09:06:48.519173"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBC\xE5\x8F\xAF\xE5\x88\xB9\xE7\xB1\xB3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBC\xE5\x8F\xAF\xE5\x88\xB9\xE7\xB1\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.551657"], ["updated_at", "2022-09-29 09:06:48.551658"]] TRANSACTION (3.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBC\xE6\xB3\x8A\xE5\xB0\x94\xE5\x86\x9B\xE5\x88\x80 \xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBC\xE6\xB3\x8A\xE5\xB0\x94\xE5\x86\x9B\xE5\x88\x80 \xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.580482"], ["updated_at", "2022-09-29 09:06:48.580482"]] TRANSACTION (2.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBC\xE6\xB3\x8A\xE5\xB0\x94\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBC\xE6\xB3\x8A\xE5\xB0\x94\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.604928"], ["updated_at", "2022-09-29 09:06:48.604929"]] TRANSACTION (5.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBC\xE6\xB3\x8A\xE5\xB0\x94\xE5\x86\x9B\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBC\xE6\xB3\x8A\xE5\xB0\x94\xE5\x86\x9B\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.641347"], ["updated_at", "2022-09-29 09:06:48.641348"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBE\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBE\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.675397"], ["updated_at", "2022-09-29 09:06:48.675398"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBF\xE5\xB0\xBF"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBF\xE5\xB0\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.700954"], ["updated_at", "2022-09-29 09:06:48.700955"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBF\xE6\x80\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBF\xE6\x80\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.739729"], ["updated_at", "2022-09-29 09:06:48.739730"]] TRANSACTION (8.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB0\xBF\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB0\xBF\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.777478"], ["updated_at", "2022-09-29 09:06:48.777479"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\x81\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\x81\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.797699"], ["updated_at", "2022-09-29 09:06:48.797700"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\x81\xE8\x82\xA1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\x81\xE8\x82\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.821724"], ["updated_at", "2022-09-29 09:06:48.821725"]] TRANSACTION (6.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\x84"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.855853"], ["updated_at", "2022-09-29 09:06:48.855854"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\x84\xE8\xB5\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\x84\xE8\xB5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.879443"], ["updated_at", "2022-09-29 09:06:48.879443"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\x8C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.902703"], ["updated_at", "2022-09-29 09:06:48.902704"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\x99\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\x99\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.933358"], ["updated_at", "2022-09-29 09:06:48.933359"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\x9E\xE7\x81\xB5\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\x9E\xE7\x81\xB5\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.966837"], ["updated_at", "2022-09-29 09:06:48.966837"]] TRANSACTION (2.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\xA0\xE5\xAE\xB0\xE8\x97\x8F\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\xA0\xE5\xAE\xB0\xE8\x97\x8F\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:48.989502"], ["updated_at", "2022-09-29 09:06:48.989503"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\xA0\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\xA0\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.009847"], ["updated_at", "2022-09-29 09:06:49.009848"]] TRANSACTION (9.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\xA0\xE6\x9D\x80\xE5\xAD\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\xA0\xE6\x9D\x80\xE5\xAD\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.046982"], ["updated_at", "2022-09-29 09:06:49.046982"]] TRANSACTION (9.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\xB1\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\xB1\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.083452"], ["updated_at", "2022-09-29 09:06:49.083453"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\xB1\xE6\xB6\x89\xE9\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\xB1\xE6\xB6\x89\xE9\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.105933"], ["updated_at", "2022-09-29 09:06:49.105935"]] TRANSACTION (5.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\xB1\xE8\xA5\xBF\xE6\xB4\xAA\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\xB1\xE8\xA5\xBF\xE6\xB4\xAA\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.150276"], ["updated_at", "2022-09-29 09:06:49.150277"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB1\xB1\xE8\xA5\xBF\xE9\xBB\x91\xE7\xA0\x96\xE7\xAA\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB1\xB1\xE8\xA5\xBF\xE9\xBB\x91\xE7\xA0\x96\xE7\xAA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.191387"], ["updated_at", "2022-09-29 09:06:49.191387"]] TRANSACTION (2.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB2\xA1\xE6\x9C\xAC\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB2\xA1\xE6\x9C\xAC\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.215226"], ["updated_at", "2022-09-29 09:06:49.215227"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB2\xB3\xE6\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB2\xB3\xE6\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.250388"], ["updated_at", "2022-09-29 09:06:49.250388"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB3\xB0\xE5\xB3\xA6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB3\xB0\xE5\xB3\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.277581"], ["updated_at", "2022-09-29 09:06:49.277582"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB4\x94\xE7\x8E\x89\xE4\xBA\xAE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB4\x94\xE7\x8E\x89\xE4\xBA\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.302002"], ["updated_at", "2022-09-29 09:06:49.302002"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB4\x94\xE8\x8B\xB1\xE6\x9D\xB0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB4\x94\xE8\x8B\xB1\xE6\x9D\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.328130"], ["updated_at", "2022-09-29 09:06:49.328131"]] TRANSACTION (4.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB4\xA9\xE7\x9B\x98"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB4\xA9\xE7\x9B\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.361119"], ["updated_at", "2022-09-29 09:06:49.361119"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\x9Db26931"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\x9Db26931"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.381726"], ["updated_at", "2022-09-29 09:06:49.381727"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\x9D\xE5\xB2\x9B\xE5\x92\x8C\xE6\xB4\xA5\xE5\xAE\x9E"], ["LIMIT", 1]] TRANSACTION (7.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\x9D\xE5\xB2\x9B\xE5\x92\x8C\xE6\xB4\xA5\xE5\xAE\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.405380"], ["updated_at", "2022-09-29 09:06:49.405381"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.444615"], ["updated_at", "2022-09-29 09:06:49.444616"]] TRANSACTION (4.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\x9E\xE5\xA4\xA7\xE6\x89\xB9\xE8\xB4\xAA"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\x9E\xE5\xA4\xA7\xE6\x89\xB9\xE8\xB4\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.476098"], ["updated_at", "2022-09-29 09:06:49.476099"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\x9E\xE6\x83\xA8\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\x9E\xE6\x83\xA8\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.499149"], ["updated_at", "2022-09-29 09:06:49.499150"]] TRANSACTION (5.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA2\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA2\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.528850"], ["updated_at", "2022-09-29 09:06:49.528851"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.561768"], ["updated_at", "2022-09-29 09:06:49.561769"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE4\xBD\x9C\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE4\xBD\x9C\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.585910"], ["updated_at", "2022-09-29 09:06:49.585911"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE4\xBD\x9C\xE8\xB4\xA8\xE9\x87\x8F"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE4\xBD\x9C\xE8\xB4\xA8\xE9\x87\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.607988"], ["updated_at", "2022-09-29 09:06:49.607988"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.641454"], ["updated_at", "2022-09-29 09:06:49.641455"]] TRANSACTION (3.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\x8A\x9B\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\x8A\x9B\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.671741"], ["updated_at", "2022-09-29 09:06:49.671742"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\x95\x86\xE4\xBB\xA3\xE7\x90\x86QQ"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\x95\x86\xE4\xBB\xA3\xE7\x90\x86QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.703594"], ["updated_at", "2022-09-29 09:06:49.703595"]] TRANSACTION (5.9ms) COMMIT User Load (7.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB1\xBD\xE7\x8B\x97\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB1\xBD\xE7\x8B\x97\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.746877"], ["updated_at", "2022-09-29 09:06:49.746878"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.783641"], ["updated_at", "2022-09-29 09:06:49.783642"]] TRANSACTION (4.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE\xE4\xB8\x93"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE\xE4\xB8\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.810059"], ["updated_at", "2022-09-29 09:06:49.810060"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8C\x87\xE5\xAE\x9A\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8C\x87\xE5\xAE\x9A\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.842901"], ["updated_at", "2022-09-29 09:06:49.842902"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.873780"], ["updated_at", "2022-09-29 09:06:49.873781"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\xA3\xE6\xA7\x8Dqq"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\xA3\xE6\xA7\x8Dqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.897762"], ["updated_at", "2022-09-29 09:06:49.897763"]] TRANSACTION (2.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\xA3\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\xA3\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.923758"], ["updated_at", "2022-09-29 09:06:49.923760"]] TRANSACTION (6.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\xA3\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB0\xA3\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.960138"], ["updated_at", "2022-09-29 09:06:49.960139"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:49.983429"], ["updated_at", "2022-09-29 09:06:49.983430"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.015302"], ["updated_at", "2022-09-29 09:06:50.015303"]] TRANSACTION (6.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.058764"], ["updated_at", "2022-09-29 09:06:50.058765"]] TRANSACTION (3.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.089174"], ["updated_at", "2022-09-29 09:06:50.089175"]] TRANSACTION (4.2ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x9B\xBE\xE7\xBA\xB8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE5\x9B\xBE\xE7\xBA\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.123346"], ["updated_at", "2022-09-29 09:06:50.123347"]] TRANSACTION (5.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.160568"], ["updated_at", "2022-09-29 09:06:50.160568"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.182904"], ["updated_at", "2022-09-29 09:06:50.182905"]] TRANSACTION (4.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE5\xAD\x97\xE7\x89\x8C\xE6\xB1\xBD\xE6\x9E\xAA\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.208761"], ["updated_at", "2022-09-29 09:06:50.208762"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE7\x94\xA2\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE7\x94\xA2\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.239247"], ["updated_at", "2022-09-29 09:06:50.239248"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE7\xA8\x8B\xE5\x90\x9E\xE5\xBE\x97"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE7\xA8\x8B\xE5\x90\x9E\xE5\xBE\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.271812"], ["updated_at", "2022-09-29 09:06:50.271812"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE8\x87\xAA\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE8\x87\xAA\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.291471"], ["updated_at", "2022-09-29 09:06:50.291471"]] TRANSACTION (3.0ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE8\xB3\x87\xE7\x95\xB6\xE5\xA4\xA9\xE7\x99\xBC\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE8\xB3\x87\xE7\x95\xB6\xE5\xA4\xA9\xE7\x99\xBC\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.314859"], ["updated_at", "2022-09-29 09:06:50.314859"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA5\xE8\xB5\x84"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA5\xE8\xB5\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.349607"], ["updated_at", "2022-09-29 09:06:50.349608"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA6\xE5\xA4\xAA\xE5\x8C\x97"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA6\xE5\xA4\xAA\xE5\x8C\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.378074"], ["updated_at", "2022-09-29 09:06:50.378074"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA6\xE6\x97\x8B\xE9\xBA\xBB\xE9\xBB\x84\xE7\xB4\xA0\xE7\x9B\xB4\xE9\x94\x80qq"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA6\xE6\x97\x8B\xE9\xBA\xBB\xE9\xBB\x84\xE7\xB4\xA0\xE7\x9B\xB4\xE9\x94\x80qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.399822"], ["updated_at", "2022-09-29 09:06:50.399823"]] TRANSACTION (6.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA6\xE6\xA3\x8D"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA6\xE6\xA3\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.433002"], ["updated_at", "2022-09-29 09:06:50.433004"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA6\xE7\xBF\xBC\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA6\xE7\xBF\xBC\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.465661"], ["updated_at", "2022-09-29 09:06:50.465666"]] TRANSACTION (3.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA6\xE8\xBD\xAC\xE6\x98\xAF\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA6\xE8\xBD\xAC\xE6\x98\xAF\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.490317"], ["updated_at", "2022-09-29 09:06:50.490318"]] TRANSACTION (6.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.518158"], ["updated_at", "2022-09-29 09:06:50.518159"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.551277"], ["updated_at", "2022-09-29 09:06:50.551278"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.579975"], ["updated_at", "2022-09-29 09:06:50.579976"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE5\xB1\x8C"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE5\xB1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.602608"], ["updated_at", "2022-09-29 09:06:50.602608"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.625462"], ["updated_at", "2022-09-29 09:06:50.625463"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.658385"], ["updated_at", "2022-09-29 09:06:50.658385"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.678496"], ["updated_at", "2022-09-29 09:06:50.678497"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.699608"], ["updated_at", "2022-09-29 09:06:50.699608"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE9\xA2\x9D\xE8\xB4\xA2\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE9\xA2\x9D\xE8\xB4\xA2\xE4\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.725311"], ["updated_at", "2022-09-29 09:06:50.725312"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE9\xA2\x9D\xE9\xAA\x97\xE5\x82\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE9\xA2\x9D\xE9\xAA\x97\xE5\x82\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.759768"], ["updated_at", "2022-09-29 09:06:50.759769"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xA8\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xA8\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.785700"], ["updated_at", "2022-09-29 09:06:50.785701"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xB4\xE7\x89\xB9\xE5\xB0\x94"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xB4\xE7\x89\xB9\xE5\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.815048"], ["updated_at", "2022-09-29 09:06:50.815048"]] TRANSACTION (6.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB7\xB4\xE8\xB5\xAB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB7\xB4\xE8\xB5\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.851622"], ["updated_at", "2022-09-29 09:06:50.851623"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x83\xE5\x8D\x96\xE6\xB7\xAB\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x83\xE5\x8D\x96\xE6\xB7\xAB\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.878584"], ["updated_at", "2022-09-29 09:06:50.878584"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x85\xE5\x93\xA5\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x85\xE5\x93\xA5\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.901200"], ["updated_at", "2022-09-29 09:06:50.901201"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x85\xE5\x93\xA5\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x85\xE5\x93\xA5\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.928353"], ["updated_at", "2022-09-29 09:06:50.928354"]] TRANSACTION (7.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x88\xE5\x82\x85\xE6\xB3\x95\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x88\xE5\x82\x85\xE6\xB3\x95\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:50.969592"], ["updated_at", "2022-09-29 09:06:50.969594"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x88\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x88\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.009615"], ["updated_at", "2022-09-29 09:06:51.009617"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x88\xE7\x88\xB6"], ["LIMIT", 1]] TRANSACTION (12.9ms) BEGIN User Load (11.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x88\xE7\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.045363"], ["updated_at", "2022-09-29 09:06:51.045364"]] TRANSACTION (11.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x8C\xE7\x89\xB9\xE5\x8B\x92"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (12.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x8C\xE7\x89\xB9\xE5\x8B\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.112423"], ["updated_at", "2022-09-29 09:06:51.112424"]] TRANSACTION (11.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x8C\xE8\x84\x8F"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x8C\xE8\x84\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.182603"], ["updated_at", "2022-09-29 09:06:51.182604"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x8C\xE8\x91\xAC"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x8C\xE8\x91\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.231287"], ["updated_at", "2022-09-29 09:06:51.231288"]] TRANSACTION (6.4ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x8C\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x8C\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.280310"], ["updated_at", "2022-09-29 09:06:51.280311"]] TRANSACTION (3.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x90\xE7\xAF\xB7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x90\xE7\xAF\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.308241"], ["updated_at", "2022-09-29 09:06:51.308241"]] TRANSACTION (4.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x95\xE5\xB7\xB4\xE6\x8B\x89\xC2\xB7\xE6\xA0\xBC\xE5\x88\x97\xE6\x9C\x97\xE6\x9D\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x95\xE5\xB7\xB4\xE6\x8B\x89\xC2\xB7\xE6\xA0\xBC\xE5\x88\x97\xE6\x9C\x97\xE6\x9D\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.338467"], ["updated_at", "2022-09-29 09:06:51.338468"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\x9D\xE5\x9B\xBD\xE4\xB9\x8B\xE6\xA2\xA6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\x9D\xE5\x9B\xBD\xE4\xB9\x8B\xE6\xA2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.377674"], ["updated_at", "2022-09-29 09:06:51.377675"]] TRANSACTION (2.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xA6\xE5\xAD\xA9\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xA6\xE5\xAD\xA9\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.404339"], ["updated_at", "2022-09-29 09:06:51.404343"]] TRANSACTION (3.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xA6\xE5\xAE\x9D\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xA6\xE5\xAE\x9D\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.432364"], ["updated_at", "2022-09-29 09:06:51.432366"]] TRANSACTION (7.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xAD\xE4\xB8\xB4\xE7\xBB\x88\xE5\x89\x8D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xAD\xE4\xB8\xB4\xE7\xBB\x88\xE5\x89\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.475071"], ["updated_at", "2022-09-29 09:06:51.475072"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xAD\xE5\xA4\x8D\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xAD\xE5\xA4\x8D\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.504075"], ["updated_at", "2022-09-29 09:06:51.504076"]] TRANSACTION (3.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xAD\xE6\x8C\x87\xE7\x9D\x80\xE6\x8A\xA4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xAD\xE6\x8C\x87\xE7\x9D\x80\xE6\x8A\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.533706"], ["updated_at", "2022-09-29 09:06:51.533713"]] TRANSACTION (4.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xAE\xE4\xBA\xBA\xE6\x80\x80\xE5\xAD\x95"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xAE\xE4\xBA\xBA\xE6\x80\x80\xE5\xAD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.575892"], ["updated_at", "2022-09-29 09:06:51.575893"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xAE\xE5\xBF\x99\xE7\x82\xB9\xE4\xB8\x80\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xAE\xE5\xBF\x99\xE7\x82\xB9\xE4\xB8\x80\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.606024"], ["updated_at", "2022-09-29 09:06:51.606026"]] TRANSACTION (5.7ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xAE\xE5\xBF\x99\xE7\x82\xB9\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xAE\xE5\xBF\x99\xE7\x82\xB9\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.650716"], ["updated_at", "2022-09-29 09:06:51.650717"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xB8\xE5\x8A\xB2"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xB8\xE5\x8A\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.687968"], ["updated_at", "2022-09-29 09:06:51.687969"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB8\xB8\xE5\xBE\x81\xE8\xB4\xB5\xE5\xB7\x9E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB8\xB8\xE5\xBE\x81\xE8\xB4\xB5\xE5\xB7\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.711199"], ["updated_at", "2022-09-29 09:06:51.711200"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\x95\xE5\x89\x8D\xE6\x88\xB2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\x95\xE5\x89\x8D\xE6\x88\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.736159"], ["updated_at", "2022-09-29 09:06:51.736159"]] TRANSACTION (4.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\x95\xE6\xB2\xA1\xE6\x9C\x89\xE4\xB8\x8D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\x95\xE6\xB2\xA1\xE6\x9C\x89\xE4\xB8\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.769368"], ["updated_at", "2022-09-29 09:06:51.769369"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE4\xBB\x96"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE4\xBB\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.792267"], ["updated_at", "2022-09-29 09:06:51.792268"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.815442"], ["updated_at", "2022-09-29 09:06:51.815443"]] TRANSACTION (3.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE4\xBD\xA0\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE4\xBD\xA0\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.840652"], ["updated_at", "2022-09-29 09:06:51.840652"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE4\xBD\xA0\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE4\xBD\xA0\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.872332"], ["updated_at", "2022-09-29 09:06:51.872333"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE5\xA5\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE5\xA5\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.894989"], ["updated_at", "2022-09-29 09:06:51.894990"]] TRANSACTION (3.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.917235"], ["updated_at", "2022-09-29 09:06:51.917235"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE5\xA6\x93\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE5\xA6\x93\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.944413"], ["updated_at", "2022-09-29 09:06:51.944414"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE5\xA7\xA8\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE5\xA7\xA8\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:51.976262"], ["updated_at", "2022-09-29 09:06:51.976264"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE5\xB1\x81\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE5\xB1\x81\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.001974"], ["updated_at", "2022-09-29 09:06:52.001975"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE6\x89\xB0\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE6\x89\xB0\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.023117"], ["updated_at", "2022-09-29 09:06:52.023117"]] TRANSACTION (5.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE6\x96\xB0\xE7\x96\x86\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE6\x96\xB0\xE7\x96\x86\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.057863"], ["updated_at", "2022-09-29 09:06:52.057864"]] TRANSACTION (5.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE6\x9F\xB4\xE7\x83\x88\xE7\x81\xAB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE6\x9F\xB4\xE7\x83\x88\xE7\x81\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.091232"], ["updated_at", "2022-09-29 09:06:52.091232"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.125939"], ["updated_at", "2022-09-29 09:06:52.125939"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE6\xAD\xBB\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE6\xAD\xBB\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.170266"], ["updated_at", "2022-09-29 09:06:52.170268"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE7\x82\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE7\x82\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.196152"], ["updated_at", "2022-09-29 09:06:52.196152"]] TRANSACTION (2.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE7\x9A\x84\xE7\x88\xBD"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE7\x9A\x84\xE7\x88\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.221403"], ["updated_at", "2022-09-29 09:06:52.221404"]] TRANSACTION (9.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB2\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB2\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.259184"], ["updated_at", "2022-09-29 09:06:52.259185"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB3\xE4\xB9\x89\xE6\x9D\xB0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB3\xE4\xB9\x89\xE6\x9D\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.288289"], ["updated_at", "2022-09-29 09:06:52.288289"]] TRANSACTION (3.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB3\xE5\x8F\x8D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB3\xE5\x8F\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.310831"], ["updated_at", "2022-09-29 09:06:52.310831"]] TRANSACTION (5.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB3\xE5\x8F\x8D\xE5\x85\xAD\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB3\xE5\x8F\x8D\xE5\x85\xAD\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.339988"], ["updated_at", "2022-09-29 09:06:52.339989"]] TRANSACTION (6.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB3\xE5\x8F\xAB\xE5\x88\xB0\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB3\xE5\x8F\xAB\xE5\x88\xB0\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.379667"], ["updated_at", "2022-09-29 09:06:52.379668"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB3\xE5\xB0\x8F\xE9\x84\xA7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB3\xE5\xB0\x8F\xE9\x84\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.406554"], ["updated_at", "2022-09-29 09:06:52.406554"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB3\xE6\x83\xA8\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB3\xE6\x83\xA8\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.430356"], ["updated_at", "2022-09-29 09:06:52.430357"]] TRANSACTION (4.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB3\xE8\xBF\x91\xE7\xBF\x92"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB3\xE8\xBF\x91\xE7\xBF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.469932"], ["updated_at", "2022-09-29 09:06:52.469933"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB8\xE8\xBF\x90\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB8\xE8\xBF\x90\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.501381"], ["updated_at", "2022-09-29 09:06:52.501382"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xB9\xE7\x82\xAE"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xB9\xE7\x82\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.525076"], ["updated_at", "2022-09-29 09:06:52.525077"]] TRANSACTION (7.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.567415"], ["updated_at", "2022-09-29 09:06:52.567415"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE5\x9C\x96"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE5\x9C\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.591938"], ["updated_at", "2022-09-29 09:06:52.591939"]] TRANSACTION (3.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.617056"], ["updated_at", "2022-09-29 09:06:52.617057"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE5\xA5\xB3a\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE5\xA5\xB3a\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.644231"], ["updated_at", "2022-09-29 09:06:52.644231"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.671577"], ["updated_at", "2022-09-29 09:06:52.671577"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE5\xB9\xBC"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE5\xB9\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.694527"], ["updated_at", "2022-09-29 09:06:52.694528"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE7\x94\xB7"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE7\x94\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.721205"], ["updated_at", "2022-09-29 09:06:52.721206"]] TRANSACTION (5.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE9\xBD\xBF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE9\xBD\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.753454"], ["updated_at", "2022-09-29 09:06:52.753455"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE6\x80\xA7\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE6\x80\xA7\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.787944"], ["updated_at", "2022-09-29 09:06:52.787945"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE7\xB1\xBB"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE7\xB1\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.809584"], ["updated_at", "2022-09-29 09:06:52.809584"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.829724"], ["updated_at", "2022-09-29 09:06:52.829725"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBC\xE9\xBD\xBF\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.862651"], ["updated_at", "2022-09-29 09:06:52.862652"]] TRANSACTION (2.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBD\xE8\xB0\xB7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBD\xE8\xB0\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.888586"], ["updated_at", "2022-09-29 09:06:52.888588"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBD\xE8\xB0\xB7\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBD\xE8\xB0\xB7\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.908977"], ["updated_at", "2022-09-29 09:06:52.908977"]] TRANSACTION (3.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE4\xB8\x9C\xE7\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE4\xB8\x9C\xE7\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.937342"], ["updated_at", "2022-09-29 09:06:52.937343"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\x91\x8A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\x91\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:52.977443"], ["updated_at", "2022-09-29 09:06:52.977444"]] TRANSACTION (3.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\x91\x8A\xE4\xBB\xA3\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\x91\x8A\xE4\xBB\xA3\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.003752"], ["updated_at", "2022-09-29 09:06:53.003753"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\x9C\xBA\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\x9C\xBA\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.026145"], ["updated_at", "2022-09-29 09:06:53.026145"]] TRANSACTION (4.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xAE\x89\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xAE\x89\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.065725"], ["updated_at", "2022-09-29 09:06:53.065726"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xAE\x89\xE7\xAC\xAC\xE4\xBA\x8C\xE4\xBA\xBA\xE6\xB0\x91\xE5\x8C\xBB\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xAE\x89\xE7\xAC\xAC\xE4\xBA\x8C\xE4\xBA\xBA\xE6\xB0\x91\xE5\x8C\xBB\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.090665"], ["updated_at", "2022-09-29 09:06:53.090666"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xADqq"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xADqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.118814"], ["updated_at", "2022-09-29 09:06:53.118814"]] TRANSACTION (5.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.148816"], ["updated_at", "2022-09-29 09:06:53.148817"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.181752"], ["updated_at", "2022-09-29 09:06:53.181752"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.206684"], ["updated_at", "2022-09-29 09:06:53.206685"]] TRANSACTION (3.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.228577"], ["updated_at", "2022-09-29 09:06:53.228578"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.266197"], ["updated_at", "2022-09-29 09:06:53.266198"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE4\xB8\x89\xE7\xAE\xAD\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.297023"], ["updated_at", "2022-09-29 09:06:53.297024"]] TRANSACTION (2.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.324720"], ["updated_at", "2022-09-29 09:06:53.324721"]] TRANSACTION (4.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE5\xB7\x9E\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.360813"], ["updated_at", "2022-09-29 09:06:53.360814"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE7\x94\xB5\xE6\x80\xBB\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE7\x94\xB5\xE6\x80\xBB\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.396241"], ["updated_at", "2022-09-29 09:06:53.396241"]] TRANSACTION (5.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE8\xA5\xBF\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE8\xA5\xBF\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.422956"], ["updated_at", "2022-09-29 09:06:53.422956"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xB9\xBF\xE9\x97\xBB"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xB9\xBF\xE9\x97\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.467718"], ["updated_at", "2022-09-29 09:06:53.467719"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x84\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x84\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.497042"], ["updated_at", "2022-09-29 09:06:53.497042"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x86\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x86\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.523084"], ["updated_at", "2022-09-29 09:06:53.523085"]] TRANSACTION (5.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x8A\xE3\x80\x82\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x8A\xE3\x80\x82\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.559479"], ["updated_at", "2022-09-29 09:06:53.559480"]] TRANSACTION (3.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x8A\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x8A\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.589135"], ["updated_at", "2022-09-29 09:06:53.589136"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x8A\xE4\xB8\x8A\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x8A\xE4\xB8\x8A\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.612283"], ["updated_at", "2022-09-29 09:06:53.612283"]] TRANSACTION (4.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x8A\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x8A\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.641850"], ["updated_at", "2022-09-29 09:06:53.641851"]] TRANSACTION (4.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x8A\xEF\xBC\x8C\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x8A\xEF\xBC\x8C\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.677303"], ["updated_at", "2022-09-29 09:06:53.677304"]] TRANSACTION (5.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x90\xE6\xB1\x9F\xE5\x8E\xBF\xE8\x89\xB3\xE7\x85\xA7"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x90\xE6\xB1\x9F\xE5\x8E\xBF\xE8\x89\xB3\xE7\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.722498"], ["updated_at", "2022-09-29 09:06:53.722499"]] TRANSACTION (4.9ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x94\xE5\x8F\xAC"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x94\xE5\x8F\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.776264"], ["updated_at", "2022-09-29 09:06:53.776266"]] TRANSACTION (4.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x94\xE5\x8F\xAC\xE5\xA5\xB3\xE9\x83\x8E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x94\xE5\x8F\xAC\xE5\xA5\xB3\xE9\x83\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.810585"], ["updated_at", "2022-09-29 09:06:53.810585"]] TRANSACTION (2.4ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x94\xE5\xAD\x90\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x94\xE5\xAD\x90\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.836103"], ["updated_at", "2022-09-29 09:06:53.836104"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x94\xE6\x8B\x9B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x94\xE6\x8B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.879219"], ["updated_at", "2022-09-29 09:06:53.879220"]] TRANSACTION (4.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x95\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x95\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.913665"], ["updated_at", "2022-09-29 09:06:53.913666"]] TRANSACTION (6.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x95\xE8\x96\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x95\xE8\x96\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.949621"], ["updated_at", "2022-09-29 09:06:53.949623"]] TRANSACTION (4.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x95\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x95\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:53.981992"], ["updated_at", "2022-09-29 09:06:53.981992"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x9C\xE5\x8C\x85\xE5\xBA\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x9C\xE5\x8C\x85\xE5\xBA\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.003597"], ["updated_at", "2022-09-29 09:06:54.003598"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x9C\xE9\x9B\x86\xE4\xB8\xAD\xE9\xA2\x86"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x9C\xE9\x9B\x86\xE4\xB8\xAD\xE9\xA2\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.025004"], ["updated_at", "2022-09-29 09:06:54.025004"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\x9E\xE7\x84\xB6\xE5\xA4\xA7\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\x9E\xE7\x84\xB6\xE5\xA4\xA7\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.057167"], ["updated_at", "2022-09-29 09:06:54.057168"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\xAD\xE5\xAE\xA1\xE7\x9B\xB4\xE6\x92\xAD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\xAD\xE5\xAE\xA1\xE7\x9B\xB4\xE6\x92\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.087229"], ["updated_at", "2022-09-29 09:06:54.087230"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\xB7\xE6\x97\xA5\xE6\x96\xB0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\xB7\xE6\x97\xA5\xE6\x96\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.111642"], ["updated_at", "2022-09-29 09:06:54.111643"]] TRANSACTION (9.4ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\xB7\xE6\xB2\xA1\xE6\x9C\x89\xE4\xB8\x8D"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (9.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\xB7\xE6\xB2\xA1\xE6\x9C\x89\xE4\xB8\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.157883"], ["updated_at", "2022-09-29 09:06:54.157885"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\xB7\xE7\x94\x9F\xE4\xB8\xB9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\xB7\xE7\x94\x9F\xE4\xB8\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.217173"], ["updated_at", "2022-09-29 09:06:54.217173"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBA\xB7\xE8\xB7\xB3\xE6\xA5\xBC"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBA\xB7\xE8\xB7\xB3\xE6\xA5\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.248521"], ["updated_at", "2022-09-29 09:06:54.248522"]] TRANSACTION (7.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\x89\xE6\x94\xBF\xE5\xA4\xA7\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\x89\xE6\x94\xBF\xE5\xA4\xA7\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.285601"], ["updated_at", "2022-09-29 09:06:54.285602"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\x96\xE4\xBC\xAF\xE5\xB9\xB4 \xE5\x8C\x97\xE4\xBA\xAC"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\x96\xE4\xBC\xAF\xE5\xB9\xB4 \xE5\x8C\x97\xE4\xBA\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.308260"], ["updated_at", "2022-09-29 09:06:54.308261"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\x96\xE6\x89\xBF\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\x96\xE6\x89\xBF\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.333122"], ["updated_at", "2022-09-29 09:06:54.333123"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\x96\xE6\x99\x96"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\x96\xE6\x99\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.368532"], ["updated_at", "2022-09-29 09:06:54.368533"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\x96\xE6\xA2\xA6\xE9\x86\x92"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\x96\xE6\xA2\xA6\xE9\x86\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.391671"], ["updated_at", "2022-09-29 09:06:54.391672"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\x96\xE9\x94\xA1\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\x96\xE9\x94\xA1\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.414157"], ["updated_at", "2022-09-29 09:06:54.414157"]] TRANSACTION (4.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\xA3\xE5\x91\x8A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\xA3\xE5\x91\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.440217"], ["updated_at", "2022-09-29 09:06:54.440218"]] TRANSACTION (3.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\xBA\xE5\x9B\xBD\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\xBA\xE5\x9B\xBD\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.476211"], ["updated_at", "2022-09-29 09:06:54.476212"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\xBA\xE7\xAB\x8B\xE7\x94\x9F\xE6\xB4\xBB\xE6\x80\xA7\xE8\xA1\xA5\xE8\xB4\xB4"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\xBA\xE7\xAB\x8B\xE7\x94\x9F\xE6\xB4\xBB\xE6\x80\xA7\xE8\xA1\xA5\xE8\xB4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.499409"], ["updated_at", "2022-09-29 09:06:54.499410"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\xBF\xE4\xB8\x80\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\xBF\xE4\xB8\x80\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.532335"], ["updated_at", "2022-09-29 09:06:54.532336"]] TRANSACTION (5.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBB\xBF\xE4\xBA\x94\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBB\xBF\xE4\xBA\x94\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.571397"], ["updated_at", "2022-09-29 09:06:54.571398"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE5\x8F\x91\xE7\xA5\xA8\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE5\x8F\x91\xE7\xA5\xA8\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.595613"], ["updated_at", "2022-09-29 09:06:54.595614"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE5\xA2\x9E\xE5\x80\xBC\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE5\xA2\x9E\xE5\x80\xBC\xE7\xA8\x8E\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.622388"], ["updated_at", "2022-09-29 09:06:54.622388"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE5\xA4\xA9\xE7\x9B\xAE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE5\xA4\xA9\xE7\x9B\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.655222"], ["updated_at", "2022-09-29 09:06:54.655223"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE5\xB1\xB1\xE5\x88\x80\xE7\xA0\x8D\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE5\xB1\xB1\xE5\x88\x80\xE7\xA0\x8D\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.686084"], ["updated_at", "2022-09-29 09:06:54.686084"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE5\xB9\xB3,\xE5\x8F\x97\xE8\xBE\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE5\xB9\xB3,\xE5\x8F\x97\xE8\xBE\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.710226"], ["updated_at", "2022-09-29 09:06:54.710227"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE5\xB9\xB3,\xE8\xBD\xAE\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE5\xB9\xB3,\xE8\xBD\xAE\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.737286"], ["updated_at", "2022-09-29 09:06:54.737287"]] TRANSACTION (5.3ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE5\xBB\xBA\xE7\xAD\x91\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE5\xBB\xBA\xE7\xAD\x91\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.779606"], ["updated_at", "2022-09-29 09:06:54.779606"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE6\x8B\x93"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE6\x8B\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.807034"], ["updated_at", "2022-09-29 09:06:54.807035"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE6\x94\xBE\xE6\x9D\x82\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE6\x94\xBE\xE6\x9D\x82\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.831078"], ["updated_at", "2022-09-29 09:06:54.831079"]] TRANSACTION (5.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE8\x8B\x9E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE8\x8B\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.867618"], ["updated_at", "2022-09-29 09:06:54.867619"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.894199"], ["updated_at", "2022-09-29 09:06:54.894199"]] TRANSACTION (4.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE9\x82\x93\xE9\x80\x89"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE9\x82\x93\xE9\x80\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.918488"], ["updated_at", "2022-09-29 09:06:54.918488"]] TRANSACTION (6.4ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.955338"], ["updated_at", "2022-09-29 09:06:54.955339"]] TRANSACTION (5.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:54.992567"], ["updated_at", "2022-09-29 09:06:54.992568"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.018583"], ["updated_at", "2022-09-29 09:06:55.018583"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE9\x94\x81\xE6\x8A\x80\xE8\x83\xBD\xE5\x9F\xB9\xE8\xAE\xAD\xE5\xAD\xA6\xE6\xA0\xA1"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE9\x94\x81\xE6\x8A\x80\xE8\x83\xBD\xE5\x9F\xB9\xE8\xAE\xAD\xE5\xAD\xA6\xE6\xA0\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.053205"], ["updated_at", "2022-09-29 09:06:55.053206"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x80\xE9\x99\xA4\xE5\x85\x9A\xE7\xB1\x8D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x80\xE9\x99\xA4\xE5\x85\x9A\xE7\xB1\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.091657"], ["updated_at", "2022-09-29 09:06:55.091658"]] TRANSACTION (4.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x82\xE6\xB0\xB0\xE9\x85\xB8\xE7\x94\xB2\xE9\x85\xAF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x82\xE6\xB0\xB0\xE9\x85\xB8\xE7\x94\xB2\xE9\x85\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.116182"], ["updated_at", "2022-09-29 09:06:55.116183"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x82\xE6\xB0\xB0\xE9\x85\xB8\xE8\x8B\xAF\xE9\x85\xAF"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x82\xE6\xB0\xB0\xE9\x85\xB8\xE8\x8B\xAF\xE9\x85\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.149989"], ["updated_at", "2022-09-29 09:06:55.149989"]] TRANSACTION (6.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x82\xE7\xA1\xAB\xE6\xB0\xB0\xE9\x85\xB8\xE7\x83\xAF\xE4\xB8\x99\xE9\x85\xAF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x82\xE7\xA1\xAB\xE6\xB0\xB0\xE9\x85\xB8\xE7\x83\xAF\xE4\xB8\x99\xE9\x85\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.189723"], ["updated_at", "2022-09-29 09:06:55.189725"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x82\xE8\xA7\x81\xE4\xBA\xBA\xE5\xA3\xAB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x82\xE8\xA7\x81\xE4\xBA\xBA\xE5\xA3\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.216527"], ["updated_at", "2022-09-29 09:06:55.216527"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x82\xE8\xAE\xAE\xE4\xBA\xBA\xE5\xA3\xAB"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x82\xE8\xAE\xAE\xE4\xBA\xBA\xE5\xA3\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.255707"], ["updated_at", "2022-09-29 09:06:55.255708"]] TRANSACTION (12.7ms) COMMIT User Load (8.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x84\xE5\xA7\xBF"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x84\xE5\xA7\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.312388"], ["updated_at", "2022-09-29 09:06:55.312392"]] TRANSACTION (9.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x84\xE7\x96\xBC"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x84\xE7\x96\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.388704"], ["updated_at", "2022-09-29 09:06:55.388707"]] TRANSACTION (5.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x8F\xE7\xB2\x89\xE6\x8E\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (8.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x8F\xE7\xB2\x89\xE6\x8E\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.436995"], ["updated_at", "2022-09-29 09:06:55.436996"]] TRANSACTION (19.4ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.499595"], ["updated_at", "2022-09-29 09:06:55.499597"]] TRANSACTION (4.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.535633"], ["updated_at", "2022-09-29 09:06:55.535634"]] TRANSACTION (6.7ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x80\xE7\x99\xBE\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x80\xE7\x99\xBE\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.586249"], ["updated_at", "2022-09-29 09:06:55.586250"]] TRANSACTION (6.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE4\xB9\xB0\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE4\xB9\xB0\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.631913"], ["updated_at", "2022-09-29 09:06:55.631913"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.663461"], ["updated_at", "2022-09-29 09:06:55.663462"]] TRANSACTION (7.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.706515"], ["updated_at", "2022-09-29 09:06:55.706516"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.738793"], ["updated_at", "2022-09-29 09:06:55.738794"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.780099"], ["updated_at", "2022-09-29 09:06:55.780100"]] TRANSACTION (5.4ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.826277"], ["updated_at", "2022-09-29 09:06:55.826278"]] TRANSACTION (3.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.857090"], ["updated_at", "2022-09-29 09:06:55.857091"]] TRANSACTION (4.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE8\x90\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE8\x90\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.896305"], ["updated_at", "2022-09-29 09:06:55.896306"]] TRANSACTION (5.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB9\x8B\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB9\x8B\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.927561"], ["updated_at", "2022-09-29 09:06:55.927561"]] TRANSACTION (6.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB9\xB0\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB9\xB0\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:55.964190"], ["updated_at", "2022-09-29 09:06:55.964191"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.008565"], ["updated_at", "2022-09-29 09:06:56.008598"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE5\x95\x86\xE5\x9F\x8E\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE5\x95\x86\xE5\x9F\x8E\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.042764"], ["updated_at", "2022-09-29 09:06:56.042765"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE6\x89\x93\xE7\x8C\x8E\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE6\x89\x93\xE7\x8C\x8E\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.080335"], ["updated_at", "2022-09-29 09:06:56.080337"]] TRANSACTION (5.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE6\x9C\x89\xE9\x99\x90\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE6\x9C\x89\xE9\x99\x90\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.115957"], ["updated_at", "2022-09-29 09:06:56.115958"]] TRANSACTION (2.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE7\x9B\xB4\xE8\x90\xA5\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE7\x9B\xB4\xE8\x90\xA5\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.140116"], ["updated_at", "2022-09-29 09:06:56.140117"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE7\x9B\xB4\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE7\x9B\xB4\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.176266"], ["updated_at", "2022-09-29 09:06:56.176267"]] TRANSACTION (3.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.207187"], ["updated_at", "2022-09-29 09:06:56.207188"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE8\x99\xBD"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE8\x99\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.229567"], ["updated_at", "2022-09-29 09:06:56.229567"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x93\xE8\xB5\x84"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x93\xE8\xB5\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.262920"], ["updated_at", "2022-09-29 09:06:56.262922"]] TRANSACTION (5.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x95\xE8\xB5\xB7\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x95\xE8\xB5\xB7\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.299795"], ["updated_at", "2022-09-29 09:06:56.299796"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x98\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x98\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.326648"], ["updated_at", "2022-09-29 09:06:56.326649"]] TRANSACTION (4.9ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x98\xE6\xB3\x95\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x98\xE6\xB3\x95\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.357014"], ["updated_at", "2022-09-29 09:06:56.357016"]] TRANSACTION (6.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x9F\xE4\xB8\x80\xE5\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x9F\xE4\xB8\x80\xE5\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.393681"], ["updated_at", "2022-09-29 09:06:56.393682"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\x9F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\x9F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.419874"], ["updated_at", "2022-09-29 09:06:56.419875"]] TRANSACTION (3.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE4\xB8\x87\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE4\xB8\x87\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.445925"], ["updated_at", "2022-09-29 09:06:56.445927"]] TRANSACTION (6.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE4\xB8\x95\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE4\xB8\x95\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.494210"], ["updated_at", "2022-09-29 09:06:56.494211"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE4\xB8\xB9\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE4\xB8\xB9\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.532687"], ["updated_at", "2022-09-29 09:06:56.532688"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE4\xBA\x94\xE5\xB8\xB8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE4\xBA\x94\xE5\xB8\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.565456"], ["updated_at", "2022-09-29 09:06:56.565457"]] TRANSACTION (6.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE4\xBC\x9F\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE4\xBC\x9F\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.598213"], ["updated_at", "2022-09-29 09:06:56.598213"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE4\xBC\xAF\xE7\xAC\xA0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE4\xBC\xAF\xE7\xAC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.621530"], ["updated_at", "2022-09-29 09:06:56.621531"]] TRANSACTION (3.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\x81\xA5"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.647021"], ["updated_at", "2022-09-29 09:06:56.647022"]] TRANSACTION (7.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\x85\x89\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\x85\x89\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.699532"], ["updated_at", "2022-09-29 09:06:56.699533"]] TRANSACTION (5.8ms) COMMIT User Load (7.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.750385"], ["updated_at", "2022-09-29 09:06:56.750389"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\x87\xAF\xE5\xB9\xBF\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\x87\xAF\xE5\xB9\xBF\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.789738"], ["updated_at", "2022-09-29 09:06:56.789740"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\x8F\x88\xE4\xBE\xA0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\x8F\x88\xE4\xBE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.818963"], ["updated_at", "2022-09-29 09:06:56.818964"]] TRANSACTION (4.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\x9B\xBD\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\x9B\xBD\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.848793"], ["updated_at", "2022-09-29 09:06:56.848794"]] TRANSACTION (7.7ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xA4\xA7\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xA4\xA7\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.895981"], ["updated_at", "2022-09-29 09:06:56.895982"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xAE\x8F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xAE\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.927979"], ["updated_at", "2022-09-29 09:06:56.927980"]] TRANSACTION (4.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xAE\x8F\xE5\xA0\xA1"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xAE\x8F\xE5\xA0\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.956961"], ["updated_at", "2022-09-29 09:06:56.956962"]] TRANSACTION (5.1ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xAE\x8F\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xAE\x8F\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:56.998729"], ["updated_at", "2022-09-29 09:06:56.998730"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xAE\x97\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xAE\x97\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.027887"], ["updated_at", "2022-09-29 09:06:57.027887"]] TRANSACTION (5.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xAE\xB6\xE7\x9B\x9F\xE6\xB5\x99\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xAE\xB6\xE7\x9B\x9F\xE6\xB5\x99\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.059757"], ["updated_at", "2022-09-29 09:06:57.059759"]] TRANSACTION (6.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xB0\x8F\xE6\xB4\x8B"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xB0\x8F\xE6\xB4\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.102200"], ["updated_at", "2022-09-29 09:06:57.102201"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xBA\x86\xE9\xBB\x8E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xBA\x86\xE9\xBB\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.134558"], ["updated_at", "2022-09-29 09:06:57.134559"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xBB\xB7\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xBB\xB7\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.174460"], ["updated_at", "2022-09-29 09:06:57.174462"]] TRANSACTION (4.8ms) COMMIT User Load (10.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xBE\xB7\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xBE\xB7\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.230706"], ["updated_at", "2022-09-29 09:06:57.230707"]] TRANSACTION (4.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xBF\x97\xE5\x87\xAF"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xBF\x97\xE5\x87\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.276594"], ["updated_at", "2022-09-29 09:06:57.276595"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xBF\x97\xE6\x96\xB0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xBF\x97\xE6\x96\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.310756"], ["updated_at", "2022-09-29 09:06:57.310756"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE5\xBF\x97\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE5\xBF\x97\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.337135"], ["updated_at", "2022-09-29 09:06:57.337135"]] TRANSACTION (6.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x81\xA9\xE7\x85\xA7"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x81\xA9\xE7\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.373747"], ["updated_at", "2022-09-29 09:06:57.373748"]] TRANSACTION (6.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x88\x8E"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x88\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.417590"], ["updated_at", "2022-09-29 09:06:57.417592"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x8C\xAF\xE4\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x8C\xAF\xE4\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.448356"], ["updated_at", "2022-09-29 09:06:57.448357"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x96\x87\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x96\x87\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.488360"], ["updated_at", "2022-09-29 09:06:57.488361"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x98\xA5\xE6\xA1\xA5"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x98\xA5\xE6\xA1\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.524928"], ["updated_at", "2022-09-29 09:06:57.524950"]] TRANSACTION (4.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x98\xA5\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x98\xA5\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.558692"], ["updated_at", "2022-09-29 09:06:57.558693"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x98\xA5\xE8\xB4\xA4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x98\xA5\xE8\xB4\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.596257"], ["updated_at", "2022-09-29 09:06:57.596259"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x98\xAD\xE5\xAF\x8C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x98\xAD\xE5\xAF\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.632241"], ["updated_at", "2022-09-29 09:06:57.632242"]] TRANSACTION (6.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x99\x93\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x99\x93\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.667980"], ["updated_at", "2022-09-29 09:06:57.667982"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x9B\x99"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x9B\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.702109"], ["updated_at", "2022-09-29 09:06:57.702110"]] TRANSACTION (3.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.731026"], ["updated_at", "2022-09-29 09:06:57.731027"]] TRANSACTION (3.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE6\xB5\xB7\xE9\x98\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE6\xB5\xB7\xE9\x98\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.758300"], ["updated_at", "2022-09-29 09:06:57.758301"]] TRANSACTION (5.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE7\x87\x95\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE7\x87\x95\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.792574"], ["updated_at", "2022-09-29 09:06:57.792575"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE7\xA7\x8B\xE9\x98\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE7\xA7\x8B\xE9\x98\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.823435"], ["updated_at", "2022-09-29 09:06:57.823435"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE7\xAB\x8B\xE6\x98\x8C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE7\xAB\x8B\xE6\x98\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.845464"], ["updated_at", "2022-09-29 09:06:57.845465"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE7\xAD\xB1\xE9\x9B\xA8"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE7\xAD\xB1\xE9\x9B\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.880026"], ["updated_at", "2022-09-29 09:06:57.880027"]] TRANSACTION (4.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE8\x8A\x9D\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE8\x8A\x9D\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.913544"], ["updated_at", "2022-09-29 09:06:57.913544"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE8\xB4\xAF\xE4\xB8\x80"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE8\xB4\xAF\xE4\xB8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.935046"], ["updated_at", "2022-09-29 09:06:57.935047"]] TRANSACTION (4.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE8\xB4\xB5\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE8\xB4\xB5\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.963998"], ["updated_at", "2022-09-29 09:06:57.963999"]] TRANSACTION (4.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE8\xBE\x9B\xE6\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE8\xBE\x9B\xE6\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:57.999640"], ["updated_at", "2022-09-29 09:06:57.999641"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE8\xBF\x9C\xE4\xB9\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE8\xBF\x9C\xE4\xB9\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.026280"], ["updated_at", "2022-09-29 09:06:58.026281"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE9\x92\xA2"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE9\x92\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.049956"], ["updated_at", "2022-09-29 09:06:58.049957"]] TRANSACTION (5.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xA0\xE9\xAB\x98\xE4\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xA0\xE9\xAB\x98\xE4\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.089489"], ["updated_at", "2022-09-29 09:06:58.089490"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xB5\xE5\x9F\xB9\xE8\x8E\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xB5\xE5\x9F\xB9\xE8\x8E\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.117110"], ["updated_at", "2022-09-29 09:06:58.117111"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xB7\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xB7\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.143346"], ["updated_at", "2022-09-29 09:06:58.143347"]] TRANSACTION (7.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xB9\xE5\x8A\xBE"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xB9\xE5\x8A\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.185293"], ["updated_at", "2022-09-29 09:06:58.185294"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xB9\xE7\xA7\x8D"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xB9\xE7\xA7\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.222943"], ["updated_at", "2022-09-29 09:06:58.222944"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xB9\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xB9\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.247710"], ["updated_at", "2022-09-29 09:06:58.247711"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBAJ"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (16.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBAJ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.281483"], ["updated_at", "2022-09-29 09:06:58.281484"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBAjian"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBAjian"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.326269"], ["updated_at", "2022-09-29 09:06:58.326269"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE3\x80\x82\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE3\x80\x82\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.347740"], ["updated_at", "2022-09-29 09:06:58.347741"]] TRANSACTION (6.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE5\x88\xB6\xE6\x8B\x86\xE9\x99\xA4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE5\x88\xB6\xE6\x8B\x86\xE9\x99\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.387181"], ["updated_at", "2022-09-29 09:06:58.387182"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE5\x88\xB6\xE6\x8D\x90\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE5\x88\xB6\xE6\x8D\x90\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.420958"], ["updated_at", "2022-09-29 09:06:58.420958"]] TRANSACTION (2.4ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.441780"], ["updated_at", "2022-09-29 09:06:58.441780"]] TRANSACTION (4.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE5\xA5\xB8\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE5\xA5\xB8\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.467736"], ["updated_at", "2022-09-29 09:06:58.467737"]] TRANSACTION (4.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE5\xA5\xB8\xE5\xA4\x84\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE5\xA5\xB8\xE5\xA4\x84\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.510132"], ["updated_at", "2022-09-29 09:06:58.510134"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE5\xAE\xA0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE5\xAE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.538639"], ["updated_at", "2022-09-29 09:06:58.538640"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE6\x8E\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE6\x8E\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.570195"], ["updated_at", "2022-09-29 09:06:58.570196"]] TRANSACTION (4.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE6\x95\x88\xE5\xA4\xB1\xE5\xBF\x86\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE6\x95\x88\xE5\xA4\xB1\xE5\xBF\x86\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.604575"], ["updated_at", "2022-09-29 09:06:58.604575"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.629200"], ["updated_at", "2022-09-29 09:06:58.629201"]] TRANSACTION (4.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE6\x9D\x83\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE6\x9D\x83\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.653348"], ["updated_at", "2022-09-29 09:06:58.653349"]] TRANSACTION (4.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE6\xAD\xBC"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE6\xAD\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.686805"], ["updated_at", "2022-09-29 09:06:58.686806"]] TRANSACTION (4.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE7\x9B\x97\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE7\x9B\x97\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.712432"], ["updated_at", "2022-09-29 09:06:58.712433"]] TRANSACTION (3.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xE7\xA1\xAC\xE5\x8F\x91\xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xE7\xA1\xAC\xE5\x8F\x91\xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.736267"], ["updated_at", "2022-09-29 09:06:58.736268"]] TRANSACTION (7.8ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBC\xBA\xEF\xBC\x8C\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBC\xBA\xEF\xBC\x8C\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.776892"], ["updated_at", "2022-09-29 09:06:58.776893"]] TRANSACTION (5.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE4\xBB\xA3\xE4\xB8\x83\xE6\x95\xB4"], ["LIMIT", 1]] TRANSACTION (9.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE4\xBB\xA3\xE4\xB8\x83\xE6\x95\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.821364"], ["updated_at", "2022-09-29 09:06:58.821365"]] TRANSACTION (6.8ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE5\xA4\xA9\xE7\xBB\x99"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE5\xA4\xA9\xE7\xBB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.875538"], ["updated_at", "2022-09-29 09:06:58.875539"]] TRANSACTION (5.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE5\xAE\x98\xE5\x9C\xA8\xE4\xBA\x8E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE5\xAE\x98\xE5\x9C\xA8\xE4\xBA\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.917850"], ["updated_at", "2022-09-29 09:06:58.917851"]] TRANSACTION (5.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE5\xAE\x98\xE8\xA6\x81\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE5\xAE\x98\xE8\xA6\x81\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.943936"], ["updated_at", "2022-09-29 09:06:58.943937"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE5\xAE\x98\xE9\x9D\xA0\xE5\x90\x8E\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE5\xAE\x98\xE9\x9D\xA0\xE5\x90\x8E\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:58.975991"], ["updated_at", "2022-09-29 09:06:58.975991"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE5\xB1\x80\xE4\xB8\xA5\xE5\xAF\x86\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE5\xB1\x80\xE4\xB8\xA5\xE5\xAF\x86\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.012481"], ["updated_at", "2022-09-29 09:06:59.012482"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE6\x99\x9A\xE7\xBB\x93\xE5\xB8\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE6\x99\x9A\xE7\xBB\x93\xE5\xB8\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.036886"], ["updated_at", "2022-09-29 09:06:59.036887"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\x93\xE6\x99\x9A\xE7\xBB\x93\xE8\xB4\xA6"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\x93\xE6\x99\x9A\xE7\xBB\x93\xE8\xB4\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.064095"], ["updated_at", "2022-09-29 09:06:59.064096"]] TRANSACTION (3.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xA2\xE5\xBC\x8F\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xA2\xE5\xBC\x8F\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.096486"], ["updated_at", "2022-09-29 09:06:59.096487"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xA2\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xA2\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.122751"], ["updated_at", "2022-09-29 09:06:59.122752"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xA9\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xA9\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.148253"], ["updated_at", "2022-09-29 09:06:59.148254"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xA9\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xA9\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.181558"], ["updated_at", "2022-09-29 09:06:59.181559"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xA9\xE7\xA5\xA8\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xA9\xE7\xA5\xA8\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.210591"], ["updated_at", "2022-09-29 09:06:59.210592"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xA9\xE7\xA5\xA8\xE9\x80\x89\xE5\x8F\xB7\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xA9\xE7\xA5\xA8\xE9\x80\x89\xE5\x8F\xB7\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.234347"], ["updated_at", "2022-09-29 09:06:59.234348"]] TRANSACTION (3.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xA9\xE7\xA5\xA8\xE9\xA2\x84\xE6\xB5\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xA9\xE7\xA5\xA8\xE9\xA2\x84\xE6\xB5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.260093"], ["updated_at", "2022-09-29 09:06:59.260094"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xAD\xE4\xBC\x8A\xE5\xA8\x9C"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xAD\xE4\xBC\x8A\xE5\xA8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.293539"], ["updated_at", "2022-09-29 09:06:59.293544"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xAD\xE5\x86\xB2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xAD\xE5\x86\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.320757"], ["updated_at", "2022-09-29 09:06:59.320758"]] TRANSACTION (4.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xAD\xE5\xA3\xAB\xE7\xA6\x84"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xAD\xE5\xA3\xAB\xE7\xA6\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.345549"], ["updated_at", "2022-09-29 09:06:59.345550"]] TRANSACTION (4.9ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xAD\xE5\xAE\x87\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xAD\xE5\xAE\x87\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.377268"], ["updated_at", "2022-09-29 09:06:59.377270"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xAD\xE5\xBE\xB7\xE6\x80\x80"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xAD\xE5\xBE\xB7\xE6\x80\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.414229"], ["updated_at", "2022-09-29 09:06:59.414230"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xAD\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xAD\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.437176"], ["updated_at", "2022-09-29 09:06:59.437177"]] TRANSACTION (5.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBD\xB1\xE5\xAD\x90\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBD\xB1\xE5\xAD\x90\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.467691"], ["updated_at", "2022-09-29 09:06:59.467692"]] TRANSACTION (4.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x81\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x81\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.502562"], ["updated_at", "2022-09-29 09:06:59.502562"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x84\xE6\xAD\xA5\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.526683"], ["updated_at", "2022-09-29 09:06:59.526684"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x85\xE4\xB8\x9A"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x85\xE4\xB8\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.550135"], ["updated_at", "2022-09-29 09:06:59.550136"]] TRANSACTION (4.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x85\xE4\xB8\x9A\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x85\xE4\xB8\x9A\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.590670"], ["updated_at", "2022-09-29 09:06:59.590671"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x87\xE7\xA7\x81\xE8\x88\x9E\xE5\xBC\x8A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x87\xE7\xA7\x81\xE8\x88\x9E\xE5\xBC\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.621289"], ["updated_at", "2022-09-29 09:06:59.621290"]] TRANSACTION (6.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x88\xE5\x96\x9C\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x88\xE5\x96\x9C\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.656123"], ["updated_at", "2022-09-29 09:06:59.656124"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x88\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x88\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.693667"], ["updated_at", "2022-09-29 09:06:59.693668"]] TRANSACTION (5.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x8B\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x8B\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.743188"], ["updated_at", "2022-09-29 09:06:59.743189"]] TRANSACTION (5.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x8C\xE5\xBA\xAD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x8C\xE5\xBA\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.794005"], ["updated_at", "2022-09-29 09:06:59.794006"]] TRANSACTION (19.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE5\x8C\xA1\xE8\xBF\xAA"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE5\x8C\xA1\xE8\xBF\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.862400"], ["updated_at", "2022-09-29 09:06:59.862401"]] TRANSACTION (6.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE5\x8F\x91 \xE9\xBB\x91\xE9\xBE\x99\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE5\x8F\x91 \xE9\xBB\x91\xE9\xBE\x99\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.909042"], ["updated_at", "2022-09-29 09:06:59.909048"]] TRANSACTION (7.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE5\x90\x91\xE5\x89\x8D"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE5\x90\x91\xE5\x89\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:06:59.964799"], ["updated_at", "2022-09-29 09:06:59.964800"]] TRANSACTION (5.5ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE5\x92\x8C\xE6\x9F\xB4\xE5\xAD\xA6\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE5\x92\x8C\xE6\x9F\xB4\xE5\xAD\xA6\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.011664"], ["updated_at", "2022-09-29 09:07:00.011665"]] TRANSACTION (5.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE5\x9B\xBD\xE5\x81\xA5"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE5\x9B\xBD\xE5\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.050933"], ["updated_at", "2022-09-29 09:07:00.050934"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE5\xB0\x8F\xE5\xB2\xA9"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE5\xB0\x8F\xE5\xB2\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.080323"], ["updated_at", "2022-09-29 09:07:00.080324"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE6\x89\x8D\xE5\x8E\x9A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE6\x89\x8D\xE5\x8E\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.117628"], ["updated_at", "2022-09-29 09:07:00.117629"]] TRANSACTION (3.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE6\xB0\xB4\xE8\x89\xAF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE6\xB0\xB4\xE8\x89\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.146186"], ["updated_at", "2022-09-29 09:07:00.146186"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE7\x82\xB3\xE6\x9D\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE7\x82\xB3\xE6\x9D\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.172900"], ["updated_at", "2022-09-29 09:07:00.172902"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE7\x8E\x89\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE7\x8E\x89\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.210255"], ["updated_at", "2022-09-29 09:07:00.210257"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE8\xA1\x8D\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE8\xA1\x8D\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.243348"], ["updated_at", "2022-09-29 09:07:00.243349"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE9\x82\xA6\xE7\xA7\xA6"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE9\x82\xA6\xE7\xA7\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.273098"], ["updated_at", "2022-09-29 09:07:00.273099"]] TRANSACTION (7.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE9\xB2\x81\xE6\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE9\xB2\x81\xE6\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.317973"], ["updated_at", "2022-09-29 09:07:00.317974"]] TRANSACTION (5.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x90\xE9\xB9\x8F\xE8\x88\xAA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x90\xE9\xB9\x8F\xE8\x88\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.353925"], ["updated_at", "2022-09-29 09:07:00.353927"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\x97\xE8\xB4\xA2\xE5\x85\xBC"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\x97\xE8\xB4\xA2\xE5\x85\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.385033"], ["updated_at", "2022-09-29 09:07:00.385034"]] TRANSACTION (5.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\xAA\xE7\x8E\xAF\xE8\xBD\xAE\xE5\x9B\x9E\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\xAA\xE7\x8E\xAF\xE8\xBD\xAE\xE5\x9B\x9E\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.426513"], ["updated_at", "2022-09-29 09:07:00.426516"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\xAE\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\xAE\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.454954"], ["updated_at", "2022-09-29 09:07:00.454955"]] TRANSACTION (5.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\xAE\xE4\xBF\xA1\xE6\xB7\xBB\xE5\x8A\xA0\xE5\x85\xAC\xE4\xBC\x97\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\xAE\xE4\xBF\xA1\xE6\xB7\xBB\xE5\x8A\xA0\xE5\x85\xAC\xE4\xBC\x97\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.489318"], ["updated_at", "2022-09-29 09:07:00.489319"]] TRANSACTION (5.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\xAE\xE5\x9E\x8B,\xE7\x9B\x91\xE6\x8E\xA7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\xAE\xE5\x9E\x8B,\xE7\x9B\x91\xE6\x8E\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.528666"], ["updated_at", "2022-09-29 09:07:00.528666"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBE\xAE\xE5\x9E\x8B\xE6\x91\x84\xE5\x83\x8F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBE\xAE\xE5\x9E\x8B\xE6\x91\x84\xE5\x83\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.555383"], ["updated_at", "2022-09-29 09:07:00.555384"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\x83\xE8\xAF\x9A"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\x83\xE8\xAF\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.583922"], ["updated_at", "2022-09-29 09:07:00.583923"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\x8D\xE5\x8F\x97"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\x8D\xE5\x8F\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.619296"], ["updated_at", "2022-09-29 09:07:00.619296"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\x97\xE6\xB4\xAA\xE6\x9D\x8E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\x97\xE6\xB4\xAA\xE6\x9D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.644204"], ["updated_at", "2022-09-29 09:07:00.644205"]] TRANSACTION (2.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\x99\xE7\x88\xB1\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\x99\xE7\x88\xB1\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.670865"], ["updated_at", "2022-09-29 09:07:00.670867"]] TRANSACTION (5.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\xAB\xE4\xB8\x80\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\xAB\xE4\xB8\x80\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.709711"], ["updated_at", "2022-09-29 09:07:00.709712"]] TRANSACTION (3.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\xAB\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\xAB\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.739706"], ["updated_at", "2022-09-29 09:07:00.739707"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\xAB\xE7\x82\xB9\xE9\x98\x85\xE8\xAF\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\xAB\xE7\x82\xB9\xE9\x98\x85\xE8\xAF\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.765205"], ["updated_at", "2022-09-29 09:07:00.765206"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\xAB\xE7\x88\xBD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\xAB\xE7\x88\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.797903"], ["updated_at", "2022-09-29 09:07:00.797904"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\xAB\xE9\x80\x9F\xE5\x8A\x9E\xE8\xAF\x81QQ"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\xAB\xE9\x80\x9F\xE5\x8A\x9E\xE8\xAF\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.831491"], ["updated_at", "2022-09-29 09:07:00.831491"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE5\xBF\xAB\xE9\x80\x9F\xE5\x8A\x9E\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0QQ"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE5\xBF\xAB\xE9\x80\x9F\xE5\x8A\x9E\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.857875"], ["updated_at", "2022-09-29 09:07:00.857875"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\x81\xE5\xBA\xA6\xE8\x9B\xAE\xE6\xA8\xAA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\x81\xE5\xBA\xA6\xE8\x9B\xAE\xE6\xA8\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.884098"], ["updated_at", "2022-09-29 09:07:00.884101"]] TRANSACTION (5.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\x92\xE7\x9A\x84\xE5\xBF\x97\xE6\x84\xBF"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\x92\xE7\x9A\x84\xE5\xBF\x97\xE6\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.923534"], ["updated_at", "2022-09-29 09:07:00.923535"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\x9D\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\x9D\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.951852"], ["updated_at", "2022-09-29 09:07:00.951854"]] TRANSACTION (4.3ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA5\xE6\x8B\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA5\xE6\x8B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:00.982931"], ["updated_at", "2022-09-29 09:07:00.982932"]] TRANSACTION (5.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA5\xE6\xB1\x82abo\xE8\x82\x9D\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA5\xE6\xB1\x82abo\xE8\x82\x9D\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.018465"], ["updated_at", "2022-09-29 09:07:01.018466"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA5\xE8\xA9\x94"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA5\xE8\xA9\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.045693"], ["updated_at", "2022-09-29 09:07:01.045694"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA5\xE9\x9C\x80"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA5\xE9\x9C\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.070893"], ["updated_at", "2022-09-29 09:07:01.070893"]] TRANSACTION (5.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA5\xE9\x9C\x80\xE5\xAB\x96"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA5\xE9\x9C\x80\xE5\xAB\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.106172"], ["updated_at", "2022-09-29 09:07:01.106173"]] TRANSACTION (6.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA5\xE9\x9C\x80\xE8\x82\x9D\xE6\xBA\x90QQ"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA5\xE9\x9C\x80\xE8\x82\x9D\xE6\xBA\x90QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.140797"], ["updated_at", "2022-09-29 09:07:01.140798"]] TRANSACTION (4.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA5\xE9\x9C\x80\xE8\x82\x9D\xE8\x82\xBEQQ"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA5\xE9\x9C\x80\xE8\x82\x9D\xE8\x82\xBEQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.167330"], ["updated_at", "2022-09-29 09:07:01.167330"]] TRANSACTION (4.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE3\x80\x82\xE7\xA6\x8F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE3\x80\x82\xE7\xA6\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.200637"], ["updated_at", "2022-09-29 09:07:01.200638"]] TRANSACTION (4.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xB8\x80\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xB8\x80\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.239298"], ["updated_at", "2022-09-29 09:07:01.239299"]] TRANSACTION (5.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.269378"], ["updated_at", "2022-09-29 09:07:01.269379"]] TRANSACTION (4.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.302167"], ["updated_at", "2022-09-29 09:07:01.302168"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.334481"], ["updated_at", "2022-09-29 09:07:01.334482"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.359439"], ["updated_at", "2022-09-29 09:07:01.359440"]] TRANSACTION (6.5ms) COMMIT User Load (7.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.395125"], ["updated_at", "2022-09-29 09:07:01.395127"]] TRANSACTION (6.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xA7\xBF\xE5\x8A\xBF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xA7\xBF\xE5\x8A\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.433915"], ["updated_at", "2022-09-29 09:07:01.433915"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.461132"], ["updated_at", "2022-09-29 09:07:01.461133"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.490393"], ["updated_at", "2022-09-29 09:07:01.490394"]] TRANSACTION (4.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xBD\x95\xE5\x83\x8F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE5\xBD\x95\xE5\x83\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.524596"], ["updated_at", "2022-09-29 09:07:01.524597"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.549022"], ["updated_at", "2022-09-29 09:07:01.549023"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.571434"], ["updated_at", "2022-09-29 09:07:01.571434"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xEF\xBC\x8D\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBA\xA4\xEF\xBC\x8D\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.601936"], ["updated_at", "2022-09-29 09:07:01.601937"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBC\x99\xE4\xBC\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBC\x99\xE4\xBC\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.635216"], ["updated_at", "2022-09-29 09:07:01.635216"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBC\xB4\xE4\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBC\xB4\xE4\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.663075"], ["updated_at", "2022-09-29 09:07:01.663076"]] TRANSACTION (3.9ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE4\xBC\xB4\xE4\xBE\xB6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE4\xBC\xB4\xE4\xBE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.694527"], ["updated_at", "2022-09-29 09:07:01.694529"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\x81\xA5\xE5\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\x81\xA5\xE5\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.742499"], ["updated_at", "2022-09-29 09:07:01.742501"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\x85\x8D\xE8\xB4\xB9\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\x85\x8D\xE8\xB4\xB9\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.772696"], ["updated_at", "2022-09-29 09:07:01.772697"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.806609"], ["updated_at", "2022-09-29 09:07:01.806611"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\x90\xA7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.841051"], ["updated_at", "2022-09-29 09:07:01.841052"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.866162"], ["updated_at", "2022-09-29 09:07:01.866163"]] TRANSACTION (5.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.899547"], ["updated_at", "2022-09-29 09:07:01.899548"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.939544"], ["updated_at", "2022-09-29 09:07:01.939547"]] TRANSACTION (5.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\xA5\xB4\xE9\x9B\x86\xE4\xB8\xAD\xE8\x90\xA5"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\xA5\xB4\xE9\x9B\x86\xE4\xB8\xAD\xE8\x90\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:01.974993"], ["updated_at", "2022-09-29 09:07:01.974994"]] TRANSACTION (4.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\xAD\xA6\xE6\x95\x99\xE6\x8E\x88"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\xAD\xA6\xE6\x95\x99\xE6\x8E\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.011466"], ["updated_at", "2022-09-29 09:07:02.011467"]] TRANSACTION (4.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE5\xBC\xBA\xE5\xA5\xB8\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE5\xBC\xBA\xE5\xA5\xB8\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.052766"], ["updated_at", "2022-09-29 09:07:02.052767"]] TRANSACTION (6.3ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.094865"], ["updated_at", "2022-09-29 09:07:02.094866"]] TRANSACTION (7.1ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.141119"], ["updated_at", "2022-09-29 09:07:02.141120"]] TRANSACTION (5.9ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9B\xE5\x9C\x96\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9B\xE5\x9C\x96\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.182417"], ["updated_at", "2022-09-29 09:07:02.182418"]] TRANSACTION (4.3ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.247543"], ["updated_at", "2022-09-29 09:07:02.247544"]] TRANSACTION (4.9ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE4\xB8\x81\xE5\xAD\x97\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE4\xB8\x81\xE5\xAD\x97\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.296686"], ["updated_at", "2022-09-29 09:07:02.296689"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE5\xA6\x96\xE5\xA8\x86"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE5\xA6\x96\xE5\xA8\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.331754"], ["updated_at", "2022-09-29 09:07:02.331757"]] TRANSACTION (5.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE5\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE5\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.367039"], ["updated_at", "2022-09-29 09:07:02.367040"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE6\xB2\x99\xE6\xBB\xA92"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE6\xB2\x99\xE6\xBB\xA92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.401163"], ["updated_at", "2022-09-29 09:07:02.401164"]] TRANSACTION (4.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.435887"], ["updated_at", "2022-09-29 09:07:02.435888"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE8\xAF\xB1\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x84\x9F\xE8\xAF\xB1\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.461247"], ["updated_at", "2022-09-29 09:07:02.461247"]] TRANSACTION (5.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x8A\x80\xE5\xB7\xA7"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x8A\x80\xE5\xB7\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.492742"], ["updated_at", "2022-09-29 09:07:02.492743"]] TRANSACTION (5.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x8E\xA8\xE5\xB9\xBF\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x8E\xA8\xE5\xB9\xBF\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.531673"], ["updated_at", "2022-09-29 09:07:02.531674"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x95\x99\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x95\x99\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.558951"], ["updated_at", "2022-09-29 09:07:02.558951"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x97\xA0\xE8\x83\xBD"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x97\xA0\xE8\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.585096"], ["updated_at", "2022-09-29 09:07:02.585100"]] TRANSACTION (4.9ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x9A\xB4\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x9A\xB4\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.626449"], ["updated_at", "2022-09-29 09:07:02.626450"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.653753"], ["updated_at", "2022-09-29 09:07:02.653754"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.675612"], ["updated_at", "2022-09-29 09:07:02.675612"]] TRANSACTION (5.1ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\xB4\xBE\xE5\xB0\x8D"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\xB4\xBE\xE5\xB0\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.713034"], ["updated_at", "2022-09-29 09:07:02.713035"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE6\xB8\xB8\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE6\xB8\xB8\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.748494"], ["updated_at", "2022-09-29 09:07:02.748495"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.774259"], ["updated_at", "2022-09-29 09:07:02.774259"]] TRANSACTION (7.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x81\xB7\xE6\x8B\x8D\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x81\xB7\xE6\x8B\x8D\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.820768"], ["updated_at", "2022-09-29 09:07:02.820769"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.861527"], ["updated_at", "2022-09-29 09:07:02.861528"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE\xE5\xBA\x93"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE\xE5\xBA\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.891259"], ["updated_at", "2022-09-29 09:07:02.891260"]] TRANSACTION (4.8ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.927596"], ["updated_at", "2022-09-29 09:07:02.927596"]] TRANSACTION (2.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.956834"], ["updated_at", "2022-09-29 09:07:02.956835"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\xB0\xA4\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE5\xB0\xA4\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:02.982176"], ["updated_at", "2022-09-29 09:07:02.982176"]] TRANSACTION (6.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\x96\x87\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\x96\x87\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.019635"], ["updated_at", "2022-09-29 09:07:03.019635"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.046664"], ["updated_at", "2022-09-29 09:07:03.046665"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\x97\xA5\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\x97\xA5\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.079514"], ["updated_at", "2022-09-29 09:07:03.079515"]] TRANSACTION (4.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\xB7\xAB\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE6\xB7\xAB\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.119621"], ["updated_at", "2022-09-29 09:07:03.119622"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.155724"], ["updated_at", "2022-09-29 09:07:03.155724"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE7\x94\xB5\xE5\xBD\xB1\xE5\x9C\xA8\xE7\xBA\xBF\xE7\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE7\x94\xB5\xE5\xBD\xB1\xE5\x9C\xA8\xE7\xBA\xBF\xE7\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.179222"], ["updated_at", "2022-09-29 09:07:03.179223"]] TRANSACTION (4.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE8\xA7\x86\xE9\xA2\x91\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE8\xA7\x86\xE9\xA2\x91\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.214320"], ["updated_at", "2022-09-29 09:07:03.214322"]] TRANSACTION (5.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.253263"], ["updated_at", "2022-09-29 09:07:03.253263"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE9\x9F\xA6\xE5\xB0\x8F\xE5\xAE\x9D\xE4\xB9\x8B\xE7\x8E\xA9\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x88\xB1\xE9\x9F\xA6\xE5\xB0\x8F\xE5\xAE\x9D\xE4\xB9\x8B\xE7\x8E\xA9\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.282344"], ["updated_at", "2022-09-29 09:07:03.282345"]] TRANSACTION (7.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\x94\x9F\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\x94\x9F\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.324752"], ["updated_at", "2022-09-29 09:07:03.324753"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\xA6\x8F\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\xA6\x8F\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.369880"], ["updated_at", "2022-09-29 09:07:03.369881"]] TRANSACTION (5.1ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\xBB\x8F\xE9\xAA\x8C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (8.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\xBB\x8F\xE9\xAA\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.405569"], ["updated_at", "2022-09-29 09:07:03.405570"]] TRANSACTION (5.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.456345"], ["updated_at", "2022-09-29 09:07:03.456345"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE8\x99\x8E"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE8\x99\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.482347"], ["updated_at", "2022-09-29 09:07:03.482348"]] TRANSACTION (7.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE8\x99\x8E\xE8\x89\xB2\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (9.9ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE8\x99\x8E\xE8\x89\xB2\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.533990"], ["updated_at", "2022-09-29 09:07:03.533992"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE8\x99\x90"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE8\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.585251"], ["updated_at", "2022-09-29 09:07:03.585252"]] TRANSACTION (5.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE8\x99\x90\xE5\xBE\x85"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE8\x99\x90\xE5\xBE\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.630262"], ["updated_at", "2022-09-29 09:07:03.630263"]] TRANSACTION (4.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE8\xA1\x8C\xE4\xB8\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE8\xA1\x8C\xE4\xB8\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.661854"], ["updated_at", "2022-09-29 09:07:03.661855"]] TRANSACTION (7.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE8\xA7\xA3\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE8\xA7\xA3\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.700600"], ["updated_at", "2022-09-29 09:07:03.700602"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE8\xAF\xBE\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE8\xAF\xBE\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.738768"], ["updated_at", "2022-09-29 09:07:03.738769"]] TRANSACTION (5.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE9\x85\x92\xE5\x90\xA7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE9\x85\x92\xE5\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.781269"], ["updated_at", "2022-09-29 09:07:03.781270"]] TRANSACTION (5.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE9\xA5\xA5\xE6\xB8\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE9\xA5\xA5\xE6\xB8\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.816000"], ["updated_at", "2022-09-29 09:07:03.816001"]] TRANSACTION (4.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE9\xAA\x9A\xE6\x89\xB0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE9\xAA\x9A\xE6\x89\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.847813"], ["updated_at", "2022-09-29 09:07:03.847814"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xE9\xAB\x98\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xE9\xAB\x98\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.876125"], ["updated_at", "2022-09-29 09:07:03.876126"]] TRANSACTION (4.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xA7\xEF\xBC\x8C\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xA7\xEF\xBC\x8C\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.905923"], ["updated_at", "2022-09-29 09:07:03.905924"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x80\xBB\xE4\xBC\x9A\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (6.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x80\xBB\xE4\xBC\x9A\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.944934"], ["updated_at", "2022-09-29 09:07:03.944935"]] TRANSACTION (7.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x8B\xE8\xB6\xB3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x8B\xE8\xB6\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:03.981354"], ["updated_at", "2022-09-29 09:07:03.981354"]] TRANSACTION (6.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x90\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x90\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.017909"], ["updated_at", "2022-09-29 09:07:04.017910"]] TRANSACTION (6.6ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x90\xE6\x80\x96"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x90\xE6\x80\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.062510"], ["updated_at", "2022-09-29 09:07:04.062511"]] TRANSACTION (3.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x90\xE6\x80\x96\xE4\xBB\xBD\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x90\xE6\x80\x96\xE4\xBB\xBD\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.093840"], ["updated_at", "2022-09-29 09:07:04.093841"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x90\xE6\x80\x96\xE5\x88\x86\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x90\xE6\x80\x96\xE5\x88\x86\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.136764"], ["updated_at", "2022-09-29 09:07:04.136766"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x90\xE6\x80\x96\xE5\x88\x86\xE5\xAD\x90\xE5\x82\xBB\xE7\x93\x9C\xE6\x89\x8B\xE5\x86\x8C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x90\xE6\x80\x96\xE5\x88\x86\xE5\xAD\x90\xE5\x82\xBB\xE7\x93\x9C\xE6\x89\x8B\xE5\x86\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.167356"], ["updated_at", "2022-09-29 09:07:04.167357"]] TRANSACTION (6.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x90\xE6\x80\x96\xE5\x88\x86\xE5\xAD\x90\xE5\x85\xBB\xE6\x88\x90\xE4\xB9\x8BIED"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x90\xE6\x80\x96\xE5\x88\x86\xE5\xAD\x90\xE5\x85\xBB\xE6\x88\x90\xE4\xB9\x8BIED"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.200579"], ["updated_at", "2022-09-29 09:07:04.200580"]] TRANSACTION (8.1ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x90\xE6\x80\x96\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x90\xE6\x80\x96\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.253295"], ["updated_at", "2022-09-29 09:07:04.253296"]] TRANSACTION (5.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\x99\xE8\x99\xAB\xE7\x97\x85"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\x99\xE8\x99\xAB\xE7\x97\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.295851"], ["updated_at", "2022-09-29 09:07:04.295852"]] TRANSACTION (5.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xA9\xE6\xB0\x9F\xE7\x83\xB7"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xA9\xE6\xB0\x9F\xE7\x83\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.336359"], ["updated_at", "2022-09-29 09:07:04.336360"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xAD\xE5\x96\x9C\xE4\xBD\xA0\xE7\x9A\x84\xE5\x8F\xB7\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xAD\xE5\x96\x9C\xE4\xBD\xA0\xE7\x9A\x84\xE5\x8F\xB7\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.372567"], ["updated_at", "2022-09-29 09:07:04.372568"]] TRANSACTION (5.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xAD\xE5\x96\x9C\xE6\x82\xA8\xE7\x9A\x84\xE5\x8F\xB7\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xAD\xE5\x96\x9C\xE6\x82\xA8\xE7\x9A\x84\xE5\x8F\xB7\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.406343"], ["updated_at", "2022-09-29 09:07:04.406344"]] TRANSACTION (4.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xB6\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xB6\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.442181"], ["updated_at", "2022-09-29 09:07:04.442182"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xB6\xE5\x8A\xBF\xE5\x8A\x9B\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xB6\xE5\x8A\xBF\xE5\x8A\x9B\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.471476"], ["updated_at", "2022-09-29 09:07:04.471477"]] TRANSACTION (5.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xB6\xE5\x8A\xBF\xE5\x8A\x9B\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xB6\xE5\x8A\xBF\xE5\x8A\x9B\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.501763"], ["updated_at", "2022-09-29 09:07:04.501764"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xB6\xE6\x90\x9E\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xB6\xE6\x90\x9E\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.540051"], ["updated_at", "2022-09-29 09:07:04.540053"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xB6\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xB6\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.565503"], ["updated_at", "2022-09-29 09:07:04.565504"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x81\xBD\xE5\xB8\x8C\xE4\xBB\xB2"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x81\xBD\xE5\xB8\x8C\xE4\xBB\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.589675"], ["updated_at", "2022-09-29 09:07:04.589676"]] TRANSACTION (5.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x82\x94\xE8\xBF\x87\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x82\x94\xE8\xBF\x87\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.625683"], ["updated_at", "2022-09-29 09:07:04.625684"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x82\xA8 \xE5\xA5\xBD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x82\xA8 \xE5\xA5\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.651506"], ["updated_at", "2022-09-29 09:07:04.651506"]] TRANSACTION (3.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x82\xA8\xE5\xA5\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x82\xA8\xE5\xA5\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.677339"], ["updated_at", "2022-09-29 09:07:04.677340"]] TRANSACTION (5.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE4\xB8\x80\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE4\xB8\x80\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.711259"], ["updated_at", "2022-09-29 09:07:04.711260"]] TRANSACTION (7.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE4\xB8\x80\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE4\xB8\x80\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.757938"], ["updated_at", "2022-09-29 09:07:04.757939"]] TRANSACTION (3.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.796591"], ["updated_at", "2022-09-29 09:07:04.796592"]] TRANSACTION (6.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.839073"], ["updated_at", "2022-09-29 09:07:04.839074"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.881324"], ["updated_at", "2022-09-29 09:07:04.881325"]] TRANSACTION (5.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.925680"], ["updated_at", "2022-09-29 09:07:04.925681"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE6\xAC\xB2\xE5\x8B\x83\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE6\xAC\xB2\xE5\x8B\x83\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.961485"], ["updated_at", "2022-09-29 09:07:04.961485"]] TRANSACTION (3.8ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE6\xB6\xA9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE6\xB6\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:04.994586"], ["updated_at", "2022-09-29 09:07:04.994587"]] TRANSACTION (5.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (7.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.034121"], ["updated_at", "2022-09-29 09:07:05.034121"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.075803"], ["updated_at", "2022-09-29 09:07:05.075804"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.104396"], ["updated_at", "2022-09-29 09:07:05.104397"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.140711"], ["updated_at", "2022-09-29 09:07:05.140712"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2,\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2,\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.167538"], ["updated_at", "2022-09-29 09:07:05.167538"]] TRANSACTION (7.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2mm"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2mm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.202573"], ["updated_at", "2022-09-29 09:07:05.202574"]] TRANSACTION (6.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.240686"], ["updated_at", "2022-09-29 09:07:05.240687"]] TRANSACTION (3.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE4\xBB\x99\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE4\xBB\x99\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.267606"], ["updated_at", "2022-09-29 09:07:05.267607"]] TRANSACTION (4.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\x85\xAD\xE6\x9C\x88\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\x85\xAD\xE6\x9C\x88\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.294883"], ["updated_at", "2022-09-29 09:07:05.294884"]] TRANSACTION (5.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.336830"], ["updated_at", "2022-09-29 09:07:05.336831"]] TRANSACTION (5.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\xA4\xA9\xE5\xB4\x96"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\xA4\xA9\xE5\xB4\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.373568"], ["updated_at", "2022-09-29 09:07:05.373569"]] TRANSACTION (6.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.410995"], ["updated_at", "2022-09-29 09:07:05.410996"]] TRANSACTION (5.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE6\x88\x90\xE4\xBA\xBA\xE5\x9F\xBA\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE6\x88\x90\xE4\xBA\xBA\xE5\x9F\xBA\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.452796"], ["updated_at", "2022-09-29 09:07:05.452797"]] TRANSACTION (5.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE6\x96\x87\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE6\x96\x87\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.484066"], ["updated_at", "2022-09-29 09:07:05.484067"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE7\xBE\x8E\xE7\x9C\x89"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE7\xBE\x8E\xE7\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.514625"], ["updated_at", "2022-09-29 09:07:05.514626"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE7\xBE\x8E\xE7\x9C\x89\xE5\xA8\xB1\xE4\xB9\x90\xE7\xA4\xBE\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE7\xBE\x8E\xE7\x9C\x89\xE5\xA8\xB1\xE4\xB9\x90\xE7\xA4\xBE\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.546868"], ["updated_at", "2022-09-29 09:07:05.546868"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.573866"], ["updated_at", "2022-09-29 09:07:05.573867"]] TRANSACTION (5.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.605459"], ["updated_at", "2022-09-29 09:07:05.605460"]] TRANSACTION (4.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.643610"], ["updated_at", "2022-09-29 09:07:05.643611"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.669209"], ["updated_at", "2022-09-29 09:07:05.669210"]] TRANSACTION (3.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\xAF\xB1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\xAF\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.697802"], ["updated_at", "2022-09-29 09:07:05.697803"]] TRANSACTION (4.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xE8\xB6\xA3\xE7\x94\xA8\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xE8\xB6\xA3\xE7\x94\xA8\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.735189"], ["updated_at", "2022-09-29 09:07:05.735190"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x85\xEF\xBC\x8C\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x85\xEF\xBC\x8C\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.765980"], ["updated_at", "2022-09-29 09:07:05.765981"]] TRANSACTION (3.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\x8A\xE8\x89\xB3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\x8A\xE8\x89\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.794663"], ["updated_at", "2022-09-29 09:07:05.794664"]] TRANSACTION (4.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xA1\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xA1\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.834270"], ["updated_at", "2022-09-29 09:07:05.834271"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xA8\xE5\xA5\xA5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xA8\xE5\xA5\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.862177"], ["updated_at", "2022-09-29 09:07:05.862177"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xA9\xE5\x85\xAC\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xA9\xE5\x85\xAC\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.887902"], ["updated_at", "2022-09-29 09:07:05.887903"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xA9\xE8\xB4\xAA\xE9\x9A\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xA9\xE8\xB4\xAA\xE9\x9A\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.923309"], ["updated_at", "2022-09-29 09:07:05.923312"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xB3\xE4\xB8\x8D\xE5\x88\xB0\xE7\x9A\x84\xE9\xBB\x91\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xB3\xE4\xB8\x8D\xE5\x88\xB0\xE7\x9A\x84\xE9\xBB\x91\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.953080"], ["updated_at", "2022-09-29 09:07:05.953080"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xB9\xE7\x81\xAB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xB9\xE7\x81\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:05.977930"], ["updated_at", "2022-09-29 09:07:05.977930"]] TRANSACTION (5.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xB9\xE7\x81\xAB\xE8\xBA\xAB\xE6\x9D\x90"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xB9\xE7\x81\xAB\xE8\xBA\xAB\xE6\x9D\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.009628"], ["updated_at", "2022-09-29 09:07:06.009629"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x83\xB9\xE7\x9A\x84\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x83\xB9\xE7\x9A\x84\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.044413"], ["updated_at", "2022-09-29 09:07:06.044413"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x84\x88\xE5\xBF\xAB\xE4\xB9\x90\xE6\x84\x88\xE5\xA0\x95\xE8\x90\xBD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x84\x88\xE5\xBF\xAB\xE4\xB9\x90\xE6\x84\x88\xE5\xA0\x95\xE8\x90\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.075511"], ["updated_at", "2022-09-29 09:07:06.075511"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x84\x8F\xE4\xB8\xAD\xE7\x94\x9C"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x84\x8F\xE4\xB8\xAD\xE7\x94\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.108044"], ["updated_at", "2022-09-29 09:07:06.108045"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x84\x8F\xE5\x90\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x84\x8F\xE5\x90\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.140611"], ["updated_at", "2022-09-29 09:07:06.140612"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x84\x9A\xE6\xB0\x91\xE5\x90\x8C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x84\x9A\xE6\xB0\x91\xE5\x90\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.163155"], ["updated_at", "2022-09-29 09:07:06.163156"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x84\x9A\xE6\xB0\x91\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x84\x9A\xE6\xB0\x91\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.185372"], ["updated_at", "2022-09-29 09:07:06.185372"]] TRANSACTION (5.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x84\x9F\xE6\x89\x91\xE5\x85\x8B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x84\x9F\xE6\x89\x91\xE5\x85\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.222771"], ["updated_at", "2022-09-29 09:07:06.222772"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x85\x88\xE6\x82\xB2\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x85\x88\xE6\x82\xB2\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.254621"], ["updated_at", "2022-09-29 09:07:06.254621"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x85\x95\xE7\xBB\xA5\xE6\x96\xB0"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x85\x95\xE7\xBB\xA5\xE6\x96\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.279137"], ["updated_at", "2022-09-29 09:07:06.279138"]] TRANSACTION (6.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x85\xB0\xE5\xAE\x89\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (11.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x85\xB0\xE5\xAE\x89\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.314422"], ["updated_at", "2022-09-29 09:07:06.314423"]] TRANSACTION (8.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x87\x8A\xE5\xAD\x95"], ["LIMIT", 1]] TRANSACTION (7.4ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x87\x8A\xE5\xAD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.450464"], ["updated_at", "2022-09-29 09:07:06.450466"]] TRANSACTION (5.1ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x87\x8A\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (6.3ms) BEGIN User Load (7.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x87\x8A\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.506970"], ["updated_at", "2022-09-29 09:07:06.506971"]] TRANSACTION (5.7ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x88\xE6\x89\xAC"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x88\xE6\x89\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.560401"], ["updated_at", "2022-09-29 09:07:06.560402"]] TRANSACTION (3.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.592288"], ["updated_at", "2022-09-29 09:07:06.592288"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBAav\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBAav\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.628846"], ["updated_at", "2022-09-29 09:07:06.628847"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBAdv"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBAdv"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.661419"], ["updated_at", "2022-09-29 09:07:06.661420"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.685673"], ["updated_at", "2022-09-29 09:07:06.685673"]] TRANSACTION (7.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xB8\xA4\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xB8\xA4\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.719052"], ["updated_at", "2022-09-29 09:07:06.719054"]] TRANSACTION (3.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xB9\xA6\xE5\xBA\x93"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xB9\xA6\xE5\xBA\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.759161"], ["updated_at", "2022-09-29 09:07:06.759162"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE4\xBA\x94\xE6\x9C\x88\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.782500"], ["updated_at", "2022-09-29 09:07:06.782500"]] TRANSACTION (6.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\x8D\xA1\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\x8D\xA1\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.820984"], ["updated_at", "2022-09-29 09:07:06.820985"]] TRANSACTION (7.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.864434"], ["updated_at", "2022-09-29 09:07:06.864434"]] TRANSACTION (4.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\xB0\x8F"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\xB0\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.899857"], ["updated_at", "2022-09-29 09:07:06.899858"]] TRANSACTION (6.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (11.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.941539"], ["updated_at", "2022-09-29 09:07:06.941540"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\xB0\x8F\xE8\xAF\xB4\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE5\xB0\x8F\xE8\xAF\xB4\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:06.983499"], ["updated_at", "2022-09-29 09:07:06.983500"]] TRANSACTION (5.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\x83\x85\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\x83\x85\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.014058"], ["updated_at", "2022-09-29 09:07:07.014059"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.044688"], ["updated_at", "2022-09-29 09:07:07.044688"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\x96\x87\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\x96\x87\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.072488"], ["updated_at", "2022-09-29 09:07:07.072489"]] TRANSACTION (3.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xB8\xB8\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xB8\xB8\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.098751"], ["updated_at", "2022-09-29 09:07:07.098752"]] TRANSACTION (5.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.136112"], ["updated_at", "2022-09-29 09:07:07.136113"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.167488"], ["updated_at", "2022-09-29 09:07:07.167489"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.191130"], ["updated_at", "2022-09-29 09:07:07.191131"]] TRANSACTION (8.7ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.237661"], ["updated_at", "2022-09-29 09:07:07.237662"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.273736"], ["updated_at", "2022-09-29 09:07:07.273737"]] TRANSACTION (3.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x94\xB5"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x94\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.300899"], ["updated_at", "2022-09-29 09:07:07.300900"]] TRANSACTION (5.5ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.346263"], ["updated_at", "2022-09-29 09:07:07.346264"]] TRANSACTION (6.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92QQ"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.388233"], ["updated_at", "2022-09-29 09:07:07.388233"]] TRANSACTION (6.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x99\xBE\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\x99\xBE\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.435181"], ["updated_at", "2022-09-29 09:07:07.435182"]] TRANSACTION (7.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.486366"], ["updated_at", "2022-09-29 09:07:07.486367"]] TRANSACTION (7.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\xBD\x91\xE7\xAB\x99\xE5\xAF\xBC\xE8\x88\xAA"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE7\xBD\x91\xE7\xAB\x99\xE5\xAF\xBC\xE8\x88\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.542528"], ["updated_at", "2022-09-29 09:07:07.542529"]] TRANSACTION (7.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.589130"], ["updated_at", "2022-09-29 09:07:07.589131"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.631252"], ["updated_at", "2022-09-29 09:07:07.631253"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.667386"], ["updated_at", "2022-09-29 09:07:07.667387"]] TRANSACTION (5.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x89\xB2\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\x89\xB2\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.700214"], ["updated_at", "2022-09-29 09:07:07.700216"]] TRANSACTION (7.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\xA3\xB8\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\xA3\xB8\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.736787"], ["updated_at", "2022-09-29 09:07:07.736788"]] TRANSACTION (6.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.777740"], ["updated_at", "2022-09-29 09:07:07.777741"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.808907"], ["updated_at", "2022-09-29 09:07:07.808909"]] TRANSACTION (5.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE9\xBB\x84\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBA\xBA\xE9\xBB\x84\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.850933"], ["updated_at", "2022-09-29 09:07:07.850935"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE4\xBD\x9B\xE5\x81\x9A\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE4\xBD\x9B\xE5\x81\x9A\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.888974"], ["updated_at", "2022-09-29 09:07:07.888975"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE5\x85\x8B\xE6\x9D\xB0"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE5\x85\x8B\xE6\x9D\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.922974"], ["updated_at", "2022-09-29 09:07:07.922975"]] TRANSACTION (6.1ms) COMMIT User Load (8.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE6\x9C\xAC\xE4\xBB\xB7"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE6\x9C\xAC\xE4\xBB\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:07.980008"], ["updated_at", "2022-09-29 09:07:07.980013"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x90\xE9\x83\xBD\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x90\xE9\x83\xBD\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.015346"], ["updated_at", "2022-09-29 09:07:08.015347"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE4\xBB\xAC\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE4\xBB\xAC\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.053208"], ["updated_at", "2022-09-29 09:07:08.053209"]] TRANSACTION (5.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE4\xBB\xAC\xE8\x87\xAA\xE6\x9D\x80\xE5\x90\xA7"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE4\xBB\xAC\xE8\x87\xAA\xE6\x9D\x80\xE5\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.097114"], ["updated_at", "2022-09-29 09:07:08.097115"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE5\x81\x9A\xE9\xAA\x9A\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE5\x81\x9A\xE9\xAA\x9A\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.129343"], ["updated_at", "2022-09-29 09:07:08.129344"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE5\xB0\xB1\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE5\xB0\xB1\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.161950"], ["updated_at", "2022-09-29 09:07:08.161951"]] TRANSACTION (5.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.194695"], ["updated_at", "2022-09-29 09:07:08.194696"]] TRANSACTION (4.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x90\x9E\xE5\x8F\xB0\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x90\x9E\xE5\x8F\xB0\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.220369"], ["updated_at", "2022-09-29 09:07:08.220370"]] TRANSACTION (4.4ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.266001"], ["updated_at", "2022-09-29 09:07:08.266002"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x93\x8D\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x93\x8D\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.299521"], ["updated_at", "2022-09-29 09:07:08.299522"]] TRANSACTION (6.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x93\x8D\xE5\xA5\xB3\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x93\x8D\xE5\xA5\xB3\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.334320"], ["updated_at", "2022-09-29 09:07:08.334321"]] TRANSACTION (15.3ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x93\x8D\xE5\xA6\x88\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x93\x8D\xE5\xA6\x88\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.382467"], ["updated_at", "2022-09-29 09:07:08.382468"]] TRANSACTION (7.4ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x93\x8D\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x93\x8D\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.421451"], ["updated_at", "2022-09-29 09:07:08.421452"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.460986"], ["updated_at", "2022-09-29 09:07:08.460987"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x97\xA5\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x97\xA5\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.493260"], ["updated_at", "2022-09-29 09:07:08.493261"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x98\xAF"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x98\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.522029"], ["updated_at", "2022-09-29 09:07:08.522030"]] TRANSACTION (4.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x98\xAF\xE6\xB1\xA4\xE5\x9C\x86"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x98\xAF\xE6\xB1\xA4\xE5\x9C\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.566466"], ["updated_at", "2022-09-29 09:07:08.566467"]] TRANSACTION (4.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x98\xAF\xE6\xB1\xA4\xE5\x9C\x86\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x98\xAF\xE6\xB1\xA4\xE5\x9C\x86\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.603224"], ["updated_at", "2022-09-29 09:07:08.603226"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE6\x98\xAF\xE8\xAF\x9D\xE6\x9C\xAC\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE6\x98\xAF\xE8\xAF\x9D\xE6\x9C\xAC\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.642996"], ["updated_at", "2022-09-29 09:07:08.642998"]] TRANSACTION (6.8ms) COMMIT User Load (9.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE7\x88\xB1\xE6\x88\x91\xE8\x89\xB2\xE7\xBD\x91\xE5\x9D\x80"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE7\x88\xB1\xE6\x88\x91\xE8\x89\xB2\xE7\xBD\x91\xE5\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.699481"], ["updated_at", "2022-09-29 09:07:08.699482"]] TRANSACTION (5.7ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE7\x9A\x84\xE8\xA5\xBF\xE5\x9F\x9F"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE7\x9A\x84\xE8\xA5\xBF\xE5\x9F\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.743598"], ["updated_at", "2022-09-29 09:07:08.743599"]] TRANSACTION (3.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE8\x8D\x89"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE8\x8D\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.796127"], ["updated_at", "2022-09-29 09:07:08.796129"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE8\x99\xBD\xE6\xAD\xBB\xE5\x8E\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE8\x99\xBD\xE6\xAD\xBB\xE5\x8E\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.838091"], ["updated_at", "2022-09-29 09:07:08.838091"]] TRANSACTION (5.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE8\xA6\x81"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE8\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.875747"], ["updated_at", "2022-09-29 09:07:08.875748"]] TRANSACTION (4.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE8\xA6\x81\xE6\x80\xA7\xE4\xBA\xA4\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE8\xA6\x81\xE6\x80\xA7\xE4\xBA\xA4\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.914487"], ["updated_at", "2022-09-29 09:07:08.914488"]] TRANSACTION (6.7ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x91\xE9\x9D\xA0\xE3\x80\x81"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x91\xE9\x9D\xA0\xE3\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:08.958839"], ["updated_at", "2022-09-29 09:07:08.958840"]] TRANSACTION (9.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x92yan"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x92yan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.021321"], ["updated_at", "2022-09-29 09:07:09.021322"]] TRANSACTION (6.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\x92\xE4\xB8\xA5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\x92\xE4\xB8\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.056601"], ["updated_at", "2022-09-29 09:07:09.056601"]] TRANSACTION (4.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\xAA\xE8\xAE\xBF"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\xAA\xE8\xAE\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.094931"], ["updated_at", "2022-09-29 09:07:09.094933"]] TRANSACTION (5.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\xB4\xE4\xB8\x8A\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\xB4\xE4\xB8\x8A\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.133709"], ["updated_at", "2022-09-29 09:07:09.133710"]] TRANSACTION (5.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\xB4\xE6\xB5\xB7\xE9\x9D\x99"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\xB4\xE6\xB5\xB7\xE9\x9D\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.169890"], ["updated_at", "2022-09-29 09:07:09.169891"]] TRANSACTION (4.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\xB4\xE7\x9B\xB8\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\xB4\xE7\x9B\xB8\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.207403"], ["updated_at", "2022-09-29 09:07:09.207404"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\xB4\xE7\xA7\x89\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\xB4\xE7\xA7\x89\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.234882"], ["updated_at", "2022-09-29 09:07:09.234883"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\xBF\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\xBF\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.266011"], ["updated_at", "2022-09-29 09:07:09.266012"]] TRANSACTION (6.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x88\xBF\xE8\xB4\xB7\xE7\xBB\x99\xE5\xBA\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x88\xBF\xE8\xB4\xB7\xE7\xBB\x99\xE5\xBA\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.304293"], ["updated_at", "2022-09-29 09:07:09.304294"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8Bqiang\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8Bqiang\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.333861"], ["updated_at", "2022-09-29 09:07:09.333862"]] TRANSACTION (5.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8Bqiang\xE8\xB2\xA8\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8Bqiang\xE8\xB2\xA8\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.370625"], ["updated_at", "2022-09-29 09:07:09.370626"]] TRANSACTION (6.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8Bqiang\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8Bqiang\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.412221"], ["updated_at", "2022-09-29 09:07:09.412221"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8Bqiang\xE9\x8A\xB7\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8Bqiang\xE9\x8A\xB7\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.436865"], ["updated_at", "2022-09-29 09:07:09.436866"]] TRANSACTION (6.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8Bqiang\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8Bqiang\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.474071"], ["updated_at", "2022-09-29 09:07:09.474072"]] TRANSACTION (3.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE5\x8F\x98\xE7\x89\x8C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE5\x8F\x98\xE7\x89\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.507795"], ["updated_at", "2022-09-29 09:07:09.507795"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE5\x8F\xAC\xE8\x80\xB3\xE7\x94\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE5\x8F\xAC\xE8\x80\xB3\xE7\x94\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.535969"], ["updated_at", "2022-09-29 09:07:09.535970"]] TRANSACTION (6.3ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE5\xB7\xA5\xE7\x8C\x8E\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE5\xB7\xA5\xE7\x8C\x8E\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.577628"], ["updated_at", "2022-09-29 09:07:09.577629"]] TRANSACTION (5.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE5\xB7\xA5\xE7\x8C\x8E\xE5\x88\x80\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (9.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE5\xB7\xA5\xE7\x8C\x8E\xE5\x88\x80\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.622182"], ["updated_at", "2022-09-29 09:07:09.622182"]] TRANSACTION (4.8ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x8C\x87"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x8C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.682304"], ["updated_at", "2022-09-29 09:07:09.682305"]] TRANSACTION (8.6ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xA8\xE4\xBB\x93"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xA8\xE4\xBB\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.739484"], ["updated_at", "2022-09-29 09:07:09.739486"]] TRANSACTION (5.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA,\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA,\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.780171"], ["updated_at", "2022-09-29 09:07:09.780172"]] TRANSACTION (6.5ms) COMMIT User Load (106.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA,\xE7\xAA\x83\xE5\x90\xAC"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA,\xE7\xAA\x83\xE5\x90\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.926605"], ["updated_at", "2022-09-29 09:07:09.926606"]] TRANSACTION (6.4ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:09.992690"], ["updated_at", "2022-09-29 09:07:09.992691"]] TRANSACTION (7.2ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.041003"], ["updated_at", "2022-09-29 09:07:10.041004"]] TRANSACTION (18.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE5\xAE\x98\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (17.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE5\xAE\x98\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.105146"], ["updated_at", "2022-09-29 09:07:10.105148"]] TRANSACTION (6.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE7\x9B\x91\xE5\x90\xAC\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE7\x9B\x91\xE5\x90\xAC\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.167546"], ["updated_at", "2022-09-29 09:07:10.167548"]] TRANSACTION (5.7ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.209671"], ["updated_at", "2022-09-29 09:07:10.209672"]] TRANSACTION (5.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8D\xA7\xE5\xBA\x95\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.252611"], ["updated_at", "2022-09-29 09:07:10.252611"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.304702"], ["updated_at", "2022-09-29 09:07:10.304703"]] TRANSACTION (7.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE5\x99\xA8QQ"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE5\x99\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.352708"], ["updated_at", "2022-09-29 09:07:10.352709"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.390253"], ["updated_at", "2022-09-29 09:07:10.390254"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6qq"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\x98\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.430785"], ["updated_at", "2022-09-29 09:07:10.430786"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\xAF\xE6\x93\x8D\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\x8F\xAF\xE6\x93\x8D\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.474257"], ["updated_at", "2022-09-29 09:07:10.474258"]] TRANSACTION (4.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\xA4\x8D\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE5\xA4\x8D\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.514764"], ["updated_at", "2022-09-29 09:07:10.514765"]] TRANSACTION (3.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x88\x96\xE7\x94\xB5\xE8\x84\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x88\x96\xE7\x94\xB5\xE8\x84\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.543399"], ["updated_at", "2022-09-29 09:07:10.543400"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.575784"], ["updated_at", "2022-09-29 09:07:10.575784"]] TRANSACTION (5.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE5\x99\xA8QQ"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE5\x99\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.606410"], ["updated_at", "2022-09-29 09:07:10.606411"]] TRANSACTION (4.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.631146"], ["updated_at", "2022-09-29 09:07:10.631146"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6qq"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.665196"], ["updated_at", "2022-09-29 09:07:10.665197"]] TRANSACTION (6.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.711412"], ["updated_at", "2022-09-29 09:07:10.711413"]] TRANSACTION (3.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\x9B\x91"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\x9B\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.755650"], ["updated_at", "2022-09-29 09:07:10.755651"]] TRANSACTION (7.0ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\x9B\x91\xE5\x90\xAC"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\x9B\x91\xE5\x90\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.813788"], ["updated_at", "2022-09-29 09:07:10.813790"]] TRANSACTION (21.5ms) COMMIT User Load (24.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\x9B\x91\xE5\x90\xAC\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (8.8ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\x9B\x91\xE5\x90\xAC\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.907355"], ["updated_at", "2022-09-29 09:07:10.907356"]] TRANSACTION (16.2ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:10.983402"], ["updated_at", "2022-09-29 09:07:10.983404"]] TRANSACTION (5.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6 QQ"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6 QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.038078"], ["updated_at", "2022-09-29 09:07:11.038078"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6 \xE8\x81\x94\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6 \xE8\x81\x94\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.078464"], ["updated_at", "2022-09-29 09:07:11.078465"]] TRANSACTION (5.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6 \xE8\xAF\xA6\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6 \xE8\xAF\xA6\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.112279"], ["updated_at", "2022-09-29 09:07:11.112279"]] TRANSACTION (6.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.155096"], ["updated_at", "2022-09-29 09:07:11.155097"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6\xE5\x85\x8D\xE8\xB4\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6\xE5\x85\x8D\xE8\xB4\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.185750"], ["updated_at", "2022-09-29 09:07:11.185752"]] TRANSACTION (5.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6\xE7\xA0\xB4\xE8\xA7\xA3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE7\xAA\x83\xE5\x90\xAC\xE8\xBD\xAF\xE4\xBB\xB6\xE7\xA0\xB4\xE8\xA7\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.230834"], ["updated_at", "2022-09-29 09:07:11.230835"]] TRANSACTION (5.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE8\xB7\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE8\xB7\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.268031"], ["updated_at", "2022-09-29 09:07:11.268032"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE8\xB7\x9F\xE8\xB8\xAA\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE8\xB7\x9F\xE8\xB8\xAA\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.292962"], ["updated_at", "2022-09-29 09:07:11.292963"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE8\xBF\xBD"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE8\xBF\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.330872"], ["updated_at", "2022-09-29 09:07:11.330872"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE9\x93\x83\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE9\x93\x83\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.367055"], ["updated_at", "2022-09-29 09:07:11.367056"]] TRANSACTION (3.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE9\xAD\x94\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9C\xBA\xE9\xAD\x94\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.396877"], ["updated_at", "2022-09-29 09:07:11.396878"]] TRANSACTION (5.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.445314"], ["updated_at", "2022-09-29 09:07:11.445315"]] TRANSACTION (5.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.486436"], ["updated_at", "2022-09-29 09:07:11.486437"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\xB7\xAB\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\xB7\xAB\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.519115"], ["updated_at", "2022-09-29 09:07:11.519116"]] TRANSACTION (4.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE6\xB7\xAB\xE5\x9C\x96\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE6\xB7\xAB\xE5\x9C\x96\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.556839"], ["updated_at", "2022-09-29 09:07:11.556841"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8B\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8B\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.581271"], ["updated_at", "2022-09-29 09:07:11.581271"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8C\xE4\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8C\xE4\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.609967"], ["updated_at", "2022-09-29 09:07:11.609968"]] TRANSACTION (4.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8C\xE7\x94\xB1\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8C\xE7\x94\xB1\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.646363"], ["updated_at", "2022-09-29 09:07:11.646364"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x8D\xE7\x9F\xA5\xE9\x81\x93\xE5\x8F\xAA\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x8D\xE7\x9F\xA5\xE9\x81\x93\xE5\x8F\xAA\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.674424"], ["updated_at", "2022-09-29 09:07:11.674425"]] TRANSACTION (5.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x92\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x92\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.705092"], ["updated_at", "2022-09-29 09:07:11.705094"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x92\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x92\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.744651"], ["updated_at", "2022-09-29 09:07:11.744652"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.773366"], ["updated_at", "2022-09-29 09:07:11.773367"]] TRANSACTION (4.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.804269"], ["updated_at", "2022-09-29 09:07:11.804269"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.841966"], ["updated_at", "2022-09-29 09:07:11.841967"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.870003"], ["updated_at", "2022-09-29 09:07:11.870003"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.895939"], ["updated_at", "2022-09-29 09:07:11.895940"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.932023"], ["updated_at", "2022-09-29 09:07:11.932024"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\x9C\xB1\xE9\x95\x95"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\x9C\xB1\xE9\x95\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.964890"], ["updated_at", "2022-09-29 09:07:11.964891"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\x9D\x8E\xE9\xB9\x8F"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\x9D\x8E\xE9\xB9\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:11.989707"], ["updated_at", "2022-09-29 09:07:11.989709"]] TRANSACTION (5.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\xB1\x9F\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\xB1\x9F\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.027377"], ["updated_at", "2022-09-29 09:07:12.027378"]] TRANSACTION (4.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.060157"], ["updated_at", "2022-09-29 09:07:12.060157"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.088456"], ["updated_at", "2022-09-29 09:07:12.088457"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE7\xBD\x97\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE7\xBD\x97\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.122188"], ["updated_at", "2022-09-29 09:07:12.122189"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x80\x92\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x80\x92\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.155372"], ["updated_at", "2022-09-29 09:07:12.155373"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x8F\x91\xE6\x97\xB6\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x8F\x91\xE6\x97\xB6\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.178900"], ["updated_at", "2022-09-29 09:07:12.178901"]] TRANSACTION (4.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.204901"], ["updated_at", "2022-09-29 09:07:12.204902"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\xAD\x97"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\xAD\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.243239"], ["updated_at", "2022-09-29 09:07:12.243240"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE5\xAD\x97\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE5\xAD\x97\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.267117"], ["updated_at", "2022-09-29 09:07:12.267118"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE6\xA0\x87\xE8\xAF\xAD"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE6\xA0\x87\xE8\xAF\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.291390"], ["updated_at", "2022-09-29 09:07:12.291390"]] TRANSACTION (6.9ms) COMMIT User Load (22.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE6\xAD\xBB\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE6\xAD\xBB\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.351681"], ["updated_at", "2022-09-29 09:07:12.351682"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE6\xAD\xBB\xE7\xBB\x8F\xE8\xBF\x87"], ["LIMIT", 1]] TRANSACTION (7.6ms) BEGIN User Load (9.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE6\xAD\xBB\xE7\xBB\x8F\xE8\xBF\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.391831"], ["updated_at", "2022-09-29 09:07:12.391832"]] TRANSACTION (10.0ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE7\x82\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE7\x82\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.459953"], ["updated_at", "2022-09-29 09:07:12.459954"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE7\x8B\x97\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE7\x8B\x97\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x89\xE6\xAD\xA5\xE5\x80\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.485054"], ["updated_at", "2022-09-29 09:07:12.485055"]] TRANSACTION (6.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE7\x8B\x97\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE7\x8B\x97\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.520659"], ["updated_at", "2022-09-29 09:07:12.520660"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE7\xA0\xB8\xE5\x8A\x9E\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE7\xA0\xB8\xE5\x8A\x9E\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.552869"], ["updated_at", "2022-09-29 09:07:12.552870"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE7\xA0\xB8\xE6\x8A\xA2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE7\xA0\xB8\xE6\x8A\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.575274"], ["updated_at", "2022-09-29 09:07:12.575275"]] TRANSACTION (3.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE9\x92\x88"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE9\x92\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.599527"], ["updated_at", "2022-09-29 09:07:12.599528"]] TRANSACTION (8.6ms) COMMIT User Load (8.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE9\x94\x99\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE9\x94\x99\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.644909"], ["updated_at", "2022-09-29 09:07:12.644910"]] TRANSACTION (2.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE9\xA3\x9E\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE9\xA3\x9E\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.673948"], ["updated_at", "2022-09-29 09:07:12.673948"]] TRANSACTION (4.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x93\xE9\xA3\x9E\xE6\x9C\xBA\xE4\xB8\x93"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x93\xE9\xA3\x9E\xE6\x9C\xBA\xE4\xB8\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.700500"], ["updated_at", "2022-09-29 09:07:12.700501"]] TRANSACTION (5.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\x98\xE4\xB9\x8E\xE6\x8F\x90\xE6\xB2\x99\xE6\xAF\x94\xE5\xB0\x94"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\x98\xE4\xB9\x8E\xE6\x8F\x90\xE6\xB2\x99\xE6\xAF\x94\xE5\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.741839"], ["updated_at", "2022-09-29 09:07:12.741840"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xA3\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xA3\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.767879"], ["updated_at", "2022-09-29 09:07:12.767879"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xA3\xE6\x89\xA3"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xA3\xE6\x89\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.791110"], ["updated_at", "2022-09-29 09:07:12.791111"]] TRANSACTION (5.6ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xA7\xE6\xB3\x95\xE7\x8A\xAF\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xA7\xE6\xB3\x95\xE7\x8A\xAF\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.831956"], ["updated_at", "2022-09-29 09:07:12.831957"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xA9\xE5\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xA9\xE5\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.865588"], ["updated_at", "2022-09-29 09:07:12.865588"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xAB\xE4\xBA\x86\xE7\x88\xB7\xE7\x88\xB7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xAB\xE4\xBA\x86\xE7\x88\xB7\xE7\x88\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.894918"], ["updated_at", "2022-09-29 09:07:12.894919"]] TRANSACTION (5.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xAB\xE9\xBB\x84"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xAB\xE9\xBB\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.932436"], ["updated_at", "2022-09-29 09:07:12.932437"]] TRANSACTION (5.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xAD\xE4\xB8\x80\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xAD\xE4\xB8\x80\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:12.980274"], ["updated_at", "2022-09-29 09:07:12.980276"]] TRANSACTION (7.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (14.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE4\xB8\x80\xE5\x85\x83\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE4\xB8\x80\xE5\x85\x83\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.019352"], ["updated_at", "2022-09-29 09:07:13.019353"]] TRANSACTION (5.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE4\xB8\x80\xE5\x85\x83\xE7\xA1\xAC\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE4\xB8\x80\xE5\x85\x83\xE7\xA1\xAC\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.071878"], ["updated_at", "2022-09-29 09:07:13.071879"]] TRANSACTION (5.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB1\xBD\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE4\xB8\x89\xE7\xAE\xAD\xE6\xB1\xBD\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.113636"], ["updated_at", "2022-09-29 09:07:13.113637"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.159011"], ["updated_at", "2022-09-29 09:07:13.159012"]] TRANSACTION (3.9ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE7\xA1\xAC\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.201152"], ["updated_at", "2022-09-29 09:07:13.201154"]] TRANSACTION (9.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.250525"], ["updated_at", "2022-09-29 09:07:13.250526"]] TRANSACTION (4.8ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE9\x92\xB1QQ"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x81\x87\xE9\x92\xB1QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.292873"], ["updated_at", "2022-09-29 09:07:13.292875"]] TRANSACTION (5.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\x87\xBA\xE5\x94\xAE\xE5\x81\x87\xE5\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.340298"], ["updated_at", "2022-09-29 09:07:13.340299"]] TRANSACTION (7.9ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (8.4ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE5\xBC\x80\xE9\x94\x81\xE5\xB7\xA5\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.398387"], ["updated_at", "2022-09-29 09:07:13.398389"]] TRANSACTION (6.5ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE7\x89\x99\xE7\xAD\xBE\xE6\x9E\x9C\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE7\x89\x99\xE7\xAD\xBE\xE6\x9E\x9C\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.461702"], ["updated_at", "2022-09-29 09:07:13.461702"]] TRANSACTION (8.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE7\x94\xB2\xE5\x9F\xBA\xE8\x8B\xAF\xE4\xB8\x99\xE8\x83\xBA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE7\x94\xB2\xE5\x9F\xBA\xE8\x8B\xAF\xE4\xB8\x99\xE8\x83\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.517068"], ["updated_at", "2022-09-29 09:07:13.517069"]] TRANSACTION (6.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE7\x94\xB2\xE8\x97\xBB\xE6\xAF\x92\xE7\xB4\xA0qq"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xB9\xE5\x8F\x91\xE7\x94\xB2\xE8\x97\xBB\xE6\xAF\x92\xE7\xB4\xA0qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.558513"], ["updated_at", "2022-09-29 09:07:13.558514"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE4\xB8\xAA\xE5\xA6\x88\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE4\xB8\xAA\xE5\xA6\x88\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.590103"], ["updated_at", "2022-09-29 09:07:13.590104"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE4\xB8\xAA\xE7\x88\xB8\xE7\x88\xB8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE4\xB8\xAA\xE7\x88\xB8\xE7\x88\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.619015"], ["updated_at", "2022-09-29 09:07:13.619016"]] TRANSACTION (6.9ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.662773"], ["updated_at", "2022-09-29 09:07:13.662774"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.693847"], ["updated_at", "2022-09-29 09:07:13.693847"]] TRANSACTION (4.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.725911"], ["updated_at", "2022-09-29 09:07:13.725913"]] TRANSACTION (6.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE8\xAA\xAA\xE5\x92\x91\xE8\x8A\x93\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE5\xB0\x8F\xE8\xAA\xAA\xE5\x92\x91\xE8\x8A\x93\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.776053"], ["updated_at", "2022-09-29 09:07:13.776054"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE5\xB0\x91\xE5\xA6\x87\xE4\xBD\x9C\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE5\xB0\x91\xE5\xA6\x87\xE4\xBD\x9C\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.805972"], ["updated_at", "2022-09-29 09:07:13.805973"]] TRANSACTION (6.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE6\x8F\xB4\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE6\x8F\xB4\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.850387"], ["updated_at", "2022-09-29 09:07:13.850388"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE6\x94\xBF\xE6\xB3\x95\xE5\xA7\x94\xE5\x89\xAF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE6\x94\xBF\xE6\xB3\x95\xE5\xA7\x94\xE5\x89\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.886563"], ["updated_at", "2022-09-29 09:07:13.886563"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE6\x9E\xAA\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE6\x9E\xAA\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.912968"], ["updated_at", "2022-09-29 09:07:13.912969"]] TRANSACTION (6.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x89\xBE\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x89\xBE\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.951932"], ["updated_at", "2022-09-29 09:07:13.951934"]] TRANSACTION (5.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x8A\xE5\xAD\xA6\xE7\x94\x9F\xE6\x95\xB4"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x8A\xE5\xAD\xA6\xE7\x94\x9F\xE6\x95\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:13.987647"], ["updated_at", "2022-09-29 09:07:13.987648"]] TRANSACTION (5.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x8A\xE7\x97\x85\xE4\xBA\xBA\xE6\x95\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x8A\xE7\x97\x85\xE4\xBA\xBA\xE6\x95\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.022753"], ["updated_at", "2022-09-29 09:07:14.022753"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x8A\xE9\x82\x93\xE5\xB0\x8F\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x8A\xE9\x82\x93\xE5\xB0\x8F\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.051950"], ["updated_at", "2022-09-29 09:07:14.051951"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x93\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x93\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.079964"], ["updated_at", "2022-09-29 09:07:14.079964"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x93\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (9.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x93\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.105603"], ["updated_at", "2022-09-29 09:07:14.105604"]] TRANSACTION (7.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x95\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x95\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.157290"], ["updated_at", "2022-09-29 09:07:14.157291"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x95\xE6\xAF\x92\xE6\x9D\x80\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x95\xE6\xAF\x92\xE6\x9D\x80\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.188909"], ["updated_at", "2022-09-29 09:07:14.188909"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x95\xE6\xB3\xA8\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x95\xE6\xB3\xA8\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.212863"], ["updated_at", "2022-09-29 09:07:14.212864"]] TRANSACTION (6.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x95\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x95\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.252857"], ["updated_at", "2022-09-29 09:07:14.252858"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x95\xE7\xA8\xBF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x95\xE7\xA8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.280259"], ["updated_at", "2022-09-29 09:07:14.280260"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x97\xE7\xBE\x8E\xE6\x8F\xB4\xE6\x9C\x9D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x97\xE7\xBE\x8E\xE6\x8F\xB4\xE6\x9C\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.307436"], ["updated_at", "2022-09-29 09:07:14.307437"]] TRANSACTION (6.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x97\xE8\xAE\xAE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x97\xE8\xAE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.342237"], ["updated_at", "2022-09-29 09:07:14.342237"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x97\xE8\xAE\xAE\xE4\xB8\xAD\xE5\x85\xB1\xE5\xBD\x93\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x97\xE8\xAE\xAE\xE4\xB8\xAD\xE5\x85\xB1\xE5\xBD\x93\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.374321"], ["updated_at", "2022-09-29 09:07:14.374322"]] TRANSACTION (4.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x97\xE8\xAE\xAE\xE7\xA3\x81\xE6\x82\xAC\xE6\xB5\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x97\xE8\xAE\xAE\xE7\xA3\x81\xE6\x82\xAC\xE6\xB5\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.407318"], ["updated_at", "2022-09-29 09:07:14.407319"]] TRANSACTION (5.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x98\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x98\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.447022"], ["updated_at", "2022-09-29 09:07:14.447024"]] TRANSACTION (6.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x98\xE5\x88\x80\xE7\xA0\x8D\xE5\x88\x80\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x98\xE5\x88\x80\xE7\xA0\x8D\xE5\x88\x80\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.495888"], ["updated_at", "2022-09-29 09:07:14.495889"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x98\xE5\x8F\xA0\xE5\x86\x9B\xE7\x94\xA8\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x98\xE5\x8F\xA0\xE5\x86\x9B\xE7\x94\xA8\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.523550"], ["updated_at", "2022-09-29 09:07:14.523551"]] TRANSACTION (6.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x9A\xE4\xB8\x80\xE6\x91\xB8"], ["LIMIT", 1]] TRANSACTION (9.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x9A\xE4\xB8\x80\xE6\x91\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.582778"], ["updated_at", "2022-09-29 09:07:14.582779"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\x9A\xE6\x91\xB8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\x9A\xE6\x91\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.617655"], ["updated_at", "2022-09-29 09:07:14.617656"]] TRANSACTION (7.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA0\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA0\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.657331"], ["updated_at", "2022-09-29 09:07:14.657332"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA1\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA1\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.684268"], ["updated_at", "2022-09-29 09:07:14.684268"]] TRANSACTION (3.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA2\xE5\x85\xB6\xE7\x81\xAB\xE7\x82\xAC"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA2\xE5\x85\xB6\xE7\x81\xAB\xE7\x82\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.712220"], ["updated_at", "2022-09-29 09:07:14.712222"]] TRANSACTION (5.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA2\xE7\xB2\xAE\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA2\xE7\xB2\xAE\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.748904"], ["updated_at", "2022-09-29 09:07:14.748905"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA4\xE5\x8D\xAB\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA4\xE5\x8D\xAB\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.781730"], ["updated_at", "2022-09-29 09:07:14.781730"]] TRANSACTION (3.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA4\xE5\xA3\xAB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA4\xE5\xA3\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.806987"], ["updated_at", "2022-09-29 09:07:14.806988"]] TRANSACTION (12.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA4\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA4\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.849960"], ["updated_at", "2022-09-29 09:07:14.849961"]] TRANSACTION (8.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA5\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA5\xE5\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.886679"], ["updated_at", "2022-09-29 09:07:14.886680"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA5\xE5\xA4\x8D\xE6\x89\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA5\xE5\xA4\x8D\xE6\x89\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.913361"], ["updated_at", "2022-09-29 09:07:14.913362"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA5\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA5\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.945665"], ["updated_at", "2022-09-29 09:07:14.945666"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xA5\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xA5\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:14.978698"], ["updated_at", "2022-09-29 09:07:14.978699"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB1\xE6\xAD\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (15.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB1\xE6\xAD\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.005329"], ["updated_at", "2022-09-29 09:07:15.005330"]] TRANSACTION (4.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5zhi"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5zhi"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.049523"], ["updated_at", "2022-09-29 09:07:15.049524"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.080739"], ["updated_at", "2022-09-29 09:07:15.080740"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.103243"], ["updated_at", "2022-09-29 09:07:15.103244"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.129390"], ["updated_at", "2022-09-29 09:07:15.129392"]] TRANSACTION (4.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.162841"], ["updated_at", "2022-09-29 09:07:15.162842"]] TRANSACTION (5.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE5\x8C\x97\xE4\xBA\xAC\xE5\xA5\xA5\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE5\x8C\x97\xE4\xBA\xAC\xE5\xA5\xA5\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.192150"], ["updated_at", "2022-09-29 09:07:15.192151"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.217379"], ["updated_at", "2022-09-29 09:07:15.217379"]] TRANSACTION (5.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\x9D\x8E\xE9\xB9\x8F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\x9D\x8E\xE9\xB9\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.253960"], ["updated_at", "2022-09-29 09:07:15.253961"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\xB1\x9F\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\xB1\x9F\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.283536"], ["updated_at", "2022-09-29 09:07:15.283536"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.308998"], ["updated_at", "2022-09-29 09:07:15.308999"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.338560"], ["updated_at", "2022-09-29 09:07:15.338561"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE7\xBD\x97\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE7\xBD\x97\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.375772"], ["updated_at", "2022-09-29 09:07:15.375773"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xB5\xE5\x88\xB6\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.404475"], ["updated_at", "2022-09-29 09:07:15.404476"]] TRANSACTION (6.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBC\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBC\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.436932"], ["updated_at", "2022-09-29 09:07:15.436932"]] TRANSACTION (5.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBD\xE4\xB8\x80\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBD\xE4\xB8\x80\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.474253"], ["updated_at", "2022-09-29 09:07:15.474254"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBD\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBD\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.500008"], ["updated_at", "2022-09-29 09:07:15.500010"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBD\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBD\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.522394"], ["updated_at", "2022-09-29 09:07:15.522394"]] TRANSACTION (7.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBD\xE7\x9D\x80\xE5\xA4\xA7\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBD\xE7\x9D\x80\xE5\xA4\xA7\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.562063"], ["updated_at", "2022-09-29 09:07:15.562064"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBD\xE7\x9D\x80\xE8\x8A\x99\xE8\x93\x89"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBD\xE7\x9D\x80\xE8\x8A\x99\xE8\x93\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.590447"], ["updated_at", "2022-09-29 09:07:15.590447"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBD\xE9\x80\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBD\xE9\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.613978"], ["updated_at", "2022-09-29 09:07:15.613978"]] TRANSACTION (5.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8A\xBF\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8A\xBF\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.648672"], ["updated_at", "2022-09-29 09:07:15.648673"]] TRANSACTION (8.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x86\xE8\xBF\x81"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x86\xE8\xBF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.692286"], ["updated_at", "2022-09-29 09:07:15.692287"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x86\xE8\xBF\x81\xE7\x81\xAD"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x86\xE8\xBF\x81\xE7\x81\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.722283"], ["updated_at", "2022-09-29 09:07:15.722283"]] TRANSACTION (6.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89sa"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89sa"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.764601"], ["updated_at", "2022-09-29 09:07:15.764605"]] TRANSACTION (2.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE5\x87\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE5\x87\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.794745"], ["updated_at", "2022-09-29 09:07:15.794746"]] TRANSACTION (5.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE5\x98\x8E\xEF\xBC\x88Lhakar\xEF\xBC\x89"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE5\x98\x8E\xEF\xBC\x88Lhakar\xEF\xBC\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.821548"], ["updated_at", "2022-09-29 09:07:15.821549"]] TRANSACTION (5.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE5\xB8\xAE\xE6\xB8\xB8\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE5\xB8\xAE\xE6\xB8\xB8\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.859916"], ["updated_at", "2022-09-29 09:07:15.859917"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE5\xBC\x80\xE6\xB0\xB4\xE6\x99\xB6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE5\xBC\x80\xE6\xB0\xB4\xE6\x99\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.886298"], ["updated_at", "2022-09-29 09:07:15.886299"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE7\x99\xBB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE7\x99\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.913588"], ["updated_at", "2022-09-29 09:07:15.913588"]] TRANSACTION (4.2ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE7\x99\xBB\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (6.3ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE7\x99\xBB\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.946711"], ["updated_at", "2022-09-29 09:07:15.946712"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE7\x99\xBB\xE8\xAF\xB4\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE7\x99\xBB\xE8\xAF\xB4\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:15.990013"], ["updated_at", "2022-09-29 09:07:15.990014"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.019104"], ["updated_at", "2022-09-29 09:07:16.019105"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE7\xA5\xA8\xE8\xB4\xBF\xE9\x80\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE7\xA5\xA8\xE8\xB4\xBF\xE9\x80\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.054492"], ["updated_at", "2022-09-29 09:07:16.054493"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE7\xBA\xBF\xE9\xA3\x9E\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE7\xBA\xBF\xE9\xA3\x9E\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.084525"], ["updated_at", "2022-09-29 09:07:16.084526"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE8\x90\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE8\x90\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.110224"], ["updated_at", "2022-09-29 09:07:16.110225"]] TRANSACTION (5.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x89\xE8\x90\xA8\xE5\x83\xA7\xE4\xBA\xBA\xE6\x8E\xA5\xE8\xBF\x9E\xE6\x8A\x97\xE8\xAE\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x89\xE8\x90\xA8\xE5\x83\xA7\xE4\xBA\xBA\xE6\x8E\xA5\xE8\xBF\x9E\xE6\x8A\x97\xE8\xAE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.137310"], ["updated_at", "2022-09-29 09:07:16.137311"]] TRANSACTION (5.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x8D\xE8\x82\xA9,\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x8D\xE8\x82\xA9,\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.171219"], ["updated_at", "2022-09-29 09:07:16.171219"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE5\x9E\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE5\x9E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.197100"], ["updated_at", "2022-09-29 09:07:16.197101"]] TRANSACTION (4.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE7\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE7\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.226466"], ["updated_at", "2022-09-29 09:07:16.226467"]] TRANSACTION (5.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE7\xA5\x9E\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE7\xA5\x9E\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.267003"], ["updated_at", "2022-09-29 09:07:16.267004"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE9\x86\x89\xE8\xBF\xB7\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x8D\xE8\x82\xA9\xE9\x86\x89\xE8\xBF\xB7\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.296899"], ["updated_at", "2022-09-29 09:07:16.296899"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x94\xE5\x87\xBA\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x94\xE5\x87\xBA\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.326996"], ["updated_at", "2022-09-29 09:07:16.326998"]] TRANSACTION (6.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE4\xBB\xA3\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE4\xBB\xA3\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.367307"], ["updated_at", "2022-09-29 09:07:16.367311"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE5\x8B\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE5\x8B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.394331"], ["updated_at", "2022-09-29 09:07:16.394332"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE5\x8B\x9F\xE4\xBD\x9C\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE5\x8B\x9F\xE4\xBD\x9C\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.423555"], ["updated_at", "2022-09-29 09:07:16.423556"]] TRANSACTION (5.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE5\xA6\x93"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE5\xA6\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.462488"], ["updated_at", "2022-09-29 09:07:16.462489"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE6\x96\xB0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE6\x96\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.489213"], ["updated_at", "2022-09-29 09:07:16.489213"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE8\x80\xB3\xE7\x94\xB9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE8\x80\xB3\xE7\x94\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.514862"], ["updated_at", "2022-09-29 09:07:16.514863"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE8\x81\x98"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE8\x81\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.537996"], ["updated_at", "2022-09-29 09:07:16.537997"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE8\x81\x98\xE5\x85\xBC\xE8\x81\x8C\xE5\x8F\x91\xE5\xB8\x96\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE8\x81\x98\xE5\x85\xBC\xE8\x81\x8C\xE5\x8F\x91\xE5\xB8\x96\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.565833"], ["updated_at", "2022-09-29 09:07:16.565834"]] TRANSACTION (4.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE8\x81\x98\xE7\xBD\x91\xE7\xBB\x9C\xE6\xB0\xB4\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE8\x81\x98\xE7\xBD\x91\xE7\xBB\x9C\xE6\xB0\xB4\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.596294"], ["updated_at", "2022-09-29 09:07:16.596295"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9B\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9B\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.624007"], ["updated_at", "2022-09-29 09:07:16.624008"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9C\xE5\xA4\xA7\xE5\x93\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9C\xE5\xA4\xA7\xE5\x93\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.657987"], ["updated_at", "2022-09-29 09:07:16.657987"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\x9F\xE6\xB6\x9B\xE5\x93\xA5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\x9F\xE6\xB6\x9B\xE5\x93\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.684523"], ["updated_at", "2022-09-29 09:07:16.684523"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xA5\xE6\x9C\x89\xE4\xBA\x86\xE5\xB0\x8F\xE7\xB1\xB3\xE6\xA4\x92"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xA5\xE6\x9C\x89\xE4\xBA\x86\xE5\xB0\x8F\xE7\xB1\xB3\xE6\xA4\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.707874"], ["updated_at", "2022-09-29 09:07:16.707874"]] TRANSACTION (4.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xA6\xE6\x88\xAA\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xA6\xE6\x88\xAA\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.734377"], ["updated_at", "2022-09-29 09:07:16.734378"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xA9\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xA9\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.769512"], ["updated_at", "2022-09-29 09:07:16.769515"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xA9\xE6\xB2\xB9\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xA9\xE6\xB2\xB9\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.792890"], ["updated_at", "2022-09-29 09:07:16.792892"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xAF\xE6\x95\x91\xE5\x90\xB4\xE7\xAB\x8B\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xAF\xE6\x95\x91\xE5\x90\xB4\xE7\xAB\x8B\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.817791"], ["updated_at", "2022-09-29 09:07:16.817791"]] TRANSACTION (7.1ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xB1\xE9\x8F\x9F"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xB1\xE9\x8F\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.869984"], ["updated_at", "2022-09-29 09:07:16.869985"]] TRANSACTION (6.7ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xB1\xE9\x93\xB2"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xB1\xE9\x93\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.934929"], ["updated_at", "2022-09-29 09:07:16.934931"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8B\xB3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8B\xB3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.969600"], ["updated_at", "2022-09-29 09:07:16.969601"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x81\xE4\xB8\x8D\xE5\x90\x8C\xE6\x94\xBF\xE8\xA7\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x81\xE4\xB8\x8D\xE5\x90\x8C\xE6\x94\xBF\xE8\xA7\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:16.993366"], ["updated_at", "2022-09-29 09:07:16.993366"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x81\xE6\x9E\xAA\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x81\xE6\x9E\xAA\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.017927"], ["updated_at", "2022-09-29 09:07:17.017928"]] TRANSACTION (5.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x82\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x82\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.051611"], ["updated_at", "2022-09-29 09:07:17.051612"]] TRANSACTION (5.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x87\xE5\xAE\x9A\xE5\xA7\x93\xE5\x90\x8D\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x87\xE5\xAE\x9A\xE5\xA7\x93\xE5\x90\x8D\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.087730"], ["updated_at", "2022-09-29 09:07:17.087732"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x87\xE7\x82\xB9\xE6\xB1\x9F\xE5\xB1\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x87\xE7\x82\xB9\xE6\xB1\x9F\xE5\xB1\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.113982"], ["updated_at", "2022-09-29 09:07:17.113982"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x87\xE7\xBA\xB9\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x87\xE7\xBA\xB9\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.140244"], ["updated_at", "2022-09-29 09:07:17.140245"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x87\xE7\xBA\xB9\xE8\x80\x83\xE5\x8B\xA4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x87\xE7\xBA\xB9\xE8\x80\x83\xE5\x8B\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.175156"], ["updated_at", "2022-09-29 09:07:17.175156"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x87\xE7\xBA\xB9\xE8\x86\x9C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x87\xE7\xBA\xB9\xE8\x86\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.199306"], ["updated_at", "2022-09-29 09:07:17.199307"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x89\xE6\x91\xA9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x89\xE6\x91\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.220449"], ["updated_at", "2022-09-29 09:07:17.220450"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.251471"], ["updated_at", "2022-09-29 09:07:17.251472"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90\xE5\x8F\xA3\xE4\xBA\xA4\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90\xE5\x8F\xA3\xE4\xBA\xA4\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.287645"], ["updated_at", "2022-09-29 09:07:17.287646"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.319625"], ["updated_at", "2022-09-29 09:07:17.319626"]] TRANSACTION (9.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x89\xE6\x91\xA9\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.369431"], ["updated_at", "2022-09-29 09:07:17.369432"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x89\xE7\x85\xA7\xE9\xA9\xAC\xE9\x9B\x85\xE5\x8E\x86\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x89\xE7\x85\xA7\xE9\xA9\xAC\xE9\x9B\x85\xE5\x8E\x86\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.405312"], ["updated_at", "2022-09-29 09:07:17.405312"]] TRANSACTION (4.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x91\xE3\x80\x82\xE9\x80\x97"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x91\xE3\x80\x82\xE9\x80\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.437628"], ["updated_at", "2022-09-29 09:07:17.437629"]] TRANSACTION (7.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x91\xE9\x80\x97"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x91\xE9\x80\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.484233"], ["updated_at", "2022-09-29 09:07:17.484235"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x91\xEF\xBC\x8C\xE9\x80\x97"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x91\xEF\xBC\x8C\xE9\x80\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.516354"], ["updated_at", "2022-09-29 09:07:17.516354"]] TRANSACTION (5.0ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\x96\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\x96\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.559252"], ["updated_at", "2022-09-29 09:07:17.559253"]] TRANSACTION (8.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA1\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA1\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.603805"], ["updated_at", "2022-09-29 09:07:17.603806"]] TRANSACTION (8.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA3\xE7\x82\xB9\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA3\xE7\x82\xB9\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.655607"], ["updated_at", "2022-09-29 09:07:17.655608"]] TRANSACTION (5.5ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA3\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA3\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.706439"], ["updated_at", "2022-09-29 09:07:17.706441"]] TRANSACTION (7.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA3\xE9\x92\xB1\xE5\xB9\xB3\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA3\xE9\x92\xB1\xE5\xB9\xB3\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.759829"], ["updated_at", "2022-09-29 09:07:17.759831"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA3\xE9\x92\xB1\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA3\xE9\x92\xB1\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.795664"], ["updated_at", "2022-09-29 09:07:17.795665"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA4\xE4\xB9\xB3\xE6\xB1\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA4\xE4\xB9\xB3\xE6\xB1\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.824496"], ["updated_at", "2022-09-29 09:07:17.824496"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA5\xE5\x8F\x91\xE5\x9E\x8B\xE8\xBF\xB7\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA5\xE5\x8F\x91\xE5\x9E\x8B\xE8\xBF\xB7\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.858926"], ["updated_at", "2022-09-29 09:07:17.858926"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xA8\xE4\xBA\x86\xE4\xB8\x80\xE7\x82\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xA8\xE4\xBA\x86\xE4\xB8\x80\xE7\x82\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.893178"], ["updated_at", "2022-09-29 09:07:17.893179"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xAB\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xAB\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.915899"], ["updated_at", "2022-09-29 09:07:17.915899"]] TRANSACTION (4.9ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xBA\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xBA\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.946605"], ["updated_at", "2022-09-29 09:07:17.946606"]] TRANSACTION (6.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xBA\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xBA\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:17.990794"], ["updated_at", "2022-09-29 09:07:17.990795"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xBA\xE7\xBF\x98"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xBA\xE7\xBF\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.024541"], ["updated_at", "2022-09-29 09:07:18.024542"]] TRANSACTION (5.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8C\xBA\xE8\xBA\xAB\xE8\xBF\x9B\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8C\xBA\xE8\xBA\xAB\xE8\xBF\x9B\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.063706"], ["updated_at", "2022-09-29 09:07:18.063707"]] TRANSACTION (4.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8D\x85\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8D\x85\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.098713"], ["updated_at", "2022-09-29 09:07:18.098714"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8D\x85\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8D\x85\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.125729"], ["updated_at", "2022-09-29 09:07:18.125730"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8D\x86\xE7\xBB\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8D\x86\xE7\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.155956"], ["updated_at", "2022-09-29 09:07:18.155957"]] TRANSACTION (6.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8D\x8F\xE5\xBC\x84"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8D\x8F\xE5\xBC\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.192774"], ["updated_at", "2022-09-29 09:07:18.192774"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8D\xA2\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8D\xA2\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.219085"], ["updated_at", "2022-09-29 09:07:18.219085"]] TRANSACTION (5.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8D\xA2\xE5\xA6\xBB\xE4\xBF\xB1\xE4\xB9\x90\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8D\xA2\xE5\xA6\xBB\xE4\xBF\xB1\xE4\xB9\x90\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.250588"], ["updated_at", "2022-09-29 09:07:18.250589"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8D\xAE\xE8\xAF\xB4\xE5\x85\xA8\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8D\xAE\xE8\xAF\xB4\xE5\x85\xA8\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.283805"], ["updated_at", "2022-09-29 09:07:18.283806"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\x80\xE8\xB5\xB7\xE8\xA3\x99\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\x80\xE8\xB5\xB7\xE8\xA3\x99\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.310206"], ["updated_at", "2022-09-29 09:07:18.310207"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\x88\xE6\x9D\x83\xE5\xBC\x93\xE9\xA9\xBD\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\x88\xE6\x9D\x83\xE5\xBC\x93\xE9\xA9\xBD\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.333970"], ["updated_at", "2022-09-29 09:07:18.333971"]] TRANSACTION (4.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\x8C\xE9\x98\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\x8C\xE9\x98\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.372827"], ["updated_at", "2022-09-29 09:07:18.372828"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\x8F\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\x8F\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.398716"], ["updated_at", "2022-09-29 09:07:18.398716"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\x8F\xE9\x9D\x8C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\x8F\xE9\x9D\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.421944"], ["updated_at", "2022-09-29 09:07:18.421944"]] TRANSACTION (5.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA2\xE6\xB5\x8B\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA2\xE6\xB5\x8B\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.457893"], ["updated_at", "2022-09-29 09:07:18.457894"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA5\xE7\x8F\xAD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA5\xE7\x8F\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.493141"], ["updated_at", "2022-09-29 09:07:18.493141"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA7\xE5\x88\xB6\xE5\xAA\x92"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA7\xE5\x88\xB6\xE5\xAA\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.517487"], ["updated_at", "2022-09-29 09:07:18.517488"]] TRANSACTION (5.0ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA7\xE8\xAF\x89\xE4\xB8\x96\xE5\x8D\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA7\xE8\xAF\x89\xE4\xB8\x96\xE5\x8D\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.546225"], ["updated_at", "2022-09-29 09:07:18.546226"]] TRANSACTION (7.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8bei\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8bei\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.580986"], ["updated_at", "2022-09-29 09:07:18.580986"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE5\xB1\x95"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE5\xB1\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.602429"], ["updated_at", "2022-09-29 09:07:18.602429"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE5\xB9\xBF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE5\xB9\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.623412"], ["updated_at", "2022-09-29 09:07:18.623412"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE6\xB2\xB9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE6\xB2\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.650728"], ["updated_at", "2022-09-29 09:07:18.650729"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE6\xB2\xB9\xE6\x8C\x89"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE6\xB2\xB9\xE6\x8C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.678525"], ["updated_at", "2022-09-29 09:07:18.678526"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE7\xBF\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE7\xBF\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.704710"], ["updated_at", "2022-09-29 09:07:18.704711"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE7\xBF\xBB\xE7\x8B\xAC\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE7\xBF\xBB\xE7\x8B\xAC\xE8\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.727741"], ["updated_at", "2022-09-29 09:07:18.727742"]] TRANSACTION (4.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE8\x83\x8C\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE8\x83\x8C\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.758538"], ["updated_at", "2022-09-29 09:07:18.758539"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE8\x8D\x90\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE8\x8D\x90\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.786528"], ["updated_at", "2022-09-29 09:07:18.786529"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE8\x8D\x90\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE8\x8D\x90\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.807171"], ["updated_at", "2022-09-29 09:07:18.807172"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xA8\xE8\xBF\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xA8\xE8\xBF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.828236"], ["updated_at", "2022-09-29 09:07:18.828237"]] TRANSACTION (5.0ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xB0\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xB0\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.861369"], ["updated_at", "2022-09-29 09:07:18.861370"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8E\xB0\xE7\xA9\xB4\xE7\x9A\xAE\xE5\x8D\xA1\xE4\xB8\x98"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8E\xB0\xE7\xA9\xB4\xE7\x9A\xAE\xE5\x8D\xA1\xE4\xB8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.892687"], ["updated_at", "2022-09-29 09:07:18.892687"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x89\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x89\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.913971"], ["updated_at", "2022-09-29 09:07:18.913972"]] TRANSACTION (2.6ms) COMMIT User Load (1.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x89\xE6\x8D\x8F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x89\xE6\x8D\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.931905"], ["updated_at", "2022-09-29 09:07:18.931905"]] TRANSACTION (6.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x89\xE6\x90\x93"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x89\xE6\x90\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.968100"], ["updated_at", "2022-09-29 09:07:18.968101"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x89\xEF\xBC\x8C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x89\xEF\xBC\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:18.995612"], ["updated_at", "2022-09-29 09:07:18.995613"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x90\xE4\xBB\xB7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x90\xE4\xBB\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.016618"], ["updated_at", "2022-09-29 09:07:19.016619"]] TRANSACTION (2.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x90\xE5\x89\x8D\xE9\xA2\x84\xE6\xB5\x8B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x90\xE5\x89\x8D\xE9\xA2\x84\xE6\xB5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.039107"], ["updated_at", "2022-09-29 09:07:19.039107"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x90\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x90\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.072130"], ["updated_at", "2022-09-29 09:07:19.072131"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x90\xE7\x8E\xB0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x90\xE7\x8E\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.095015"], ["updated_at", "2022-09-29 09:07:19.095016"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92b"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.115352"], ["updated_at", "2022-09-29 09:07:19.115353"]] TRANSACTION (8.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92|\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92|\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.147285"], ["updated_at", "2022-09-29 09:07:19.147286"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE4\xBB\x96"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE4\xBB\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.180648"], ["updated_at", "2022-09-29 09:07:19.180649"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.203762"], ["updated_at", "2022-09-29 09:07:19.203763"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.225201"], ["updated_at", "2022-09-29 09:07:19.225201"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE5\x85\xA5\xE5\x86\x85\xE5\xB0\x84"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE5\x85\xA5\xE5\x86\x85\xE5\xB0\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.257055"], ["updated_at", "2022-09-29 09:07:19.257056"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE5\xA5\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE5\xA5\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.293428"], ["updated_at", "2022-09-29 09:07:19.293428"]] TRANSACTION (7.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE5\xA7\x90\xE5\xA7\x90\xE5\xAB\xA9\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE5\xA7\x90\xE5\xA7\x90\xE5\xAB\xA9\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.326416"], ["updated_at", "2022-09-29 09:07:19.326417"]] TRANSACTION (6.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE5\xB1\x81\xE5\xB1\x81"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE5\xB1\x81\xE5\xB1\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.368396"], ["updated_at", "2022-09-29 09:07:19.368397"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.402036"], ["updated_at", "2022-09-29 09:07:19.402036"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.425665"], ["updated_at", "2022-09-29 09:07:19.425665"]] TRANSACTION (6.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.461480"], ["updated_at", "2022-09-29 09:07:19.461482"]] TRANSACTION (4.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.501875"], ["updated_at", "2022-09-29 09:07:19.501876"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.532501"], ["updated_at", "2022-09-29 09:07:19.532502"]] TRANSACTION (8.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE7\xA9\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE7\xA9\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.576089"], ["updated_at", "2022-09-29 09:07:19.576090"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE7\xA9\xB4\xE6\x89\x8B\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE7\xA9\xB4\xE6\x89\x8B\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.607568"], ["updated_at", "2022-09-29 09:07:19.607569"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE8\x80\x81\xE5\xB8\x88\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE8\x80\x81\xE5\xB8\x88\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.631963"], ["updated_at", "2022-09-29 09:07:19.631964"]] TRANSACTION (5.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE8\xBF\x9B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE8\xBF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.667008"], ["updated_at", "2022-09-29 09:07:19.667009"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.698204"], ["updated_at", "2022-09-29 09:07:19.698205"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.723108"], ["updated_at", "2022-09-29 09:07:19.723109"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xE9\x98\xB4\xE8\x8C\x8E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xE9\x98\xB4\xE8\x8C\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.754154"], ["updated_at", "2022-09-29 09:07:19.754155"]] TRANSACTION (4.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xEF\xBC\x8C\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xEF\xBC\x8C\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.786959"], ["updated_at", "2022-09-29 09:07:19.786959"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\x92\xEF\xBC\x8D\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\x92\xEF\xBC\x8D\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.813522"], ["updated_at", "2022-09-29 09:07:19.813522"]] TRANSACTION (3.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xAD\xE6\x89\xB9\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xAD\xE6\x89\xB9\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.838812"], ["updated_at", "2022-09-29 09:07:19.838813"]] TRANSACTION (5.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xAD\xE8\xB4\xAA\xE9\x9A\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xAD\xE8\xB4\xAA\xE9\x9A\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.876765"], ["updated_at", "2022-09-29 09:07:19.876766"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.902672"], ["updated_at", "2022-09-29 09:07:19.902673"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE4\xBA\xA4\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE4\xBA\xA4\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.924275"], ["updated_at", "2022-09-29 09:07:19.924276"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE4\xBA\xA4\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE4\xBA\xA4\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.954424"], ["updated_at", "2022-09-29 09:07:19.954425"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE4\xBA\xA4\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE4\xBA\xA4\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:19.992916"], ["updated_at", "2022-09-29 09:07:19.992917"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE5\x8A\xA9\xE4\xBA\xA4\xE6\x98\x93"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE5\x8A\xA9\xE4\xBA\xA4\xE6\x98\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.019776"], ["updated_at", "2022-09-29 09:07:20.019777"]] TRANSACTION (4.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE5\x8A\xA9\xE4\xBA\xA4\xE9\x99\x85"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE5\x8A\xA9\xE4\xBA\xA4\xE9\x99\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.059622"], ["updated_at", "2022-09-29 09:07:20.059623"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.099666"], ["updated_at", "2022-09-29 09:07:20.099667"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x8F\xB4\xE8\x97\x8F\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x8F\xB4\xE8\x97\x8F\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.126392"], ["updated_at", "2022-09-29 09:07:20.126393"]] TRANSACTION (5.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x90\x9E\xE5\xAA\x9B\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x90\x9E\xE5\xAA\x9B\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.160092"], ["updated_at", "2022-09-29 09:07:20.160094"]] TRANSACTION (3.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\x84\xE5\xBD\xB1\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\x84\xE5\xBD\xB1\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.195469"], ["updated_at", "2022-09-29 09:07:20.195470"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\x87\xE5\xA4\xB4\xE4\xB8\xB8"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\x87\xE5\xA4\xB4\xE4\xB8\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.223959"], ["updated_at", "2022-09-29 09:07:20.223960"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\xA7\xE6\xAE\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\xA7\xE6\xAE\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.269624"], ["updated_at", "2022-09-29 09:07:20.269625"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\xA9\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.302738"], ["updated_at", "2022-09-29 09:07:20.302739"]] TRANSACTION (2.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\xA9\xE9\x97\xA8\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\xA9\xE9\x97\xA8\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.329947"], ["updated_at", "2022-09-29 09:07:20.329948"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\xB8nai\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\xB8nai\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.369082"], ["updated_at", "2022-09-29 09:07:20.369083"]] TRANSACTION (4.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\xB8\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\xB8\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.399561"], ["updated_at", "2022-09-29 09:07:20.399561"]] TRANSACTION (5.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\xB8\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\xB8\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.425434"], ["updated_at", "2022-09-29 09:07:20.425435"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x91\xB8\xE9\x98\xB4\xE8\x92\x82"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x91\xB8\xE9\x98\xB4\xE8\x92\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.458552"], ["updated_at", "2022-09-29 09:07:20.458553"]] TRANSACTION (4.1ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\x85\xE8\xB5\xB7\xE5\xA4\xA7\xE7\x99\xBD\xE8\x85\x9A"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\x85\xE8\xB5\xB7\xE5\xA4\xA7\xE7\x99\xBD\xE8\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.498949"], ["updated_at", "2022-09-29 09:07:20.498951"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\x92\xE5\xB0\xBF"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\x92\xE5\xB0\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.534640"], ["updated_at", "2022-09-29 09:07:20.534641"]] TRANSACTION (5.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\x9E\xE5\x87\xBB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\x9E\xE5\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.577873"], ["updated_at", "2022-09-29 09:07:20.577874"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\xA4\xE8\x81\x8C\xE3\x80\x82"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\xA4\xE8\x81\x8C\xE3\x80\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.604652"], ["updated_at", "2022-09-29 09:07:20.604653"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\xA4\xE9\x94\x80\xE8\x81\x8C\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\xA4\xE9\x94\x80\xE8\x81\x8C\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.630797"], ["updated_at", "2022-09-29 09:07:20.630798"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\xA9\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\xA9\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.660133"], ["updated_at", "2022-09-29 09:07:20.660134"]] TRANSACTION (9.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\xA9\xE8\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\xA9\xE8\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.694505"], ["updated_at", "2022-09-29 09:07:20.694505"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\xAB\xE6\x91\xB8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\xAB\xE6\x91\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.714949"], ["updated_at", "2022-09-29 09:07:20.714950"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\xB8\xE4\xBA\x86\xE4\xB8\x80\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\xB8\xE4\xBA\x86\xE4\xB8\x80\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.736112"], ["updated_at", "2022-09-29 09:07:20.736112"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x92\xB8\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x92\xB8\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.773572"], ["updated_at", "2022-09-29 09:07:20.773573"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x82\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x82\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.798099"], ["updated_at", "2022-09-29 09:07:20.798100"]] TRANSACTION (5.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x87\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x87\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.824168"], ["updated_at", "2022-09-29 09:07:20.824169"]] TRANSACTION (6.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8B\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8B\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.852630"], ["updated_at", "2022-09-29 09:07:20.852631"]] TRANSACTION (6.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8Db"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8Db"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.887569"], ["updated_at", "2022-09-29 09:07:20.887570"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.914150"], ["updated_at", "2022-09-29 09:07:20.914150"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBA\x86\xE5\xAB\x82"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBA\x86\xE5\xAB\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.936668"], ["updated_at", "2022-09-29 09:07:20.936668"]] TRANSACTION (7.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBB\x96"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBB\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:20.974599"], ["updated_at", "2022-09-29 09:07:20.974600"]] TRANSACTION (3.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBB\x96\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBB\x96\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.005091"], ["updated_at", "2022-09-29 09:07:21.005092"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBB\x96\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBB\x96\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.030649"], ["updated_at", "2022-09-29 09:07:21.030650"]] TRANSACTION (6.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.069594"], ["updated_at", "2022-09-29 09:07:21.069596"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\x85\xA8\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\x85\xA8\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.101333"], ["updated_at", "2022-09-29 09:07:21.101334"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA4\xA7\xE7\x88\xB7"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA4\xA7\xE7\x88\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.125522"], ["updated_at", "2022-09-29 09:07:21.125523"]] TRANSACTION (4.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA4\xA7\xE7\x88\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA4\xA7\xE7\x88\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.153513"], ["updated_at", "2022-09-29 09:07:21.153514"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.184865"], ["updated_at", "2022-09-29 09:07:21.184866"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.211493"], ["updated_at", "2022-09-29 09:07:21.211493"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.232760"], ["updated_at", "2022-09-29 09:07:21.232760"]] TRANSACTION (4.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE7\xA5\x96\xE5\xAE\x97"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE4\xBD\xA0\xE7\xA5\x96\xE5\xAE\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.265665"], ["updated_at", "2022-09-29 09:07:21.265666"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE5\xAB\x82\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE5\xAB\x82\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.294654"], ["updated_at", "2022-09-29 09:07:21.294654"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE5\xB1\x84"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE5\xB1\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.314687"], ["updated_at", "2022-09-29 09:07:21.314687"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.334135"], ["updated_at", "2022-09-29 09:07:21.334136"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE6\x93\x8D\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE6\x93\x8D\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.366782"], ["updated_at", "2022-09-29 09:07:21.366783"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.399966"], ["updated_at", "2022-09-29 09:07:21.399967"]] TRANSACTION (4.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.434089"], ["updated_at", "2022-09-29 09:07:21.434090"]] TRANSACTION (5.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE7\x83\x82"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE7\x83\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.472982"], ["updated_at", "2022-09-29 09:07:21.472983"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE7\x83\x82\xE9\xAA\x9A\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE7\x83\x82\xE9\xAA\x9A\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.512583"], ["updated_at", "2022-09-29 09:07:21.512583"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE7\x83\x82\xE9\xAA\x9A\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE7\x83\x82\xE9\xAA\x9A\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.533045"], ["updated_at", "2022-09-29 09:07:21.533046"]] TRANSACTION (4.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.568623"], ["updated_at", "2022-09-29 09:07:21.568624"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE8\x9B\x8B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE8\x9B\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.598502"], ["updated_at", "2022-09-29 09:07:21.598503"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.624003"], ["updated_at", "2022-09-29 09:07:21.624004"]] TRANSACTION (4.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8D\xE9\xBB\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8D\xE9\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.656206"], ["updated_at", "2022-09-29 09:07:21.656207"]] TRANSACTION (6.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\x8E\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\x8E\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.697110"], ["updated_at", "2022-09-29 09:07:21.697110"]] TRANSACTION (6.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\xA0\xE4\xB9\xB3\xE6\xB1\x81"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (15.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\xA0\xE4\xB9\xB3\xE6\xB1\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.728994"], ["updated_at", "2022-09-29 09:07:21.728995"]] TRANSACTION (9.0ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\xA6\xE4\xBD\xA0\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\xA6\xE4\xBD\xA0\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.789004"], ["updated_at", "2022-09-29 09:07:21.789006"]] TRANSACTION (6.0ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x93\xA6\xE4\xBD\xA0\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x93\xA6\xE4\xBD\xA0\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.844200"], ["updated_at", "2022-09-29 09:07:21.844205"]] TRANSACTION (4.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\x80\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\x80\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.891762"], ["updated_at", "2022-09-29 09:07:21.891763"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xAB\xE5\x8F\x96"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xAB\xE5\x8F\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.924759"], ["updated_at", "2022-09-29 09:07:21.924763"]] TRANSACTION (8.6ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xAF\xE6\x8C\x81"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xAF\xE6\x8C\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:21.965666"], ["updated_at", "2022-09-29 09:07:21.965666"]] TRANSACTION (5.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xAF\xE6\x8C\x81zd"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xAF\xE6\x8C\x81zd"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.018773"], ["updated_at", "2022-09-29 09:07:22.018775"]] TRANSACTION (4.1ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xAF\xE6\x8C\x81\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xAF\xE6\x8C\x81\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.055413"], ["updated_at", "2022-09-29 09:07:22.055414"]] TRANSACTION (6.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xAF\xE8\x81\x94\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xAF\xE8\x81\x94\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.100536"], ["updated_at", "2022-09-29 09:07:22.100538"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xAF\xE9\x82\xA3"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xAF\xE9\x82\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.129314"], ["updated_at", "2022-09-29 09:07:22.129315"]] TRANSACTION (6.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xAF\xE9\x82\xA3\xE7\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xAF\xE9\x82\xA3\xE7\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.162428"], ["updated_at", "2022-09-29 09:07:22.162429"]] TRANSACTION (5.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE5\x8D\x95\xE7\xAE\xA1\xE7\x8C\x8E\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE5\x8D\x95\xE7\xAE\xA1\xE7\x8C\x8E\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.197016"], ["updated_at", "2022-09-29 09:07:22.197016"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE5\x8F\x97\xE8\x82\xA1\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE5\x8F\x97\xE8\x82\xA1\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.229081"], ["updated_at", "2022-09-29 09:07:22.229082"]] TRANSACTION (6.5ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE5\xA4\x8D\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (7.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE5\xA4\x8D\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.273239"], ["updated_at", "2022-09-29 09:07:22.273240"]] TRANSACTION (7.5ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE5\xAE\xB9\xE6\x89\x80"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE5\xAE\xB9\xE6\x89\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.326518"], ["updated_at", "2022-09-29 09:07:22.326519"]] TRANSACTION (6.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.356375"], ["updated_at", "2022-09-29 09:07:22.356376"]] TRANSACTION (4.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE7\xA8\xBF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE7\xA8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.390529"], ["updated_at", "2022-09-29 09:07:22.390530"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE8\x82\xBE\xE8\x81\x94\xE7\xB3\xBBQQ"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE8\x82\xBE\xE8\x81\x94\xE7\xB3\xBBQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.414808"], ["updated_at", "2022-09-29 09:07:22.414809"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.437399"], ["updated_at", "2022-09-29 09:07:22.437400"]] TRANSACTION (5.0ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE8\xB4\xB9\xE5\x88\xA0\xE5\xB8\x96"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE8\xB4\xB9\xE5\x88\xA0\xE5\xB8\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.478934"], ["updated_at", "2022-09-29 09:07:22.478935"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB6\xE8\xB4\xB9\xE6\xB8\x85\xE7\x90\x86\xE8\xB4\x9F\xE9\x9D\xA2\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB6\xE8\xB4\xB9\xE6\xB8\x85\xE7\x90\x86\xE8\xB4\x9F\xE9\x9D\xA2\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.515715"], ["updated_at", "2022-09-29 09:07:22.515715"]] TRANSACTION (5.1ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB9\xE5\x8D\xB7\xE5\x86\x85\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB9\xE5\x8D\xB7\xE5\x86\x85\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.554730"], ["updated_at", "2022-09-29 09:07:22.554731"]] TRANSACTION (4.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xB9\xE5\x8F\xB7\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.597118"], ["updated_at", "2022-09-29 09:07:22.597119"]] TRANSACTION (3.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBB\xE5\x8D\xA0\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBB\xE5\x8D\xA0\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.623443"], ["updated_at", "2022-09-29 09:07:22.623444"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBB\xE5\xAE\x98\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBB\xE5\xAE\x98\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.648838"], ["updated_at", "2022-09-29 09:07:22.648839"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBE\xE4\xB8\x8B\xE7\x94\x9F\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBE\xE4\xB8\x8B\xE7\x94\x9F\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.680246"], ["updated_at", "2022-09-29 09:07:22.680247"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBE\xE5\xB0\xBF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBE\xE5\xB0\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.709792"], ["updated_at", "2022-09-29 09:07:22.709793"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBE\xE7\xBA\xB5"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBE\xE7\xBA\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.731601"], ["updated_at", "2022-09-29 09:07:22.731602"]] TRANSACTION (4.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBE\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBE\xE8\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.760824"], ["updated_at", "2022-09-29 09:07:22.760825"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBE\xE8\x8D\xA1\xE4\xB8\xAD\xE7\x9A\x84\xE7\x81\xB5\xE4\xB8\x8E\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBE\xE8\x8D\xA1\xE4\xB8\xAD\xE7\x9A\x84\xE7\x81\xB5\xE4\xB8\x8E\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.799700"], ["updated_at", "2022-09-29 09:07:22.799701"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBFf"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBFf"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.821775"], ["updated_at", "2022-09-29 09:07:22.821775"]] TRANSACTION (2.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBFzhi"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBFzhi"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.845241"], ["updated_at", "2022-09-29 09:07:22.845242"]] TRANSACTION (5.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE4\xB8\x80\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE4\xB8\x80\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.879244"], ["updated_at", "2022-09-29 09:07:22.879245"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE4\xBB\x98"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE4\xBB\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.906362"], ["updated_at", "2022-09-29 09:07:22.906362"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE4\xBF\xAF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE4\xBF\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.927175"], ["updated_at", "2022-09-29 09:07:22.927176"]] TRANSACTION (4.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (7.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.955848"], ["updated_at", "2022-09-29 09:07:22.955849"]] TRANSACTION (4.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE5\xBA\x9C\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE5\xBA\x9C\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:22.996888"], ["updated_at", "2022-09-29 09:07:22.996889"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE5\xBA\x9C\xE6\x97\xA0\xE8\x83\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE5\xBA\x9C\xE6\x97\xA0\xE8\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.020079"], ["updated_at", "2022-09-29 09:07:23.020079"]] TRANSACTION (7.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.053164"], ["updated_at", "2022-09-29 09:07:23.053164"]] TRANSACTION (5.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.088155"], ["updated_at", "2022-09-29 09:07:23.088155"]] TRANSACTION (3.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE4\xBA\xBA\xE7\xA5\xB8\xE7\x9A\x84\xE6\xBA\x90\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE4\xBA\xBA\xE7\xA5\xB8\xE7\x9A\x84\xE6\xBA\x90\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.118464"], ["updated_at", "2022-09-29 09:07:23.118464"]] TRANSACTION (3.3ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE5\x8F\x8D\xE5\xAF\xB9\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE5\x8F\x8D\xE5\xAF\xB9\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.140045"], ["updated_at", "2022-09-29 09:07:23.140046"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE5\xB1\x80\xE5\x8D\x81\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE5\xB1\x80\xE5\x8D\x81\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.168666"], ["updated_at", "2022-09-29 09:07:23.168667"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE5\xB1\x80\xE5\xB8\xB8\xE5\xA7\x94"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE5\xB1\x80\xE5\xB8\xB8\xE5\xA7\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.196138"], ["updated_at", "2022-09-29 09:07:23.196139"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE7\x8A\xAF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE7\x8A\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.226686"], ["updated_at", "2022-09-29 09:07:23.226687"]] TRANSACTION (5.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE7\xBB\xB4\xE7\xBA\xB3\xE6\x96\xAF"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE7\xBB\xB4\xE7\xBA\xB3\xE6\x96\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.256888"], ["updated_at", "2022-09-29 09:07:23.256889"]] TRANSACTION (5.5ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE9\xA3\x8E\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE6\xB2\xBB\xE9\xA3\x8E\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.296435"], ["updated_at", "2022-09-29 09:07:23.296436"]] TRANSACTION (5.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE7\x99\xBE\xE5\xBA\xA6\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE7\x99\xBE\xE5\xBA\xA6\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.332646"], ["updated_at", "2022-09-29 09:07:23.332647"]] TRANSACTION (5.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE8\x85\x90"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE8\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.366423"], ["updated_at", "2022-09-29 09:07:23.366424"]] TRANSACTION (5.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x94\xBF\xE8\xAE\xBA\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x94\xBF\xE8\xAE\xBA\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.403656"], ["updated_at", "2022-09-29 09:07:23.403657"]] TRANSACTION (3.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x8F\xE4\xB8\x80\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x8F\xE4\xB8\x80\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.429066"], ["updated_at", "2022-09-29 09:07:23.429066"]] TRANSACTION (4.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x8F\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x8F\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.455734"], ["updated_at", "2022-09-29 09:07:23.455735"]] TRANSACTION (9.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x8F\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x8F\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.502955"], ["updated_at", "2022-09-29 09:07:23.502956"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x8F\xE6\x84\x9F\xE8\xAF\x8D"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x8F\xE6\x84\x9F\xE8\xAF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.529499"], ["updated_at", "2022-09-29 09:07:23.529500"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x8F\xEF\xBC\x8C\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x8F\xEF\xBC\x8C\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.565662"], ["updated_at", "2022-09-29 09:07:23.565663"]] TRANSACTION (7.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x91\xE5\xB8\x82"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x91\xE5\xB8\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.603735"], ["updated_at", "2022-09-29 09:07:23.603736"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x91\xE5\xBA\xA6\xE4\xBC\x97\xE7\x94\x9F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x91\xE5\xBA\xA6\xE4\xBC\x97\xE7\x94\x9F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.628310"], ["updated_at", "2022-09-29 09:07:23.628311"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x99\xE4\xBD\xA0\xE5\x88\xB6\xE4\xBD\x9C\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x99\xE4\xBD\xA0\xE5\x88\xB6\xE4\xBD\x9C\xE5\x8E\x9F\xE5\xAD\x90\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.656235"], ["updated_at", "2022-09-29 09:07:23.656237"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x99\xE4\xBD\xA0\xE6\x80\x8E\xE4\xB9\x88\xE7\x94\xA8\xE5\x9C\x9F\xE5\x8A\x9E\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x99\xE4\xBD\xA0\xE6\x80\x8E\xE4\xB9\x88\xE7\x94\xA8\xE5\x9C\x9F\xE5\x8A\x9E\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.691226"], ["updated_at", "2022-09-29 09:07:23.691228"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x99\xE5\x85\xBB\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x99\xE5\x85\xBB\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.717470"], ["updated_at", "2022-09-29 09:07:23.717471"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\x99\xE5\xBE\x92"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\x99\xE5\xBE\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.743105"], ["updated_at", "2022-09-29 09:07:23.743106"]] TRANSACTION (4.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\xAC\xE8\xAF\xB7\xE5\xBF\x8D"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\xAC\xE8\xAF\xB7\xE5\xBF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.779647"], ["updated_at", "2022-09-29 09:07:23.779648"]] TRANSACTION (5.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x95\xB0\xE6\x8D\xAE\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x95\xB0\xE6\x8D\xAE\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.819870"], ["updated_at", "2022-09-29 09:07:23.819870"]] TRANSACTION (3.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\x81\x9A"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\x81\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.849606"], ["updated_at", "2022-09-29 09:07:23.849607"]] TRANSACTION (6.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\x87\xAD\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\x87\xAD\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.891592"], ["updated_at", "2022-09-29 09:07:23.891593"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\x88\x80"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\x88\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.926791"], ["updated_at", "2022-09-29 09:07:23.926792"]] TRANSACTION (6.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\x8C\x96\xE5\xA4\xA7\xE9\x9D\xA9\xE5\x91\xBD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\x8C\x96\xE5\xA4\xA7\xE9\x9D\xA9\xE5\x91\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.960470"], ["updated_at", "2022-09-29 09:07:23.960471"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\xAD\x97\xE7\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\xAD\x97\xE7\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:23.992091"], ["updated_at", "2022-09-29 09:07:23.992092"]] TRANSACTION (3.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\xAD\xA6\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\xAD\xA6\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.021886"], ["updated_at", "2022-09-29 09:07:24.021887"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.043733"], ["updated_at", "2022-09-29 09:07:24.043733"]] TRANSACTION (3.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.077730"], ["updated_at", "2022-09-29 09:07:24.077731"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.109366"], ["updated_at", "2022-09-29 09:07:24.109366"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x87\xE9\x9D\xA9"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x87\xE9\x9D\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.132068"], ["updated_at", "2022-09-29 09:07:24.132068"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x90\xE5\xBE\x97\xE5\x8B\x92"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (21.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x90\xE5\xBE\x97\xE5\x8B\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.160079"], ["updated_at", "2022-09-29 09:07:24.160080"]] TRANSACTION (4.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\x91\xE8\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\x91\xE8\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.214277"], ["updated_at", "2022-09-29 09:07:24.214278"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xAD\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xAD\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.239155"], ["updated_at", "2022-09-29 09:07:24.239155"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xAF\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xAF\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.269082"], ["updated_at", "2022-09-29 09:07:24.269083"]] TRANSACTION (4.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xAF\xE8\xAF\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xAF\xE8\xAF\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.302291"], ["updated_at", "2022-09-29 09:07:24.302291"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0 \xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0 \xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.326187"], ["updated_at", "2022-09-29 09:07:24.326188"]] TRANSACTION (3.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE4\xB8\x83\xE6\x93\x92\xE4\xB8\x83\xE7\xBA\xB5\xE4\xB8\x83\xE8\x89\xB2\xE7\x8B\xBC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE4\xB8\x83\xE6\x93\x92\xE4\xB8\x83\xE7\xBA\xB5\xE4\xB8\x83\xE8\x89\xB2\xE7\x8B\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.350023"], ["updated_at", "2022-09-29 09:07:24.350024"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE4\xB8\xAD\xE5\x8D\x8E\xE6\x88\x98\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE4\xB8\xAD\xE5\x8D\x8E\xE6\x88\x98\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.384631"], ["updated_at", "2022-09-29 09:07:24.384631"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.410769"], ["updated_at", "2022-09-29 09:07:24.410770"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE4\xBA\xBA\xE6\xA6\x9C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE4\xBA\xBA\xE6\xA6\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.431613"], ["updated_at", "2022-09-29 09:07:24.431614"]] TRANSACTION (8.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE5\x8D\x8E\xE4\xB8\xBE\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE5\x8D\x8E\xE4\xB8\xBE\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.469512"], ["updated_at", "2022-09-29 09:07:24.469513"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE5\x8D\x8E\xE5\x86\x85\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE5\x8D\x8E\xE5\x86\x85\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.498224"], ["updated_at", "2022-09-29 09:07:24.498227"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE5\x8D\x8E\xE9\x80\x9A\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE5\x8D\x8E\xE9\x80\x9A\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.521149"], ["updated_at", "2022-09-29 09:07:24.521150"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE5\x94\x90\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE5\x94\x90\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.543085"], ["updated_at", "2022-09-29 09:07:24.543086"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE5\x9E\x8B\xE6\xAF\x92\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE5\x9E\x8B\xE6\xAF\x92\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.576342"], ["updated_at", "2022-09-29 09:07:24.576344"]] TRANSACTION (3.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.604688"], ["updated_at", "2022-09-29 09:07:24.604688"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE6\x90\xAA\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE6\x90\xAA\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.632925"], ["updated_at", "2022-09-29 09:07:24.632926"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.665018"], ["updated_at", "2022-09-29 09:07:24.665019"]] TRANSACTION (6.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x89\x88\xE4\xBC\xAA\xE9\x92\x9EQQ"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x89\x88\xE4\xBC\xAA\xE9\x92\x9EQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.697887"], ["updated_at", "2022-09-29 09:07:24.697888"]] TRANSACTION (2.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x89\x88\xE5\x81\x87\xE9\x92\xB1\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x89\x88\xE5\x81\x87\xE9\x92\xB1\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.719306"], ["updated_at", "2022-09-29 09:07:24.719306"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x89\x88\xE9\xAB\x98\xE4\xBB\xBF\xE5\x81\x87\xE9\x92\xB1\xE8\x81\x94\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x89\x88\xE9\xAB\x98\xE4\xBB\xBF\xE5\x81\x87\xE9\x92\xB1\xE8\x81\x94\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.740629"], ["updated_at", "2022-09-29 09:07:24.740629"]] TRANSACTION (10.2ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x94\x9F\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x94\x9F\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.782315"], ["updated_at", "2022-09-29 09:07:24.782317"]] TRANSACTION (4.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x94\xA8\xE6\x88\xB7\xE5\x85\x8D\xE8\xB4\xB9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x94\xA8\xE6\x88\xB7\xE5\x85\x8D\xE8\xB4\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.817749"], ["updated_at", "2022-09-29 09:07:24.817750"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE5\x86\x85\xE8\x92\x99\xE8\xA5\xBF\xE8\x97\x8F\xE5\x8A\xA8\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE5\x86\x85\xE8\x92\x99\xE8\xA5\xBF\xE8\x97\x8F\xE5\x8A\xA8\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.840210"], ["updated_at", "2022-09-29 09:07:24.840210"]] TRANSACTION (4.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE5\x8F\x9B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE5\x8F\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.873389"], ["updated_at", "2022-09-29 09:07:24.873391"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE6\x81\x90\xE6\x80\x96\xE4\xBA\xBA\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE6\x81\x90\xE6\x80\x96\xE4\xBA\xBA\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.903392"], ["updated_at", "2022-09-29 09:07:24.903392"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE6\x9A\xB4\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE6\x9A\xB4\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.924519"], ["updated_at", "2022-09-29 09:07:24.924520"]] TRANSACTION (2.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.945395"], ["updated_at", "2022-09-29 09:07:24.945396"]] TRANSACTION (6.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:24.982574"], ["updated_at", "2022-09-29 09:07:24.982575"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE9\x99\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE9\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.009280"], ["updated_at", "2022-09-29 09:07:25.009281"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\x96\x86\xE9\xAA\x9A\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\x96\x86\xE9\xAA\x9A\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.036392"], ["updated_at", "2022-09-29 09:07:25.036393"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (8.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.078786"], ["updated_at", "2022-09-29 09:07:25.078790"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE8\xA7\x82\xE5\xAF\x9F\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE8\xA7\x82\xE5\xAF\x9F\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.114911"], ["updated_at", "2022-09-29 09:07:25.114912"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE8\xAF\x97\xE5\xB9\xB4\xE9\x89\xB4"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE8\xAF\x97\xE5\xB9\xB4\xE9\x89\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.140660"], ["updated_at", "2022-09-29 09:07:25.140660"]] TRANSACTION (14.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE8\xAF\xAD\xE4\xB8\x9D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE8\xAF\xAD\xE4\xB8\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.181865"], ["updated_at", "2022-09-29 09:07:25.181865"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE9\x87\x91\xE7\x93\xB6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE9\x87\x91\xE7\x93\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.210238"], ["updated_at", "2022-09-29 09:07:25.210238"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE9\x87\x91\xE7\x93\xB6\xE6\xA2\x85"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE9\x87\x91\xE7\x93\xB6\xE6\xA2\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.234353"], ["updated_at", "2022-09-29 09:07:25.234354"]] TRANSACTION (4.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE9\x97\xBB\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE9\x97\xBB\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.261496"], ["updated_at", "2022-09-29 09:07:25.261497"]] TRANSACTION (6.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB0\xE9\x97\xBB\xE9\x80\x9A\xE6\xB0\x94\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB0\xE9\x97\xBB\xE9\x80\x9A\xE6\xB0\x94\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.301274"], ["updated_at", "2022-09-29 09:07:25.301276"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB9\xE4\xBE\xBF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB9\xE4\xBE\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.327050"], ["updated_at", "2022-09-29 09:07:25.327051"]] TRANSACTION (3.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB9\xE5\x8A\xB1\xE4\xB9\x8B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB9\xE5\x8A\xB1\xE4\xB9\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.353494"], ["updated_at", "2022-09-29 09:07:25.353495"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB9\xE6\xAF\x85"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB9\xE6\xAF\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.392482"], ["updated_at", "2022-09-29 09:07:25.392483"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB9\xE8\x88\x9F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB9\xE8\x88\x9F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.425020"], ["updated_at", "2022-09-29 09:07:25.425022"]] TRANSACTION (3.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xB9\xE8\xBF\xB7\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xB9\xE8\xBF\xB7\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.450926"], ["updated_at", "2022-09-29 09:07:25.450927"]] TRANSACTION (5.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x96\xBC\xE5\xB9\xBC\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x96\xBC\xE5\xB9\xBC\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.488369"], ["updated_at", "2022-09-29 09:07:25.488370"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\x85\xE6\xB8\xB8\xE6\x96\xB0\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\x85\xE6\xB8\xB8\xE6\x96\xB0\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.520428"], ["updated_at", "2022-09-29 09:07:25.520428"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\x96\xE6\x97\x8E"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\x96\xE6\x97\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.543757"], ["updated_at", "2022-09-29 09:07:25.543758"]] TRANSACTION (5.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\x97\xE8\x88\xB0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\x97\xE8\x88\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.581588"], ["updated_at", "2022-09-29 09:07:25.581589"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\x97\xE8\x89\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\x97\xE8\x89\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.611864"], ["updated_at", "2022-09-29 09:07:25.611867"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE4\xBA\xBA\xE6\x80\xA7\xE7\x9A\x84\xE6\x94\xBF\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE4\xBA\xBA\xE6\x80\xA7\xE7\x9A\x84\xE6\x94\xBF\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.635548"], ["updated_at", "2022-09-29 09:07:25.635551"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE4\xBF\xAE\xE6\xAD\xA3"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE4\xBF\xAE\xE6\xAD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.665911"], ["updated_at", "2022-09-29 09:07:25.665912"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE5\x81\xBF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE5\x81\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.702407"], ["updated_at", "2022-09-29 09:07:25.702408"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE5\xAE\x98\xE6\xAD\xA3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE5\xAE\x98\xE6\xAD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.726620"], ["updated_at", "2022-09-29 09:07:25.726621"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE5\xB8\xAE\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE5\xB8\xAE\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.752493"], ["updated_at", "2022-09-29 09:07:25.752494"]] TRANSACTION (5.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE6\x8A\xB5\xE6\x8A\xBC\xE8\xB4\xB7\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE6\x8A\xB5\xE6\x8A\xBC\xE8\xB4\xB7\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.790701"], ["updated_at", "2022-09-29 09:07:25.790702"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE6\x9C\x9F\xE5\xBE\x92\xE5\x88\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE6\x9C\x9F\xE5\xBE\x92\xE5\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.818089"], ["updated_at", "2022-09-29 09:07:25.818089"]] TRANSACTION (2.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.842685"], ["updated_at", "2022-09-29 09:07:25.842686"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\x95\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\x95\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.875115"], ["updated_at", "2022-09-29 09:07:25.875116"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\x95\x8C\xE6\xB5\x8F\xE8\xA7\x88"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\x95\x8C\xE6\xB5\x8F\xE8\xA7\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.906658"], ["updated_at", "2022-09-29 09:07:25.906659"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\x95\x8C\xE6\xB5\x8F\xE8\xA7\x88\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\x95\x8C\xE6\xB5\x8F\xE8\xA7\x88\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.934919"], ["updated_at", "2022-09-29 09:07:25.934919"]] TRANSACTION (5.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\x95\x8C\xE7\xBD\x91\xE7\xBB\x9C"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\x95\x8C\xE7\xBD\x91\xE7\xBB\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:25.968919"], ["updated_at", "2022-09-29 09:07:25.968920"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.004898"], ["updated_at", "2022-09-29 09:07:26.004900"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\xA0\x81\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\xA0\x81\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.030807"], ["updated_at", "2022-09-29 09:07:26.030807"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\xBA\xBF,\xE7\x9B\x91\xE5\x90\xAC"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\xBA\xBF,\xE7\x9B\x91\xE5\x90\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.057440"], ["updated_at", "2022-09-29 09:07:26.057441"]] TRANSACTION (3.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\xBD\x91\xE7\x95\x8C"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\xBD\x91\xE7\x95\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.086616"], ["updated_at", "2022-09-29 09:07:26.086617"]] TRANSACTION (5.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE7\xBD\x91\xE7\x95\x8C\xE6\xB5\x8F\xE8\xA7\x88"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE7\xBD\x91\xE7\x95\x8C\xE6\xB5\x8F\xE8\xA7\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.124943"], ["updated_at", "2022-09-29 09:07:26.124944"]] TRANSACTION (4.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE8\x80\xBB"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE8\x80\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.159779"], ["updated_at", "2022-09-29 09:07:26.159780"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA0\xE8\x80\xBB\xE8\xAF\xAD\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA0\xE8\x80\xBB\xE8\xAF\xAD\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.199931"], ["updated_at", "2022-09-29 09:07:26.199932"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.230521"], ["updated_at", "2022-09-29 09:07:26.230522"]] TRANSACTION (8.9ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE4\xBD\xA0\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE4\xBD\xA0\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.273831"], ["updated_at", "2022-09-29 09:07:26.273832"]] TRANSACTION (5.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE4\xBD\xA0\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE4\xBD\xA0\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.321953"], ["updated_at", "2022-09-29 09:07:26.321954"]] TRANSACTION (7.5ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE5\x86\x85\xE7\x93\xA6\xE9\x87\x91\xE8\x9E\x8D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE5\x86\x85\xE7\x93\xA6\xE9\x87\x91\xE8\x9E\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.360800"], ["updated_at", "2022-09-29 09:07:26.360802"]] TRANSACTION (6.4ms) COMMIT User Load (11.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE5\xA5\xBD\xE8\x89\xB2\xE5\xA5\xB3\xE6\x88\x90\xE4\xBA\xBA\xE7\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE5\xA5\xBD\xE8\x89\xB2\xE5\xA5\xB3\xE6\x88\x90\xE4\xBA\xBA\xE7\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.412268"], ["updated_at", "2022-09-29 09:07:26.412268"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE5\xAF\xB8\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE5\xAF\xB8\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.439203"], ["updated_at", "2022-09-29 09:07:26.439204"]] TRANSACTION (7.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.476931"], ["updated_at", "2022-09-29 09:07:26.476931"]] TRANSACTION (3.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.514750"], ["updated_at", "2022-09-29 09:07:26.514751"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\x88\xE6\xB0\x94\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\x88\xE6\xB0\x94\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.540990"], ["updated_at", "2022-09-29 09:07:26.540991"]] TRANSACTION (5.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.581065"], ["updated_at", "2022-09-29 09:07:26.581066"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xACMARUI\xE6\xB2\x99\xE6\xBC\xA0\xE4\xB9\x8B\xE9\xB9\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xACMARUI\xE6\xB2\x99\xE6\xBC\xA0\xE4\xB9\x8B\xE9\xB9\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.620902"], ["updated_at", "2022-09-29 09:07:26.620903"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE4\xB8\x87\xE5\xB2\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE4\xB8\x87\xE5\xB2\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.645885"], ["updated_at", "2022-09-29 09:07:26.645885"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE4\xB8\xA4\xE6\x80\xA7\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE4\xB8\xA4\xE6\x80\xA7\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.680585"], ["updated_at", "2022-09-29 09:07:26.680586"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.710031"], ["updated_at", "2022-09-29 09:07:26.710032"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE5\xA4\xA7\xE4\xBD\xBF\xE9\xA6\x86R\xE6\xB8\xB8\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE5\xA4\xA7\xE4\xBD\xBF\xE9\xA6\x86R\xE6\xB8\xB8\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.733527"], ["updated_at", "2022-09-29 09:07:26.733528"]] TRANSACTION (4.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE5\xB0\x8F\xE6\xB3\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE5\xB0\x8F\xE6\xB3\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.761352"], ["updated_at", "2022-09-29 09:07:26.761353"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.794120"], ["updated_at", "2022-09-29 09:07:26.794121"]] TRANSACTION (4.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x80\xA7\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x80\xA7\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.823337"], ["updated_at", "2022-09-29 09:07:26.823338"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE4\xB8\x89\xE7\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x88\x90\xE4\xBA\xBA\xE6\xBF\x80\xE6\x83\x85\xE4\xB8\x89\xE7\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.851217"], ["updated_at", "2022-09-29 09:07:26.851218"]] TRANSACTION (5.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x8A\xA4\xE5\xA3\xAB\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\x8A\xA4\xE5\xA3\xAB\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.890759"], ["updated_at", "2022-09-29 09:07:26.890760"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\xAD\xA6\xE5\xA3\xAB\xE5\x88\x80QQ"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE6\xAD\xA6\xE5\xA3\xAB\xE5\x88\x80QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.923738"], ["updated_at", "2022-09-29 09:07:26.923739"]] TRANSACTION (3.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE8\xA3\xB8\xE4\xBD\x93\xE5\xA5\xB3\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE8\xA3\xB8\xE4\xBD\x93\xE5\xA5\xB3\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.949458"], ["updated_at", "2022-09-29 09:07:26.949459"]] TRANSACTION (5.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE9\xAA\x9A\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\x9C\xAC\xE9\xAA\x9A\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:26.987432"], ["updated_at", "2022-09-29 09:07:26.987433"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\xAD\xBB\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\xAD\xBB\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.021874"], ["updated_at", "2022-09-29 09:07:27.021874"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE6\xAD\xBB\xE4\xBD\xA0\xE5\x8F\x91\xE8\xAE\xBA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE6\xAD\xBB\xE4\xBD\xA0\xE5\x8F\x91\xE8\xAE\xBA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.041803"], ["updated_at", "2022-09-29 09:07:27.041804"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE7\x83\x82"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE7\x83\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.073880"], ["updated_at", "2022-09-29 09:07:27.073881"]] TRANSACTION (5.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE7\x88\xB1\xE6\x98\xA7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE7\x88\xB1\xE6\x98\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.120191"], ["updated_at", "2022-09-29 09:07:27.120191"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE7\xB3\xBB\xE8\xBD\xA6\xE8\xA2\xAB\xE7\xA0\xB8"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE7\xB3\xBB\xE8\xBD\xA6\xE8\xA2\xAB\xE7\xA0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.149495"], ["updated_at", "2022-09-29 09:07:27.149496"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE7\xBB\x93"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE7\xBB\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.187142"], ["updated_at", "2022-09-29 09:07:27.187143"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE8\xB5\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE8\xB5\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.216983"], ["updated_at", "2022-09-29 09:07:27.216984"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA5\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA5\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.243038"], ["updated_at", "2022-09-29 09:07:27.243039"]] TRANSACTION (5.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA6\xE7\xA7\x91"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA6\xE7\xA7\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.279996"], ["updated_at", "2022-09-29 09:07:27.279997"]] TRANSACTION (5.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA7\xE6\xB0\x91\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA7\xE6\xB0\x91\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.323540"], ["updated_at", "2022-09-29 09:07:27.323540"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xA9\xE3\x80\x82\xE6\xB3\x84"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xA9\xE3\x80\x82\xE6\xB3\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.354097"], ["updated_at", "2022-09-29 09:07:27.354098"]] TRANSACTION (5.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xB6\xE4\xBA\x8B\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xB6\xE4\xBA\x8B\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.399597"], ["updated_at", "2022-09-29 09:07:27.399599"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xB6\xE4\xBB\xA3\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xB6\xE4\xBB\xA3\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.432767"], ["updated_at", "2022-09-29 09:07:27.432768"]] TRANSACTION (3.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xB6\xE6\x97\xB6\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xB6\xE6\x97\xB6\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.461514"], ["updated_at", "2022-09-29 09:07:27.461515"]] TRANSACTION (6.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x97\xB6\xE8\x96\xAA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x97\xB6\xE8\x96\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.502713"], ["updated_at", "2022-09-29 09:07:27.502714"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x82\xE6\x89\xAC"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x82\xE6\x89\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.529763"], ["updated_at", "2022-09-29 09:07:27.529764"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x86\xE4\xBB\x91\xE5\xA5\xB3\xE7\xA5\x9E\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x86\xE4\xBB\x91\xE5\xA5\xB3\xE7\xA5\x9E\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.551372"], ["updated_at", "2022-09-29 09:07:27.551372"]] TRANSACTION (5.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x86\xE6\x98\x8E\xE4\xB8\x89\xE5\xAF\xB9\xE5\xA4\xAB\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x86\xE6\x98\x8E\xE4\xB8\x89\xE5\xAF\xB9\xE5\xA4\xAB\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.586752"], ["updated_at", "2022-09-29 09:07:27.586753"]] TRANSACTION (3.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x86\xE6\x98\x8E\xE6\x8D\xA2\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x86\xE6\x98\x8E\xE6\x8D\xA2\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.622294"], ["updated_at", "2022-09-29 09:07:27.622295"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x86\xE6\x98\x8E\xE7\x81\xAB\xE8\xBD\xA6\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x86\xE6\x98\x8E\xE7\x81\xAB\xE8\xBD\xA6\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.647852"], ["updated_at", "2022-09-29 09:07:27.647852"]] TRANSACTION (4.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8Ehui"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8Ehui"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.685030"], ["updated_at", "2022-09-29 09:07:27.685031"]] TRANSACTION (5.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE5\xBF\x83\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE5\xBF\x83\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.724293"], ["updated_at", "2022-09-29 09:07:27.724294"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE6\x80\x9D\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE6\x80\x9D\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.757771"], ["updated_at", "2022-09-29 09:07:27.757775"]] TRANSACTION (6.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE6\x83\xA0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE6\x83\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.799554"], ["updated_at", "2022-09-29 09:07:27.799554"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE6\x85\xA7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE6\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.823913"], ["updated_at", "2022-09-29 09:07:27.823913"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE5\x91\xA8\xE5\x88\x8A"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE5\x91\xA8\xE5\x88\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.844508"], ["updated_at", "2022-09-29 09:07:27.844509"]] TRANSACTION (4.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE5\x91\xA8\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE5\x91\xA8\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.871096"], ["updated_at", "2022-09-29 09:07:27.871097"]] TRANSACTION (4.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE6\x96\xB0\xE9\x97\xBB"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE6\x96\xB0\xE9\x97\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.903612"], ["updated_at", "2022-09-29 09:07:27.903613"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE6\x85\xA7\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.926522"], ["updated_at", "2022-09-29 09:07:27.926522"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8E\xE9\x95\x9C\xE5\x87\xBA\xE7\x89\x88\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8E\xE9\x95\x9C\xE5\x87\xBA\xE7\x89\x88\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.950478"], ["updated_at", "2022-09-29 09:07:27.950479"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x8F\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x8F\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:27.983688"], ["updated_at", "2022-09-29 09:07:27.983689"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x93\xE4\xB8\xB9\xE8\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x93\xE4\xB8\xB9\xE8\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.024461"], ["updated_at", "2022-09-29 09:07:28.024462"]] TRANSACTION (2.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x93\xE5\xBF\x97\xE7\x86\xB9"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x93\xE5\xBF\x97\xE7\x86\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.049459"], ["updated_at", "2022-09-29 09:07:28.049459"]] TRANSACTION (4.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x93\xE8\xBE\xBE\xE7\xBD\x91\xE7\xBB\x9C\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x93\xE8\xBE\xBE\xE7\xBD\x91\xE7\xBB\x9C\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.087871"], ["updated_at", "2022-09-29 09:07:28.087875"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x9D\xE7\x88\xB1\xE5\xAE\x97"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x9D\xE7\x88\xB1\xE5\xAE\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.127937"], ["updated_at", "2022-09-29 09:07:28.127938"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x9F\xE5\x85\x89\xE4\xBC\xB4\xE6\x88\x91\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x9F\xE5\x85\x89\xE4\xBC\xB4\xE6\x88\x91\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.156702"], ["updated_at", "2022-09-29 09:07:28.156703"]] TRANSACTION (10.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x9F\xE5\xB2\x9B\xE6\x97\xA5\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x9F\xE5\xB2\x9B\xE6\x97\xA5\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.215138"], ["updated_at", "2022-09-29 09:07:28.215139"]] TRANSACTION (3.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x9F\xE6\x8E\xA2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x9F\xE6\x8E\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.247824"], ["updated_at", "2022-09-29 09:07:28.247825"]] TRANSACTION (6.5ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\x9F\xE7\xA9\xBA\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\x9F\xE7\xA9\xBA\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.294580"], ["updated_at", "2022-09-29 09:07:28.294581"]] TRANSACTION (7.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.335248"], ["updated_at", "2022-09-29 09:07:28.335249"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE5\xA4\x8F\xE8\x87\xAA\xE7\x94\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE5\xA4\x8F\xE8\x87\xAA\xE7\x94\xB1\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.365137"], ["updated_at", "2022-09-29 09:07:28.365138"]] TRANSACTION (6.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE5\xAE\xAB"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE5\xAE\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.406113"], ["updated_at", "2022-09-29 09:07:28.406114"]] TRANSACTION (4.8ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE5\xAE\xAB\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE5\xAE\xAB\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.447813"], ["updated_at", "2022-09-29 09:07:28.447813"]] TRANSACTION (6.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE5\xAE\xB5"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE5\xAE\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.493012"], ["updated_at", "2022-09-29 09:07:28.493013"]] TRANSACTION (5.3ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.552389"], ["updated_at", "2022-09-29 09:07:28.552391"]] TRANSACTION (7.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE6\xA2\xA6"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE6\xA2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.594559"], ["updated_at", "2022-09-29 09:07:28.594560"]] TRANSACTION (10.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE6\xB0\xB4\xE6\xA8\xAA\xE6\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE6\xB0\xB4\xE6\xA8\xAA\xE6\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.642919"], ["updated_at", "2022-09-29 09:07:28.642920"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE6\xB0\xB4\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE6\xB0\xB4\xE8\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.673782"], ["updated_at", "2022-09-29 09:07:28.673782"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.709939"], ["updated_at", "2022-09-29 09:07:28.709940"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xA5\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xA5\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.738299"], ["updated_at", "2022-09-29 09:07:28.738300"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x98\xBC\xE5\xB0\x86\xE8\xBF\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x98\xBC\xE5\xB0\x86\xE8\xBF\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.762755"], ["updated_at", "2022-09-29 09:07:28.762755"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\x83\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\x83\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.789910"], ["updated_at", "2022-09-29 09:07:28.789911"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\x8B\xE6\xB1\x9F\xE6\x96\x87\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\x8B\xE6\xB1\x9F\xE6\x96\x87\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.822864"], ["updated_at", "2022-09-29 09:07:28.822865"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\x95\xE5\x80\x92\xE5\x9E\x8B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\x95\xE5\x80\x92\xE5\x9E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.849345"], ["updated_at", "2022-09-29 09:07:28.849346"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\x9A\xE5\xB9\xB4\xE5\x91\xA8\xE6\x81\xA9\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\x9A\xE5\xB9\xB4\xE5\x91\xA8\xE6\x81\xA9\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.871980"], ["updated_at", "2022-09-29 09:07:28.871980"]] TRANSACTION (6.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\xAE\xE6\x8F\x90\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\xAE\xE6\x8F\x90\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.912106"], ["updated_at", "2022-09-29 09:07:28.912107"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\xAE\xE8\x90\x98\xE6\xB4\x9B\xE5\xB0\x94"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\xAE\xE8\x90\x98\xE6\xB4\x9B\xE5\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.945796"], ["updated_at", "2022-09-29 09:07:28.945797"]] TRANSACTION (3.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\xAE\xE9\x80\x9A\xE5\x98\x8C"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\xAE\xE9\x80\x9A\xE5\x98\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:28.979537"], ["updated_at", "2022-09-29 09:07:28.979538"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\xBA\xE8\x83\xBDH"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\xBA\xE8\x83\xBDH"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.015522"], ["updated_at", "2022-09-29 09:07:29.015522"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x99\xBA\xE8\x83\xBD\xEF\xBC\xA8\xEF\xBC\x93"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x99\xBA\xE8\x83\xBD\xEF\xBC\xA8\xEF\xBC\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.047023"], ["updated_at", "2022-09-29 09:07:29.047024"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\x96\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\x96\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.070971"], ["updated_at", "2022-09-29 09:07:29.070972"]] TRANSACTION (5.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\x96\xE5\xBA\x8A\xE5\xAE\x9D\xE8\xB4\x9D"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\x96\xE5\xBA\x8A\xE5\xAE\x9D\xE8\xB4\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.106670"], ["updated_at", "2022-09-29 09:07:29.106674"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\x97\xE8\xAE\xBF\xE5\x8C\x85"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\x97\xE8\xAE\xBF\xE5\x8C\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.141977"], ["updated_at", "2022-09-29 09:07:29.141977"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\x97\xE9\xA6\x99\xE5\xA4\x9C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\x97\xE9\xA6\x99\xE5\xA4\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.165341"], ["updated_at", "2022-09-29 09:07:29.165341"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xA7\xE4\xB8\x80\xE6\x98\xA7"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xA7\xE4\xB8\x80\xE6\x98\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.194367"], ["updated_at", "2022-09-29 09:07:29.194371"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xA7\xE6\x98\xA7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xA7\xE6\x98\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.231934"], ["updated_at", "2022-09-29 09:07:29.231934"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.255843"], ["updated_at", "2022-09-29 09:07:29.255844"]] TRANSACTION (3.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.287976"], ["updated_at", "2022-09-29 09:07:29.287978"]] TRANSACTION (11.8ms) COMMIT User Load (12.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (16.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE5\x8A\x9B\xE6\x89\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (8.3ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE5\x8A\x9B\xE6\x89\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.356064"], ["updated_at", "2022-09-29 09:07:29.356068"]] TRANSACTION (14.8ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE5\x8A\x9B\xE8\xA2\xAD\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (7.9ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE5\x8A\x9B\xE8\xA2\xAD\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.443661"], ["updated_at", "2022-09-29 09:07:29.443663"]] TRANSACTION (7.6ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.507161"], ["updated_at", "2022-09-29 09:07:29.507162"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.544460"], ["updated_at", "2022-09-29 09:07:29.544461"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.577638"], ["updated_at", "2022-09-29 09:07:29.577639"]] TRANSACTION (9.9ms) COMMIT User Load (123.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE5\xAE\xA0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE5\xAE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.746539"], ["updated_at", "2022-09-29 09:07:29.746540"]] TRANSACTION (4.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.776006"], ["updated_at", "2022-09-29 09:07:29.776006"]] TRANSACTION (6.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.822258"], ["updated_at", "2022-09-29 09:07:29.822259"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.854062"], ["updated_at", "2022-09-29 09:07:29.854063"]] TRANSACTION (4.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE8\x8F\x8A"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE8\x8F\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.886194"], ["updated_at", "2022-09-29 09:07:29.886195"]] TRANSACTION (5.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9A\xB4\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9A\xB4\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.925305"], ["updated_at", "2022-09-29 09:07:29.925306"]] TRANSACTION (6.0ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB0\xE7\xBB\x93"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB0\xE7\xBB\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:29.965253"], ["updated_at", "2022-09-29 09:07:29.965254"]] TRANSACTION (6.1ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB2\xE5\xBE\x84"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB2\xE5\xBE\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.004573"], ["updated_at", "2022-09-29 09:07:30.004574"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB2\xE7\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB2\xE7\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.043535"], ["updated_at", "2022-09-29 09:07:30.043536"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB2\xE9\x9D\x96\xE9\xBB\x91\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB2\xE9\x9D\x96\xE9\xBB\x91\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.074066"], ["updated_at", "2022-09-29 09:07:30.074067"]] TRANSACTION (5.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB4\xE6\x96\xB0"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB4\xE6\x96\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.114231"], ["updated_at", "2022-09-29 09:07:30.114232"]] TRANSACTION (3.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB9\xE5\x88\x9A\xE5\xB7\x9D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB9\xE5\x88\x9A\xE5\xB7\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.161005"], ["updated_at", "2022-09-29 09:07:30.161006"]] TRANSACTION (3.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB9\xE5\xBB\xBA\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB9\xE5\xBB\xBA\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.192255"], ["updated_at", "2022-09-29 09:07:30.192257"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xB9\xE9\x95\xBF\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xB9\xE9\x95\xBF\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.228492"], ["updated_at", "2022-09-29 09:07:30.228493"]] TRANSACTION (4.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE5\x9F\xB9\xE7\x82\x8E"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE5\x9F\xB9\xE7\x82\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.262409"], ["updated_at", "2022-09-29 09:07:30.262411"]] TRANSACTION (3.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE6\xB4\x8B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE6\xB4\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.295696"], ["updated_at", "2022-09-29 09:07:30.295697"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE6\xB7\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE6\xB7\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.333512"], ["updated_at", "2022-09-29 09:07:30.333514"]] TRANSACTION (5.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.372298"], ["updated_at", "2022-09-29 09:07:30.372299"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE5\xBA\x86\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.408449"], ["updated_at", "2022-09-29 09:07:30.408450"]] TRANSACTION (4.8ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE6\x99\x93\xE5\x89\x8D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE6\x99\x93\xE5\x89\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.447182"], ["updated_at", "2022-09-29 09:07:30.447183"]] TRANSACTION (6.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE6\xB5\xB7\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE6\xB5\xB7\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.498678"], ["updated_at", "2022-09-29 09:07:30.498679"]] TRANSACTION (6.8ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBE\xE9\x81\x93\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBE\xE9\x81\x93\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.549030"], ["updated_at", "2022-09-29 09:07:30.549031"]] TRANSACTION (6.3ms) COMMIT User Load (11.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBF\xE4\xBA\xBA\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (7.8ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBF\xE4\xBA\xBA\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.602529"], ["updated_at", "2022-09-29 09:07:30.602530"]] TRANSACTION (7.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBF\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBF\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.666644"], ["updated_at", "2022-09-29 09:07:30.666645"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9B\xBF\xE8\x80\x83\xE8\xAF\x95"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9B\xBF\xE8\x80\x83\xE8\xAF\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.700012"], ["updated_at", "2022-09-29 09:07:30.700015"]] TRANSACTION (4.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE4\xB8\x93\xE4\xB8\x9A\xE7\x9A\x84\xE5\x8F\xAB\xE5\xBA\x8A\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE4\xB8\x93\xE4\xB8\x9A\xE7\x9A\x84\xE5\x8F\xAB\xE5\xBA\x8A\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.738057"], ["updated_at", "2022-09-29 09:07:30.738058"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE4\xBD\x8E2000\xE5\xAD\x97"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE4\xBD\x8E2000\xE5\xAD\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.765129"], ["updated_at", "2022-09-29 09:07:30.765130"]] TRANSACTION (5.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE5\x90\x8E\xE5\x9C\x86\xE6\xBB\xA1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE5\x90\x8E\xE5\x9C\x86\xE6\xBB\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.796037"], ["updated_at", "2022-09-29 09:07:30.796038"]] TRANSACTION (8.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.837117"], ["updated_at", "2022-09-29 09:07:30.837117"]] TRANSACTION (4.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE7\x94\xB5\xE5\xBD\xB1\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE4\xB8\x80\xE6\x9C\xAC\xE9\x81\x93\xE7\x94\xB5\xE5\xBD\xB1\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.869440"], ["updated_at", "2022-09-29 09:07:30.869441"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE7\x89\x88\xE5\x81\x87\xE5\xB9\xA3"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE7\x89\x88\xE5\x81\x87\xE5\xB9\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.910944"], ["updated_at", "2022-09-29 09:07:30.910945"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE9\x94\x80\xE5\x94\xAE\xE6\xB1\xBD\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE6\x96\xB0\xE9\x94\x80\xE5\x94\xAE\xE6\xB1\xBD\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.951001"], ["updated_at", "2022-09-29 09:07:30.951078"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE6\xB7\xAB\xE5\xAE\x98\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE6\xB7\xAB\xE5\xAE\x98\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:30.981907"], ["updated_at", "2022-09-29 09:07:30.981908"]] TRANSACTION (5.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x80\xE7\x89\x9B\xE9\x92\x89\xE5\xAD\x90\xE6\x88\xB7"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x80\xE7\x89\x9B\xE9\x92\x89\xE5\xAD\x90\xE6\x88\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.015637"], ["updated_at", "2022-09-29 09:07:31.015638"]] TRANSACTION (4.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x88\xE5\x8C\x88"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x88\xE5\x8C\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.052175"], ["updated_at", "2022-09-29 09:07:31.052176"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x88\xE6\x93\x82"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x88\xE6\x93\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.078876"], ["updated_at", "2022-09-29 09:07:31.078877"]] TRANSACTION (7.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x88\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x88\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.121608"], ["updated_at", "2022-09-29 09:07:31.121609"]] TRANSACTION (10.0ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x88\xE8\x8E\xAB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x88\xE8\x8E\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.166326"], ["updated_at", "2022-09-29 09:07:31.166327"]] TRANSACTION (5.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x88\xE8\x96\xAA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x88\xE8\x96\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.199152"], ["updated_at", "2022-09-29 09:07:31.199156"]] TRANSACTION (5.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\x81\xBF\xE6\x8D\x90\xE7\x8C\xAE"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\x81\xBF\xE6\x8D\x90\xE7\x8C\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.243997"], ["updated_at", "2022-09-29 09:07:31.243998"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\x81\xBF\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\x81\xBF\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.276459"], ["updated_at", "2022-09-29 09:07:31.276460"]] TRANSACTION (5.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\x81\xBF\xE8\x82\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\x81\xBF\xE8\x82\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.312682"], ["updated_at", "2022-09-29 09:07:31.312683"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\x85\xB4\xE8\xB6\xA3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\x85\xB4\xE8\xB6\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.348147"], ["updated_at", "2022-09-29 09:07:31.348148"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\x85\xB4\xE8\xB6\xA3\xE5\x8A\xA0\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\x85\xB4\xE8\xB6\xA3\xE5\x8A\xA0\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.372851"], ["updated_at", "2022-09-29 09:07:31.372851"]] TRANSACTION (3.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\x8D\x8E\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\x8D\x8E\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.402394"], ["updated_at", "2022-09-29 09:07:31.402395"]] TRANSACTION (6.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\xA5\x96"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\xA5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.447598"], ["updated_at", "2022-09-29 09:07:31.447601"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\xA5\xB6\xE4\xB8\x8D\xE4\xB8\x80"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\xA5\xB6\xE4\xB8\x8D\xE4\xB8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.483045"], ["updated_at", "2022-09-29 09:07:31.483046"]] TRANSACTION (8.5ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8B\x99"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE5\xB0\x8F\xE5\xA7\x90\xE6\x9C\x8D\xE5\x8B\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.530137"], ["updated_at", "2022-09-29 09:07:31.530138"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE6\x84\x8F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE6\x84\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.569772"], ["updated_at", "2022-09-29 09:07:31.569772"]] TRANSACTION (5.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE6\x97\xB6\xE9\x97\xB4\xE5\x90\x97"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE6\x97\xB6\xE9\x97\xB4\xE5\x90\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.606429"], ["updated_at", "2022-09-29 09:07:31.606430"]] TRANSACTION (5.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE6\x9C\x9F\xE5\xBE\x92\xE5\x88\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE6\x9C\x9F\xE5\xBE\x92\xE5\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.643334"], ["updated_at", "2022-09-29 09:07:31.643335"]] TRANSACTION (4.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.676663"], ["updated_at", "2022-09-29 09:07:31.676663"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x89\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x89\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.710520"], ["updated_at", "2022-09-29 09:07:31.710521"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x9D\xE6\xB2\xB3\xE5\x85\xB0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x9D\xE6\xB2\xB3\xE5\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.746832"], ["updated_at", "2022-09-29 09:07:31.746832"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x9F\xE5\xBE\x85\xE4\xBD\xA0\xE7\x9A\x84\xE5\x9B\x9E\xE5\xA4\x8D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x9F\xE5\xBE\x85\xE4\xBD\xA0\xE7\x9A\x84\xE5\x9B\x9E\xE5\xA4\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.778691"], ["updated_at", "2022-09-29 09:07:31.778692"]] TRANSACTION (6.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\x9F\xE8\xB4\xA7\xE9\x85\x8D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\x9F\xE8\xB4\xA7\xE9\x85\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.815379"], ["updated_at", "2022-09-29 09:07:31.815381"]] TRANSACTION (4.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xA8\xE4\xBB\x93"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xA8\xE4\xBB\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.858187"], ["updated_at", "2022-09-29 09:07:31.858190"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xA8\xE5\xAD\x90\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xA8\xE5\xAD\x90\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.884709"], ["updated_at", "2022-09-29 09:07:31.884710"]] TRANSACTION (5.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xA8\xE7\x8A\x80\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xA8\xE7\x8A\x80\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.924193"], ["updated_at", "2022-09-29 09:07:31.924195"]] TRANSACTION (4.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xA8\xE8\x80\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xA8\xE8\x80\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.959097"], ["updated_at", "2022-09-29 09:07:31.959098"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xA8\xE9\xBD\x90\xE9\x92\x88"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xA8\xE9\xBD\x90\xE9\x92\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:31.990212"], ["updated_at", "2022-09-29 09:07:31.990213"]] TRANSACTION (5.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAA\xE5\xAE\x8C\xE5\xBE\x85\xE7\xBB\xAD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAA\xE5\xAE\x8C\xE5\xBE\x85\xE7\xBB\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.029610"], ["updated_at", "2022-09-29 09:07:32.029611"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAA\xE6\x88\x90\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAA\xE6\x88\x90\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.054395"], ["updated_at", "2022-09-29 09:07:32.054395"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAA\xE6\xBB\xA118"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAA\xE6\xBB\xA118"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.076243"], ["updated_at", "2022-09-29 09:07:32.076244"]] TRANSACTION (5.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAA\xE6\xBB\xA118\xE5\xB2\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAA\xE6\xBB\xA118\xE5\xB2\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.106069"], ["updated_at", "2022-09-29 09:07:32.106070"]] TRANSACTION (6.6ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAB\xE4\xB8\x96\xE5\x8A\xAB\xE9\x9A\xBE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAB\xE4\xB8\x96\xE5\x8A\xAB\xE9\x9A\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.148010"], ["updated_at", "2022-09-29 09:07:32.148011"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAB\xE4\xB8\x96\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAB\xE4\xB8\x96\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.174031"], ["updated_at", "2022-09-29 09:07:32.174032"]] TRANSACTION (6.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAC\xE6\x8B\x89\xE7\x99\xBB"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (8.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAC\xE6\x8B\x89\xE7\x99\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.211952"], ["updated_at", "2022-09-29 09:07:32.211954"]] TRANSACTION (4.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAC\xE6\x97\xA0\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAC\xE6\x97\xA0\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.263405"], ["updated_at", "2022-09-29 09:07:32.263405"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xAF\xE7\x89\x8C\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xAF\xE7\x89\x8C\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.291609"], ["updated_at", "2022-09-29 09:07:32.291610"]] TRANSACTION (5.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE4\xBA\x91\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE4\xBA\x91\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.333897"], ["updated_at", "2022-09-29 09:07:32.333897"]] TRANSACTION (5.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE4\xBB\xB2\xE4\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE4\xBB\xB2\xE4\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.368246"], ["updated_at", "2022-09-29 09:07:32.368247"]] TRANSACTION (3.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE4\xBB\xB2\xE8\x8A\xB7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE4\xBB\xB2\xE8\x8A\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.398586"], ["updated_at", "2022-09-29 09:07:32.398587"]] TRANSACTION (8.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE4\xBD\x9C\xE5\x8B\x87\xE7\x94\x98\xE8\x82\x83"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE4\xBD\x9C\xE5\x8B\x87\xE7\x94\x98\xE8\x82\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.440778"], ["updated_at", "2022-09-29 09:07:32.440779"]] TRANSACTION (4.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE5\x98\x89\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE5\x98\x89\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.474671"], ["updated_at", "2022-09-29 09:07:32.474672"]] TRANSACTION (6.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE5\xAE\xB9\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE5\xAE\xB9\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.518991"], ["updated_at", "2022-09-29 09:07:32.518993"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE5\xB0\x8F\xE5\x8D\x8E\xE5\x85\x89\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE5\xB0\x8F\xE5\x8D\x8E\xE5\x85\x89\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.553151"], ["updated_at", "2022-09-29 09:07:32.553152"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE5\xB0\x94\xE8\xB0\xA8"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE5\xB0\x94\xE8\xB0\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.586499"], ["updated_at", "2022-09-29 09:07:32.586500"]] TRANSACTION (7.4ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE5\xB7\x9D"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE5\xB7\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.631987"], ["updated_at", "2022-09-29 09:07:32.631988"]] TRANSACTION (6.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.674945"], ["updated_at", "2022-09-29 09:07:32.674946"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE5\xBF\x97\xE5\x88\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE5\xBF\x97\xE5\x88\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.722321"], ["updated_at", "2022-09-29 09:07:32.722322"]] TRANSACTION (5.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.767298"], ["updated_at", "2022-09-29 09:07:32.767300"]] TRANSACTION (3.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.800913"], ["updated_at", "2022-09-29 09:07:32.800914"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE6\xBA\xB6\xE5\x89\x82"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE6\xBA\xB6\xE5\x89\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.840733"], ["updated_at", "2022-09-29 09:07:32.840734"]] TRANSACTION (5.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE7\x87\x95\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE7\x87\x95\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.877445"], ["updated_at", "2022-09-29 09:07:32.877446"]] TRANSACTION (5.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE7\x90\xB3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE7\x90\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.915699"], ["updated_at", "2022-09-29 09:07:32.915700"]] TRANSACTION (3.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE7\x91\x9F\xE9\x87\x8C\xE8\xAF\xBA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE7\x91\x9F\xE9\x87\x8C\xE8\xAF\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.949427"], ["updated_at", "2022-09-29 09:07:32.949429"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:32.980635"], ["updated_at", "2022-09-29 09:07:32.980636"]] TRANSACTION (4.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE8\x92\x99"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE8\x92\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.014442"], ["updated_at", "2022-09-29 09:07:33.014443"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE9\x8E\x94\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE9\x8E\x94\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.053825"], ["updated_at", "2022-09-29 09:07:33.053826"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.088747"], ["updated_at", "2022-09-29 09:07:33.088748"]] TRANSACTION (6.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA,\xE8\x85\x90\xE8\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA,\xE8\x85\x90\xE8\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.129073"], ["updated_at", "2022-09-29 09:07:33.129075"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xBA\xE5\x8D\xA1\xE5\xAF\x86"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xBA\xE5\x8D\xA1\xE5\xAF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.169147"], ["updated_at", "2022-09-29 09:07:33.169147"]] TRANSACTION (4.1ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xBA\xE5\x8F\xB7\xE5\x8D\xAB"], ["LIMIT", 1]] TRANSACTION (8.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xBA\xE5\x8F\xB7\xE5\x8D\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.204266"], ["updated_at", "2022-09-29 09:07:33.204267"]] TRANSACTION (5.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (80.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xBA\xE5\x8F\xB7\xE5\xAE\x9A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xBA\xE5\x8F\xB7\xE5\xAE\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.258099"], ["updated_at", "2022-09-29 09:07:33.258100"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xBA\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xBA\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.379651"], ["updated_at", "2022-09-29 09:07:33.379653"]] TRANSACTION (10.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xBA\xE5\xB1\x8F\xE8\x94\xBD\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xBA\xE5\xB1\x8F\xE8\x94\xBD\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.438394"], ["updated_at", "2022-09-29 09:07:33.438395"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9C\xBA\xE6\x89\x93\xE5\x8F\x91\xE7\xA5\xA8\xE4\xBB\xA3\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9C\xBA\xE6\x89\x93\xE5\x8F\x91\xE7\xA5\xA8\xE4\xBB\xA3\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.486846"], ["updated_at", "2022-09-29 09:07:33.486848"]] TRANSACTION (6.1ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x80b"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x80b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.539159"], ["updated_at", "2022-09-29 09:07:33.539160"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x80\xE5\xAE\xB3\xE5\xAD\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x80\xE5\xAE\xB3\xE5\xAD\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.574826"], ["updated_at", "2022-09-29 09:07:33.574826"]] TRANSACTION (10.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x80\xE6\x8C\x87\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x80\xE6\x8C\x87\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.613029"], ["updated_at", "2022-09-29 09:07:33.613030"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x80\xE6\x96\xB0\xE7\x96\x86\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x80\xE6\x96\xB0\xE7\x96\x86\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.653016"], ["updated_at", "2022-09-29 09:07:33.653018"]] TRANSACTION (3.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x80\xE6\xAF\x99"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x80\xE6\xAF\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.682494"], ["updated_at", "2022-09-29 09:07:33.682495"]] TRANSACTION (7.2ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x80\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x80\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.723258"], ["updated_at", "2022-09-29 09:07:33.723260"]] TRANSACTION (5.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x82\xE7\xA7\x8D"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x82\xE7\xA7\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.779632"], ["updated_at", "2022-09-29 09:07:33.779633"]] TRANSACTION (9.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x83\xE8\xB4\xB5\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x83\xE8\xB4\xB5\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.826705"], ["updated_at", "2022-09-29 09:07:33.826706"]] TRANSACTION (7.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE4\xBC\x9F\xE4\xBF\xA1\xE7\x9A\x84\xE7\xAC\x94\xE4\xBE\x9B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE4\xBC\x9F\xE4\xBF\xA1\xE7\x9A\x84\xE7\xAC\x94\xE4\xBE\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.874961"], ["updated_at", "2022-09-29 09:07:33.874962"]] TRANSACTION (5.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x85\x88\xE5\xBF\xB5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x85\x88\xE5\xBF\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.906718"], ["updated_at", "2022-09-29 09:07:33.906719"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x85\x89\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x85\x89\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.943281"], ["updated_at", "2022-09-29 09:07:33.943282"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x85\x8B\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x85\x8B\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:33.974664"], ["updated_at", "2022-09-29 09:07:33.974665"]] TRANSACTION (3.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x85\x8B\xE5\xBC\xBA\xE7\x8F\xAD\xE5\xBA\x95"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x85\x8B\xE5\xBC\xBA\xE7\x8F\xAD\xE5\xBA\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.004474"], ["updated_at", "2022-09-29 09:07:34.004475"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x85\xB0\xE8\x8F\x8A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x85\xB0\xE8\x8F\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.043286"], ["updated_at", "2022-09-29 09:07:34.043286"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x90\xAF\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x90\xAF\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.076792"], ["updated_at", "2022-09-29 09:07:34.076793"]] TRANSACTION (8.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x92\x8F\xE6\x9B\xB0"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x92\x8F\xE6\x9B\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.113438"], ["updated_at", "2022-09-29 09:07:34.113442"]] TRANSACTION (8.3ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x98\x89\xE5\xBB\xB7"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x98\x89\xE5\xBB\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.172157"], ["updated_at", "2022-09-29 09:07:34.172158"]] TRANSACTION (12.9ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\x9B\x9B\xE5\x85\x89\xE9\xA2\x84\xE6\xB5\x8B"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\x9B\x9B\xE5\x85\x89\xE9\xA2\x84\xE6\xB5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.218655"], ["updated_at", "2022-09-29 09:07:34.218658"]] TRANSACTION (4.8ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xA0\x82\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xA0\x82\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.270519"], ["updated_at", "2022-09-29 09:07:34.270520"]] TRANSACTION (4.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.304104"], ["updated_at", "2022-09-29 09:07:34.304105"]] TRANSACTION (4.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE5\xBC\xBA \xE7\xA5\x9E\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE5\xBC\xBA \xE7\xA5\x9E\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.342957"], ["updated_at", "2022-09-29 09:07:34.342958"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE8\xBD\xAE\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE8\xBD\xAE\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.378179"], ["updated_at", "2022-09-29 09:07:34.378180"]] TRANSACTION (6.3ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE9\x92\x8A"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xA4\xA7\xE9\x92\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.411383"], ["updated_at", "2022-09-29 09:07:34.411384"]] TRANSACTION (6.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xA4\xA9\xE7\xBE\xBD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xA4\xA9\xE7\xBE\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.455647"], ["updated_at", "2022-09-29 09:07:34.455648"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xAE\x8F\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xAE\x8F\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.481716"], ["updated_at", "2022-09-29 09:07:34.481716"]] TRANSACTION (6.6ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xAE\x97\xE7\x91\x9E\xE7\xA7\x8D\xE5\xAD\x90\xE5\x85\xA8\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xAE\x97\xE7\x91\x9E\xE7\xA7\x8D\xE5\xAD\x90\xE5\x85\xA8\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.514849"], ["updated_at", "2022-09-29 09:07:34.514850"]] TRANSACTION (5.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xAE\x9D\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xAE\x9D\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.552660"], ["updated_at", "2022-09-29 09:07:34.552661"]] TRANSACTION (3.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE5\x8B\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE5\x8B\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.582522"], ["updated_at", "2022-09-29 09:07:34.582524"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE6\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE6\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.619889"], ["updated_at", "2022-09-29 09:07:34.619890"]] TRANSACTION (5.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.656249"], ["updated_at", "2022-09-29 09:07:34.656250"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE7\x90\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE7\x90\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.683296"], ["updated_at", "2022-09-29 09:07:34.683297"]] TRANSACTION (5.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE9\xB9\x8F"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB0\x8F\xE9\xB9\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.718165"], ["updated_at", "2022-09-29 09:07:34.718166"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB0\x91\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB0\x91\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.755919"], ["updated_at", "2022-09-29 09:07:34.755919"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB1\xA0\xE5\xA4\xAB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB1\xA0\xE5\xA4\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.783973"], ["updated_at", "2022-09-29 09:07:34.783974"]] TRANSACTION (4.9ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB2\x9A\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB2\x9A\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.828259"], ["updated_at", "2022-09-29 09:07:34.828261"]] TRANSACTION (5.7ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xB8\x8C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (24.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xB8\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.879190"], ["updated_at", "2022-09-29 09:07:34.879192"]] TRANSACTION (11.0ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:34.958795"], ["updated_at", "2022-09-29 09:07:34.958796"]] TRANSACTION (7.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.018496"], ["updated_at", "2022-09-29 09:07:35.018497"]] TRANSACTION (4.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xBD\xA4\xE5\xA6\x8D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xBD\xA4\xE5\xA6\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.075432"], ["updated_at", "2022-09-29 09:07:35.075433"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xBE\xB7\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xBE\xB7\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.115683"], ["updated_at", "2022-09-29 09:07:35.115685"]] TRANSACTION (5.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.157015"], ["updated_at", "2022-09-29 09:07:35.157016"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE5\xBF\x97\xE7\xBB\xA5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE5\xBF\x97\xE7\xBB\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.184400"], ["updated_at", "2022-09-29 09:07:35.184401"]] TRANSACTION (6.5ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x80\xBB\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x80\xBB\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.221936"], ["updated_at", "2022-09-29 09:07:35.221937"]] TRANSACTION (8.1ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x80\xBB\xE7\xBB\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x80\xBB\xE7\xBB\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.269590"], ["updated_at", "2022-09-29 09:07:35.269591"]] TRANSACTION (5.3ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x81\xA9\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x81\xA9\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.303895"], ["updated_at", "2022-09-29 09:07:35.303897"]] TRANSACTION (6.1ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x8C\xAF\xE6\x99\xBA"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x8C\xAF\xE6\x99\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.352147"], ["updated_at", "2022-09-29 09:07:35.352148"]] TRANSACTION (3.8ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x95\x88\xE6\x97\xB6"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x95\x88\xE6\x97\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.391507"], ["updated_at", "2022-09-29 09:07:35.391508"]] TRANSACTION (5.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x96\x87\xE6\x96\x8C"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x96\x87\xE6\x96\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.434594"], ["updated_at", "2022-09-29 09:07:35.434595"]] TRANSACTION (7.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x96\x8C"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x96\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.476958"], ["updated_at", "2022-09-29 09:07:35.476959"]] TRANSACTION (5.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x97\xBA\xE9\x98\xB3"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x97\xBA\xE9\x98\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.514061"], ["updated_at", "2022-09-29 09:07:35.514063"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x99\x93\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x99\x93\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.557689"], ["updated_at", "2022-09-29 09:07:35.557690"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\x9C\x88\xE6\x9C\x88\xE9\xB8\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\x9C\x88\xE6\x9C\x88\xE9\xB8\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.592811"], ["updated_at", "2022-09-29 09:07:35.592812"]] TRANSACTION (5.3ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xA0\x91\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xA0\x91\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.634437"], ["updated_at", "2022-09-29 09:07:35.634438"]] TRANSACTION (6.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xA0\x91\xE8\x8F\xB2"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xA0\x91\xE8\x8F\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.673225"], ["updated_at", "2022-09-29 09:07:35.673226"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xA1\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xA1\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.699417"], ["updated_at", "2022-09-29 09:07:35.699417"]] TRANSACTION (5.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xB2\x9B\xE7\x91\xB6\xE9\x81\x87\xE5\xAE\xB3"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xB2\x9B\xE7\x91\xB6\xE9\x81\x87\xE5\xAE\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.741693"], ["updated_at", "2022-09-29 09:07:35.741694"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xB4\xAAX"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xB4\xAAX"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.769396"], ["updated_at", "2022-09-29 09:07:35.769396"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xB4\xAA\xE5\xAE\xBD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xB4\xAA\xE5\xAE\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.795075"], ["updated_at", "2022-09-29 09:07:35.795076"]] TRANSACTION (5.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xB4\xAA\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xB4\xAA\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.835756"], ["updated_at", "2022-09-29 09:07:35.835758"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xB5\xB7\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xB5\xB7\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.874413"], ["updated_at", "2022-09-29 09:07:35.874414"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xB7\x91\xE5\xA8\xB4"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xB7\x91\xE5\xA8\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.904798"], ["updated_at", "2022-09-29 09:07:35.904799"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xB9\x84"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xB9\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.948359"], ["updated_at", "2022-09-29 09:07:35.948361"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE6\xBA\x90\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE6\xBA\x90\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:35.978896"], ["updated_at", "2022-09-29 09:07:35.978897"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\x8E\x89\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\x8E\x89\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.004833"], ["updated_at", "2022-09-29 09:07:36.004834"]] TRANSACTION (5.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\x90\xBC"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\x90\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.038774"], ["updated_at", "2022-09-29 09:07:36.038775"]] TRANSACTION (3.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\x91\x9E\xE7\x8E\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\x91\x9E\xE7\x8E\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.068415"], ["updated_at", "2022-09-29 09:07:36.068415"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\x99\xBB\xE8\xBE\x89"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\x99\xBB\xE8\xBE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.093522"], ["updated_at", "2022-09-29 09:07:36.093523"]] TRANSACTION (4.8ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\xA6\x84"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\xA6\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.131772"], ["updated_at", "2022-09-29 09:07:36.131773"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\xB4\xAB\xE9\x98\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\xB4\xAB\xE9\x98\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.165622"], ["updated_at", "2022-09-29 09:07:36.165622"]] TRANSACTION (5.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\xBA\xA2\xE7\x97\x94"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\xBA\xA2\xE7\x97\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.199857"], ["updated_at", "2022-09-29 09:07:36.199858"]] TRANSACTION (6.2ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\xBA\xAA\xE5\x91\xA8"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\xBA\xAA\xE5\x91\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.250016"], ["updated_at", "2022-09-29 09:07:36.250018"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE7\xBB\xA7\xE8\x80\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE7\xBB\xA7\xE8\x80\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.285157"], ["updated_at", "2022-09-29 09:07:36.285157"]] TRANSACTION (5.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE8\x80\x81\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE8\x80\x81\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.321345"], ["updated_at", "2022-09-29 09:07:36.321347"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE8\x91\x86\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE8\x91\x86\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.356256"], ["updated_at", "2022-09-29 09:07:36.356256"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE8\x96\x87\xE7\xA7\x98\xE5\x8F\xB2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE8\x96\x87\xE7\xA7\x98\xE5\x8F\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.383700"], ["updated_at", "2022-09-29 09:07:36.383701"]] TRANSACTION (5.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE8\xBE\xBE\xE6\x98\x8C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE8\xBE\xBE\xE6\x98\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.416318"], ["updated_at", "2022-09-29 09:07:36.416319"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE9\x93\x81\xE6\x98\xA0"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE9\x93\x81\xE6\x98\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.449148"], ["updated_at", "2022-09-29 09:07:36.449149"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE9\x93\x81\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE9\x93\x81\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.488210"], ["updated_at", "2022-09-29 09:07:36.488211"]] TRANSACTION (7.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE9\x94\xA1\xE9\x93\xAD"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE9\x94\xA1\xE9\x93\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.533002"], ["updated_at", "2022-09-29 09:07:36.533003"]] TRANSACTION (5.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE9\x95\xBF\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE9\x95\xBF\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.570123"], ["updated_at", "2022-09-29 09:07:36.570123"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.594499"], ["updated_at", "2022-09-29 09:07:36.594500"]] TRANSACTION (5.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE9\xB8\xBF\xE5\xBF\xA0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE9\xB8\xBF\xE5\xBF\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.633149"], ["updated_at", "2022-09-29 09:07:36.633151"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x8E\xE9\xB9\x8F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x8E\xE9\xB9\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.663630"], ["updated_at", "2022-09-29 09:07:36.663630"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x9C\xE4\xB8\x96\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x9C\xE4\xB8\x96\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.686781"], ["updated_at", "2022-09-29 09:07:36.686782"]] TRANSACTION (4.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x9C\xE5\x86\xB7\xE4\xB8\x81"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x9C\xE5\x86\xB7\xE4\xB8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.713533"], ["updated_at", "2022-09-29 09:07:36.713534"]] TRANSACTION (6.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x9C\xE6\x99\xBA\xE5\xAF\x8C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x9C\xE6\x99\xBA\xE5\xAF\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.755509"], ["updated_at", "2022-09-29 09:07:36.755510"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\x9F\xE7\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\x9F\xE7\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.778521"], ["updated_at", "2022-09-29 09:07:36.778522"]] TRANSACTION (3.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA1\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA1\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.805017"], ["updated_at", "2022-09-29 09:07:36.805019"]] TRANSACTION (6.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA5\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA5\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.843626"], ["updated_at", "2022-09-29 09:07:36.843627"]] TRANSACTION (5.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA5\xE6\x88\x91\xE4\xBB\xAC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA5\xE6\x88\x91\xE4\xBB\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.883240"], ["updated_at", "2022-09-29 09:07:36.883241"]] TRANSACTION (5.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA5\xE6\xBA\x90\xE4\xB8\x8D\xE6\x98\x8E\xE7\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA5\xE6\xBA\x90\xE4\xB8\x8D\xE6\x98\x8E\xE7\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.919911"], ["updated_at", "2022-09-29 09:07:36.919912"]] TRANSACTION (6.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA5\xE7\xA6\x8F\xE7\x8C\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA5\xE7\xA6\x8F\xE7\x8C\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:36.966157"], ["updated_at", "2022-09-29 09:07:36.966158"]] TRANSACTION (5.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8j"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8j"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.005758"], ["updated_at", "2022-09-29 09:07:37.005759"]] TRANSACTION (4.4ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.049868"], ["updated_at", "2022-09-29 09:07:37.049873"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.083138"], ["updated_at", "2022-09-29 09:07:37.083139"]] TRANSACTION (5.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE8\x83\x9C"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE8\x83\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.114122"], ["updated_at", "2022-09-29 09:07:37.114123"]] TRANSACTION (6.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE8\x8D\xA3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE4\xB8\x9C\xE8\x8D\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.154761"], ["updated_at", "2022-09-29 09:07:37.154762"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE4\xBC\xA0\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE4\xBC\xA0\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.184486"], ["updated_at", "2022-09-29 09:07:37.184486"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE4\xBD\xB3"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE4\xBD\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.214713"], ["updated_at", "2022-09-29 09:07:37.214714"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE4\xBF\x8A\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE4\xBF\x8A\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.254492"], ["updated_at", "2022-09-29 09:07:37.254493"]] TRANSACTION (4.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\x85\x83\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\x85\x83\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.290878"], ["updated_at", "2022-09-29 09:07:37.290879"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\x86\x80\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\x86\x80\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.329168"], ["updated_at", "2022-09-29 09:07:37.329169"]] TRANSACTION (8.6ms) COMMIT User Load (7.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\x8C\x97\xE5\x8C\x97"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\x8C\x97\xE5\x8C\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.380865"], ["updated_at", "2022-09-29 09:07:37.380867"]] TRANSACTION (7.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\x8C\xA1"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\x8C\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.427228"], ["updated_at", "2022-09-29 09:07:37.427229"]] TRANSACTION (4.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\x91\xA8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\x91\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.470866"], ["updated_at", "2022-09-29 09:07:37.470867"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\xB0\x8F\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\xB0\x8F\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.501606"], ["updated_at", "2022-09-29 09:07:37.501607"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\xB0\x9A\xE6\x98\x86"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\xB0\x9A\xE6\x98\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.532098"], ["updated_at", "2022-09-29 09:07:37.532099"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\xB7\x8D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\xB7\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.561690"], ["updated_at", "2022-09-29 09:07:37.561691"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\xBB\xBA\xE5\x88\xA9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\xBB\xBA\xE5\x88\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.584058"], ["updated_at", "2022-09-29 09:07:37.584059"]] TRANSACTION (4.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE5\xBE\x97\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE5\xBE\x97\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.622832"], ["updated_at", "2022-09-29 09:07:37.622835"]] TRANSACTION (5.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\x80\x80\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\x80\x80\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.660956"], ["updated_at", "2022-09-29 09:07:37.660957"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\x80\x9D\xE6\x95\x8F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\x80\x9D\xE6\x95\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.683835"], ["updated_at", "2022-09-29 09:07:37.683835"]] TRANSACTION (4.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\x99\x93\xE6\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\x99\x93\xE6\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.713416"], ["updated_at", "2022-09-29 09:07:37.713417"]] TRANSACTION (7.4ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\x9C\x88\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\x9C\x88\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.757742"], ["updated_at", "2022-09-29 09:07:37.757744"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\x9D\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\x9D\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.788708"], ["updated_at", "2022-09-29 09:07:37.788709"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\x9E\x97\xE5\xAF\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\x9E\x97\xE5\xAF\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.816501"], ["updated_at", "2022-09-29 09:07:37.816502"]] TRANSACTION (6.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\xA0\x91\xE5\xAE\xBD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\xA0\x91\xE5\xAE\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.856196"], ["updated_at", "2022-09-29 09:07:37.856197"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\xB1\x87\xE6\xB3\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\xB1\x87\xE6\xB3\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.882476"], ["updated_at", "2022-09-29 09:07:37.882477"]] TRANSACTION (3.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\xB1\x9D\xE5\xB2\xB1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\xB1\x9D\xE5\xB2\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.910495"], ["updated_at", "2022-09-29 09:07:37.910496"]] TRANSACTION (5.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE6\xB4\x81\xE7\xAF\xAA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE6\xB4\x81\xE7\xAF\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.951208"], ["updated_at", "2022-09-29 09:07:37.951208"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE7\x99\xBD\xE5\x86\xB0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE7\x99\xBD\xE5\x86\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:37.979151"], ["updated_at", "2022-09-29 09:07:37.979152"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xA8\xE9\x9D\x96\xE5\xAE\x87"], ["LIMIT", 1]] TRANSACTION (11.4ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xA8\xE9\x9D\x96\xE5\xAE\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.006394"], ["updated_at", "2022-09-29 09:07:38.006396"]] TRANSACTION (5.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xB1\xE4\xBA\xAC\xE7\x86\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xB1\xE4\xBA\xAC\xE7\x86\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.059872"], ["updated_at", "2022-09-29 09:07:38.059874"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xBE\xE5\xB2\x9B\xE6\x9E\xAB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xBE\xE5\xB2\x9B\xE6\x9E\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.091124"], ["updated_at", "2022-09-29 09:07:38.091124"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xBE\xE5\xB2\x9B\xE6\x9E\xAB\xE8\xBF\x85\xE9\x9B\xB7\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xBE\xE5\xB2\x9B\xE6\x9E\xAB\xE8\xBF\x85\xE9\x9B\xB7\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.121782"], ["updated_at", "2022-09-29 09:07:38.121782"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9D\xBE\xE8\x8A\xB1\xE6\xB1\x9F\xE6\xB1\xA1\xE6\x9F\x93"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9D\xBE\xE8\x8A\xB1\xE6\xB1\x9F\xE6\xB1\xA1\xE6\x9F\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.160301"], ["updated_at", "2022-09-29 09:07:38.160302"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE4\xB9\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE4\xB9\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.190096"], ["updated_at", "2022-09-29 09:07:38.190096"]] TRANSACTION (5.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE5\x93\x81\xE6\xB3\xA2\xE9\x9C\xB8"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE5\x93\x81\xE6\xB3\xA2\xE9\x9C\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.222702"], ["updated_at", "2022-09-29 09:07:38.222703"]] TRANSACTION (5.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE5\x93\x81\xE9\x87\x91\xE5\x8F\x91\xE7\xBE\x8E\xE5\xA5\xB3\xE7\xBE\x8E\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE5\x93\x81\xE9\x87\x91\xE5\x8F\x91\xE7\xBE\x8E\xE5\xA5\xB3\xE7\xBE\x8E\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.260387"], ["updated_at", "2022-09-29 09:07:38.260388"]] TRANSACTION (3.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE7\x88\xBD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE7\x88\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.286645"], ["updated_at", "2022-09-29 09:07:38.286645"]] TRANSACTION (3.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE5\x86\x9B\xE5\x88\x80\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE5\x86\x9B\xE5\x88\x80\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.313617"], ["updated_at", "2022-09-29 09:07:38.313618"]] TRANSACTION (6.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.355956"], ["updated_at", "2022-09-29 09:07:38.355958"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE6\x8A\x98\xE5\x88\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE6\x8A\x98\xE5\x88\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.387996"], ["updated_at", "2022-09-29 09:07:38.387997"]] TRANSACTION (6.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE7\xAB\xAF\xE6\xAD\xA6\xE5\x8A\x9B\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.424338"], ["updated_at", "2022-09-29 09:07:38.424339"]] TRANSACTION (6.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x81\xE9\x99\x90"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x81\xE9\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.458703"], ["updated_at", "2022-09-29 09:07:38.458704"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x95\xE8\xBE\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x95\xE8\xBE\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.482385"], ["updated_at", "2022-09-29 09:07:38.482386"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE4\xBF\x9D\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE4\xBF\x9D\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.509539"], ["updated_at", "2022-09-29 09:07:38.509540"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE5\xAD\x94\xE5\x85\xB4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE5\xAD\x94\xE5\x85\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.543487"], ["updated_at", "2022-09-29 09:07:38.543488"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE5\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE5\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.572913"], ["updated_at", "2022-09-29 09:07:38.572914"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE6\x85\x8E\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE6\x85\x8E\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.595892"], ["updated_at", "2022-09-29 09:07:38.595892"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE6\x96\x87\xE6\xBC\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE6\x96\x87\xE6\xBC\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.626894"], ["updated_at", "2022-09-29 09:07:38.626895"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE6\xA8\xB5\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE6\xA8\xB5\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.659394"], ["updated_at", "2022-09-29 09:07:38.659395"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE7\x82\x8E\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE7\x82\x8E\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.682211"], ["updated_at", "2022-09-29 09:07:38.682212"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE7\x94\xA8\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE7\x94\xA8\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.705622"], ["updated_at", "2022-09-29 09:07:38.705623"]] TRANSACTION (4.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE7\xA7\x89\xE7\x9B\x8A"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE7\xA7\x89\xE7\x9B\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.743048"], ["updated_at", "2022-09-29 09:07:38.743049"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE7\xAB\x8B\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE7\xAB\x8B\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.770303"], ["updated_at", "2022-09-29 09:07:38.770304"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x97\xE9\x95\xBF\xE7\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x97\xE9\x95\xBF\xE7\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.791632"], ["updated_at", "2022-09-29 09:07:38.791633"]] TRANSACTION (6.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x9C\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x9C\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.824359"], ["updated_at", "2022-09-29 09:07:38.824360"]] TRANSACTION (5.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\x9C\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\x9C\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.860917"], ["updated_at", "2022-09-29 09:07:38.860918"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE5\x86\xB3\xE5\xA5\xB3\xE7\x8A\xAF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE5\x86\xB3\xE5\xA5\xB3\xE7\x8A\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.886535"], ["updated_at", "2022-09-29 09:07:38.886536"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.917808"], ["updated_at", "2022-09-29 09:07:38.917808"]] TRANSACTION (9.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE5\xAD\x90\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE5\xAD\x90\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.960291"], ["updated_at", "2022-09-29 09:07:38.960292"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:38.986685"], ["updated_at", "2022-09-29 09:07:38.986686"]] TRANSACTION (3.8ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE6\x8C\x87\xE5\xAE\x9A\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE6\x8C\x87\xE5\xAE\x9A\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.015588"], ["updated_at", "2022-09-29 09:07:39.015589"]] TRANSACTION (17.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE6\xA2\xB0\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE6\xA2\xB0\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.070453"], ["updated_at", "2022-09-29 09:07:39.070454"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE6\xA8\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE6\xA8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.115245"], ["updated_at", "2022-09-29 09:07:39.115246"]] TRANSACTION (4.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE6\xB7\xAB\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE6\xB7\xAB\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.153505"], ["updated_at", "2022-09-29 09:07:39.153506"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE7\x9A\x84\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE7\x9A\x84\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.183911"], ["updated_at", "2022-09-29 09:07:39.183912"]] TRANSACTION (3.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.219655"], ["updated_at", "2022-09-29 09:07:39.219656"]] TRANSACTION (7.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.263261"], ["updated_at", "2022-09-29 09:07:39.263263"]] TRANSACTION (5.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\x90\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\x90\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.292989"], ["updated_at", "2022-09-29 09:07:39.292990"]] TRANSACTION (5.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\x92\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\x92\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.321887"], ["updated_at", "2022-09-29 09:07:39.321888"]] TRANSACTION (11.0ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\x94\xE4\xB8\x80\xE8\xBD\xAF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\x94\xE4\xB8\x80\xE8\xBD\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.367939"], ["updated_at", "2022-09-29 09:07:39.367939"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\x94\xE8\x83\xB8\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\x94\xE8\x83\xB8\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.392467"], ["updated_at", "2022-09-29 09:07:39.392467"]] TRANSACTION (3.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\x94\xE8\xBD\xAF"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\x94\xE8\xBD\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.418229"], ["updated_at", "2022-09-29 09:07:39.418230"]] TRANSACTION (5.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\xA5\xE5\x85\x8B\xE6\x98\x8E \xE5\x8D\x8E\xE8\x83\xBD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\xA5\xE5\x85\x8B\xE6\x98\x8E \xE5\x8D\x8E\xE8\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.455776"], ["updated_at", "2022-09-29 09:07:39.455777"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\xB4\xE7\x8E\x8B\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\xB4\xE7\x8E\x8B\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.484636"], ["updated_at", "2022-09-29 09:07:39.484637"]] TRANSACTION (3.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\xB4\xE7\x8E\xB2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\xB4\xE7\x8E\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.509755"], ["updated_at", "2022-09-29 09:07:39.509756"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\x9F\xB4\xE7\x8E\xB2\xE5\x9B\x9E\xE5\xBF\x86"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\x9F\xB4\xE7\x8E\xB2\xE5\x9B\x9E\xE5\xBF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.550751"], ["updated_at", "2022-09-29 09:07:39.550752"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\x80\xE9\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\x80\xE9\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.583470"], ["updated_at", "2022-09-29 09:07:39.583471"]] TRANSACTION (3.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\x97\xE5\x89\x8D\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\x97\xE5\x89\x8D\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.605765"], ["updated_at", "2022-09-29 09:07:39.605765"]] TRANSACTION (5.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\x97\xE6\x88\x98\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\x97\xE6\x88\x98\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.638842"], ["updated_at", "2022-09-29 09:07:39.638843"]] TRANSACTION (4.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xA1\xE5\x9B\xAD\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xA1\xE5\x9B\xAD\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.671699"], ["updated_at", "2022-09-29 09:07:39.671700"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xA1\xE9\xAA\x9A\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xA1\xE9\xAA\x9A\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.695241"], ["updated_at", "2022-09-29 09:07:39.695242"]] TRANSACTION (5.7ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xA1\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xA1\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.733710"], ["updated_at", "2022-09-29 09:07:39.733711"]] TRANSACTION (5.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xB8\xE8\x9B\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xB8\xE8\x9B\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.769654"], ["updated_at", "2022-09-29 09:07:39.769655"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xB9\xE6\x95\xA6\xC2\xB7\xE7\xA1\xAE\xE5\x90\x89\xE5\xB0\xBC\xE7\x8E\x9B"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xB9\xE6\x95\xA6\xC2\xB7\xE7\xA1\xAE\xE5\x90\x89\xE5\xB0\xBC\xE7\x8E\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.793196"], ["updated_at", "2022-09-29 09:07:39.793197"]] TRANSACTION (4.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xB9\xE6\xB5\xB4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xB9\xE6\xB5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.823550"], ["updated_at", "2022-09-29 09:07:39.823551"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xB9\xE8\xBE\xBE\xE4\xBA\x9A\xE6\x96\x87\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xB9\xE8\xBE\xBE\xE4\xBA\x9A\xE6\x96\x87\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.862040"], ["updated_at", "2022-09-29 09:07:39.862041"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA0\xBC\xE8\xAF\x81\xE8\x80\x83\xE8\xAF\x95"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA0\xBC\xE8\xAF\x81\xE8\x80\x83\xE8\xAF\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.889692"], ["updated_at", "2022-09-29 09:07:39.889693"]] TRANSACTION (4.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA1\x83\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA1\x83\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.916562"], ["updated_at", "2022-09-29 09:07:39.916563"]] TRANSACTION (6.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA1\x83\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA1\x83\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.958184"], ["updated_at", "2022-09-29 09:07:39.958185"]] TRANSACTION (4.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA1\x88\xE7\x9A\x84\xE5\x87\x86\xE7\xA1\xAE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA1\x88\xE7\x9A\x84\xE5\x87\x86\xE7\xA1\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:39.985615"], ["updated_at", "2022-09-29 09:07:39.985616"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA1\xA3\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA1\xA3\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.008089"], ["updated_at", "2022-09-29 09:07:40.008089"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x81\xE4\xBF\x9D\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x81\xE4\xBF\x9D\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.039172"], ["updated_at", "2022-09-29 09:07:40.039177"]] TRANSACTION (3.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x81\xE5\x85\x89\xE7\x83\x88"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x81\xE5\x85\x89\xE7\x83\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.072630"], ["updated_at", "2022-09-29 09:07:40.072630"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x81\xE6\x8C\xAF\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x81\xE6\x8C\xAF\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.097457"], ["updated_at", "2022-09-29 09:07:40.097458"]] TRANSACTION (3.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x81\xE6\x93\x8E\xE5\xA2\xA9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x81\xE6\x93\x8E\xE5\xA2\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.124703"], ["updated_at", "2022-09-29 09:07:40.124704"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x81\xE6\x98\xA5\xE7\xA6\x84\xE5\xB9\xBF\xE8\xA5\xBF\xE6\x94\xBF\xE5\x8D\x8F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x81\xE6\x98\xA5\xE7\xA6\x84\xE5\xB9\xBF\xE8\xA5\xBF\xE6\x94\xBF\xE5\x8D\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.163530"], ["updated_at", "2022-09-29 09:07:40.163531"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x81\xE6\xB9\x98"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x81\xE6\xB9\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.187995"], ["updated_at", "2022-09-29 09:07:40.187995"]] TRANSACTION (3.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x81\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x81\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.214029"], ["updated_at", "2022-09-29 09:07:40.214030"]] TRANSACTION (4.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x85\xE7\xBA\xA2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x85\xE7\xBA\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.256699"], ["updated_at", "2022-09-29 09:07:40.256700"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\x93\xE5\x81\xA5\xE7\x89\xB9\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\x93\xE5\x81\xA5\xE7\x89\xB9\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.284178"], ["updated_at", "2022-09-29 09:07:40.284179"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\xA6\xE6\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\xA6\xE6\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.306673"], ["updated_at", "2022-09-29 09:07:40.306674"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\xA6\xE6\xBA\xAA\xE6\x96\x87\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\xA6\xE6\xBA\xAA\xE6\x96\x87\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.337387"], ["updated_at", "2022-09-29 09:07:40.337388"]] TRANSACTION (3.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\xA6\xE6\xBA\xAA\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\xA6\xE6\xBA\xAA\xE6\x96\x87\xE5\xAD\xA6\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.373168"], ["updated_at", "2022-09-29 09:07:40.373169"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\xA6\xE7\xBD\x91\xE6\xB4\xAA\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\xA6\xE7\xBD\x91\xE6\xB4\xAA\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.397071"], ["updated_at", "2022-09-29 09:07:40.397071"]] TRANSACTION (5.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA2\xA6\xE9\xAD\x87\xE6\x96\x87\xE8\xA7\xA6\xE7\xA4\xBE\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA2\xA6\xE9\xAD\x87\xE6\x96\x87\xE8\xA7\xA6\xE7\xA4\xBE\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.429298"], ["updated_at", "2022-09-29 09:07:40.429299"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA3\x80\xE5\xAF\x9F\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA3\x80\xE5\xAF\x9F\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.462677"], ["updated_at", "2022-09-29 09:07:40.462678"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA3\x8D\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA3\x8D\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.484924"], ["updated_at", "2022-09-29 09:07:40.484925"]] TRANSACTION (6.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA3\x92\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA3\x92\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.514188"], ["updated_at", "2022-09-29 09:07:40.514189"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA3\xAE\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA3\xAE\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.545809"], ["updated_at", "2022-09-29 09:07:40.545810"]] TRANSACTION (3.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA4\x8D\xE7\x89\xA9\xE5\x86\xB0"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA4\x8D\xE7\x89\xA9\xE5\x86\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.575721"], ["updated_at", "2022-09-29 09:07:40.575723"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA4\x92\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA4\x92\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.596069"], ["updated_at", "2022-09-29 09:07:40.596070"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA8\xA1\xE6\x8B\x9F\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA8\xA1\xE6\x8B\x9F\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.617781"], ["updated_at", "2022-09-29 09:07:40.617781"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA8\xA1\xE7\x89\xB9\xE8\xB5\xB0\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA8\xA1\xE7\x89\xB9\xE8\xB5\xB0\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.653159"], ["updated_at", "2022-09-29 09:07:40.653161"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA8\xB1\xE4\xBA\x95"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA8\xB1\xE4\xBA\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.678893"], ["updated_at", "2022-09-29 09:07:40.678894"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xA8\xB1\xE9\x9B\x85"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xA8\xB1\xE9\x9B\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.700519"], ["updated_at", "2022-09-29 09:07:40.700519"]] TRANSACTION (6.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAA\x94\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAA\x94\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.728191"], ["updated_at", "2022-09-29 09:07:40.728192"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAA\xA9\xE6\xAA\xAC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAA\xA9\xE6\xAA\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.762850"], ["updated_at", "2022-09-29 09:07:40.762851"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA0\xE4\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA0\xE4\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.791138"], ["updated_at", "2022-09-29 09:07:40.791139"]] TRANSACTION (2.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA0\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA0\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.812932"], ["updated_at", "2022-09-29 09:07:40.812933"]] TRANSACTION (6.3ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA1\xE9\x80\x9A\xE8\xBF\x87\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (8.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA1\xE9\x80\x9A\xE8\xBF\x87\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.853563"], ["updated_at", "2022-09-29 09:07:40.853565"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA2\xE4\xB9\x90\xE6\x80\xA7\xE4\xBB\x8A\xE5\xAE\xB5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA2\xE4\xB9\x90\xE6\x80\xA7\xE4\xBB\x8A\xE5\xAE\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.903199"], ["updated_at", "2022-09-29 09:07:40.903200"]] TRANSACTION (5.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA2\xE8\xBF\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA2\xE8\xBF\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.947846"], ["updated_at", "2022-09-29 09:07:40.947847"]] TRANSACTION (4.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA7\xE6\xB4\xB2\xE5\x9C\x86\xE6\x98\x8E\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA7\xE6\xB4\xB2\xE5\x9C\x86\xE6\x98\x8E\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.980396"], ["updated_at", "2022-09-29 09:07:40.980397"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA7\xE7\xBE\x8E\xE6\x88\x90\xE4\xBA\xBA\xE8\xB4\xB4\xE5\x9B\xBE\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA7\xE7\xBE\x8E\xE6\x88\x90\xE4\xBA\xBA\xE8\xB4\xB4\xE5\x9B\xBE\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:40.999791"], ["updated_at", "2022-09-29 09:07:40.999792"]] TRANSACTION (3.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xA7\xE9\x98\xB3\xE5\xBE\xB7 \xE5\xB9\xBF\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xA7\xE9\x98\xB3\xE5\xBE\xB7 \xE5\xB9\xBF\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.025293"], ["updated_at", "2022-09-29 09:07:41.025296"]] TRANSACTION (5.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE3\x80\x82\xE7\x81\xAB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE3\x80\x82\xE7\x81\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.059548"], ["updated_at", "2022-09-29 09:07:41.059549"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE4\xB8\x80\xE6\x9C\x9B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE4\xB8\x80\xE6\x9C\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.090403"], ["updated_at", "2022-09-29 09:07:41.090404"]] TRANSACTION (2.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.114358"], ["updated_at", "2022-09-29 09:07:41.114358"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE4\xBB\x99\xE6\xAC\xB2\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE4\xBB\x99\xE6\xAC\xB2\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.146420"], ["updated_at", "2022-09-29 09:07:41.146421"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE4\xBB\x99\xE6\xAC\xB2\xE6\xB5\xAA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE4\xBB\x99\xE6\xAC\xB2\xE6\xB5\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.178689"], ["updated_at", "2022-09-29 09:07:41.178690"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.204756"], ["updated_at", "2022-09-29 09:07:41.204757"]] TRANSACTION (6.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE6\x9C\x9B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE6\x9C\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.238001"], ["updated_at", "2022-09-29 09:07:41.238002"]] TRANSACTION (5.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE6\xAD\xBB\xE6\xAC\xB2\xE4\xBB\x99"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE6\xAD\xBB\xE6\xAC\xB2\xE4\xBB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.273381"], ["updated_at", "2022-09-29 09:07:41.273381"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE6\xB1\x82\xE4\xB8\x8D\xE6\xBB\xA1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE6\xB1\x82\xE4\xB8\x8D\xE6\xBB\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.297274"], ["updated_at", "2022-09-29 09:07:41.297276"]] TRANSACTION (3.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE6\xB5\xB7\xE5\xA4\xA9\xE9\xBE\x99\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE6\xB5\xB7\xE5\xA4\xA9\xE9\xBE\x99\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.325487"], ["updated_at", "2022-09-29 09:07:41.325488"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE7\x81\xAB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE7\x81\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.360587"], ["updated_at", "2022-09-29 09:07:41.360588"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xE7\x94\x9F\xE6\xAC\xB2\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xE7\x94\x9F\xE6\xAC\xB2\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.388037"], ["updated_at", "2022-09-29 09:07:41.388037"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xB2\xEF\xBC\x8C"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xB2\xEF\xBC\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.413003"], ["updated_at", "2022-09-29 09:07:41.413004"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAC\xBE\xE5\x88\xB0\xE5\x8F\x91\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAC\xBE\xE5\x88\xB0\xE5\x8F\x91\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.446933"], ["updated_at", "2022-09-29 09:07:41.446934"]] TRANSACTION (5.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\x8C\xE5\x8A\x9F\xE9\xA2\x82\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\x8C\xE5\x8A\x9F\xE9\xA2\x82\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.483757"], ["updated_at", "2022-09-29 09:07:41.483757"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\x90\xE6\xB4\xB2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\x90\xE6\xB4\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.506645"], ["updated_at", "2022-09-29 09:07:41.506645"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE4\xB9\x89\xE5\x85\x9A\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE4\xB9\x89\xE5\x85\x9A\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.533744"], ["updated_at", "2022-09-29 09:07:41.533745"]] TRANSACTION (7.3ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.575351"], ["updated_at", "2022-09-29 09:07:41.575352"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE9\x94\x80\xE5\x94\xAE\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.601255"], ["updated_at", "2022-09-29 09:07:41.601256"]] TRANSACTION (4.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE5\x93\x81\xE5\x86\x9B\xE5\x88\xBA\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE5\x93\x81\xE5\x86\x9B\xE5\x88\xBA\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.630659"], ["updated_at", "2022-09-29 09:07:41.630660"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.668767"], ["updated_at", "2022-09-29 09:07:41.668768"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE6\xB4\xBE\xE6\xB0\x91\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE6\xB4\xBE\xE6\xB0\x91\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.693865"], ["updated_at", "2022-09-29 09:07:41.693866"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.721155"], ["updated_at", "2022-09-29 09:07:41.721156"]] TRANSACTION (5.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE8\xA7\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE8\xA7\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.763906"], ["updated_at", "2022-09-29 09:07:41.763907"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA3\xE8\xA7\x84\xE7\xA8\x8E\xE7\xA5\xA8\xE4\xBB\xA3\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA3\xE8\xA7\x84\xE7\xA8\x8E\xE7\xA5\xA8\xE4\xBB\xA3\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.788793"], ["updated_at", "2022-09-29 09:07:41.788793"]] TRANSACTION (5.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA5qiang"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA5qiang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.818028"], ["updated_at", "2022-09-29 09:07:41.818029"]] TRANSACTION (7.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE4\xBE\xAF\xE7\xA5\xA0"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE4\xBE\xAF\xE7\xA5\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.857403"], ["updated_at", "2022-09-29 09:07:41.857404"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE5\x8A\x9B\xE9\x95\x87\xE5\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE5\x8A\x9B\xE9\x95\x87\xE5\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.887027"], ["updated_at", "2022-09-29 09:07:41.887028"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE7\xBB\xB4\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE7\xBB\xB4\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.910028"], ["updated_at", "2022-09-29 09:07:41.910029"]] TRANSACTION (5.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE8\x85\xBE\xE5\x85\xB0"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE8\x85\xBE\xE5\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.943109"], ["updated_at", "2022-09-29 09:07:41.943110"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE8\x97\xA4\xE5\x85\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE8\x97\xA4\xE5\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:41.982704"], ["updated_at", "2022-09-29 09:07:41.982705"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE8\xA3\x85\xE9\x95\x87\xE5\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE8\xA3\x85\xE9\x95\x87\xE5\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.006053"], ["updated_at", "2022-09-29 09:07:42.006054"]] TRANSACTION (16.1ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (7.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.061716"], ["updated_at", "2022-09-29 09:07:42.061717"]] TRANSACTION (4.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE8\xAD\xA6\xE5\xB7\xB2\xE5\xA2\x9E"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE8\xAD\xA6\xE5\xB7\xB2\xE5\xA2\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.108517"], ["updated_at", "2022-09-29 09:07:42.108518"]] TRANSACTION (6.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE8\xAD\xA6\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE8\xAD\xA6\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.139428"], ["updated_at", "2022-09-29 09:07:42.139429"]] TRANSACTION (4.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xA6\xE8\xAD\xA6\xE6\xAE\xB4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xA6\xE8\xAD\xA6\xE6\xAE\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.170860"], ["updated_at", "2022-09-29 09:07:42.170860"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xB2\xE6\xB7\xAB\xE4\xBA\x82"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xB2\xE6\xB7\xAB\xE4\xBA\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.195104"], ["updated_at", "2022-09-29 09:07:42.195105"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE4\xBA\xA1\xE7\xAC\x94\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE4\xBA\xA1\xE7\xAC\x94\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.222328"], ["updated_at", "2022-09-29 09:07:42.222329"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE5\x85\xA8\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE5\x85\xA8\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.258064"], ["updated_at", "2022-09-29 09:07:42.258065"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE5\x88\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE5\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.287506"], ["updated_at", "2022-09-29 09:07:42.287506"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE6\x9E\xAA\xE6\xAF\x99"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE6\x9E\xAA\xE6\xAF\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.310690"], ["updated_at", "2022-09-29 09:07:42.310690"]] TRANSACTION (5.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE7\x8E\xB0\xE5\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE7\x8E\xB0\xE5\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.341365"], ["updated_at", "2022-09-29 09:07:42.341366"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE7\xBC\x93\xE6\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE7\xBC\x93\xE6\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.373476"], ["updated_at", "2022-09-29 09:07:42.373477"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE8\xBF\x87\xE7\xA8\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE5\x88\x91\xE8\xBF\x87\xE7\xA8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.397441"], ["updated_at", "2022-09-29 09:07:42.397442"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE6\xB3\x95\xE5\x88\x86\xE5\xB8\x83"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE6\xB3\x95\xE5\x88\x86\xE5\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.419667"], ["updated_at", "2022-09-29 09:07:42.419668"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE8\xA6\x81\xE8\xA7\x81\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE8\xA6\x81\xE8\xA7\x81\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.456575"], ["updated_at", "2022-09-29 09:07:42.456576"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAD\xBB\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAD\xBB\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.494127"], ["updated_at", "2022-09-29 09:07:42.494128"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAE\x83\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAE\x83\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.517970"], ["updated_at", "2022-09-29 09:07:42.517971"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAE\xB5\xE4\xB9\x89\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAE\xB5\xE4\xB9\x89\xE5\x92\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.547176"], ["updated_at", "2022-09-29 09:07:42.547176"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAE\xB5\xE5\xBD\x95\xE5\xAE\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAE\xB5\xE5\xBD\x95\xE5\xAE\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.574842"], ["updated_at", "2022-09-29 09:07:42.574842"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAE\xB5\xE6\xA1\x82\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAE\xB5\xE6\xA1\x82\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.600530"], ["updated_at", "2022-09-29 09:07:42.600530"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAE\xB7\xE6\xA1\x83"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAE\xB7\xE6\xA1\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.623216"], ["updated_at", "2022-09-29 09:07:42.623217"]] TRANSACTION (5.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAE\xB7\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAE\xB7\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.660591"], ["updated_at", "2022-09-29 09:07:42.660592"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAE\xBAb"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAE\xBAb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.683724"], ["updated_at", "2022-09-29 09:07:42.683725"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x8D\xE4\xB9\xB3\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x8D\xE4\xB9\xB3\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.705046"], ["updated_at", "2022-09-29 09:07:42.705046"]] TRANSACTION (5.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x8D\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x8D\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.732953"], ["updated_at", "2022-09-29 09:07:42.732958"]] TRANSACTION (5.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x8D\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x8D\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.774330"], ["updated_at", "2022-09-29 09:07:42.774331"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x8D\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x8D\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.803604"], ["updated_at", "2022-09-29 09:07:42.803605"]] TRANSACTION (5.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x8D\xE5\xAD\x90\xE4\xB9\xB1\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x8D\xE5\xAD\x90\xE4\xB9\xB1\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.841119"], ["updated_at", "2022-09-29 09:07:42.841120"]] TRANSACTION (5.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x8D\xE5\xAD\x90\xE5\xA5\xB8\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x8D\xE5\xAD\x90\xE5\xA5\xB8\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.885932"], ["updated_at", "2022-09-29 09:07:42.885933"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x8F\xE5\x91\xA8\xE4\xB8\x80\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x8F\xE5\x91\xA8\xE4\xB8\x80\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.927104"], ["updated_at", "2022-09-29 09:07:42.927104"]] TRANSACTION (3.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x92\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x92\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.954076"], ["updated_at", "2022-09-29 09:07:42.954077"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x92\xE5\x93\x81\xE6\x88\x90\xE7\x98\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x92\xE5\x93\x81\xE6\x88\x90\xE7\x98\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.977739"], ["updated_at", "2022-09-29 09:07:42.977740"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x92\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x92\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:42.999325"], ["updated_at", "2022-09-29 09:07:42.999326"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x92\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x92\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.024461"], ["updated_at", "2022-09-29 09:07:43.024462"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x92\xE8\x9B\x87\xE9\x92\xBB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x92\xE8\x9B\x87\xE9\x92\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.060302"], ["updated_at", "2022-09-29 09:07:43.060302"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x92\xE8\xB1\xBA"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x92\xE8\xB1\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.087860"], ["updated_at", "2022-09-29 09:07:43.087861"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x94\xE5\x9F\xBA\xE5\xB0\xBC"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x94\xE5\x9F\xBA\xE5\xB0\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.112690"], ["updated_at", "2022-09-29 09:07:43.112690"]] TRANSACTION (7.8ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x94\xE8\xB5\x9B"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x94\xE8\xB5\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.149251"], ["updated_at", "2022-09-29 09:07:43.149253"]] TRANSACTION (8.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81\xE4\xB9\xA6\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE4\xBB\xA3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81\xE4\xB9\xA6\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE4\xBB\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.196229"], ["updated_at", "2022-09-29 09:07:43.196230"]] TRANSACTION (4.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9Bzd"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9Bzd"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.222809"], ["updated_at", "2022-09-29 09:07:43.222810"]] TRANSACTION (4.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9Bzx"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9Bzx"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.259099"], ["updated_at", "2022-09-29 09:07:43.259101"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE4\xB8\x80\xE9\xB2\x9C"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE4\xB8\x80\xE9\xB2\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.293331"], ["updated_at", "2022-09-29 09:07:43.293331"]] TRANSACTION (3.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE4\xB8\xBB\xE5\xB8\xAD\xE5\xA4\x8D\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE4\xB8\xBB\xE5\xB8\xAD\xE5\xA4\x8D\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.332227"], ["updated_at", "2022-09-29 09:07:43.332227"]] TRANSACTION (4.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE4\xB8\xBB\xE5\xB8\xAD\xE7\x9A\x84\xE5\xAB\xA1\xE5\xAD\x99"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE4\xB8\xBB\xE5\xB8\xAD\xE7\x9A\x84\xE5\xAB\xA1\xE5\xAD\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.375716"], ["updated_at", "2022-09-29 09:07:43.375717"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE5\x8E\x95\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE5\x8E\x95\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.412778"], ["updated_at", "2022-09-29 09:07:43.412780"]] TRANSACTION (7.3ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE5\xA4\xAA\xE7\xA5\x96"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE5\xA4\xAA\xE7\xA5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.453950"], ["updated_at", "2022-09-29 09:07:43.453952"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE6\x97\xB6\xE4\xBB\xA3\xE5\xA4\xA7\xE9\xA5\xA5\xE8\x8D\x92\xE6\x8F\xAD\xE7\xA7\x98"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE6\x97\xB6\xE4\xBB\xA3\xE5\xA4\xA7\xE9\xA5\xA5\xE8\x8D\x92\xE6\x8F\xAD\xE7\xA7\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.497533"], ["updated_at", "2022-09-29 09:07:43.497534"]] TRANSACTION (4.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.538645"], ["updated_at", "2022-09-29 09:07:43.538647"]] TRANSACTION (4.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C\xE4\xBE\x84\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C\xE4\xBE\x84\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.577530"], ["updated_at", "2022-09-29 09:07:43.577531"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C\xE5\xA4\x8D\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C\xE5\xA4\x8D\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.606563"], ["updated_at", "2022-09-29 09:07:43.606564"]] TRANSACTION (5.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.641915"], ["updated_at", "2022-09-29 09:07:43.641916"]] TRANSACTION (5.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE6\xB6\xA6\xE4\xB9\x8B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE6\xB6\xA6\xE4\xB9\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.682636"], ["updated_at", "2022-09-29 09:07:43.682637"]] TRANSACTION (3.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE6\xBE\xA4\xE6\x9D\xB1"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE6\xBE\xA4\xE6\x9D\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.707604"], ["updated_at", "2022-09-29 09:07:43.707604"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE7\x88\xB7\xE7\x88\xB7\xE5\xA4\x8D\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE7\x88\xB7\xE7\x88\xB7\xE5\xA4\x8D\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.734946"], ["updated_at", "2022-09-29 09:07:43.734947"]] TRANSACTION (5.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.774455"], ["updated_at", "2022-09-29 09:07:43.774455"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE7\x89\x87\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE7\x89\x87\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.796296"], ["updated_at", "2022-09-29 09:07:43.796297"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE7\x9B\xB8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE7\x9B\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.818728"], ["updated_at", "2022-09-29 09:07:43.818731"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE8\xB4\xBC"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE8\xB4\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.851453"], ["updated_at", "2022-09-29 09:07:43.851454"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xAF\x9B\xE8\xB4\xBC\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xAF\x9B\xE8\xB4\xBC\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.884490"], ["updated_at", "2022-09-29 09:07:43.884493"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB8\x80\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB8\x80\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.908111"], ["updated_at", "2022-09-29 09:07:43.908111"]] TRANSACTION (3.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB8\xBA\xE6\xB3\x95\xE6\x89\xA7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB8\xBA\xE6\xB3\x95\xE6\x89\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.935470"], ["updated_at", "2022-09-29 09:07:43.935472"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.969615"], ["updated_at", "2022-09-29 09:07:43.969616"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE4\xB8\x8D\xE8\x83\xBD\xE7\xAD\x89\xE5\xBE\x85"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE4\xB8\x8D\xE8\x83\xBD\xE7\xAD\x89\xE5\xBE\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:43.993912"], ["updated_at", "2022-09-29 09:07:43.993913"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE5\xA2\x99"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE5\xA2\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.020454"], ["updated_at", "2022-09-29 09:07:44.020456"]] TRANSACTION (5.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE5\xA5\xB3\xE7\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE5\xA5\xB3\xE7\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.058687"], ["updated_at", "2022-09-29 09:07:44.058688"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE8\xBF\x98\xE4\xB8\x93\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB8\xBB\xE8\xBF\x98\xE4\xB8\x93\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.086339"], ["updated_at", "2022-09-29 09:07:44.086340"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE4\xB9\x9D\xE4\xBA\xBF\xE5\x95\x86"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE4\xB9\x9D\xE4\xBA\xBF\xE5\x95\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.111755"], ["updated_at", "2022-09-29 09:07:44.111756"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE5\x82\xA8\xE5\xAE\xB3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE5\x82\xA8\xE5\xAE\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.138649"], ["updated_at", "2022-09-29 09:07:44.138650"]] TRANSACTION (5.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.173449"], ["updated_at", "2022-09-29 09:07:44.173450"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE6\x84\x8F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE6\x84\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.196373"], ["updated_at", "2022-09-29 09:07:44.196374"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE6\x84\x8F\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE6\x84\x8F\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.217400"], ["updated_at", "2022-09-29 09:07:44.217401"]] TRANSACTION (5.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE6\x8A\x97\xE8\xAE\xAE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE6\x8A\x97\xE8\xAE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.248377"], ["updated_at", "2022-09-29 09:07:44.248378"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE6\x97\x8F\xE7\x9F\x9B\xE7\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE6\x97\x8F\xE7\x9F\x9B\xE7\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.283544"], ["updated_at", "2022-09-29 09:07:44.283545"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE6\x97\x8F\xE9\x97\xAE\xE9\xA2\x98"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE6\x97\x8F\xE9\x97\xAE\xE9\xA2\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.312798"], ["updated_at", "2022-09-29 09:07:44.312799"]] TRANSACTION (5.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE6\xAE\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE6\xAE\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.342861"], ["updated_at", "2022-09-29 09:07:44.342861"]] TRANSACTION (4.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE6\xBE\xA4\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE6\xBE\xA4\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.376813"], ["updated_at", "2022-09-29 09:07:44.376814"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE7\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE7\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.402373"], ["updated_at", "2022-09-29 09:07:44.402373"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE7\x8F\xA0"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE7\x8F\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.423966"], ["updated_at", "2022-09-29 09:07:44.423966"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE7\xAB\xB9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE7\xAB\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.459521"], ["updated_at", "2022-09-29 09:07:44.459522"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.487123"], ["updated_at", "2022-09-29 09:07:44.487124"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.507857"], ["updated_at", "2022-09-29 09:07:44.507858"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE8\xAD\xA6\xE5\xBD\x93\xE5\x89\xAF\xE9\x99\xA2\xE9\x95\xBF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE8\xAD\xA6\xE5\xBD\x93\xE5\x89\xAF\xE9\x99\xA2\xE9\x95\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.530129"], ["updated_at", "2022-09-29 09:07:44.530130"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.555225"], ["updated_at", "2022-09-29 09:07:44.555226"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE8\xBF\x90\xE4\xBA\xBA\xE5\xA3\xAB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE8\xBF\x90\xE4\xBA\xBA\xE5\xA3\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.582244"], ["updated_at", "2022-09-29 09:07:44.582245"]] TRANSACTION (7.2ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE8\xBF\x90\xE5\x88\x86\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE8\xBF\x90\xE5\x88\x86\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.623639"], ["updated_at", "2022-09-29 09:07:44.623640"]] TRANSACTION (5.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE8\xBF\x9B\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE8\xBF\x9B\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.668970"], ["updated_at", "2022-09-29 09:07:44.668970"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x91\xE9\x98\xB5"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x91\xE9\x98\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.693335"], ["updated_at", "2022-09-29 09:07:44.693335"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x93\xE5\x9F\xB9\xE8\xAE\xAD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x93\xE5\x9F\xB9\xE8\xAE\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.722604"], ["updated_at", "2022-09-29 09:07:44.722604"]] TRANSACTION (5.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.751097"], ["updated_at", "2022-09-29 09:07:44.751098"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\x94\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\x94\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.787363"], ["updated_at", "2022-09-29 09:07:44.787365"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA2\xE5\xBC\xB9\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA2\xE5\xBC\xB9\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.816929"], ["updated_at", "2022-09-29 09:07:44.816929"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA3\xE5\x8B\x95\xE9\x8B\xBC\xE7\x8F\xA0\xE6\xA7\x8D\xE8\xB3\xBC\xE8\xB2\xB7"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA3\xE5\x8B\x95\xE9\x8B\xBC\xE7\x8F\xA0\xE6\xA7\x8D\xE8\xB3\xBC\xE8\xB2\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.839045"], ["updated_at", "2022-09-29 09:07:44.839046"]] TRANSACTION (6.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA3\xE6\xA7\x8D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA3\xE6\xA7\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.877968"], ["updated_at", "2022-09-29 09:07:44.877968"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA3\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA3\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.906777"], ["updated_at", "2022-09-29 09:07:44.906777"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA3\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA3\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.931416"], ["updated_at", "2022-09-29 09:07:44.931417"]] TRANSACTION (5.0ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE4\xBA\x8C\xE4\xB8\x81\xE5\x9F\xBA\xE9\x94\xA1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE4\xBA\x8C\xE4\xB8\x81\xE5\x9F\xBA\xE9\x94\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:44.969550"], ["updated_at", "2022-09-29 09:07:44.969551"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE4\xBA\x9A\xE9\x93\x8A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE4\xBA\x9A\xE9\x93\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.002368"], ["updated_at", "2022-09-29 09:07:45.002369"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE6\xB1\x9E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE6\xB1\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.029224"], ["updated_at", "2022-09-29 09:07:45.029228"]] TRANSACTION (4.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE6\xB1\x9E\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE6\xB1\x9E\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.068426"], ["updated_at", "2022-09-29 09:07:45.068426"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE9\x93\x8A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA7\xE5\x8C\x96\xE9\x93\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.100273"], ["updated_at", "2022-09-29 09:07:45.100273"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xA7\xE6\xB0\xAF\xE5\x8C\x96\xE7\xA3\xB7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xA7\xE6\xB0\xAF\xE5\x8C\x96\xE7\xA3\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.120923"], ["updated_at", "2022-09-29 09:07:45.120923"]] TRANSACTION (5.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xAF\xE5\x99\xBB\xE5\x97\xAA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xAF\xE5\x99\xBB\xE5\x97\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.151797"], ["updated_at", "2022-09-29 09:07:45.151798"]] TRANSACTION (5.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.188425"], ["updated_at", "2022-09-29 09:07:45.188426"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xA0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.214941"], ["updated_at", "2022-09-29 09:07:45.214942"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.235172"], ["updated_at", "2022-09-29 09:07:45.235173"]] TRANSACTION (5.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE4\xB8\x8B\xE6\xBF\x80\xE6\x83\x85\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE4\xB8\x8B\xE6\xBF\x80\xE6\x83\x85\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.268837"], ["updated_at", "2022-09-29 09:07:45.268838"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE4\xB8\x8B\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE4\xB8\x8B\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.298642"], ["updated_at", "2022-09-29 09:07:45.298643"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE4\xB9\xB3\xE4\xBA\xA4\xE8\x9E\x8D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE4\xB9\xB3\xE4\xBA\xA4\xE8\x9E\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.320741"], ["updated_at", "2022-09-29 09:07:45.320742"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE5\x86\x9B\xE5\x85\xBC\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (8.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE5\x86\x9B\xE5\x85\xBC\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.345022"], ["updated_at", "2022-09-29 09:07:45.345023"]] TRANSACTION (7.0ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE5\x86\x9B\xE5\x86\x9B\xE5\x9B\xA2\xE6\x8B\x9B\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE5\x86\x9B\xE5\x86\x9B\xE5\x9B\xA2\xE6\x8B\x9B\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.403540"], ["updated_at", "2022-09-29 09:07:45.403542"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE5\x86\x9B\xE6\x8B\x9B\xE8\x81\x98"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE5\x86\x9B\xE6\x8B\x9B\xE8\x81\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.432464"], ["updated_at", "2022-09-29 09:07:45.432464"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE5\xAB\xA9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE5\xAB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.464104"], ["updated_at", "2022-09-29 09:07:45.464105"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE5\xB9\xB2\xE6\xB6\xB8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE5\xB9\xB2\xE6\xB6\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.497612"], ["updated_at", "2022-09-29 09:07:45.497613"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE6\x80\xA7\xE4\xB8\x80\xE6\x9D\xA8\xE8\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE6\x80\xA7\xE4\xB8\x80\xE6\x9D\xA8\xE8\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.525063"], ["updated_at", "2022-09-29 09:07:45.525064"]] TRANSACTION (5.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE6\x89\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE6\x89\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.555935"], ["updated_at", "2022-09-29 09:07:45.555937"]] TRANSACTION (4.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE6\xB5\xB4\xE6\xB3\x95\xE5\x88\xB6TNT"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE6\xB5\xB4\xE6\xB3\x95\xE5\x88\xB6TNT"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.591200"], ["updated_at", "2022-09-29 09:07:45.591201"]] TRANSACTION (9.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE9\x87\x8E\xE6\x98\xA5\xE6\xA0\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE9\x87\x8E\xE6\x98\xA5\xE6\xA0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.626378"], ["updated_at", "2022-09-29 09:07:45.626379"]] TRANSACTION (5.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB4\xE9\x98\x8E\xE7\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB4\xE9\x98\x8E\xE7\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.664490"], ["updated_at", "2022-09-29 09:07:45.664491"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB5\xE5\x8C\x8B\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB5\xE5\x8C\x8B\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.703613"], ["updated_at", "2022-09-29 09:07:45.703614"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB5\xE5\x8E\xBB"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB5\xE5\x8E\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.728284"], ["updated_at", "2022-09-29 09:07:45.728285"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB5\xE5\x8E\xBB\xE8\xBD\xA6\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB5\xE5\x8E\xBB\xE8\xBD\xA6\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.759477"], ["updated_at", "2022-09-29 09:07:45.759478"]] TRANSACTION (5.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB5\xE5\x8E\xBB\xE8\xBD\xA6\xE4\xBB\x91\xE5\xB7\xA5\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB5\xE5\x8E\xBB\xE8\xBD\xA6\xE4\xBB\x91\xE5\xB7\xA5\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.794140"], ["updated_at", "2022-09-29 09:07:45.794141"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB0\xB8\xE4\xBC\x8F\xE8\x99\xAB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB0\xB8\xE4\xBC\x8F\xE8\x99\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.818286"], ["updated_at", "2022-09-29 09:07:45.818287"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x82\xE6\x8E\xA8\xE8\x8D\x90"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x82\xE6\x8E\xA8\xE8\x8D\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.841270"], ["updated_at", "2022-09-29 09:07:45.841271"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x82\xE6\x95\x91\xE9\x81\xAD\xE6\x8B\x92"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x82\xE6\x95\x91\xE9\x81\xAD\xE6\x8B\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.873594"], ["updated_at", "2022-09-29 09:07:45.873595"]] TRANSACTION (3.6ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x82\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x82\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.904319"], ["updated_at", "2022-09-29 09:07:45.904319"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x82\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x82\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.927366"], ["updated_at", "2022-09-29 09:07:45.927367"]] TRANSACTION (6.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x82\xE8\xB4\xAD\xE4\xB8\x89\xE5\x94\x91\xE4\xBB\x91\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x82\xE8\xB4\xAD\xE4\xB8\x89\xE5\x94\x91\xE4\xBB\x91\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.960829"], ["updated_at", "2022-09-29 09:07:45.960831"]] TRANSACTION (5.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x82\xE8\xB4\xAD\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xBE"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x82\xE8\xB4\xAD\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:45.996569"], ["updated_at", "2022-09-29 09:07:45.996570"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x82\xE8\xB4\xAD\xE9\x93\x8A\xE7\x9B\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x82\xE8\xB4\xAD\xE9\x93\x8A\xE7\x9B\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.028250"], ["updated_at", "2022-09-29 09:07:46.028252"]] TRANSACTION (4.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x89\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x89\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.057522"], ["updated_at", "2022-09-29 09:07:46.057524"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x89\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x89\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.091617"], ["updated_at", "2022-09-29 09:07:46.091618"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x89\xE7\xBB\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x89\xE7\xBB\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.125327"], ["updated_at", "2022-09-29 09:07:46.125328"]] TRANSACTION (3.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x89\xE8\x8A\xAF\xE9\x80\xA0\xE5\x81\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x89\xE8\x8A\xAF\xE9\x80\xA0\xE5\x81\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.154050"], ["updated_at", "2022-09-29 09:07:46.154052"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x95\xE5\xB0\xBE\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x95\xE5\xB0\xBE\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.186996"], ["updated_at", "2022-09-29 09:07:46.186997"]] TRANSACTION (5.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x95\xE9\xA0\xAD\xE9\xA0\xBB\xE5\x82\xB3\xE6\x93\x84\xE7\xAB\xA5\xE5\x89\xB2\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x95\xE9\xA0\xAD\xE9\xA0\xBB\xE5\x82\xB3\xE6\x93\x84\xE7\xAB\xA5\xE5\x89\xB2\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.227500"], ["updated_at", "2022-09-29 09:07:46.227500"]] TRANSACTION (6.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9Fcore"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9Fcore"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.273343"], ["updated_at", "2022-09-29 09:07:46.273345"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9Fx"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9Fx"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.306446"], ["updated_at", "2022-09-29 09:07:46.306447"]] TRANSACTION (4.0ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9Fze\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9Fze\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.338373"], ["updated_at", "2022-09-29 09:07:46.338390"]] TRANSACTION (6.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9Fzm"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9Fzm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.377134"], ["updated_at", "2022-09-29 09:07:46.377135"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9Fz\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9Fz\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.411088"], ["updated_at", "2022-09-29 09:07:46.411089"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE4\xB8\x89\xE6\x9D\xA1\xE8\x85\xBF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE4\xB8\x89\xE6\x9D\xA1\xE8\x85\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.436700"], ["updated_at", "2022-09-29 09:07:46.436701"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE4\xB8\x91\xE9\x97\xBB"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE4\xB8\x91\xE9\x97\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.470560"], ["updated_at", "2022-09-29 09:07:46.470561"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.505671"], ["updated_at", "2022-09-29 09:07:46.505672"]] TRANSACTION (3.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE4\xBA\xBA\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE4\xBA\xBA\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.531462"], ["updated_at", "2022-09-29 09:07:46.531462"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\x85\xAB\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\x85\xAB\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.560555"], ["updated_at", "2022-09-29 09:07:46.560556"]] TRANSACTION (5.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\x88\x99\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\x88\x99\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.605548"], ["updated_at", "2022-09-29 09:07:46.605550"]] TRANSACTION (3.5ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\x93\xA5"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\x93\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.636867"], ["updated_at", "2022-09-29 09:07:46.636868"]] TRANSACTION (7.9ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\xA4\xAA\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\xA4\xAA\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.681435"], ["updated_at", "2022-09-29 09:07:46.681436"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\xAB\xA1\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\xAB\xA1\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.714080"], ["updated_at", "2022-09-29 09:07:46.714081"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\xAE\xB0\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\xAE\xB0\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.737515"], ["updated_at", "2022-09-29 09:07:46.737515"]] TRANSACTION (7.1ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\xAE\xB6\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\xAE\xB6\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.774340"], ["updated_at", "2022-09-29 09:07:46.774341"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\xB1\xB1\xE5\xA6\x82\xE6\xAD\xA4\xE5\xA4\x9A\xE5\xA8\x87txt\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\xB1\xB1\xE5\xA6\x82\xE6\xAD\xA4\xE5\xA4\x9A\xE5\xA8\x87txt\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.807060"], ["updated_at", "2022-09-29 09:07:46.807061"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE5\xB1\xB1\xE7\xBE\x8E\xE4\xBA\xBA\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE5\xB1\xB1\xE7\xBE\x8E\xE4\xBA\xBA\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.838017"], ["updated_at", "2022-09-29 09:07:46.838018"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\x81\xB6\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\x81\xB6\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.881869"], ["updated_at", "2022-09-29 09:07:46.881870"]] TRANSACTION (4.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\x88\x8F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\x88\x8F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.930092"], ["updated_at", "2022-09-29 09:07:46.930092"]] TRANSACTION (6.4ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\x88\xB2\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\x88\xB2\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:46.964318"], ["updated_at", "2022-09-29 09:07:46.964319"]] TRANSACTION (4.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\x8A\x98\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\x8A\x98\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.000183"], ["updated_at", "2022-09-29 09:07:47.000184"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\x9B\xB8\xE8\xA8\x98"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\x9B\xB8\xE8\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.022266"], ["updated_at", "2022-09-29 09:07:47.022266"]] TRANSACTION (3.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\x9F\x90\xE6\x9F\x90"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\x9F\x90\xE6\x9F\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.053838"], ["updated_at", "2022-09-29 09:07:47.053839"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xA0\xB8\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xA0\xB8\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.095357"], ["updated_at", "2022-09-29 09:07:47.095358"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xA2\xB3\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xA2\xB3\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.122295"], ["updated_at", "2022-09-29 09:07:47.122296"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.147758"], ["updated_at", "2022-09-29 09:07:47.147758"]] TRANSACTION (3.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB0\x8F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB0\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.183064"], ["updated_at", "2022-09-29 09:07:47.183065"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE5\xAE\xB6\xE6\x97\x8F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE5\xAE\xB6\xE6\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.208795"], ["updated_at", "2022-09-29 09:07:47.208796"]] TRANSACTION (2.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE6\x94\xBF\xE6\xB2\xBB\xE5\xA7\x94\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE6\x94\xBF\xE6\xB2\xBB\xE5\xA7\x94\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.232236"], ["updated_at", "2022-09-29 09:07:47.232236"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE6\x94\xBF\xE6\xB2\xBB\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE6\x94\xBF\xE6\xB2\xBB\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.262009"], ["updated_at", "2022-09-29 09:07:47.262011"]] TRANSACTION (5.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.298820"], ["updated_at", "2022-09-29 09:07:47.298821"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE9\x9B\x86\xE5\x9C\x98"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB0\x8F\xE9\x9B\x86\xE5\x9C\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.327640"], ["updated_at", "2022-09-29 09:07:47.327640"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB2\xA2\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB2\xA2\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.351567"], ["updated_at", "2022-09-29 09:07:47.351568"]] TRANSACTION (5.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB3\x89\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB3\x89\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.387969"], ["updated_at", "2022-09-29 09:07:47.387970"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB3\xBD\xE6\x85\xA7"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB3\xBD\xE6\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.412993"], ["updated_at", "2022-09-29 09:07:47.412993"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.435648"], ["updated_at", "2022-09-29 09:07:47.435648"]] TRANSACTION (4.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91\xE5\x85\xB6\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB3\xBD\xE6\xB0\x91\xE5\x85\xB6\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.461620"], ["updated_at", "2022-09-29 09:07:47.461620"]] TRANSACTION (3.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.495699"], ["updated_at", "2022-09-29 09:07:47.495700"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB4\xBE\xE4\xBA\xBA\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB4\xBE\xE4\xBA\xBA\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.520897"], ["updated_at", "2022-09-29 09:07:47.520897"]] TRANSACTION (3.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB4\xBE\xE5\x92\x8C\xE8\x83\xA1\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB4\xBE\xE5\x92\x8C\xE8\x83\xA1\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.547976"], ["updated_at", "2022-09-29 09:07:47.547977"]] TRANSACTION (5.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB4\xBE\xE7\x8A\xAF\xE7\xBD\xAA\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB4\xBE\xE7\x8A\xAF\xE7\xBD\xAA\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.587504"], ["updated_at", "2022-09-29 09:07:47.587505"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB5\x81\xE6\xB0\x93"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB5\x81\xE6\xB0\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.621891"], ["updated_at", "2022-09-29 09:07:47.621892"]] TRANSACTION (3.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB5\x99\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB5\x99\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.651782"], ["updated_at", "2022-09-29 09:07:47.651783"]] TRANSACTION (5.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB5\x99\xE9\x96\xA9"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB5\x99\xE9\x96\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.691616"], ["updated_at", "2022-09-29 09:07:47.691617"]] TRANSACTION (6.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xB9\x96\xE6\xB7\xAB\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xB9\x96\xE6\xB7\xAB\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.739363"], ["updated_at", "2022-09-29 09:07:47.739364"]] TRANSACTION (4.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xBE\xA4\xE6\x85\xA7"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xBE\xA4\xE6\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.776935"], ["updated_at", "2022-09-29 09:07:47.776936"]] TRANSACTION (4.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE6\xBE\xA4\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE6\xBE\xA4\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.818189"], ["updated_at", "2022-09-29 09:07:47.818189"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\x8B\xAC\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\x8B\xAC\xE8\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.848642"], ["updated_at", "2022-09-29 09:07:47.848644"]] TRANSACTION (4.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.885105"], ["updated_at", "2022-09-29 09:07:47.885106"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\x8C\xAA\xE5\xAA\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\x8C\xAA\xE5\xAA\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.916290"], ["updated_at", "2022-09-29 09:07:47.916291"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\x90\x86\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\x90\x86\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.937550"], ["updated_at", "2022-09-29 09:07:47.937551"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xA5\xB8\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xA5\xB8\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:47.970076"], ["updated_at", "2022-09-29 09:07:47.970077"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xAB\xB9\xE7\xAD\xA0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xAB\xB9\xE7\xAD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.004613"], ["updated_at", "2022-09-29 09:07:48.004614"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xB3\xBB\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xB3\xBB\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.028411"], ["updated_at", "2022-09-29 09:07:48.028411"]] TRANSACTION (3.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xB3\xBB\xE4\xBA\xBA\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xB3\xBB\xE4\xBA\xBA\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.055015"], ["updated_at", "2022-09-29 09:07:48.055016"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xB6\xBF\xE5\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xB6\xBF\xE5\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.093834"], ["updated_at", "2022-09-29 09:07:48.093835"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xB6\xBF\xE6\x81\x86"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xB6\xBF\xE6\x81\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.121590"], ["updated_at", "2022-09-29 09:07:48.121590"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xBB\xB5\xE5\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xBB\xB5\xE5\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.146386"], ["updated_at", "2022-09-29 09:07:48.146388"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xBB\xB5\xE6\x81\x92"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xBB\xB5\xE6\x81\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.199009"], ["updated_at", "2022-09-29 09:07:48.199010"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xBD\x97"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xBD\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.221933"], ["updated_at", "2022-09-29 09:07:48.221933"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE7\xBD\x97\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE7\xBD\x97\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.243016"], ["updated_at", "2022-09-29 09:07:48.243017"]] TRANSACTION (6.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\x83\xA1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\x83\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.279107"], ["updated_at", "2022-09-29 09:07:48.279109"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\x83\xA1\xE5\x86\x85\xE6\x96\x97"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\x83\xA1\xE5\x86\x85\xE6\x96\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.312583"], ["updated_at", "2022-09-29 09:07:48.312584"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\x83\xA1\xE6\x96\x97"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\x83\xA1\xE6\x96\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.336903"], ["updated_at", "2022-09-29 09:07:48.336904"]] TRANSACTION (4.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\x9B\xA4\xE8\x9F\x86"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\x9B\xA4\xE8\x9F\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.363274"], ["updated_at", "2022-09-29 09:07:48.363276"]] TRANSACTION (4.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\xA5\xBF\xE7\x94\xB0\xE5\x9B\xAD\xE7\xBD\xAE\xE4\xB8\x9A\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\xA5\xBF\xE7\x94\xB0\xE5\x9B\xAD\xE7\xBD\xAE\xE4\xB8\x9A\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.396882"], ["updated_at", "2022-09-29 09:07:48.396885"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\xB1\xAC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\xB1\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.420947"], ["updated_at", "2022-09-29 09:07:48.420948"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\xB3\x8A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\xB3\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.444666"], ["updated_at", "2022-09-29 09:07:48.444666"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\xB4\xBC"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\xB4\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.474956"], ["updated_at", "2022-09-29 09:07:48.474957"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE8\xB4\xBC\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE8\xB4\xBC\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.504824"], ["updated_at", "2022-09-29 09:07:48.504825"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.526852"], ["updated_at", "2022-09-29 09:07:48.526853"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE9\x9D\x92\xE8\x87\xAA\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE9\x9D\x92\xE8\x87\xAA\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.548920"], ["updated_at", "2022-09-29 09:07:48.548921"]] TRANSACTION (4.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\x9F\xE9\xBB\x91\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\x9F\xE9\xBB\x91\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.584741"], ["updated_at", "2022-09-29 09:07:48.584742"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.626629"], ["updated_at", "2022-09-29 09:07:48.626630"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xA4\xE5\x85\x89\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xA4\xE5\x85\x89\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.651684"], ["updated_at", "2022-09-29 09:07:48.651685"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xA4\xE5\x8A\xA0\xE4\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xA4\xE5\x8A\xA0\xE4\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.695813"], ["updated_at", "2022-09-29 09:07:48.695814"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xA4\xE5\x8A\xA0\xE4\xB8\xBD\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xA4\xE5\x8A\xA0\xE4\xB8\xBD\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.726395"], ["updated_at", "2022-09-29 09:07:48.726396"]] TRANSACTION (4.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xA4\xE5\x9C\x86"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xA4\xE5\x9C\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.752999"], ["updated_at", "2022-09-29 09:07:48.753000"]] TRANSACTION (5.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE4\xB8\x9C\xE5\x85\xB4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE4\xB8\x9C\xE5\x85\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.794445"], ["updated_at", "2022-09-29 09:07:48.794446"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE5\x85\x86\xE9\x92\xA7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE5\x85\x86\xE9\x92\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.823729"], ["updated_at", "2022-09-29 09:07:48.823729"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE5\x85\x89\xE7\x84\x98"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE5\x85\x89\xE7\x84\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.845831"], ["updated_at", "2022-09-29 09:07:48.845832"]] TRANSACTION (8.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE5\xB2\xB7"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE5\xB2\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.890721"], ["updated_at", "2022-09-29 09:07:48.890722"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE6\xB0\xB8\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE6\xB0\xB8\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.922191"], ["updated_at", "2022-09-29 09:07:48.922192"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE6\xB4\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE6\xB4\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.944637"], ["updated_at", "2022-09-29 09:07:48.944638"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE9\x9B\xA8"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE9\x9B\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:48.978055"], ["updated_at", "2022-09-29 09:07:48.978056"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xAA\xE9\x9D\x99"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xAA\xE9\x9D\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.010123"], ["updated_at", "2022-09-29 09:07:49.010124"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.031846"], ["updated_at", "2022-09-29 09:07:49.031847"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.054248"], ["updated_at", "2022-09-29 09:07:49.054250"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.090484"], ["updated_at", "2022-09-29 09:07:49.090484"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.119558"], ["updated_at", "2022-09-29 09:07:49.119558"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.144008"], ["updated_at", "2022-09-29 09:07:49.144008"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE6\x94\xAF\xE4\xBB\x98\xE5\xAE\x9D\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE6\x94\xAF\xE4\xBB\x98\xE5\xAE\x9D\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.178642"], ["updated_at", "2022-09-29 09:07:49.178643"]] TRANSACTION (7.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.217959"], ["updated_at", "2022-09-29 09:07:49.217959"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE7\x8B\x97\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.242070"], ["updated_at", "2022-09-29 09:07:49.242073"]] TRANSACTION (4.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE8\xBD\xA6\xE8\xA7\xA3\xE7\xA0\x81\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE8\xBD\xA6\xE8\xA7\xA3\xE7\xA0\x81\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.281499"], ["updated_at", "2022-09-29 09:07:49.281500"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB1\xBD\xE8\xBD\xA6\xE8\xB5\xB0\xE8\xA1\xA8\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB1\xBD\xE8\xBD\xA6\xE8\xB5\xB0\xE8\xA1\xA8\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.316907"], ["updated_at", "2022-09-29 09:07:49.316907"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x81\xE5\x9B\xAD\xE6\x98\xA5\xE8\xA1\x80"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x81\xE5\x9B\xAD\xE6\x98\xA5\xE8\xA1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.338498"], ["updated_at", "2022-09-29 09:07:49.338498"]] TRANSACTION (5.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x88\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x88\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.368062"], ["updated_at", "2022-09-29 09:07:49.368063"]] TRANSACTION (5.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x88\xE5\xBD\xA4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x88\xE5\xBD\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.403694"], ["updated_at", "2022-09-29 09:07:49.403695"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x88\xE6\x98\x8C\xE4\xBA\xBA\xE4\xBD\x93\xE7\xA7\x91\xE6\x8A\x80"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x88\xE6\x98\x8C\xE4\xBA\xBA\xE4\xBD\x93\xE7\xA7\x91\xE6\x8A\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.431461"], ["updated_at", "2022-09-29 09:07:49.431462"]] TRANSACTION (4.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x88\xE6\x98\x8C\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x88\xE6\x98\x8C\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.457634"], ["updated_at", "2022-09-29 09:07:49.457635"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x88\xE8\xB7\x83\xE8\xB7\x83"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x88\xE8\xB7\x83\xE8\xB7\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.493581"], ["updated_at", "2022-09-29 09:07:49.493582"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x88\xE9\x98\xB3\xE5\x85\xAC\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x88\xE9\x98\xB3\xE5\x85\xAC\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.522210"], ["updated_at", "2022-09-29 09:07:49.522210"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x88\xE9\x98\xB3\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x88\xE9\x98\xB3\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.543957"], ["updated_at", "2022-09-29 09:07:49.543958"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x89\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x89\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.574422"], ["updated_at", "2022-09-29 09:07:49.574423"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x99\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x99\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.605037"], ["updated_at", "2022-09-29 09:07:49.605038"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x99\xE6\xBB\xA9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x99\xE6\xBB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.626974"], ["updated_at", "2022-09-29 09:07:49.626975"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x99\xE7\x9A\x87\xE6\x9D\x8E\xE9\x95\xBF\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x99\xE7\x9A\x87\xE6\x9D\x8E\xE9\x95\xBF\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.649796"], ["updated_at", "2022-09-29 09:07:49.649796"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\x9F\xE5\xA3\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\x9F\xE5\xA3\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.681148"], ["updated_at", "2022-09-29 09:07:49.681149"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xA1\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xA1\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.710729"], ["updated_at", "2022-09-29 09:07:49.710730"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xA1\xE6\x94\xB6\xE4\xB8\xAA\xE4\xBA\xBA\xE5\x85\xA8\xE9\x83\xA8\xE8\xB4\xA2\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xA1\xE6\x94\xB6\xE4\xB8\xAA\xE4\xBA\xBA\xE5\x85\xA8\xE9\x83\xA8\xE8\xB4\xA2\xE4\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.735576"], ["updated_at", "2022-09-29 09:07:49.735576"]] TRANSACTION (4.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xA1\xE6\x94\xB6\xE4\xB8\xAA\xE4\xBA\xBA\xE8\xB4\xA2\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xA1\xE6\x94\xB6\xE4\xB8\xAA\xE4\xBA\xBA\xE8\xB4\xA2\xE4\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.762209"], ["updated_at", "2022-09-29 09:07:49.762210"]] TRANSACTION (4.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xA6\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xA6\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.797116"], ["updated_at", "2022-09-29 09:07:49.797117"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xA6\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xA6\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.819345"], ["updated_at", "2022-09-29 09:07:49.819345"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xA6\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xA6\xE6\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.839410"], ["updated_at", "2022-09-29 09:07:49.839411"]] TRANSACTION (4.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xA7\xE6\xBE\x9C\xE6\x9B\xB2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xA7\xE6\xBE\x9C\xE6\x9B\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.865613"], ["updated_at", "2022-09-29 09:07:49.865614"]] TRANSACTION (14.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xB3\xE5\x8D\x97\xE5\xBC\x93\xE5\xBC\xA9\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xB3\xE5\x8D\x97\xE5\xBC\x93\xE5\xBC\xA9\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.909791"], ["updated_at", "2022-09-29 09:07:49.909791"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xB3\xE6\xAE\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xB3\xE6\xAE\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.934289"], ["updated_at", "2022-09-29 09:07:49.934290"]] TRANSACTION (3.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xB3\xE8\x9F\xB9"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xB3\xE8\x9F\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.955123"], ["updated_at", "2022-09-29 09:07:49.955123"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xB3\xE8\x9F\xB9\xE7\xA4\xBE\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xB3\xE8\x9F\xB9\xE7\xA4\xBE\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:49.989385"], ["updated_at", "2022-09-29 09:07:49.989386"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xB9\xE7\x94\xB0\xE6\x80\xBB\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xB9\xE7\x94\xB0\xE6\x80\xBB\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.014062"], ["updated_at", "2022-09-29 09:07:50.014063"]] TRANSACTION (2.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xB9\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xB9\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.034098"], ["updated_at", "2022-09-29 09:07:50.034098"]] TRANSACTION (3.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xBB\xE5\x9B\xBD\xE7\x99\xBD\xE7\x97\xB4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xBB\xE5\x9B\xBD\xE7\x99\xBD\xE7\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.058652"], ["updated_at", "2022-09-29 09:07:50.058653"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xBB\xE5\x9B\xBD\xE7\x99\xBD\xE7\x97\xB4\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xBB\xE5\x9B\xBD\xE7\x99\xBD\xE7\x97\xB4\xE6\xAF\x9B\xE6\xB3\xBD\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.092873"], ["updated_at", "2022-09-29 09:07:50.092874"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE4\xB9\x99\xE8\x82\x9D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE4\xB9\x99\xE8\x82\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.118215"], ["updated_at", "2022-09-29 09:07:50.118215"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE6\x80\xA7\xE7\x97\x85"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE6\x80\xA7\xE7\x97\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.139559"], ["updated_at", "2022-09-29 09:07:50.139559"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE7\xBA\xA2\xE6\x96\x91\xE7\x8B\xBC\xE7\x96\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE7\xBA\xA2\xE6\x96\x91\xE7\x8B\xBC\xE7\x96\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.167598"], ["updated_at", "2022-09-29 09:07:50.167599"]] TRANSACTION (6.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE8\x82\xBF\xE7\x98\xA4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB2\xBB\xE7\x96\x97\xE8\x82\xBF\xE7\x98\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.202842"], ["updated_at", "2022-09-29 09:07:50.202844"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x84\xE5\xAF\x86"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x84\xE5\xAF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.227385"], ["updated_at", "2022-09-29 09:07:50.227386"]] TRANSACTION (5.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x84\xE6\x98\xA5\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x84\xE6\x98\xA5\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.263944"], ["updated_at", "2022-09-29 09:07:50.263946"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x84\xE6\xBC\x8F\xE7\x9A\x84\xE5\x86\x85"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x84\xE6\xBC\x8F\xE7\x9A\x84\xE5\x86\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.304338"], ["updated_at", "2022-09-29 09:07:50.304339"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x84\xE9\xA2\x98"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x84\xE9\xA2\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.332553"], ["updated_at", "2022-09-29 09:07:50.332553"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x93\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x93\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.356851"], ["updated_at", "2022-09-29 09:07:50.356852"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95 \xE8\xBD\xAE \xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95 \xE8\xBD\xAE \xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.389991"], ["updated_at", "2022-09-29 09:07:50.389993"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95*\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95*\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.414176"], ["updated_at", "2022-09-29 09:07:50.414177"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95.\xE8\xBD\xAE.\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95.\xE8\xBD\xAE.\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.436224"], ["updated_at", "2022-09-29 09:07:50.436224"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95.\xE8\xBD\xAE.\xE5\x8A\x9F"], ["LIMIT", 1]] CensorBear::StopWord Update (9.7ms) UPDATE "censor_bear_stop_words" SET "key" = $1, "ugc" = $2, "username" = $3, "signature" = $4, "dialog" = $5, "nickname" = $6, "replacement" = $7, "user_id" = $8, "created_at" = $9, "updated_at" = $10 WHERE "censor_bear_stop_words"."id" = $11 [["key", "\xE6\xB3\x95.\xE8\xBD\xAE.\xE5\x8A\x9F"], ["ugc", "review"], ["username", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["nickname", "ignore"], ["replacement", "**"], ["user_id", 1], ["created_at", "2022-09-29 09:07:50.458498"], ["updated_at", "2022-09-29 09:07:50.458499"], ["id", 5127]] User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x950\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x950\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.481214"], ["updated_at", "2022-09-29 09:07:50.481215"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95lg"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95lg"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.511003"], ["updated_at", "2022-09-29 09:07:50.511003"]] TRANSACTION (2.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95lun"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95lun"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.531021"], ["updated_at", "2022-09-29 09:07:50.531022"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95lun\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95lun\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.557565"], ["updated_at", "2022-09-29 09:07:50.557566"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95L\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95L\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.587509"], ["updated_at", "2022-09-29 09:07:50.587510"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95o\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95o\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.610236"], ["updated_at", "2022-09-29 09:07:50.610236"]] TRANSACTION (2.3ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95x\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95x\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.629180"], ["updated_at", "2022-09-29 09:07:50.629180"]] TRANSACTION (2.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE4\xB8\x80\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE4\xB8\x80\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.647668"], ["updated_at", "2022-09-29 09:07:50.647669"]] TRANSACTION (5.5ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE4\xB8\x80\xE8\xBD\xAE\xE4\xB8\x80\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE4\xB8\x80\xE8\xBD\xAE\xE4\xB8\x80\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.686934"], ["updated_at", "2022-09-29 09:07:50.686935"]] TRANSACTION (2.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.714855"], ["updated_at", "2022-09-29 09:07:50.714856"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE4\xBB\x91\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE4\xBB\x91\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.734813"], ["updated_at", "2022-09-29 09:07:50.734813"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.757769"], ["updated_at", "2022-09-29 09:07:50.757770"]] TRANSACTION (5.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.795407"], ["updated_at", "2022-09-29 09:07:50.795408"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE4\xBC\xA6\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE4\xBC\xA6\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.819179"], ["updated_at", "2022-09-29 09:07:50.819180"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE5\x8A\x9B\xE5\x83\x8F\xE4\xBD\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE5\x8A\x9B\xE5\x83\x8F\xE4\xBD\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.842984"], ["updated_at", "2022-09-29 09:07:50.842985"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.874408"], ["updated_at", "2022-09-29 09:07:50.874409"]] TRANSACTION (5.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE5\x8D\x81\xE8\xBD\xAE\xE5\x8D\x81\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE5\x8D\x81\xE8\xBD\xAE\xE5\x8D\x81\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.909907"], ["updated_at", "2022-09-29 09:07:50.909907"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.937483"], ["updated_at", "2022-09-29 09:07:50.937484"]] TRANSACTION (4.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\x84\xA3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\x84\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:50.965084"], ["updated_at", "2022-09-29 09:07:50.965085"]] TRANSACTION (4.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.000820"], ["updated_at", "2022-09-29 09:07:51.000821"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\x8A\xA1\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\x8A\xA1\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.023535"], ["updated_at", "2022-09-29 09:07:51.023536"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\x8B\x89\xE7\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\x8B\x89\xE7\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.044741"], ["updated_at", "2022-09-29 09:07:51.044742"]] TRANSACTION (4.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\x8B\x89\xE7\x9B\x9B\xE7\xBC\x85\xE8\xA1\x97"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\x8B\x89\xE7\x9B\x9B\xE7\xBC\x85\xE8\xA1\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.078393"], ["updated_at", "2022-09-29 09:07:51.078394"]] TRANSACTION (5.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\x96\xB0\xE9\x97\xBB\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\x96\xB0\xE9\x97\xBB\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.114922"], ["updated_at", "2022-09-29 09:07:51.114923"]] TRANSACTION (3.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\xAD\xA3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\xAD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.141103"], ["updated_at", "2022-09-29 09:07:51.141104"]] TRANSACTION (4.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\xAD\xA3\xE4\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\xAD\xA3\xE4\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.169861"], ["updated_at", "2022-09-29 09:07:51.169861"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.193635"], ["updated_at", "2022-09-29 09:07:51.193636"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.223175"], ["updated_at", "2022-09-29 09:07:51.223176"]] TRANSACTION (2.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE7\xBB\xB4\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE7\xBB\xB4\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.254262"], ["updated_at", "2022-09-29 09:07:51.254263"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\x83\xBD\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\x83\xBD\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.289906"], ["updated_at", "2022-09-29 09:07:51.289913"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xA5\xBF\xE6\x96\xAF"], ["LIMIT", 1]] TRANSACTION (1.1ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xA5\xBF\xE6\x96\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.315876"], ["updated_at", "2022-09-29 09:07:51.315877"]] TRANSACTION (2.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xA5\xBF\xE8\x97\x8F\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xA5\xBF\xE8\x97\x8F\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.335551"], ["updated_at", "2022-09-29 09:07:51.335551"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.355892"], ["updated_at", "2022-09-29 09:07:51.355892"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xAE\xBA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xAE\xBA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.386547"], ["updated_at", "2022-09-29 09:07:51.386548"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xB0\xAA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xB0\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.414023"], ["updated_at", "2022-09-29 09:07:51.414023"]] TRANSACTION (2.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xB0\xAA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xB0\xAA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.433717"], ["updated_at", "2022-09-29 09:07:51.433718"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBC\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBC\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.453044"], ["updated_at", "2022-09-29 09:07:51.453045"]] TRANSACTION (9.0ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBC\xAA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBC\xAA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.503447"], ["updated_at", "2022-09-29 09:07:51.503448"]] TRANSACTION (12.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBC\xAA\xE5\x8A\x9F\xE6\xB3\x95\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBC\xAA\xE5\x8A\x9F\xE6\xB3\x95\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.578143"], ["updated_at", "2022-09-29 09:07:51.578144"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBD\xA6\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBD\xA6\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.603560"], ["updated_at", "2022-09-29 09:07:51.603560"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.623229"], ["updated_at", "2022-09-29 09:07:51.623230"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBD\xAE\xE4\xBD\x9B\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBD\xAE\xE4\xBD\x9B\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.645610"], ["updated_at", "2022-09-29 09:07:51.645611"]] TRANSACTION (6.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBD\xAE\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBD\xAE\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.677031"], ["updated_at", "2022-09-29 09:07:51.677032"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE8\xBD\xAE\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE8\xBD\xAE\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.714708"], ["updated_at", "2022-09-29 09:07:51.714709"]] TRANSACTION (3.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.751439"], ["updated_at", "2022-09-29 09:07:51.751440"]] TRANSACTION (6.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\x95\xE9\x99\xA2\xE7\xBB\x99\xE5\xBA\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\x95\xE9\x99\xA2\xE7\xBB\x99\xE5\xBA\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.789303"], ["updated_at", "2022-09-29 09:07:51.789304"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA1\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA1\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.822389"], ["updated_at", "2022-09-29 09:07:51.822389"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA1\xE6\xB2\xAB\xE7\xBB\x8F\xE6\xB5\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA1\xE6\xB2\xAB\xE7\xBB\x8F\xE6\xB5\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.852809"], ["updated_at", "2022-09-29 09:07:51.852809"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA2\xE6\x8E\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA2\xE6\x8E\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.883838"], ["updated_at", "2022-09-29 09:07:51.883839"]] TRANSACTION (9.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA2\xE6\x8E\xA8\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA2\xE6\x8E\xA8\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.927531"], ["updated_at", "2022-09-29 09:07:51.927532"]] TRANSACTION (5.8ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA2\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA2\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:51.966105"], ["updated_at", "2022-09-29 09:07:51.966106"]] TRANSACTION (8.6ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA2\xE8\x83\x86"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA2\xE8\x83\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.026013"], ["updated_at", "2022-09-29 09:07:52.026014"]] TRANSACTION (6.8ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA2\xE9\x9C\xB8"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA2\xE9\x9C\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.074275"], ["updated_at", "2022-09-29 09:07:52.074277"]] TRANSACTION (4.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA2\xE9\x9C\xB8\xE7\xBE\x8E\xE8\x85\xBF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA2\xE9\x9C\xB8\xE7\xBE\x8E\xE8\x85\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.106111"], ["updated_at", "2022-09-29 09:07:52.106112"]] TRANSACTION (5.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA5\xE5\x9A\x8E"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA5\xE5\x9A\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.135588"], ["updated_at", "2022-09-29 09:07:52.135589"]] TRANSACTION (4.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA5\xE9\xA9\xAC\xE4\xB9\x8B\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA5\xE9\xA9\xAC\xE4\xB9\x8B\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.167776"], ["updated_at", "2022-09-29 09:07:52.167777"]] TRANSACTION (4.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xA8\xE5\xB0\x84\xE6\xAF\x92\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xA8\xE5\xB0\x84\xE6\xAF\x92\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.203626"], ["updated_at", "2022-09-29 09:07:52.203626"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xB0\xE5\x85\xB4\xE5\xB9\xBC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xB0\xE5\x85\xB4\xE5\xB9\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.227880"], ["updated_at", "2022-09-29 09:07:52.227880"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xB0\xE5\x85\xB4\xE9\x95\x87\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xB0\xE5\x85\xB4\xE9\x95\x87\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.252778"], ["updated_at", "2022-09-29 09:07:52.252779"]] TRANSACTION (5.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xB0\xE5\xB7\x9E\xE5\xB9\xBC"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xB0\xE5\xB7\x9E\xE5\xB9\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.292222"], ["updated_at", "2022-09-29 09:07:52.292223"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xB5\xE6\xB3\xA2\xE6\x8B\xBF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xB5\xE6\xB3\xA2\xE6\x8B\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.326026"], ["updated_at", "2022-09-29 09:07:52.326027"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xBC\xE5\xB0\xBC\xE6\x9D\xBE"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (7.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xBC\xE5\xB0\xBC\xE6\x9D\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.352308"], ["updated_at", "2022-09-29 09:07:52.352309"]] TRANSACTION (7.1ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB3\xBD\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB3\xBD\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.405063"], ["updated_at", "2022-09-29 09:07:52.405067"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\x97\xE6\xB5\xB4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\x97\xE6\xB5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.440917"], ["updated_at", "2022-09-29 09:07:52.440918"]] TRANSACTION (5.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\x97\xE6\xBE\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\x97\xE6\xBE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.474366"], ["updated_at", "2022-09-29 09:07:52.474367"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\x97\xE6\xBE\xA1\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\x97\xE6\xBE\xA1\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.509552"], ["updated_at", "2022-09-29 09:07:52.509554"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\x97\xE8\x84\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\x97\xE8\x84\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.534023"], ["updated_at", "2022-09-29 09:07:52.534024"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\x97\xE8\x84\x9A"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\x97\xE8\x84\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.562983"], ["updated_at", "2022-09-29 09:07:52.562984"]] TRANSACTION (6.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\x97\xEF\xBC\xA2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\x97\xEF\xBC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.603138"], ["updated_at", "2022-09-29 09:07:52.603139"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\x9E\xE5\xB0\x8F\xE5\x8F\xA3\xE7\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\x9E\xE5\xB0\x8F\xE5\x8F\xA3\xE7\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.630679"], ["updated_at", "2022-09-29 09:07:52.630679"]] TRANSACTION (5.0ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xA5\xE4\xBA\xBA\xE6\xB2\xBB\xE6\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xA5\xE4\xBA\xBA\xE6\xB2\xBB\xE6\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.667021"], ["updated_at", "2022-09-29 09:07:52.667022"]] TRANSACTION (6.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xA5\xE5\x9C\xB0\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xA5\xE5\x9C\xB0\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.708519"], ["updated_at", "2022-09-29 09:07:52.708520"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xA5\xE5\xA4\xA7\xE5\x9C\xB0\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xA5\xE5\xA4\xA7\xE5\x9C\xB0\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.737028"], ["updated_at", "2022-09-29 09:07:52.737032"]] TRANSACTION (4.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xA5\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xA5\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.771639"], ["updated_at", "2022-09-29 09:07:52.771640"]] TRANSACTION (6.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.826333"], ["updated_at", "2022-09-29 09:07:52.826334"]] TRANSACTION (5.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE5\x8F\x91\xE4\xBA\xA4\xE6\xB5\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE5\x8F\x91\xE4\xBA\xA4\xE6\xB5\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.868239"], ["updated_at", "2022-09-29 09:07:52.868240"]] TRANSACTION (3.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE5\x90\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE5\x90\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.892598"], ["updated_at", "2022-09-29 09:07:52.892599"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE5\x93\xB2\xE8\x83\x9C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE5\x93\xB2\xE8\x83\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.918303"], ["updated_at", "2022-09-29 09:07:52.918304"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.943962"], ["updated_at", "2022-09-29 09:07:52.943964"]] TRANSACTION (6.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE6\x99\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE6\x99\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:52.985701"], ["updated_at", "2022-09-29 09:07:52.985703"]] TRANSACTION (5.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE6\xB8\x85\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE6\xB8\x85\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.025178"], ["updated_at", "2022-09-29 09:07:53.025179"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE8\x99\x8E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE8\x99\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.050247"], ["updated_at", "2022-09-29 09:07:53.050248"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xAA\xE8\xB1\xB9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xAA\xE8\xB1\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.081814"], ["updated_at", "2022-09-29 09:07:53.081815"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBB\xE4\xB8\x8D\xE8\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBB\xE4\xB8\x8D\xE8\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.118775"], ["updated_at", "2022-09-29 09:07:53.118775"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBB\xE4\xBA\xBA\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBB\xE4\xBA\xBA\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.141040"], ["updated_at", "2022-09-29 09:07:53.141040"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBB\xE4\xBD\x93\xE5\x8F\x96\xE8\x82\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBB\xE4\xBD\x93\xE5\x8F\x96\xE8\x82\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.164653"], ["updated_at", "2022-09-29 09:07:53.164654"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBB\xE5\xA1\x9E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBB\xE5\xA1\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.204241"], ["updated_at", "2022-09-29 09:07:53.204245"]] TRANSACTION (3.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBB\xE5\xA1\x9E\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBB\xE5\xA1\x9E\xE8\xBF\x90\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.232706"], ["updated_at", "2022-09-29 09:07:53.232707"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBB\xE6\x91\x98\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBB\xE6\x91\x98\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.258828"], ["updated_at", "2022-09-29 09:07:53.258829"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBB\xE8\x89\xB2\xE7\x94\x9F\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBB\xE8\x89\xB2\xE7\x94\x9F\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.293476"], ["updated_at", "2022-09-29 09:07:53.293477"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB4\xBE\xE7\xB3\xBB\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB4\xBE\xE7\xB3\xBB\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.321653"], ["updated_at", "2022-09-29 09:07:53.321653"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE4\xB8\x80\xE6\xB0\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE4\xB8\x80\xE6\xB0\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.347646"], ["updated_at", "2022-09-29 09:07:53.347646"]] TRANSACTION (6.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE4\xBA\xA1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE4\xBA\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.381752"], ["updated_at", "2022-09-29 09:07:53.381753"]] TRANSACTION (6.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE4\xBA\xA1\xE8\x97\x8F\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE4\xBA\xA1\xE8\x97\x8F\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.418427"], ["updated_at", "2022-09-29 09:07:53.418428"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE6\xB0\x93"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE6\xB0\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.444388"], ["updated_at", "2022-09-29 09:07:53.444388"]] TRANSACTION (2.7ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.471000"], ["updated_at", "2022-09-29 09:07:53.471001"]] TRANSACTION (7.4ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE6\x97\xA0\xE4\xBA\xA7\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE6\x97\xA0\xE4\xBA\xA7\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.515587"], ["updated_at", "2022-09-29 09:07:53.515588"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE6\xB0\x91\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE6\xB0\x91\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.539660"], ["updated_at", "2022-09-29 09:07:53.539661"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE6\xB0\x93\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.568369"], ["updated_at", "2022-09-29 09:07:53.568370"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.599257"], ["updated_at", "2022-09-29 09:07:53.599258"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE8\xA1\x80\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE8\xA1\x80\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.625403"], ["updated_at", "2022-09-29 09:07:53.625403"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE8\xA1\x80\xE5\x86\xB2\xE7\xAA\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE8\xA1\x80\xE5\x86\xB2\xE7\xAA\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.651165"], ["updated_at", "2022-09-29 09:07:53.651165"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x81\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x81\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.675123"], ["updated_at", "2022-09-29 09:07:53.675124"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x8E\xE4\xB8\x96\xE7\x81\xB5\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x8E\xE4\xB8\x96\xE7\x81\xB5\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.701629"], ["updated_at", "2022-09-29 09:07:53.701632"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x8E\xE5\x8D\x97\xE5\x86\x9B\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x8E\xE5\x8D\x97\xE5\x86\x9B\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.726388"], ["updated_at", "2022-09-29 09:07:53.726390"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x91\xE5\x9C\x86"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x91\xE5\x9C\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.747641"], ["updated_at", "2022-09-29 09:07:53.747641"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x91\xE5\x9C\x86\xE8\xB1\xAA\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x91\xE5\x9C\x86\xE8\xB1\xAA\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.773908"], ["updated_at", "2022-09-29 09:07:53.773910"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\x93\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\x93\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.809840"], ["updated_at", "2022-09-29 09:07:53.809841"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xAA\xE5\x8F\xAB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xAA\xE5\x8F\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.835691"], ["updated_at", "2022-09-29 09:07:53.835692"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xAA\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xAA\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.865582"], ["updated_at", "2022-09-29 09:07:53.865585"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xAA\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xAA\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.904024"], ["updated_at", "2022-09-29 09:07:53.904025"]] TRANSACTION (5.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xAA\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xAA\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.937187"], ["updated_at", "2022-09-29 09:07:53.937187"]] TRANSACTION (3.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xAA\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xAA\xE8\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:53.972079"], ["updated_at", "2022-09-29 09:07:53.972080"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xAA\xE8\x95\xA9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xAA\xE8\x95\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.012884"], ["updated_at", "2022-09-29 09:07:54.012886"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xAA\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xAA\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.038484"], ["updated_at", "2022-09-29 09:07:54.038485"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB4\xE3\x80\x82\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB4\xE3\x80\x82\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.066983"], ["updated_at", "2022-09-29 09:07:54.066984"]] TRANSACTION (7.6ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB4\xE5\xAE\xA4\xE5\xB9\xB2\xE9\xAA\x9A\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB4\xE5\xAE\xA4\xE5\xB9\xB2\xE9\xAA\x9A\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.120136"], ["updated_at", "2022-09-29 09:07:54.120138"]] TRANSACTION (7.4ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB4\xE5\xAE\xA4\xE5\xB9\xB2\xE9\xAA\x9A\xE5\xA5\xB3\xE7\xB3\xBB\xE5\x88\x97"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB4\xE5\xAE\xA4\xE5\xB9\xB2\xE9\xAA\x9A\xE5\xA5\xB3\xE7\xB3\xBB\xE5\x88\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.181428"], ["updated_at", "2022-09-29 09:07:54.181429"]] TRANSACTION (3.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB7luo\xE5\x9B\xA0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB7luo\xE5\x9B\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.233342"], ["updated_at", "2022-09-29 09:07:54.233343"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB7\xE4\xB9\x90\xE7\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB7\xE4\xB9\x90\xE7\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.262468"], ["updated_at", "2022-09-29 09:07:54.262469"]] TRANSACTION (6.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB7\xE5\xA4\x96\xE6\x8A\xA4\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB7\xE5\xA4\x96\xE6\x8A\xA4\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.294546"], ["updated_at", "2022-09-29 09:07:54.294546"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB7\xE6\xB4\x9B\xE5\x9B\xA0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB7\xE6\xB4\x9B\xE5\x9B\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.325802"], ["updated_at", "2022-09-29 09:07:54.325802"]] TRANSACTION (2.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB7\xE7\x9B\x97\xE6\x82\xA0\xE9\x97\xB2\xE7\x94\x9F\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB7\xE7\x9B\x97\xE6\x82\xA0\xE9\x97\xB2\xE7\x94\x9F\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.349678"], ["updated_at", "2022-09-29 09:07:54.349679"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB5\xB7\xE8\xAE\xBF\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB5\xB7\xE8\xAE\xBF\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.373907"], ["updated_at", "2022-09-29 09:07:54.373908"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x88\xE4\xB8\x9A\xE4\xB9\x8B\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x88\xE4\xB8\x9A\xE4\xB9\x8B\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.411442"], ["updated_at", "2022-09-29 09:07:54.411443"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x88\xE9\x98\xB2\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x88\xE9\x98\xB2\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.437976"], ["updated_at", "2022-09-29 09:07:54.437976"]] TRANSACTION (4.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x88\xE9\x98\xB2\xE7\x81\xAD\xE7\x81\xAB\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x88\xE9\x98\xB2\xE7\x81\xAD\xE7\x81\xAB\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.461959"], ["updated_at", "2022-09-29 09:07:54.461960"]] TRANSACTION (7.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x88\xE9\xAD\x82"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x88\xE9\xAD\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.495062"], ["updated_at", "2022-09-29 09:07:54.495063"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x88\xE9\xAD\x82\xE5\xA4\xBA\xE9\xAD\x84"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x88\xE9\xAD\x82\xE5\xA4\xBA\xE9\xAD\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.527310"], ["updated_at", "2022-09-29 09:07:54.527311"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x89\xE5\x8F\xB0\xE6\x94\xBF\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x89\xE5\x8F\xB0\xE6\x94\xBF\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.550000"], ["updated_at", "2022-09-29 09:07:54.550001"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x89\xE5\xAB\x8C\xE6\x8A\x84\xE8\xA2\xAD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x89\xE5\xAB\x8C\xE6\x8A\x84\xE8\xA2\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.575778"], ["updated_at", "2022-09-29 09:07:54.575779"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x8E\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x8E\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.612406"], ["updated_at", "2022-09-29 09:07:54.612407"]] TRANSACTION (4.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x9B\xE4\xB8\x80\xE6\xA0\xB7\xE8\x83\xA1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x9B\xE4\xB8\x80\xE6\xA0\xB7\xE8\x83\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.640503"], ["updated_at", "2022-09-29 09:07:54.640504"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\x9B\xE5\x85\xB1\xE4\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\x9B\xE5\x85\xB1\xE4\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.662934"], ["updated_at", "2022-09-29 09:07:54.662935"]] TRANSACTION (7.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xA6\xE6\xBB\x91"], ["LIMIT", 1]] TRANSACTION (7.3ms) BEGIN User Load (18.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xA6\xE6\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.696141"], ["updated_at", "2022-09-29 09:07:54.696142"]] TRANSACTION (3.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xA8\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xA8\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.750367"], ["updated_at", "2022-09-29 09:07:54.750367"]] TRANSACTION (4.4ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xA9\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xA9\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.782005"], ["updated_at", "2022-09-29 09:07:54.782006"]] TRANSACTION (4.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xA9\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xA9\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.817188"], ["updated_at", "2022-09-29 09:07:54.817189"]] TRANSACTION (6.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xA9\xE6\xB6\xA9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xA9\xE6\xB6\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.870345"], ["updated_at", "2022-09-29 09:07:54.870346"]] TRANSACTION (9.9ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xA9\xE7\x94\xB7\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xA9\xE7\x94\xB7\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.918276"], ["updated_at", "2022-09-29 09:07:54.918277"]] TRANSACTION (4.3ms) COMMIT User Load (8.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xA9\xE7\xBE\x8E\xE7\x9C\x89"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xA9\xE7\xBE\x8E\xE7\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:54.960788"], ["updated_at", "2022-09-29 09:07:54.960789"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xB2\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xB2\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.004231"], ["updated_at", "2022-09-29 09:07:55.004233"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB6\xB2\xE4\xBD\x93\xE7\x82\xB8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB6\xB2\xE4\xBD\x93\xE7\x82\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.035905"], ["updated_at", "2022-09-29 09:07:55.035906"]] TRANSACTION (5.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\x98/\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\x98/\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.069157"], ["updated_at", "2022-09-29 09:07:55.069158"]] TRANSACTION (5.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\x98bao"], ["LIMIT", 1]] TRANSACTION (7.4ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\x98bao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.110878"], ["updated_at", "2022-09-29 09:07:55.110879"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\x98\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\x98\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.155066"], ["updated_at", "2022-09-29 09:07:55.155067"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\x98\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\x98\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.181040"], ["updated_at", "2022-09-29 09:07:55.181041"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\x98\xE5\xAE\x9D\xE5\x85\xBC\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\x98\xE5\xAE\x9D\xE5\x85\xBC\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.210393"], ["updated_at", "2022-09-29 09:07:55.210394"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\x98\xE5\xAE\x9D\xE6\xB0\x94\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\x98\xE5\xAE\x9D\xE6\xB0\x94\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.244559"], ["updated_at", "2022-09-29 09:07:55.244560"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\x98\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\x98\xE5\xAF\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.268948"], ["updated_at", "2022-09-29 09:07:55.268949"]] TRANSACTION (2.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xA9\xE8\xBE\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xA9\xE8\xBE\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.291205"], ["updated_at", "2022-09-29 09:07:55.291205"]] TRANSACTION (5.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE3\x80\x82"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE3\x80\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.328908"], ["updated_at", "2022-09-29 09:07:55.328909"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE3\x80\x82\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE3\x80\x82\xE8\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.359711"], ["updated_at", "2022-09-29 09:07:55.359715"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.385642"], ["updated_at", "2022-09-29 09:07:55.385642"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.418972"], ["updated_at", "2022-09-29 09:07:55.418973"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE4\xB9\xB1\xE7\x94\xB5\xE5\xBD\xB1\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE4\xB9\xB1\xE7\x94\xB5\xE5\xBD\xB1\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.457615"], ["updated_at", "2022-09-29 09:07:55.457616"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE4\xB9\xB1\xE7\xA7\x98\xE5\x8F\xB2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE4\xB9\xB1\xE7\xA7\x98\xE5\x8F\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.485606"], ["updated_at", "2022-09-29 09:07:55.485607"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE4\xBA\x82"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE4\xBA\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.520756"], ["updated_at", "2022-09-29 09:07:55.520758"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE4\xBA\xB5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE4\xBA\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.561069"], ["updated_at", "2022-09-29 09:07:55.561070"]] TRANSACTION (2.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.584666"], ["updated_at", "2022-09-29 09:07:55.584667"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\x85\xBD"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\x85\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.619300"], ["updated_at", "2022-09-29 09:07:55.619301"]] TRANSACTION (4.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\x85\xBD\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\x85\xBD\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.657652"], ["updated_at", "2022-09-29 09:07:55.657653"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\x85\xBD\xE5\xAD\xA6\xE5\x9B\xAD"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\x85\xBD\xE5\xAD\xA6\xE5\x9B\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.683512"], ["updated_at", "2022-09-29 09:07:55.683513"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\x8F\xAB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\x8F\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.713658"], ["updated_at", "2022-09-29 09:07:55.713659"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.740613"], ["updated_at", "2022-09-29 09:07:55.740614"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\x9B\xBE\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\x9B\xBE\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.770299"], ["updated_at", "2022-09-29 09:07:55.770299"]] TRANSACTION (3.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA3\xB0\xE6\xB5\xAA\xE8\xAF\xAD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA3\xB0\xE6\xB5\xAA\xE8\xAF\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.799772"], ["updated_at", "2022-09-29 09:07:55.799773"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.832358"], ["updated_at", "2022-09-29 09:07:55.832358"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.867820"], ["updated_at", "2022-09-29 09:07:55.867820"]] TRANSACTION (3.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA5\xB8\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA5\xB8\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.893203"], ["updated_at", "2022-09-29 09:07:55.893204"]] TRANSACTION (6.3ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (7.5ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.935622"], ["updated_at", "2022-09-29 09:07:55.935623"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA6\x87\xE5\x8F\xA3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (7.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA6\x87\xE5\x8F\xA3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:55.980367"], ["updated_at", "2022-09-29 09:07:55.980368"]] TRANSACTION (5.3ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (39.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA6\x9E"], ["LIMIT", 1]] TRANSACTION (7.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA6\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.034689"], ["updated_at", "2022-09-29 09:07:56.034690"]] TRANSACTION (23.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.168701"], ["updated_at", "2022-09-29 09:07:56.168702"]] TRANSACTION (10.7ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (14.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.218309"], ["updated_at", "2022-09-29 09:07:56.218310"]] TRANSACTION (7.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.277632"], ["updated_at", "2022-09-29 09:07:56.277633"]] TRANSACTION (5.6ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.323259"], ["updated_at", "2022-09-29 09:07:56.323260"]] TRANSACTION (5.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA8\x81"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (8.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.372737"], ["updated_at", "2022-09-29 09:07:56.372738"]] TRANSACTION (5.1ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xA8\x83"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xA8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.422866"], ["updated_at", "2022-09-29 09:07:56.422867"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE5\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE5\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.475694"], ["updated_at", "2022-09-29 09:07:56.475695"]] TRANSACTION (5.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.524965"], ["updated_at", "2022-09-29 09:07:56.524967"]] TRANSACTION (5.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\x83\x85\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\x83\x85\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.560911"], ["updated_at", "2022-09-29 09:07:56.560911"]] TRANSACTION (6.3ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\x83\x85\xE5\xA5\xB3\xE6\x95\x99\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\x83\x85\xE5\xA5\xB3\xE6\x95\x99\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.595976"], ["updated_at", "2022-09-29 09:07:56.595977"]] TRANSACTION (3.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\x95\x99\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\x95\x99\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.636892"], ["updated_at", "2022-09-29 09:07:56.636892"]] TRANSACTION (4.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\x9C\xAF\xE7\x82\xBC\xE9\x87\x91\xE5\xA3\xAB"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\x9C\xAF\xE7\x82\xBC\xE9\x87\x91\xE5\xA3\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.673286"], ["updated_at", "2022-09-29 09:07:56.673287"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xA0\xB7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xA0\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.702706"], ["updated_at", "2022-09-29 09:07:56.702706"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.726363"], ["updated_at", "2022-09-29 09:07:56.726364"]] TRANSACTION (5.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xAC\xB2\xE6\x97\xA5\xE6\x9C\xAC"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xAC\xB2\xE6\x97\xA5\xE6\x9C\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.762992"], ["updated_at", "2022-09-29 09:07:56.762993"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xAF\x8D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xAF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.798946"], ["updated_at", "2022-09-29 09:07:56.798947"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.824740"], ["updated_at", "2022-09-29 09:07:56.824741"]] TRANSACTION (6.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB0\x91\xE4\xBF\xB1\xE4\xB9\x90\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB0\x91\xE4\xBF\xB1\xE4\xB9\x90\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.862813"], ["updated_at", "2022-09-29 09:07:56.862814"]] TRANSACTION (5.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB0\x91\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB0\x91\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.904553"], ["updated_at", "2022-09-29 09:07:56.904554"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.932705"], ["updated_at", "2022-09-29 09:07:56.932706"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB0\xB4\xE6\xA8\xAA\xE6\xB5\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB0\xB4\xE6\xA8\xAA\xE6\xB5\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:56.972198"], ["updated_at", "2022-09-29 09:07:56.972199"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB0\xB4\xE7\x88\xB1\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB0\xB4\xE7\x88\xB1\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.000590"], ["updated_at", "2022-09-29 09:07:57.000591"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB1\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB1\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.027337"], ["updated_at", "2022-09-29 09:07:57.027337"]] TRANSACTION (3.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB2\xB3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB2\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.060502"], ["updated_at", "2022-09-29 09:07:57.060503"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB5\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB5\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.090546"], ["updated_at", "2022-09-29 09:07:57.090546"]] TRANSACTION (3.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB5\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB5\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.115813"], ["updated_at", "2022-09-29 09:07:57.115813"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (8.2ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.147181"], ["updated_at", "2022-09-29 09:07:57.147182"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\x85\xA7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.194329"], ["updated_at", "2022-09-29 09:07:57.194330"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.218907"], ["updated_at", "2022-09-29 09:07:57.218907"]] TRANSACTION (5.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.247642"], ["updated_at", "2022-09-29 09:07:57.247646"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xA9\xA2bt\xE9\x9B\xBB\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xA9\xA2bt\xE9\x9B\xBB\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.286711"], ["updated_at", "2022-09-29 09:07:57.286713"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xA9\xA2\xE5\x9C\x96\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xA9\xA2\xE5\x9C\x96\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.311860"], ["updated_at", "2022-09-29 09:07:57.311860"]] TRANSACTION (3.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.337796"], ["updated_at", "2022-09-29 09:07:57.337797"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xA9\xB4\xE9\x87\x8C\xE9\xAA\x9A\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xA9\xB4\xE9\x87\x8C\xE9\xAA\x9A\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.372988"], ["updated_at", "2022-09-29 09:07:57.372988"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xA9\xB4\xE9\xAA\x9A\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xA9\xB4\xE9\xAA\x9A\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.398418"], ["updated_at", "2022-09-29 09:07:57.398419"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xAC\x91"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xAC\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.423308"], ["updated_at", "2022-09-29 09:07:57.423309"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xB3\x9C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xB3\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.452331"], ["updated_at", "2022-09-29 09:07:57.452331"]] TRANSACTION (6.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.492499"], ["updated_at", "2022-09-29 09:07:57.492500"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.532032"], ["updated_at", "2022-09-29 09:07:57.532033"]] TRANSACTION (6.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.583153"], ["updated_at", "2022-09-29 09:07:57.583154"]] TRANSACTION (6.4ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x89\xB2\xE6\xBC\xAB\xE7\x94\xBB"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x89\xB2\xE6\xBC\xAB\xE7\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.636678"], ["updated_at", "2022-09-29 09:07:57.636680"]] TRANSACTION (5.6ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.693628"], ["updated_at", "2022-09-29 09:07:57.693629"]] TRANSACTION (6.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.745801"], ["updated_at", "2022-09-29 09:07:57.745802"]] TRANSACTION (4.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE5\xB0\xA4\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE5\xB0\xA4\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.790774"], ["updated_at", "2022-09-29 09:07:57.790775"]] TRANSACTION (5.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE7\x85\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE7\x85\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.834387"], ["updated_at", "2022-09-29 09:07:57.834388"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.866103"], ["updated_at", "2022-09-29 09:07:57.866104"]] TRANSACTION (5.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.904628"], ["updated_at", "2022-09-29 09:07:57.904629"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x8D\xA1\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.934065"], ["updated_at", "2022-09-29 09:07:57.934065"]] TRANSACTION (5.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x95\xA9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x95\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:57.967147"], ["updated_at", "2022-09-29 09:07:57.967148"]] TRANSACTION (5.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x99\x90"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.008002"], ["updated_at", "2022-09-29 09:07:58.008003"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x99\xAB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x99\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.046347"], ["updated_at", "2022-09-29 09:07:58.046348"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\x9C\x9C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\x9C\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.081409"], ["updated_at", "2022-09-29 09:07:58.081411"]] TRANSACTION (5.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE8\xB4\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE8\xB4\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.119277"], ["updated_at", "2022-09-29 09:07:58.119277"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.144709"], ["updated_at", "2022-09-29 09:07:58.144712"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE9\x97\xB4\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE9\x97\xB4\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.179534"], ["updated_at", "2022-09-29 09:07:58.179535"]] TRANSACTION (8.6ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE9\x9D\xA1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE9\x9D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.308095"], ["updated_at", "2022-09-29 09:07:58.308096"]] TRANSACTION (5.8ms) COMMIT User Load (10.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE9\xA8\xB7\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE9\xA8\xB7\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.369023"], ["updated_at", "2022-09-29 09:07:58.369024"]] TRANSACTION (7.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE9\xAD\x94"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE9\xAD\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.411875"], ["updated_at", "2022-09-29 09:07:58.411876"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE9\xAD\x94\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE9\xAD\x94\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.450108"], ["updated_at", "2022-09-29 09:07:58.450110"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xE9\xAD\x94\xE8\x88\x9E\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xE9\xAD\x94\xE8\x88\x9E\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.485316"], ["updated_at", "2022-09-29 09:07:58.485317"]] TRANSACTION (6.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xAB\xEF\xBC\x8C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xAB\xEF\xBC\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.527801"], ["updated_at", "2022-09-29 09:07:58.527802"]] TRANSACTION (5.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xB1\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xB1\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.562596"], ["updated_at", "2022-09-29 09:07:58.562598"]] TRANSACTION (7.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xB1\xE5\x96\x89\xE5\x86\xB0"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xB1\xE5\x96\x89\xE5\x86\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.606703"], ["updated_at", "2022-09-29 09:07:58.606704"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xB1\xE5\x9C\xB3\xE5\x8A\x9E\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81qq"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xB1\xE5\x9C\xB3\xE5\x8A\x9E\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.647282"], ["updated_at", "2022-09-29 09:07:58.647283"]] TRANSACTION (10.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xB1\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xB1\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.689981"], ["updated_at", "2022-09-29 09:07:58.689981"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xB7\xE8\x9B\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xB7\xE8\x9B\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.734999"], ["updated_at", "2022-09-29 09:07:58.735004"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB7\xB7\xE8\x9B\x8B\xE7\xA5\x9E\xE9\xA3\x8E\xE6\xB5\x81\xE5\x8F\xB2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB7\xB7\xE8\x9B\x8B\xE7\xA5\x9E\xE9\xA3\x8E\xE6\xB5\x81\xE5\x8F\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.763076"], ["updated_at", "2022-09-29 09:07:58.763077"]] TRANSACTION (7.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85zhen"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85zhen"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.796195"], ["updated_at", "2022-09-29 09:07:58.796197"]] TRANSACTION (5.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE4\xBB\x93"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE4\xBB\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.844026"], ["updated_at", "2022-09-29 09:07:58.844027"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE5\x8D\x8E\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (9.2ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE5\x8D\x8E\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.878627"], ["updated_at", "2022-09-29 09:07:58.878628"]] TRANSACTION (6.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE5\x8D\x8E\xE7\xBD\x91\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE5\x8D\x8E\xE7\xBD\x91\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.927942"], ["updated_at", "2022-09-29 09:07:58.927943"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE5\x9C\xBA\xE5\x86\x85\xE5\xB9\x95"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE5\x9C\xBA\xE5\x86\x85\xE5\xB9\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.955720"], ["updated_at", "2022-09-29 09:07:58.955720"]] TRANSACTION (3.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE5\xAE\x98\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE5\xAE\x98\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:58.985237"], ["updated_at", "2022-09-29 09:07:58.985239"]] TRANSACTION (5.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE6\x96\xB0\xE9\x9D\x93\xE4\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE6\x96\xB0\xE9\x9D\x93\xE4\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.028500"], ["updated_at", "2022-09-29 09:07:59.028501"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE6\xB5\xB7\xE5\xB8\x88\xE7\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE6\xB5\xB7\xE5\xB8\x88\xE7\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.054083"], ["updated_at", "2022-09-29 09:07:59.054084"]] TRANSACTION (4.4ms) COMMIT User Load (9.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE6\xB5\xB7\xE6\x97\xA0\xE4\xB8\x8A\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE6\xB5\xB7\xE6\x97\xA0\xE4\xB8\x8A\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.087669"], ["updated_at", "2022-09-29 09:07:59.087670"]] TRANSACTION (6.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.130467"], ["updated_at", "2022-09-29 09:07:59.130468"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE7\xB4\x94\xE5\xA3\x86"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE7\xB4\x94\xE5\xA3\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.156655"], ["updated_at", "2022-09-29 09:07:59.156655"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x85\xE9\x99\xA4\xE8\xB4\x9F\xE9\x9D\xA2"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x85\xE9\x99\xA4\xE8\xB4\x9F\xE9\x9D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.179647"], ["updated_at", "2022-09-29 09:07:59.179690"]] TRANSACTION (5.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\x8A\xE7\x9B\x96\xE8\x8B\x8F\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\x8A\xE7\x9B\x96\xE8\x8B\x8F\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.223095"], ["updated_at", "2022-09-29 09:07:59.223096"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA0\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA0\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.250944"], ["updated_at", "2022-09-29 09:07:59.250945"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE4\xBA\x91\xE6\x9D\xBE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE4\xBA\x91\xE6\x9D\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.275434"], ["updated_at", "2022-09-29 09:07:59.275435"]] TRANSACTION (6.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE4\xBC\x91\xE6\x9B\xBE\xE9\x80\x80"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE4\xBC\x91\xE6\x9B\xBE\xE9\x80\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.312241"], ["updated_at", "2022-09-29 09:07:59.312242"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\x85\x83\xE5\x87\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\x85\x83\xE5\x87\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.346632"], ["updated_at", "2022-09-29 09:07:59.346635"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\x88\x87\xE6\x96\xAF\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\x88\x87\xE6\x96\xAF\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.370570"], ["updated_at", "2022-09-29 09:07:59.370571"]] TRANSACTION (6.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\x8A\xA0\xE9\xA5\xB1"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\x8A\xA0\xE9\xA5\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.408298"], ["updated_at", "2022-09-29 09:07:59.408298"]] TRANSACTION (5.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\xAE\x9D\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\xAE\x9D\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.443468"], ["updated_at", "2022-09-29 09:07:59.443469"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xA0\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xA0\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.471939"], ["updated_at", "2022-09-29 09:07:59.471940"]] TRANSACTION (6.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.508356"], ["updated_at", "2022-09-29 09:07:59.508357"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D,\xE8\x85\x90\xE8\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D,\xE8\x85\x90\xE8\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.538861"], ["updated_at", "2022-09-29 09:07:59.538862"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE5\xBD\xB1\xE5\xB8\x9D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE5\xBD\xB1\xE5\xB8\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.567981"], ["updated_at", "2022-09-29 09:07:59.567982"]] TRANSACTION (5.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xA9\xE6\x80\xBB\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xA9\xE6\x80\xBB\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.599573"], ["updated_at", "2022-09-29 09:07:59.599574"]] TRANSACTION (5.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xAF\xE6\xBE\xB3\xE5\x8D\x9A\xE7\x90\x83"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xAF\xE6\xBE\xB3\xE5\x8D\x9A\xE7\x90\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.637251"], ["updated_at", "2022-09-29 09:07:59.637252"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xAF\xE9\x91\xAB\xE8\x8F\xAF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xAF\xE9\x91\xAB\xE8\x8F\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.663380"], ["updated_at", "2022-09-29 09:07:59.663381"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xAF\xE9\xA6\xAC\xE6\x9C\x83"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xAF\xE9\xA6\xAC\xE6\x9C\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.691739"], ["updated_at", "2022-09-29 09:07:59.691740"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB4\xE6\x9C\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB4\xE6\x9C\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.725575"], ["updated_at", "2022-09-29 09:07:59.725576"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB4\xE6\x9C\x9B\xE5\xBF\xAB\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB4\xE6\x9C\x9B\xE5\xBF\xAB\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.751539"], ["updated_at", "2022-09-29 09:07:59.751540"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB8xing"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB8xing"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.775681"], ["updated_at", "2022-09-29 09:07:59.775682"]] TRANSACTION (7.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB8\xE6\x88\x8F\xE6\x9C\xBA\xE7\xA0\xB4\xE8\xA7\xA3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB8\xE6\x88\x8F\xE6\x9C\xBA\xE7\xA0\xB4\xE8\xA7\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.817717"], ["updated_at", "2022-09-29 09:07:59.817718"]] TRANSACTION (4.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB8\xE7\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB8\xE7\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.861190"], ["updated_at", "2022-09-29 09:07:59.861191"]] TRANSACTION (6.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB8\xE7\xB2\xBE\xE4\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB8\xE7\xB2\xBE\xE4\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.897810"], ["updated_at", "2022-09-29 09:07:59.897811"]] TRANSACTION (15.0ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB8\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB8\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.956208"], ["updated_at", "2022-09-29 09:07:59.956209"]] TRANSACTION (3.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xB8\xE8\xB5\xB0"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xB8\xE8\xB5\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:07:59.989434"], ["updated_at", "2022-09-29 09:07:59.989435"]] TRANSACTION (14.1ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB8\xBE\xE5\x9C\x93"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB8\xBE\xE5\x9C\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.045412"], ["updated_at", "2022-09-29 09:08:00.045413"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\x96\xE6\xB7\xAB\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\x96\xE6\xB7\xAB\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.081855"], ["updated_at", "2022-09-29 09:08:00.081856"]] TRANSACTION (6.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\x96\xE7\xB7\x8A\xE6\x8E\x8F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\x96\xE7\xB7\x8A\xE6\x8E\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.132681"], ["updated_at", "2022-09-29 09:08:00.132682"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\x98\xE9\x98\xB4\xE5\x8E\xBF\xE6\x9D\xA8\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\x98\xE9\x98\xB4\xE5\x8E\xBF\xE6\x9D\xA8\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.163435"], ["updated_at", "2022-09-29 09:08:00.163436"]] TRANSACTION (7.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\x98\xE9\x98\xB4\xE6\x9D\xA8\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (7.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\x98\xE9\x98\xB4\xE6\x9D\xA8\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.200977"], ["updated_at", "2022-09-29 09:08:00.200979"]] TRANSACTION (7.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\xBE\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\xBE\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.247841"], ["updated_at", "2022-09-29 09:08:00.247842"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\xBE\xE7\x89\x88\xE5\x81\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.270903"], ["updated_at", "2022-09-29 09:08:00.270903"]] TRANSACTION (5.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\xBF\xE6\xBC\x89\xE6\xBC\x89"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\xBF\xE6\xBC\x89\xE6\xBC\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.308694"], ["updated_at", "2022-09-29 09:08:00.308804"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xB9\xBF\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xB9\xBF\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.343210"], ["updated_at", "2022-09-29 09:08:00.343211"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xABjb"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xABjb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.367241"], ["updated_at", "2022-09-29 09:08:00.367242"]] TRANSACTION (5.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xABjia\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (8.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xABjia\xE5\xAF\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.399410"], ["updated_at", "2022-09-29 09:08:00.399411"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xABx"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xABx"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.441288"], ["updated_at", "2022-09-29 09:08:00.441288"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xAB\xE5\x8A\xA0\xE4\xBF\x9D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xAB\xE5\x8A\xA0\xE4\xBF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.470060"], ["updated_at", "2022-09-29 09:08:00.470061"]] TRANSACTION (4.9ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xAB\xE5\x8A\xA0\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xAB\xE5\x8A\xA0\xE5\xAF\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.505764"], ["updated_at", "2022-09-29 09:08:00.505765"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xAB\xE5\x8A\xA0\xE9\xA3\xBD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xAB\xE5\x8A\xA0\xE9\xA3\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.540654"], ["updated_at", "2022-09-29 09:08:00.540655"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xAB\xE5\xA6\x82\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xAB\xE5\xA6\x82\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.571978"], ["updated_at", "2022-09-29 09:08:00.571979"]] TRANSACTION (5.8ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xAB\xE5\xAE\xB6\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xAB\xE5\xAE\xB6\xE5\xAF\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.607880"], ["updated_at", "2022-09-29 09:08:00.607881"]] TRANSACTION (5.0ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xAB\xE5\xAF\xB6\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (7.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xAB\xE5\xAF\xB6\xE5\xAF\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.659138"], ["updated_at", "2022-09-29 09:08:00.659140"]] TRANSACTION (14.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBA\xAB\xE9\x9B\xB2\xE6\x9D\xBE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBA\xAB\xE9\x9B\xB2\xE6\x9D\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.723208"], ["updated_at", "2022-09-29 09:08:00.723209"]] TRANSACTION (8.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBB\x95\xE4\xB9\x85\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBB\x95\xE4\xB9\x85\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.778415"], ["updated_at", "2022-09-29 09:08:00.778416"]] TRANSACTION (3.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBB\x95\xE6\x96\x87\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBB\x95\xE6\x96\x87\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.819692"], ["updated_at", "2022-09-29 09:08:00.819693"]] TRANSACTION (6.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBB\x9A\xE5\x9C\x86\xE5\xA4\xA7\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBB\x9A\xE5\x9C\x86\xE5\xA4\xA7\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.856816"], ["updated_at", "2022-09-29 09:08:00.856817"]] TRANSACTION (3.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBB\xA1\xE6\xB4\xB2\xE7\xAC\xAC\xE4\xB8\x89\xE5\xB8\x9D\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBB\xA1\xE6\xB4\xB2\xE7\xAC\xAC\xE4\xB8\x89\xE5\xB8\x9D\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.888164"], ["updated_at", "2022-09-29 09:08:00.888165"]] TRANSACTION (10.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBB\xA1\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBB\xA1\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.941071"], ["updated_at", "2022-09-29 09:08:00.941072"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBB\xA5\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBB\xA5\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:00.974808"], ["updated_at", "2022-09-29 09:08:00.974808"]] TRANSACTION (6.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBB\xA5\xE7\x94\xA8\xE8\x81\x8C\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBB\xA5\xE7\x94\xA8\xE8\x81\x8C\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.019105"], ["updated_at", "2022-09-29 09:08:01.019106"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBC\x8F\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBC\x8F\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.057430"], ["updated_at", "2022-09-29 09:08:01.057431"]] TRANSACTION (3.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBC\x8F\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBC\x8F\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.088139"], ["updated_at", "2022-09-29 09:08:01.088139"]] TRANSACTION (6.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBC\x8F\xE9\xA2\x98"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBC\x8F\xE9\xA2\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.131278"], ["updated_at", "2022-09-29 09:08:01.131279"]] TRANSACTION (6.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBC\x8F\xE9\xBB\x9E"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBC\x8F\xE9\xBB\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.175022"], ["updated_at", "2022-09-29 09:08:01.175023"]] TRANSACTION (6.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBC\xAB\xE6\xAD\xA5\xE4\xB8\x9D"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBC\xAB\xE6\xAD\xA5\xE4\xB8\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.215154"], ["updated_at", "2022-09-29 09:08:01.215155"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\x98\xE5\x9B\xBD\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\x98\xE5\x9B\xBD\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.254740"], ["updated_at", "2022-09-29 09:08:01.254742"]] TRANSACTION (7.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\x98\xE5\xB9\xBF\xE7\x94\xB0\xE5\xB1\xB1\xE4\xB8\x9C"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\x98\xE5\xB9\xBF\xE7\x94\xB0\xE5\xB1\xB1\xE4\xB8\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.301764"], ["updated_at", "2022-09-29 09:08:01.301765"]] TRANSACTION (9.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\x98\xE9\x87\x91\xE8\x8E\xB2\xE5\xAF\xBC\xE8\x88\xAA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\x98\xE9\x87\x91\xE8\x8E\xB2\xE5\xAF\xBC\xE8\x88\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.351135"], ["updated_at", "2022-09-29 09:08:01.351136"]] TRANSACTION (9.6ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\x9C\xE4\xBC\x8F\xE8\x80\x85\xE4\xB8\x93\xE4\xB8\x9A\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\x9C\xE4\xBC\x8F\xE8\x80\x85\xE4\xB8\x93\xE4\xB8\x9A\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.404610"], ["updated_at", "2022-09-29 09:08:01.404614"]] TRANSACTION (3.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\x9C\xE4\xBC\x8F\xE8\x80\x85\xE5\xA2\x9E\xE5\xBC\xBA\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\x9C\xE4\xBC\x8F\xE8\x80\x85\xE5\xA2\x9E\xE5\xBC\xBA\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.453580"], ["updated_at", "2022-09-29 09:08:01.453582"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\x9C\xE4\xBC\x8F\xE8\x80\x85\xE5\xBD\x95\xE9\x9F\xB3\xE7\x89\x88"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\x9C\xE4\xBC\x8F\xE8\x80\x85\xE5\xBD\x95\xE9\x9F\xB3\xE7\x89\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.491403"], ["updated_at", "2022-09-29 09:08:01.491404"]] TRANSACTION (5.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\xAE\xE5\x90\xB9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\xAE\xE5\x90\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.529881"], ["updated_at", "2022-09-29 09:08:01.529883"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\xAE\xE5\x90\xB9\xE5\xA5\xB3\xE7\x8E\x8B\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\xAE\xE5\x90\xB9\xE5\xA5\xB3\xE7\x8E\x8B\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.561751"], ["updated_at", "2022-09-29 09:08:01.561751"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBD\xAE\xE5\x96\xB7"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBD\xAE\xE5\x96\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.591170"], ["updated_at", "2022-09-29 09:08:01.591171"]] TRANSACTION (6.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBE\xA4d"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBE\xA4d"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.637696"], ["updated_at", "2022-09-29 09:08:01.637697"]] TRANSACTION (3.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE5\x85\x89\xE6\xB0\x94"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE5\x85\x89\xE6\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.668249"], ["updated_at", "2022-09-29 09:08:01.668249"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE5\x85\x89\xE6\xB1\xBD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE5\x85\x89\xE6\xB1\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.698437"], ["updated_at", "2022-09-29 09:08:01.698438"]] TRANSACTION (6.7ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.745423"], ["updated_at", "2022-09-29 09:08:01.745423"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85,\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85,\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.772683"], ["updated_at", "2022-09-29 09:08:01.772683"]] TRANSACTION (4.8ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85,\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85,\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.807524"], ["updated_at", "2022-09-29 09:08:01.807524"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE4\xBA\xA4\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE4\xBA\xA4\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.844126"], ["updated_at", "2022-09-29 09:08:01.844127"]] TRANSACTION (4.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.871438"], ["updated_at", "2022-09-29 09:08:01.871439"]] TRANSACTION (7.8ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\x85\x8D\xE8\xB4\xB9\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\x85\x8D\xE8\xB4\xB9\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.906994"], ["updated_at", "2022-09-29 09:08:01.906996"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.942035"], ["updated_at", "2022-09-29 09:08:01.942036"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:01.975229"], ["updated_at", "2022-09-29 09:08:01.975230"]] TRANSACTION (7.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.012886"], ["updated_at", "2022-09-29 09:08:02.012886"]] TRANSACTION (6.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.057115"], ["updated_at", "2022-09-29 09:08:02.057116"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE6\x80\xA7\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE6\x80\xA7\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.084319"], ["updated_at", "2022-09-29 09:08:02.084320"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.128030"], ["updated_at", "2022-09-29 09:08:02.128031"]] TRANSACTION (5.0ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE6\xBD\xAE\xE5\x96\xB7"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE6\xBD\xAE\xE5\x96\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.164921"], ["updated_at", "2022-09-29 09:08:02.164922"]] TRANSACTION (4.7ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x82\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x82\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.205147"], ["updated_at", "2022-09-29 09:08:02.205148"]] TRANSACTION (6.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.244724"], ["updated_at", "2022-09-29 09:08:02.244725"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x89\x87\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x89\x87\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.277369"], ["updated_at", "2022-09-29 09:08:02.277370"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.314422"], ["updated_at", "2022-09-29 09:08:02.314423"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.349402"], ["updated_at", "2022-09-29 09:08:02.349403"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.376686"], ["updated_at", "2022-09-29 09:08:02.376686"]] TRANSACTION (3.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB7\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x94\xB7\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.408309"], ["updated_at", "2022-09-29 09:08:02.408311"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x9F\xAD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE7\x9F\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.443895"], ["updated_at", "2022-09-29 09:08:02.443896"]] TRANSACTION (2.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.467019"], ["updated_at", "2022-09-29 09:08:02.467020"]] TRANSACTION (5.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.501671"], ["updated_at", "2022-09-29 09:08:02.501671"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xA3\xB8\xE8\x81\x8A\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xA3\xB8\xE8\x81\x8A\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.539332"], ["updated_at", "2022-09-29 09:08:02.539333"]] TRANSACTION (63.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.633144"], ["updated_at", "2022-09-29 09:08:02.633144"]] TRANSACTION (4.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xAF\xB1\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xAF\xB1\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.662482"], ["updated_at", "2022-09-29 09:08:02.662483"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\x83\x85\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.694474"], ["updated_at", "2022-09-29 09:08:02.694475"]] TRANSACTION (5.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE6\xB5\x81\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE6\xB5\x81\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.736319"], ["updated_at", "2022-09-29 09:08:02.736320"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE7\x88\xBD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE7\x88\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.766797"], ["updated_at", "2022-09-29 09:08:02.766797"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE6\xBF\x80\xE8\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE6\xBF\x80\xE8\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.791850"], ["updated_at", "2022-09-29 09:08:02.791851"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\x8C\xE6\xBB\xA1\xE7\xB2\xBE\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\x8C\xE6\xBB\xA1\xE7\xB2\xBE\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.830366"], ["updated_at", "2022-09-29 09:08:02.830367"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE4\xB8\x80\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE4\xB8\x80\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.856010"], ["updated_at", "2022-09-29 09:08:02.856011"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE4\xB9\x8D"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE4\xB9\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.878195"], ["updated_at", "2022-09-29 09:08:02.878196"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.904169"], ["updated_at", "2022-09-29 09:08:02.904170"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.934865"], ["updated_at", "2022-09-29 09:08:02.934866"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.959176"], ["updated_at", "2022-09-29 09:08:02.959177"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE8\x91\xAC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE8\x91\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:02.981634"], ["updated_at", "2022-09-29 09:08:02.981634"]] TRANSACTION (6.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE8\xBD\xA6\xE4\xB9\x9F\xE7\x96\xAF"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE8\xBD\xA6\xE4\xB9\x9F\xE7\x96\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.016389"], ["updated_at", "2022-09-29 09:08:03.016390"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE8\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE8\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.055330"], ["updated_at", "2022-09-29 09:08:03.055331"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE8\xBE\xA3\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE8\xBE\xA3\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.082597"], ["updated_at", "2022-09-29 09:08:03.082598"]] TRANSACTION (4.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAB\xE8\xBE\xA3\xE8\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAB\xE8\xBE\xA3\xE8\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.122152"], ["updated_at", "2022-09-29 09:08:03.122153"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAD\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAD\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.166218"], ["updated_at", "2022-09-29 09:08:03.166219"]] TRANSACTION (4.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAD\xE4\xBA\xA1\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAD\xE4\xBA\xA1\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.192881"], ["updated_at", "2022-09-29 09:08:03.192882"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.227508"], ["updated_at", "2022-09-29 09:08:03.227509"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAD\xE7\xBB\x9D\xE7\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAD\xE7\xBB\x9D\xE7\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.254149"], ["updated_at", "2022-09-29 09:08:03.254149"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xAF\xE8\x8D\x89\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xAF\xE8\x8D\x89\xE5\x92\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.275267"], ["updated_at", "2022-09-29 09:08:03.275268"]] TRANSACTION (3.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xB5\xE5\x8A\xA8\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xB5\xE5\x8A\xA8\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.302684"], ["updated_at", "2022-09-29 09:08:03.302685"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xBC\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xBC\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.334413"], ["updated_at", "2022-09-29 09:08:03.334414"]] TRANSACTION (5.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x81\xBC\xEF\xBC\x8C\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x81\xBC\xEF\xBC\x8C\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.357481"], ["updated_at", "2022-09-29 09:08:03.357482"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\x99\xEF\xBC\x8C\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\x99\xEF\xBC\x8C\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.378250"], ["updated_at", "2022-09-29 09:08:03.378251"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xAE\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xAE\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.405276"], ["updated_at", "2022-09-29 09:08:03.405276"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xAE\xE5\x8F\x8B\xE4\xB9\x8B\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xAE\xE5\x8F\x8B\xE4\xB9\x8B\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.434272"], ["updated_at", "2022-09-29 09:08:03.434273"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xAE\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xAE\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.468393"], ["updated_at", "2022-09-29 09:08:03.468394"]] TRANSACTION (2.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xAE\xE7\x9A\x84\xE5\xB0\x8F\xE8\x9C\x9C"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xAE\xE7\x9A\x84\xE5\xB0\x8F\xE8\x9C\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.490694"], ["updated_at", "2022-09-29 09:08:03.490695"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8dan"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8dan"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.523336"], ["updated_at", "2022-09-29 09:08:03.523337"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8yao"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8yao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.554563"], ["updated_at", "2022-09-29 09:08:03.554564"]] TRANSACTION (2.7ms) COMMIT User Load (1.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xAD\xA6\xE6\xA0\xA1"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xAD\xA6\xE6\xA0\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.576732"], ["updated_at", "2022-09-29 09:08:03.576733"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xB9\xBF\xE5\xB7\x9E"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xB9\xBF\xE5\xB7\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.605674"], ["updated_at", "2022-09-29 09:08:03.605675"]] TRANSACTION (5.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.639011"], ["updated_at", "2022-09-29 09:08:03.639012"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE4\xBB\x8E\xE5\x85\xA5\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE4\xBB\x8E\xE5\x85\xA5\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.661998"], ["updated_at", "2022-09-29 09:08:03.661998"]] TRANSACTION (3.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE4\xBB\x8E\xE5\x85\xA5\xE9\x97\xA8\xE5\x88\xB0"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE4\xBB\x8E\xE5\x85\xA5\xE9\x97\xA8\xE5\x88\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.684995"], ["updated_at", "2022-09-29 09:08:03.684996"]] TRANSACTION (5.6ms) COMMIT User Load (20.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE5\x85\xA5\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE5\x85\xA5\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.735636"], ["updated_at", "2022-09-29 09:08:03.735637"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x89\x8B\xE5\x86\x8C \xE7\xA1\xAB\xE9\x85\xB8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x89\x8B\xE5\x86\x8C \xE7\xA1\xAB\xE9\x85\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.765403"], ["updated_at", "2022-09-29 09:08:03.765403"]] TRANSACTION (2.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.785431"], ["updated_at", "2022-09-29 09:08:03.785431"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\xB5\x81\xE7\xA8\x8B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C\xE6\xB5\x81\xE7\xA8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.814229"], ["updated_at", "2022-09-29 09:08:03.814230"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.848183"], ["updated_at", "2022-09-29 09:08:03.848183"]] TRANSACTION (3.2ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE9\x81\xA5\xE6\x8E\xA7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE9\x81\xA5\xE6\x8E\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.869263"], ["updated_at", "2022-09-29 09:08:03.869264"]] TRANSACTION (2.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE9\x81\xA5\xE6\x8E\xA7\xE5\x99\xA8\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE9\x81\xA5\xE6\x8E\xA7\xE5\x99\xA8\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.890434"], ["updated_at", "2022-09-29 09:08:03.890434"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE5\xBC\xB9\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.928001"], ["updated_at", "2022-09-29 09:08:03.928003"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE7\xAB\x8B\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE7\xAB\x8B\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.961747"], ["updated_at", "2022-09-29 09:08:03.961748"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:03.986217"], ["updated_at", "2022-09-29 09:08:03.986218"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF \xE5\xBD\x93\xE9\x9D\xA2\xE4\xBA\xA4\xE6\x98\x93QQ"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF \xE5\xBD\x93\xE9\x9D\xA2\xE4\xBA\xA4\xE6\x98\x93QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.023241"], ["updated_at", "2022-09-29 09:08:04.023242"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.055589"], ["updated_at", "2022-09-29 09:08:04.055590"]] TRANSACTION (2.9ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95QQ"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.076812"], ["updated_at", "2022-09-29 09:08:04.076813"]] TRANSACTION (4.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE9\x80\xA0\xE7\x94\x9F\xE4\xBA\xA7\xE5\xB7\xA5\xE8\x89\xBA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE9\x80\xA0\xE7\x94\x9F\xE4\xBA\xA7\xE5\xB7\xA5\xE8\x89\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.105234"], ["updated_at", "2022-09-29 09:08:04.105235"]] TRANSACTION (6.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.144954"], ["updated_at", "2022-09-29 09:08:04.144955"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.174437"], ["updated_at", "2022-09-29 09:08:04.174438"]] TRANSACTION (4.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.204190"], ["updated_at", "2022-09-29 09:08:04.204191"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB8\xE8\x8D\xAF\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.243625"], ["updated_at", "2022-09-29 09:08:04.243627"]] TRANSACTION (3.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB9\xE5\x87\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB9\xE5\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.273875"], ["updated_at", "2022-09-29 09:08:04.273875"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB9\xE6\x8E\xA8\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB9\xE6\x8E\xA8\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.295886"], ["updated_at", "2022-09-29 09:08:04.295887"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB9\xE6\x95\xB0\xE4\xBC\x98\xE6\x83\xA0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB9\xE6\x95\xB0\xE4\xBC\x98\xE6\x83\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.331251"], ["updated_at", "2022-09-29 09:08:04.331252"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB9\xE8\x89\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB9\xE8\x89\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.361793"], ["updated_at", "2022-09-29 09:08:04.361793"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xB9\xE9\x87\x91\xE5\x95\x86\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xB9\xE9\x87\x91\xE5\x95\x86\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.385123"], ["updated_at", "2022-09-29 09:08:04.385124"]] TRANSACTION (5.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xBC\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xBC\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.422781"], ["updated_at", "2022-09-29 09:08:04.422783"]] TRANSACTION (5.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xBC\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xBC\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.466007"], ["updated_at", "2022-09-29 09:08:04.466008"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x82\xBD\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x82\xBD\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.498179"], ["updated_at", "2022-09-29 09:08:04.498180"]] TRANSACTION (4.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\x82\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\x82\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.535673"], ["updated_at", "2022-09-29 09:08:04.535674"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\x82\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\x82\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.561451"], ["updated_at", "2022-09-29 09:08:04.561452"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\x82\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\x82\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.585611"], ["updated_at", "2022-09-29 09:08:04.585612"]] TRANSACTION (4.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\x88\xE7\x81\xAB\xE9\x9D\x92\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\x88\xE7\x81\xAB\xE9\x9D\x92\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.621163"], ["updated_at", "2022-09-29 09:08:04.621164"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\xA7\xE5\x85\xAC\xE5\xAE\x89\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\xA7\xE5\x85\xAC\xE5\xAE\x89\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.657550"], ["updated_at", "2022-09-29 09:08:04.657550"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\xA7\xE7\x93\xB6\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\xA7\xE7\x93\xB6\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.681290"], ["updated_at", "2022-09-29 09:08:04.681292"]] TRANSACTION (6.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\xAD\xE6\xAD\xA6\xE5\x99\xA8QQ"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\xAD\xE6\xAD\xA6\xE5\x99\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.715773"], ["updated_at", "2022-09-29 09:08:04.715775"]] TRANSACTION (6.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\xAD\xE6\xAD\xA6\xE5\x99\xA8\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\xAD\xE6\xAD\xA6\xE5\x99\xA8\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.774789"], ["updated_at", "2022-09-29 09:08:04.774791"]] TRANSACTION (4.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\xAD\xE6\xAF\x94\xE5\xA8\x85"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\xAD\xE6\xAF\x94\xE5\xA8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.823389"], ["updated_at", "2022-09-29 09:08:04.823393"]] TRANSACTION (6.6ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\xAD\xE7\xAB\x99\xE6\x94\xBF\xE8\xAE\xBA\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\xAD\xE7\xAB\x99\xE6\x94\xBF\xE8\xAE\xBA\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.884467"], ["updated_at", "2022-09-29 09:08:04.884469"]] TRANSACTION (5.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x83\xAD\xE8\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x83\xAD\xE8\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.934550"], ["updated_at", "2022-09-29 09:08:04.934551"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x84\x9A\xE7\x83\xA7\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9B\xBD\xE6\x97\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x84\x9A\xE7\x83\xA7\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x9B\xBD\xE6\x97\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:04.975609"], ["updated_at", "2022-09-29 09:08:04.975609"]] TRANSACTION (3.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x84\xA1\xE6\x81\xA5"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x84\xA1\xE6\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.006067"], ["updated_at", "2022-09-29 09:08:05.006069"]] TRANSACTION (4.8ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x84\xA1\xE7\xA2\xBC"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x84\xA1\xE7\xA2\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.055286"], ["updated_at", "2022-09-29 09:08:05.055288"]] TRANSACTION (8.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x84\xA1\xE7\xA2\xBC\xE9\x9B\xBB\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x84\xA1\xE7\xA2\xBC\xE9\x9B\xBB\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.106755"], ["updated_at", "2022-09-29 09:08:05.106756"]] TRANSACTION (6.0ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x84\xA6\xE4\xBD\x9C\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x84\xA6\xE4\xBD\x9C\xE5\xBC\x93\xE5\xBC\xA9\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.152045"], ["updated_at", "2022-09-29 09:08:05.152047"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x84\xA6\xE5\x9B\xBD\xE6\xA0\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x84\xA6\xE5\x9B\xBD\xE6\xA0\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.189457"], ["updated_at", "2022-09-29 09:08:05.189457"]] TRANSACTION (9.6ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x85\x8E\xE8\x81\x8C"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x85\x8E\xE8\x81\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.231795"], ["updated_at", "2022-09-29 09:08:05.231797"]] TRANSACTION (7.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x85\x9E\xE7\xAC\x94"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x85\x9E\xE7\xAC\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.281077"], ["updated_at", "2022-09-29 09:08:05.281078"]] TRANSACTION (3.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x85\x9E\xE7\xAD\x86"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x85\x9E\xE7\xAD\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.309674"], ["updated_at", "2022-09-29 09:08:05.309675"]] TRANSACTION (5.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x85\x9E\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x85\x9E\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.347545"], ["updated_at", "2022-09-29 09:08:05.347546"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x85\xBD\xE5\x8A\xA8\xE4\xB8\x8D\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x85\xBD\xE5\x8A\xA8\xE4\xB8\x8D\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.373005"], ["updated_at", "2022-09-29 09:08:05.373006"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x85\xBD\xE5\x8A\xA8\xE7\xBE\xA4\xE4\xBC\x97"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x85\xBD\xE5\x8A\xA8\xE7\xBE\xA4\xE4\xBC\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.399378"], ["updated_at", "2022-09-29 09:08:05.399379"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x85\xBD\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x85\xBD\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.431578"], ["updated_at", "2022-09-29 09:08:05.431579"]] TRANSACTION (7.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x8A\xE5\xAE\x98\xE5\x85\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x8A\xE5\xAE\x98\xE5\x85\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.467975"], ["updated_at", "2022-09-29 09:08:05.467975"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x8A\xE7\x82\x8E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x8A\xE7\x82\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.490398"], ["updated_at", "2022-09-29 09:08:05.490398"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x8A\xE7\x84\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x8A\xE7\x84\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.518714"], ["updated_at", "2022-09-29 09:08:05.518715"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x9F \xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x9F \xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.552548"], ["updated_at", "2022-09-29 09:08:05.552549"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x9F\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x9F\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.577293"], ["updated_at", "2022-09-29 09:08:05.577293"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x9F\xE5\xA5\xB3\xE5\xBE\x88\xE5\xAF\x82\xE5\xAF\x9E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x9F\xE5\xA5\xB3\xE5\xBE\x88\xE5\xAF\x82\xE5\xAF\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.597912"], ["updated_at", "2022-09-29 09:08:05.597913"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x9F\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x9F\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.631357"], ["updated_at", "2022-09-29 09:08:05.631358"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x86\x9F\xE6\xAF\x8D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x86\x9F\xE6\xAF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.663316"], ["updated_at", "2022-09-29 09:08:05.663320"]] TRANSACTION (2.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x87\x83\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x87\x83\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.685311"], ["updated_at", "2022-09-29 09:08:05.685312"]] TRANSACTION (3.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x87\x83\xE7\x83\xA7\xE7\x9A\x84\xE8\xA5\xBF\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x87\x83\xE7\x83\xA7\xE7\x9A\x84\xE8\xA5\xBF\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.708656"], ["updated_at", "2022-09-29 09:08:05.708660"]] TRANSACTION (6.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x87\x95\xE7\x8E\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x87\x95\xE7\x8E\xB2\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.745292"], ["updated_at", "2022-09-29 09:08:05.745293"]] TRANSACTION (5.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x87\xA5\xE7\x83\xAD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x87\xA5\xE7\x83\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.779493"], ["updated_at", "2022-09-29 09:08:05.779494"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\x86zha"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\x86zha"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.803699"], ["updated_at", "2022-09-29 09:08:05.803699"]] TRANSACTION (5.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\x86\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\x86\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.841054"], ["updated_at", "2022-09-29 09:08:05.841054"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\x86\xE4\xBD\xA0\xE8\x8F\x8A"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\x86\xE4\xBD\xA0\xE8\x8F\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.873690"], ["updated_at", "2022-09-29 09:08:05.873691"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\x86\xE5\x8F\x91\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\x86\xE5\x8F\x91\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.895470"], ["updated_at", "2022-09-29 09:08:05.895471"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\x86\xE8\x8D\x89"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\x86\xE8\x8D\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.923961"], ["updated_at", "2022-09-29 09:08:05.923962"]] TRANSACTION (7.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\x86\xE8\x8F\x8A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\x86\xE8\x8F\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.958892"], ["updated_at", "2022-09-29 09:08:05.958893"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE4\xBB\x96\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE4\xBB\x96\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:05.980674"], ["updated_at", "2022-09-29 09:08:05.980674"]] TRANSACTION (7.2ms) COMMIT User Load (7.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE5\x88\x80\xE6\x94\xB6\xE8\x97\x8F\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE5\x88\x80\xE6\x94\xB6\xE8\x97\x8F\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.017746"], ["updated_at", "2022-09-29 09:08:06.017747"]] TRANSACTION (7.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE5\x9B\xBD\xE8\x80\x85\xE5\x90\x8C\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE5\x9B\xBD\xE8\x80\x85\xE5\x90\x8C\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.060959"], ["updated_at", "2022-09-29 09:08:06.060960"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE5\x9B\xBD\xE8\x80\x85\xE5\x90\x8C\xE7\x9B\x9F\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE5\x9B\xBD\xE8\x80\x85\xE5\x90\x8C\xE7\x9B\x9F\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.086855"], ["updated_at", "2022-09-29 09:08:06.086856"]] TRANSACTION (9.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE5\x9B\xBD\xE8\xBF\x90\xE5\x8A\xA8\xE6\xAD\xA3\xE5\x90\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE5\x9B\xBD\xE8\xBF\x90\xE5\x8A\xA8\xE6\xAD\xA3\xE5\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.122182"], ["updated_at", "2022-09-29 09:08:06.122183"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE5\xA5\xB3\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE5\xA5\xB3\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.158855"], ["updated_at", "2022-09-29 09:08:06.158856"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.184785"], ["updated_at", "2022-09-29 09:08:06.184785"]] TRANSACTION (4.4ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE6\xB6\xB2\xE6\xA8\xAA\xE6\xB5\x81"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE6\xB6\xB2\xE6\xA8\xAA\xE6\xB5\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.212692"], ["updated_at", "2022-09-29 09:08:06.212693"]] TRANSACTION (6.4ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE7\x9A\x84\xE7\xA7\x8D\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE7\x9A\x84\xE7\xA7\x8D\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.258896"], ["updated_at", "2022-09-29 09:08:06.258897"]] TRANSACTION (4.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xE7\xA5\x9E\xE4\xB9\x8B\xE4\xBC\xA0\xE5\xA5\x87"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xE7\xA5\x9E\xE4\xB9\x8B\xE4\xBC\xA0\xE5\xA5\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.301998"], ["updated_at", "2022-09-29 09:08:06.301999"]] TRANSACTION (6.4ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB1\xEF\xBC\x8C\xE6\x8A\x9A"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB1\xEF\xBC\x8C\xE6\x8A\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.357762"], ["updated_at", "2022-09-29 09:08:06.357763"]] TRANSACTION (6.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xB6\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xB6\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.396636"], ["updated_at", "2022-09-29 09:08:06.396637"]] TRANSACTION (6.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xBD\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xBD\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.441807"], ["updated_at", "2022-09-29 09:08:06.441812"]] TRANSACTION (5.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xBD\xE6\xAD\xBB\xE6\x88\x91\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xBD\xE6\xAD\xBB\xE6\x88\x91\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.479428"], ["updated_at", "2022-09-29 09:08:06.479429"]] TRANSACTION (3.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x88\xBD\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x88\xBD\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.517138"], ["updated_at", "2022-09-29 09:08:06.517141"]] TRANSACTION (5.5ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x87\xE5\x95\x86"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x87\xE5\x95\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.557914"], ["updated_at", "2022-09-29 09:08:06.557916"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x87\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x87\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.585979"], ["updated_at", "2022-09-29 09:08:06.585980"]] TRANSACTION (4.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x8C\xE4\xB9\x9D"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x8C\xE4\xB9\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.616462"], ["updated_at", "2022-09-29 09:08:06.616463"]] TRANSACTION (5.1ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x8C\xE6\x8A\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x8C\xE6\x8A\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.654739"], ["updated_at", "2022-09-29 09:08:06.654740"]] TRANSACTION (4.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x9B\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x9B\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.686264"], ["updated_at", "2022-09-29 09:08:06.686265"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x9B\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (7.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x9B\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.710063"], ["updated_at", "2022-09-29 09:08:06.710064"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x9B\xE9\x83\x8E"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x9B\xE9\x83\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.746904"], ["updated_at", "2022-09-29 09:08:06.746904"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\x9F\xE6\x96\xB0\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\x9F\xE6\x96\xB0\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.785692"], ["updated_at", "2022-09-29 09:08:06.785693"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xA9\xE4\xBB\x80"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xA9\xE4\xBB\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.816326"], ["updated_at", "2022-09-29 09:08:06.816327"]] TRANSACTION (5.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xA9\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xA9\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.852643"], ["updated_at", "2022-09-29 09:08:06.852645"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xA9\xE5\xBB\x89\xE4\xBB\xB7\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xA9\xE5\xBB\x89\xE4\xBB\xB7\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.883657"], ["updated_at", "2022-09-29 09:08:06.883658"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xA9\xE7\xBE\x8E\xE4\xBB\xB7\xE5\xBB\x89"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xA9\xE7\xBE\x8E\xE4\xBB\xB7\xE5\xBB\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.911651"], ["updated_at", "2022-09-29 09:08:06.911651"]] TRANSACTION (5.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.954564"], ["updated_at", "2022-09-29 09:08:06.954565"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE4\xBE\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE4\xBE\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:06.987302"], ["updated_at", "2022-09-29 09:08:06.987303"]] TRANSACTION (5.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.025341"], ["updated_at", "2022-09-29 09:08:07.025342"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE5\x88\xAB\xE5\x85\x9A\xE8\xB4\xB9"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE5\x88\xAB\xE5\x85\x9A\xE8\xB4\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.058042"], ["updated_at", "2022-09-29 09:08:07.058043"]] TRANSACTION (3.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE5\x8A\xA1\xE6\x9C\xBA\xE6\x9E\x84"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE5\x8A\xA1\xE6\x9C\xBA\xE6\x9E\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.088091"], ["updated_at", "2022-09-29 09:08:07.088093"]] TRANSACTION (6.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE5\x8A\xA1\xE6\xB0\x91\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE5\x8A\xA1\xE6\xB0\x91\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.125562"], ["updated_at", "2022-09-29 09:08:07.125563"]] TRANSACTION (6.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE5\xB7\xA5\xE8\xB5\x84"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE5\xB7\xA5\xE8\xB5\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.164066"], ["updated_at", "2022-09-29 09:08:07.164067"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.189624"], ["updated_at", "2022-09-29 09:08:07.189624"]] TRANSACTION (6.7ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE7\xA0\x81\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE7\xA0\x81\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.226599"], ["updated_at", "2022-09-29 09:08:07.226599"]] TRANSACTION (6.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x89\xB9\xE8\xB4\xA1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x89\xB9\xE8\xB4\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.267804"], ["updated_at", "2022-09-29 09:08:07.267805"]] TRANSACTION (4.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8A\xAC\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8A\xAC\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.299087"], ["updated_at", "2022-09-29 09:08:07.299088"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.334930"], ["updated_at", "2022-09-29 09:08:07.334931"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.368699"], ["updated_at", "2022-09-29 09:08:07.368699"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x8F\x92\xE5\xA4\x84\xE5\xA5\xB3\xE9\x98\xB4\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x8F\x92\xE5\xA4\x84\xE5\xA5\xB3\xE9\x98\xB4\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.393282"], ["updated_at", "2022-09-29 09:08:07.393283"]] TRANSACTION (5.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x91\x86"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x91\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.424572"], ["updated_at", "2022-09-29 09:08:07.424572"]] TRANSACTION (5.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.460575"], ["updated_at", "2022-09-29 09:08:07.460576"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x93\x8D\xE5\xA5\xB3\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x93\x8D\xE5\xA5\xB3\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.485052"], ["updated_at", "2022-09-29 09:08:07.485053"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x93\x8D\xE5\xA6\x88\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x93\x8D\xE5\xA6\x88\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.510594"], ["updated_at", "2022-09-29 09:08:07.510595"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x93\x8D\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x93\x8D\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.547594"], ["updated_at", "2022-09-29 09:08:07.547595"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x93\xBA"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x93\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.575359"], ["updated_at", "2022-09-29 09:08:07.575359"]] TRANSACTION (2.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.600712"], ["updated_at", "2022-09-29 09:08:07.600713"]] TRANSACTION (6.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE8\x99\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE8\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.637132"], ["updated_at", "2022-09-29 09:08:07.637133"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE9\x87\x8E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE9\x87\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.672576"], ["updated_at", "2022-09-29 09:08:07.672577"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x82\xE9\xA3\x8E\xE6\x9A\xB4\xE9\x9B\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x82\xE9\xA3\x8E\xE6\x9A\xB4\xE9\x9B\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.693511"], ["updated_at", "2022-09-29 09:08:07.693511"]] TRANSACTION (5.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97b"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.728122"], ["updated_at", "2022-09-29 09:08:07.728123"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE4\xBA\xA7\xE8\x9B\x8B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE4\xBA\xA7\xE8\x9B\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.762133"], ["updated_at", "2022-09-29 09:08:07.762134"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\x8D\xB5\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\x8D\xB5\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.786166"], ["updated_at", "2022-09-29 09:08:07.786167"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.807419"], ["updated_at", "2022-09-29 09:08:07.807420"]] TRANSACTION (4.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.840571"], ["updated_at", "2022-09-29 09:08:07.840572"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\xA8\x98\xE5\x85\xBB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\xA8\x98\xE5\x85\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.877781"], ["updated_at", "2022-09-29 09:08:07.877781"]] TRANSACTION (2.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\xA8\x98\xE5\x85\xBB\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\xA8\x98\xE5\x85\xBB\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.901268"], ["updated_at", "2022-09-29 09:08:07.901268"]] TRANSACTION (5.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\xA8\x98\xE9\xA4\x8A"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\xA8\x98\xE9\xA4\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.939328"], ["updated_at", "2022-09-29 09:08:07.939329"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\xB1\x81\xE4\xB8\x93\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\xB1\x81\xE4\xB8\x93\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.971125"], ["updated_at", "2022-09-29 09:08:07.971130"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE5\xB1\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE5\xB1\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:07.997116"], ["updated_at", "2022-09-29 09:08:07.997117"]] TRANSACTION (5.9ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.030902"], ["updated_at", "2022-09-29 09:08:08.030904"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE6\x97\xA5\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE6\x97\xA5\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.065194"], ["updated_at", "2022-09-29 09:08:08.065195"]] TRANSACTION (4.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE6\x9D\x82\xE7\xA7\x8D"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE6\x9D\x82\xE7\xA7\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.089315"], ["updated_at", "2022-09-29 09:08:08.089316"]] TRANSACTION (3.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE7\x94\xA2\xE8\x9B\x8B"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (10.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE7\x94\xA2\xE8\x9B\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.113202"], ["updated_at", "2022-09-29 09:08:08.113203"]] TRANSACTION (5.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE7\xB2\xAE"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE7\xB2\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.165919"], ["updated_at", "2022-09-29 09:08:08.165920"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE8\x8D\x89"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE8\x8D\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.193470"], ["updated_at", "2022-09-29 09:08:08.193471"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\x97\xE9\x9B\x9C\xE7\xA8\xAE"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\x97\xE9\x9B\x9C\xE7\xA8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.223193"], ["updated_at", "2022-09-29 09:08:08.223194"]] TRANSACTION (5.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xA1\xE7\x8C\xBE\xE7\x9A\x84\xE7\x9B\xB8\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xA1\xE7\x8C\xBE\xE7\x9A\x84\xE7\x9B\xB8\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.259360"], ["updated_at", "2022-09-29 09:08:08.259361"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xA1\xE7\x8C\xBE\xE9\xA3\x8E\xE6\xB0\xB4\xE7\x9B\xB8\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xA1\xE7\x8C\xBE\xE9\xA3\x8E\xE6\xB0\xB4\xE7\x9B\xB8\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.285774"], ["updated_at", "2022-09-29 09:08:08.285775"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE5\xA4\xAB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE5\xA4\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.309534"], ["updated_at", "2022-09-29 09:08:08.309535"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE5\xA4\xAB\xE6\xB0\x91\xE8\xB4\xBC"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE5\xA4\xAB\xE6\xB0\x91\xE8\xB4\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.339759"], ["updated_at", "2022-09-29 09:08:08.339760"]] TRANSACTION (6.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.383887"], ["updated_at", "2022-09-29 09:08:08.383888"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE7\xAB\x8B\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (8.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE7\xAB\x8B\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.421683"], ["updated_at", "2022-09-29 09:08:08.421685"]] TRANSACTION (7.2ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE7\xAB\x8B\xE5\x8F\xB0\xE6\xB9\xBE\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE7\xAB\x8B\xE5\x8F\xB0\xE6\xB9\xBE\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.475402"], ["updated_at", "2022-09-29 09:08:08.475403"]] TRANSACTION (4.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE8\xA3\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE8\xA3\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.510535"], ["updated_at", "2022-09-29 09:08:08.510536"]] TRANSACTION (5.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE8\xA3\x81\xE6\x94\xBF\xE6\xB2\xBB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE8\xA3\x81\xE6\x94\xBF\xE6\xB2\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.551702"], ["updated_at", "2022-09-29 09:08:08.551703"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAC\xE8\xA3\x81\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAC\xE8\xA3\x81\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.591029"], ["updated_at", "2022-09-29 09:08:08.591032"]] TRANSACTION (6.9ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAD\xE7\xAA\x84"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAD\xE7\xAA\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.631780"], ["updated_at", "2022-09-29 09:08:08.631781"]] TRANSACTION (5.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xAE\xE5\xAD\x90\xE6\x97\x97"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xAE\xE5\xAD\x90\xE6\x97\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.676278"], ["updated_at", "2022-09-29 09:08:08.676279"]] TRANSACTION (3.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xBC\xE5\x85\xA8\xE9\x83\xA8\xE8\xB7\xAA"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xBC\xE5\x85\xA8\xE9\x83\xA8\xE8\xB7\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.704448"], ["updated_at", "2022-09-29 09:08:08.704449"]] TRANSACTION (7.0ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8B\xBC\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (7.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8B\xBC\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.748363"], ["updated_at", "2022-09-29 09:08:08.748364"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8Eqiang\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8Eqiang\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.794067"], ["updated_at", "2022-09-29 09:08:08.794068"]] TRANSACTION (7.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8Eqiang\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8Eqiang\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.836961"], ["updated_at", "2022-09-29 09:08:08.836963"]] TRANSACTION (7.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8Eqiang\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8Eqiang\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.881871"], ["updated_at", "2022-09-29 09:08:08.881872"]] TRANSACTION (5.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE5\x88\x80\xE5\x86\x9B\xE5\x93\x81\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE5\x88\x80\xE5\x86\x9B\xE5\x93\x81\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.922152"], ["updated_at", "2022-09-29 09:08:08.922153"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE5\xA5\xBD\xE5\xB8\xAE\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE5\xA5\xBD\xE5\xB8\xAE\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.959508"], ["updated_at", "2022-09-29 09:08:08.959509"]] TRANSACTION (6.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:08.996912"], ["updated_at", "2022-09-29 09:08:08.996913"]] TRANSACTION (10.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA \xE5\x86\xB0\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA \xE5\x86\xB0\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.034566"], ["updated_at", "2022-09-29 09:08:09.034567"]] TRANSACTION (4.3ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA \xE5\x8F\x8C\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA \xE5\x8F\x8C\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.074790"], ["updated_at", "2022-09-29 09:08:09.074791"]] TRANSACTION (5.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.107992"], ["updated_at", "2022-09-29 09:08:09.107993"]] TRANSACTION (7.2ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.160649"], ["updated_at", "2022-09-29 09:08:09.160650"]] TRANSACTION (5.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAAQQ"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE4\xBB\xBF\xE7\x9C\x9F\xE6\x9E\xAAQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.199591"], ["updated_at", "2022-09-29 09:08:09.199593"]] TRANSACTION (8.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.240022"], ["updated_at", "2022-09-29 09:08:09.240023"]] TRANSACTION (6.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.284365"], ["updated_at", "2022-09-29 09:08:09.284366"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.318103"], ["updated_at", "2022-09-29 09:08:09.318104"]] TRANSACTION (12.0ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE\xE7\xBA\xB8"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE\xE7\xBA\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.372885"], ["updated_at", "2022-09-29 09:08:09.372890"]] TRANSACTION (9.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x93\xAA\xE9\x87\x8C\xE6\x9C\x89\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x93\xAA\xE9\x87\x8C\xE6\x9C\x89\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.422851"], ["updated_at", "2022-09-29 09:08:09.422852"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\xAD\x90\xE5\xBC\xB9\xE5\xBA\x95\xE7\x81\xAB\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE5\xAD\x90\xE5\xBC\xB9\xE5\xBA\x95\xE7\x81\xAB\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.453123"], ["updated_at", "2022-09-29 09:08:09.453124"]] TRANSACTION (4.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE6\x89\x8B\xE6\x9E\xAA\xE4\xB9\xB0\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE6\x89\x8B\xE6\x9E\xAA\xE4\xB9\xB0\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.492553"], ["updated_at", "2022-09-29 09:08:09.492554"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.534901"], ["updated_at", "2022-09-29 09:08:09.534903"]] TRANSACTION (6.4ms) COMMIT User Load (7.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.582979"], ["updated_at", "2022-09-29 09:08:09.582980"]] TRANSACTION (5.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE7\x9A\x84\xE5\x88\xB6\xE9\x80\xA0\xE7\xBB\x93\xE6\x9E\x84\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE7\x9A\x84\xE5\x88\xB6\xE9\x80\xA0\xE7\xBB\x93\xE6\x9E\x84\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.631129"], ["updated_at", "2022-09-29 09:08:09.631130"]] TRANSACTION (7.2ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE7\x9C\x9F\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE7\x9C\x9F\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.684047"], ["updated_at", "2022-09-29 09:08:09.684048"]] TRANSACTION (5.6ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.729143"], ["updated_at", "2022-09-29 09:08:09.729143"]] TRANSACTION (8.8ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.771483"], ["updated_at", "2022-09-29 09:08:09.771484"]] TRANSACTION (8.0ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.819241"], ["updated_at", "2022-09-29 09:08:09.819242"]] TRANSACTION (3.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE\xE6\x89\x8B\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.853931"], ["updated_at", "2022-09-29 09:08:09.853932"]] TRANSACTION (5.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE9\x92\xA2\xE7\x8F\xA0\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE6\x9E\xAA\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE9\x92\xA2\xE7\x8F\xA0\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.896888"], ["updated_at", "2022-09-29 09:08:09.896888"]] TRANSACTION (3.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE8\xB1\xB92008E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE8\xB1\xB92008E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.933944"], ["updated_at", "2022-09-29 09:08:09.933946"]] TRANSACTION (4.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE8\xB1\xB92008N"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE8\xB1\xB92008N"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:09.965696"], ["updated_at", "2022-09-29 09:08:09.965697"]] TRANSACTION (6.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE8\xB1\xB9m4\xE9\x92\xA2\xE7\x8F\xA0\xE4\xB8\x93\xE7\x94\xA8\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE8\xB1\xB9m4\xE9\x92\xA2\xE7\x8F\xA0\xE4\xB8\x93\xE7\x94\xA8\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.013206"], ["updated_at", "2022-09-29 09:08:10.013207"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.043047"], ["updated_at", "2022-09-29 09:08:10.043048"]] TRANSACTION (13.9ms) COMMIT User Load (8.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9\xE6\x94\xB9\xE8\xA3\x85"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9\xE6\x94\xB9\xE8\xA3\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.096342"], ["updated_at", "2022-09-29 09:08:10.096343"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.133800"], ["updated_at", "2022-09-29 09:08:10.133800"]] TRANSACTION (6.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE6\x8A\x98\xE5\x8F\xA0\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE8\xB1\xB9\xE6\x8A\x98\xE5\x8F\xA0\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.164062"], ["updated_at", "2022-09-29 09:08:10.164063"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x8E\xE9\xB9\xB0\xE6\x8A\x98\xE5\x8F\xA0\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x8E\xE9\xB9\xB0\xE6\x8A\x98\xE5\x8F\xA0\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.201199"], ["updated_at", "2022-09-29 09:08:10.201199"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x96\xE5\xA6\x93"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x96\xE5\xA6\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.229734"], ["updated_at", "2022-09-29 09:08:10.229734"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x9B\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x9B\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.255425"], ["updated_at", "2022-09-29 09:08:10.255426"]] TRANSACTION (5.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x9B\xE6\x93\x8D\xE7\x8B\x82\xE5\xB0\x84"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x9B\xE6\x93\x8D\xE7\x8B\x82\xE5\xB0\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.293551"], ["updated_at", "2022-09-29 09:08:10.293552"]] TRANSACTION (4.8ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x9B\xE6\x96\x99"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x9B\xE6\x96\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.334063"], ["updated_at", "2022-09-29 09:08:10.334063"]] TRANSACTION (3.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x9B\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x9B\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.371427"], ["updated_at", "2022-09-29 09:08:10.371428"]] TRANSACTION (6.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\x9B\xE7\x94\xB7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\x9B\xE7\x94\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.411172"], ["updated_at", "2022-09-29 09:08:10.411176"]] TRANSACTION (4.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xA5\xE7\x90\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xA5\xE7\x90\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.444337"], ["updated_at", "2022-09-29 09:08:10.444338"]] TRANSACTION (5.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xAA\xE5\x85\xAB\xE6\x88\x92\xE5\xBC\x93\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xAA\xE5\x85\xAB\xE6\x88\x92\xE5\xBC\x93\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.478904"], ["updated_at", "2022-09-29 09:08:10.478905"]] TRANSACTION (6.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xAA\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xAA\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.522590"], ["updated_at", "2022-09-29 09:08:10.522590"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xAA\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xAA\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.548184"], ["updated_at", "2022-09-29 09:08:10.548185"]] TRANSACTION (7.8ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xAA\xE6\xAF\x9B1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xAA\xE6\xAF\x9B1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.595225"], ["updated_at", "2022-09-29 09:08:10.595226"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xAA\xE8\x81\x8B\xE7\x95\xB8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xAA\xE8\x81\x8B\xE7\x95\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.632888"], ["updated_at", "2022-09-29 09:08:10.632889"]] TRANSACTION (5.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xAB\xE7\x9C\xBC\xE5\xB7\xA5\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xAB\xE7\x9C\xBC\xE5\xB7\xA5\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.669112"], ["updated_at", "2022-09-29 09:08:10.669113"]] TRANSACTION (3.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8C\xAE\xEF\xBC\x8C\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8C\xAE\xEF\xBC\x8C\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.704869"], ["updated_at", "2022-09-29 09:08:10.704870"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8D\xB8\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8D\xB8\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.739148"], ["updated_at", "2022-09-29 09:08:10.739149"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8D\xB8\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8D\xB8\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.767991"], ["updated_at", "2022-09-29 09:08:10.767992"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.806715"], ["updated_at", "2022-09-29 09:08:10.806715"]] TRANSACTION (4.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.840461"], ["updated_at", "2022-09-29 09:08:10.840462"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE4\xBD\x93\xE5\x85\xA8\xE5\xB1\x95"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE4\xBD\x93\xE5\x85\xA8\xE5\xB1\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.875468"], ["updated_at", "2022-09-29 09:08:10.875471"]] TRANSACTION (5.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE5\x85\x94"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE5\x85\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.917624"], ["updated_at", "2022-09-29 09:08:10.917625"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE5\x8A\xBF"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE5\x8A\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.946139"], ["updated_at", "2022-09-29 09:08:10.946141"]] TRANSACTION (4.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:10.988053"], ["updated_at", "2022-09-29 09:08:10.988054"]] TRANSACTION (5.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE5\xA5\xB3\xE5\xBF\x83\xE7\xBB\x8F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE5\xA5\xB3\xE5\xBF\x83\xE7\xBB\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.027226"], ["updated_at", "2022-09-29 09:08:11.027227"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.060142"], ["updated_at", "2022-09-29 09:08:11.060143"]] TRANSACTION (3.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE6\x9F\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE6\x9F\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.091424"], ["updated_at", "2022-09-29 09:08:11.091425"]] TRANSACTION (3.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.121342"], ["updated_at", "2022-09-29 09:08:11.121342"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.144341"], ["updated_at", "2022-09-29 09:08:11.144341"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE8\x8C\x8E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE8\x8C\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.167307"], ["updated_at", "2022-09-29 09:08:11.167308"]] TRANSACTION (5.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.199505"], ["updated_at", "2022-09-29 09:08:11.199506"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2\xE4\xB9\x8B\xE5\x81\xB7\xE6\x83\x85\xE5\xAE\x9D\xE9\x89\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2\xE4\xB9\x8B\xE5\x81\xB7\xE6\x83\x85\xE5\xAE\x9D\xE9\x89\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.230674"], ["updated_at", "2022-09-29 09:08:11.230675"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2\xE4\xB9\x8B\xE5\xAE\x98\xE4\xBA\xBA\xE6\x88\x91\xE8\xA6\x81"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2\xE4\xB9\x8B\xE5\xAE\x98\xE4\xBA\xBA\xE6\x88\x91\xE8\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.257152"], ["updated_at", "2022-09-29 09:08:11.257153"]] TRANSACTION (4.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2\xE7\x8E\x89\xE5\xA5\xB3\xE5\xBF\x83\xE7\xBB\x8F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE8\x92\xB2\xE5\x9B\xA2\xE7\x8E\x89\xE5\xA5\xB3\xE5\xBF\x83\xE7\xBB\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.286245"], ["updated_at", "2022-09-29 09:08:11.286246"]] TRANSACTION (4.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x89\xE9\x97\xA8\xE5\x85\xB3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x89\xE9\x97\xA8\xE5\x85\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.322449"], ["updated_at", "2022-09-29 09:08:11.322453"]] TRANSACTION (4.1ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB8\x80\xE5\x8D\x9A"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB8\x80\xE5\x8D\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.358134"], ["updated_at", "2022-09-29 09:08:11.358136"]] TRANSACTION (6.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB8\x9C\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB8\x9C\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.401105"], ["updated_at", "2022-09-29 09:08:11.401105"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB8\xB9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB8\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.437928"], ["updated_at", "2022-09-29 09:08:11.437929"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB8\xB9\xE4\xBA\xBA\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB8\xB9\xE4\xBA\xBA\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.463850"], ["updated_at", "2022-09-29 09:08:11.463850"]] TRANSACTION (5.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB8\xB9\xE5\x85\xAC\xE5\xBC\x80\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB8\xB9\xE5\x85\xAC\xE5\xBC\x80\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.502128"], ["updated_at", "2022-09-29 09:08:11.502129"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB9\x83\xE5\xBE\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB9\x83\xE5\xBE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.533191"], ["updated_at", "2022-09-29 09:08:11.533192"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB9\x83\xE6\x81\xA9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB9\x83\xE6\x81\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.558390"], ["updated_at", "2022-09-29 09:08:11.558391"]] TRANSACTION (5.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB9\x8B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB9\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.593016"], ["updated_at", "2022-09-29 09:08:11.593017"]] TRANSACTION (5.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB9\x90\xE6\xAF\x85"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB9\x90\xE6\xAF\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.629888"], ["updated_at", "2022-09-29 09:08:11.629889"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xB9\x90\xE6\xB3\x89"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xB9\x90\xE6\xB3\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.666303"], ["updated_at", "2022-09-29 09:08:11.666304"]] TRANSACTION (4.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xBA\x9A\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xBA\x9A\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.703640"], ["updated_at", "2022-09-29 09:08:11.703641"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE4\xBA\xAC\xE4\xBA\xAC"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE4\xBA\xAC\xE4\xBA\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.736010"], ["updated_at", "2022-09-29 09:08:11.736011"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x85\x86\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x85\x86\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.762708"], ["updated_at", "2022-09-29 09:08:11.762708"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x85\x8B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x85\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.794240"], ["updated_at", "2022-09-29 09:08:11.794241"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x85\xB5"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x85\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.826874"], ["updated_at", "2022-09-29 09:08:11.826875"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.854439"], ["updated_at", "2022-09-29 09:08:11.854440"]] TRANSACTION (6.5ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x86\x9B\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x86\x9B\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.888585"], ["updated_at", "2022-09-29 09:08:11.888587"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x86\xB6\xE5\x9D\xAA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x86\xB6\xE5\x9D\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.927658"], ["updated_at", "2022-09-29 09:08:11.927659"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x88\x9A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x88\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:11.960119"], ["updated_at", "2022-09-29 09:08:11.960120"]] TRANSACTION (7.1ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x8A\x9B\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x8A\x9B\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.000244"], ["updated_at", "2022-09-29 09:08:12.000246"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x8A\x9B\xE9\x9B\x84"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x8A\x9B\xE9\x9B\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.036464"], ["updated_at", "2022-09-29 09:08:12.036465"]] TRANSACTION (5.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x8B\x87"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x8B\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.067523"], ["updated_at", "2022-09-29 09:08:12.067523"]] TRANSACTION (6.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x8D\x83\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x8D\x83\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.108132"], ["updated_at", "2022-09-29 09:08:12.108134"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x8D\x8E\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x8D\x8E\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.145249"], ["updated_at", "2022-09-29 09:08:12.145250"]] TRANSACTION (3.6ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\x8E\x9A\xE5\xAE\x8F\xE6\xB5\xB7\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\x8E\x9A\xE5\xAE\x8F\xE6\xB5\xB7\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.179923"], ["updated_at", "2022-09-29 09:08:12.179924"]] TRANSACTION (11.6ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xA5\x89\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xA5\x89\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.227979"], ["updated_at", "2022-09-29 09:08:12.227980"]] TRANSACTION (4.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xAD\x90\xE6\xB7\xAB\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xAD\x90\xE6\xB7\xAB\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.255905"], ["updated_at", "2022-09-29 09:08:12.255906"]] TRANSACTION (3.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xAD\x9D\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xAD\x9D\xE5\x92\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.284313"], ["updated_at", "2022-09-29 09:08:12.284314"]] TRANSACTION (6.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xAE\x88\xE4\xB8\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xAE\x88\xE4\xB8\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.318350"], ["updated_at", "2022-09-29 09:08:12.318351"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xAE\x88\xE5\x88\x9D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xAE\x88\xE5\x88\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.345299"], ["updated_at", "2022-09-29 09:08:12.345299"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xAE\x9D\xE6\xA3\xAE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xAE\x9D\xE6\xA3\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.369548"], ["updated_at", "2022-09-29 09:08:12.369549"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xB0\x8F\xE4\xB8\xAB\xE4\xB8\x8E\xE6\x8B\x89\xE7\x99\xBB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xB0\x8F\xE4\xB8\xAB\xE4\xB8\x8E\xE6\x8B\x89\xE7\x99\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.400821"], ["updated_at", "2022-09-29 09:08:12.400823"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xB2\x90\xE5\xB1\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xB2\x90\xE5\xB1\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.430853"], ["updated_at", "2022-09-29 09:08:12.430853"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xB8\x8C\xE5\x93\xB2"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xB8\x8C\xE5\x93\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.457484"], ["updated_at", "2022-09-29 09:08:12.457485"]] TRANSACTION (5.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xBA\x86\xE5\xBD\x95\xE5\xB9\xBF\xE8\xA5\xBF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xBA\x86\xE5\xBD\x95\xE5\xB9\xBF\xE8\xA5\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.493341"], ["updated_at", "2022-09-29 09:08:12.493342"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xBC\x8F\xE6\x83\xA0\xE9\x87\x8D\xE5\xBA\x86"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xBC\x8F\xE6\x83\xA0\xE9\x87\x8D\xE5\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.530127"], ["updated_at", "2022-09-29 09:08:12.530128"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE5\xBE\xB7\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE5\xBE\xB7\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.553945"], ["updated_at", "2022-09-29 09:08:12.553946"]] TRANSACTION (3.2ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\x80\x80\xE5\xBF\xA0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\x80\x80\xE5\xBF\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.585041"], ["updated_at", "2022-09-29 09:08:12.585042"]] TRANSACTION (5.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\x96\x87\xE8\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\x96\x87\xE8\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.621636"], ["updated_at", "2022-09-29 09:08:12.621636"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\x96\xB0\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\x96\xB0\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.643857"], ["updated_at", "2022-09-29 09:08:12.643858"]] TRANSACTION (2.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\x98\xAD\xE8\x80\x80"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\x98\xAD\xE8\x80\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.665759"], ["updated_at", "2022-09-29 09:08:12.665760"]] TRANSACTION (5.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.699023"], ["updated_at", "2022-09-29 09:08:12.699024"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\x9C\x89\xE6\x9D\xB0\xE6\xB2\xB3\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\x9C\x89\xE6\x9D\xB0\xE6\xB2\xB3\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.732314"], ["updated_at", "2022-09-29 09:08:12.732315"]] TRANSACTION (3.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xAD\xA3\xE4\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xAD\xA3\xE4\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.756527"], ["updated_at", "2022-09-29 09:08:12.756527"]] TRANSACTION (3.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xAD\xA6\xE9\xBE\x99\xE6\xB1\x9F\xE8\x8B\x8F"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xAD\xA6\xE9\xBE\x99\xE6\xB1\x9F\xE8\x8B\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.784331"], ["updated_at", "2022-09-29 09:08:12.784332"]] TRANSACTION (5.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xAF\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xAF\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.823920"], ["updated_at", "2022-09-29 09:08:12.823921"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xB0\x91\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xB0\x91\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.851405"], ["updated_at", "2022-09-29 09:08:12.851407"]] TRANSACTION (3.6ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xB1\x89\xE6\x96\x8C"], ["LIMIT", 1]] TRANSACTION (7.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xB1\x89\xE6\x96\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.881544"], ["updated_at", "2022-09-29 09:08:12.881546"]] TRANSACTION (4.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xB2\xAA\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xB2\xAA\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.926985"], ["updated_at", "2022-09-29 09:08:12.926986"]] TRANSACTION (3.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (83.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xB4\x9B\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xB4\x9B\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:12.955030"], ["updated_at", "2022-09-29 09:08:12.955031"]] TRANSACTION (4.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xB6\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xB6\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.078156"], ["updated_at", "2022-09-29 09:08:13.078160"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE6\xB6\xB5\xE4\xB8\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE6\xB6\xB5\xE4\xB8\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.117947"], ["updated_at", "2022-09-29 09:08:13.117948"]] TRANSACTION (11.9ms) COMMIT User Load (14.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\x82\xB3\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\x82\xB3\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.177568"], ["updated_at", "2022-09-29 09:08:13.177569"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\x91\x9E\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\x91\x9E\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.220457"], ["updated_at", "2022-09-29 09:08:13.220458"]] TRANSACTION (4.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\x9B\x8A"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\x9B\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.263496"], ["updated_at", "2022-09-29 09:08:13.263498"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\x9B\x8A\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\x9B\x8A\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.305882"], ["updated_at", "2022-09-29 09:08:13.305883"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\xA7\x80\xE4\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\xA7\x80\xE4\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.339029"], ["updated_at", "2022-09-29 09:08:13.339031"]] TRANSACTION (5.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\xAB\x8B\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\xAB\x8B\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.383443"], ["updated_at", "2022-09-29 09:08:13.383444"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\xAD\x96"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\xAD\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.415737"], ["updated_at", "2022-09-29 09:08:13.415738"]] TRANSACTION (4.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\xBB\xB4\xE5\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\xBB\xB4\xE5\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.449958"], ["updated_at", "2022-09-29 09:08:13.449959"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\xBB\xB4\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\xBB\xB4\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.485401"], ["updated_at", "2022-09-29 09:08:13.485402"]] TRANSACTION (6.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE7\xBB\xB4\xE6\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE7\xBB\xB4\xE6\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.517097"], ["updated_at", "2022-09-29 09:08:13.517097"]] TRANSACTION (5.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE8\x8B\xA5\xE6\x9C\x9B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE8\x8B\xA5\xE6\x9C\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.553373"], ["updated_at", "2022-09-29 09:08:13.553374"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE8\xB6\x85\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE8\xB6\x85\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.589418"], ["updated_at", "2022-09-29 09:08:13.589418"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE8\xBE\x85\xE8\x87\xA3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE8\xBE\x85\xE8\x87\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.622237"], ["updated_at", "2022-09-29 09:08:13.622238"]] TRANSACTION (5.1ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE9\x87\x91\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE9\x87\x91\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.660745"], ["updated_at", "2022-09-29 09:08:13.660746"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE9\x87\x91\xE4\xBE\xAF"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE9\x87\x91\xE4\xBE\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.698014"], ["updated_at", "2022-09-29 09:08:13.698016"]] TRANSACTION (5.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE9\x92\x9F\xE9\xBA\x93"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE9\x92\x9F\xE9\xBA\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.736837"], ["updated_at", "2022-09-29 09:08:13.736838"]] TRANSACTION (5.6ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE9\x9B\xAA\xE5\x86\xB0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE9\x9B\xAA\xE5\x86\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.781106"], ["updated_at", "2022-09-29 09:08:13.781107"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.814600"], ["updated_at", "2022-09-29 09:08:13.814601"]] TRANSACTION (7.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x8B\xE9\xB2\x81\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x8B\xE9\xB2\x81\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.849739"], ["updated_at", "2022-09-29 09:08:13.849740"]] TRANSACTION (4.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\x9B\xE9\x9B\x85\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\x9B\xE9\x9B\x85\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.890806"], ["updated_at", "2022-09-29 09:08:13.890807"]] TRANSACTION (3.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xA5\xE8\x96\xAA"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xA5\xE8\x96\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.916450"], ["updated_at", "2022-09-29 09:08:13.916450"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xA9\xE5\xA5\xB3\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xA9\xE5\xA5\xB3\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.949824"], ["updated_at", "2022-09-29 09:08:13.949825"]] TRANSACTION (5.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xA9\xE5\xBC\x84"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xA9\xE5\xBC\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:13.992955"], ["updated_at", "2022-09-29 09:08:13.992956"]] TRANSACTION (3.2ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xA9\xE5\xBF\xBD\xE8\x81\x8C\xE5\xAE\x88"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xA9\xE5\xBF\xBD\xE8\x81\x8C\xE5\xAE\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.025441"], ["updated_at", "2022-09-29 09:08:14.025441"]] TRANSACTION (6.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xA9\xE8\x80\x8D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xA9\xE8\x80\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.063839"], ["updated_at", "2022-09-29 09:08:14.063840"]] TRANSACTION (5.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xA9\xE8\x80\x8D\xE5\x92\x8C\xE5\x8F\x91\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xA9\xE8\x80\x8D\xE5\x92\x8C\xE5\x8F\x91\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.090445"], ["updated_at", "2022-09-29 09:08:14.090446"]] TRANSACTION (2.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xAB\xE7\x91\xB0\xE5\x9B\xAD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xAB\xE7\x91\xB0\xE5\x9B\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.112445"], ["updated_at", "2022-09-29 09:08:14.112446"]] TRANSACTION (7.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xAF\xE7\x90\x83\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xAF\xE7\x90\x83\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.147783"], ["updated_at", "2022-09-29 09:08:14.147785"]] TRANSACTION (5.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0 \xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0 \xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.179012"], ["updated_at", "2022-09-29 09:08:14.179013"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE5\xB9\xBF\xE5\xB7\x9E\xE7\x99\xBD\xE9\xA2\x86\xE7\x9A\x84\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE5\xB9\xBF\xE5\xB7\x9E\xE7\x99\xBD\xE9\xA2\x86\xE7\x9A\x84\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.201321"], ["updated_at", "2022-09-29 09:08:14.201321"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE6\x83\x85\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE6\x83\x85\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.223807"], ["updated_at", "2022-09-29 09:08:14.223807"]] TRANSACTION (4.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE8\x89\xB3\xE5\xB8\x9D\xE4\xBC\xA0\xE5\xA5\x87"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE8\x89\xB3\xE5\xB8\x9D\xE4\xBC\xA0\xE5\xA5\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.254519"], ["updated_at", "2022-09-29 09:08:14.254520"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE9\x9D\x93\xE5\xA6\xB9\xE4\xBB\x94"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE4\xBB\xA3\xE9\x9D\x93\xE5\xA6\xB9\xE4\xBB\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.290198"], ["updated_at", "2022-09-29 09:08:14.290199"]] TRANSACTION (3.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.315020"], ["updated_at", "2022-09-29 09:08:14.315020"]] TRANSACTION (4.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE5\x85\xAC\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE5\x85\xAC\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.346057"], ["updated_at", "2022-09-29 09:08:14.346058"]] TRANSACTION (6.1ms) COMMIT User Load (20.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.405917"], ["updated_at", "2022-09-29 09:08:14.405918"]] TRANSACTION (6.3ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.447819"], ["updated_at", "2022-09-29 09:08:14.447820"]] TRANSACTION (6.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE7\xA4\xBE\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE7\xA4\xBE\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.489666"], ["updated_at", "2022-09-29 09:08:14.489666"]] TRANSACTION (3.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE5\x9C\xA8\xE7\x9A\x84\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.526068"], ["updated_at", "2022-09-29 09:08:14.526070"]] TRANSACTION (8.2ms) COMMIT User Load (9.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE5\xA4\xA7\xE5\x9C\xB0\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE5\xA4\xA7\xE5\x9C\xB0\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.588326"], ["updated_at", "2022-09-29 09:08:14.588327"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.622910"], ["updated_at", "2022-09-29 09:08:14.622911"]] TRANSACTION (5.3ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE6\x8A\x95\xE6\xB3\xA8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (7.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE6\x8A\x95\xE6\xB3\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.668609"], ["updated_at", "2022-09-29 09:08:14.668614"]] TRANSACTION (4.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE6\x96\x97\xE5\x9C\xB0\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE6\x96\x97\xE5\x9C\xB0\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.710709"], ["updated_at", "2022-09-29 09:08:14.710710"]] TRANSACTION (8.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE6\xA2\xAD\xE5\x93\x88"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE6\xA2\xAD\xE5\x93\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.746768"], ["updated_at", "2022-09-29 09:08:14.746772"]] TRANSACTION (18.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.810062"], ["updated_at", "2022-09-29 09:08:14.810062"]] TRANSACTION (7.1ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE7\xBA\xA2\xE5\x8C\x85"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xE9\x87\x91\xE7\xBA\xA2\xE5\x8C\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.858988"], ["updated_at", "2022-09-29 09:08:14.858991"]] TRANSACTION (6.9ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8E\xB0\xEF\xBC\x8C\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (9.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8E\xB0\xEF\xBC\x8C\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.916743"], ["updated_at", "2022-09-29 09:08:14.916744"]] TRANSACTION (6.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90(\xE5\xB7\xA5\xE5\x8A\x9B)\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90(\xE5\xB7\xA5\xE5\x8A\x9B)\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:14.973329"], ["updated_at", "2022-09-29 09:08:14.973330"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90(\xE5\xB7\xA5\xE5\x8A\x9B)\xE5\xAD\xA6"], ["LIMIT", 1]] CensorBear::StopWord Update (10.1ms) UPDATE "censor_bear_stop_words" SET "key" = $1, "ugc" = $2, "username" = $3, "signature" = $4, "dialog" = $5, "nickname" = $6, "replacement" = $7, "user_id" = $8, "created_at" = $9, "updated_at" = $10 WHERE "censor_bear_stop_words"."id" = $11 [["key", "\xE7\x8F\x90(\xE5\xB7\xA5\xE5\x8A\x9B)\xE5\xAD\xA6"], ["ugc", "review"], ["username", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["nickname", "ignore"], ["replacement", "**"], ["user_id", 1], ["created_at", "2022-09-29 09:08:15.015995"], ["updated_at", "2022-09-29 09:08:15.015996"], ["id", 5825]] User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90.\xE8\xBC\xAA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90.\xE8\xBC\xAA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.042236"], ["updated_at", "2022-09-29 09:08:15.042237"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90.\xE8\xBC\xAA\xE5\x8A\x9F"], ["LIMIT", 1]] CensorBear::StopWord Update (5.3ms) UPDATE "censor_bear_stop_words" SET "key" = $1, "ugc" = $2, "username" = $3, "signature" = $4, "dialog" = $5, "nickname" = $6, "replacement" = $7, "user_id" = $8, "created_at" = $9, "updated_at" = $10 WHERE "censor_bear_stop_words"."id" = $11 [["key", "\xE7\x8F\x90.\xE8\xBC\xAA\xE5\x8A\x9F"], ["ugc", "review"], ["username", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["nickname", "ignore"], ["replacement", "**"], ["user_id", 1], ["created_at", "2022-09-29 09:08:15.081081"], ["updated_at", "2022-09-29 09:08:15.081082"], ["id", 5826]] User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.100778"], ["updated_at", "2022-09-29 09:08:15.100780"]] TRANSACTION (9.9ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.147055"], ["updated_at", "2022-09-29 09:08:15.147056"]] TRANSACTION (8.2ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.193171"], ["updated_at", "2022-09-29 09:08:15.193172"]] TRANSACTION (4.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.238330"], ["updated_at", "2022-09-29 09:08:15.238331"]] TRANSACTION (5.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.276502"], ["updated_at", "2022-09-29 09:08:15.276503"]] TRANSACTION (6.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.315898"], ["updated_at", "2022-09-29 09:08:15.315899"]] TRANSACTION (6.6ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (6.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.357730"], ["updated_at", "2022-09-29 09:08:15.357731"]] TRANSACTION (7.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x8F\x90\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x8F\x90\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.406907"], ["updated_at", "2022-09-29 09:08:15.406908"]] TRANSACTION (4.0ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\x83\xE5\xA6\x88\xE5\x92\xAA"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\x83\xE5\xA6\x88\xE5\x92\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.441871"], ["updated_at", "2022-09-29 09:08:15.441872"]] TRANSACTION (7.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\x83\xE7\x90\x83"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\x83\xE7\x90\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.483329"], ["updated_at", "2022-09-29 09:08:15.483330"]] TRANSACTION (3.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\x86\xE5\x81\x9A\xE5\xB8\x90\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\x86\xE5\x81\x9A\xE5\xB8\x90\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.518079"], ["updated_at", "2022-09-29 09:08:15.518079"]] TRANSACTION (11.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\x86\xE5\x90\x84\xE7\xA7\x8D\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\x86\xE5\x90\x84\xE7\xA7\x8D\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.565391"], ["updated_at", "2022-09-29 09:08:15.565392"]] TRANSACTION (4.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\x86\xE6\x98\xAF\xE5\xBD\xB1\xE5\xB8\x9D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\x86\xE6\x98\xAF\xE5\xBD\xB1\xE5\xB8\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.607342"], ["updated_at", "2022-09-29 09:08:15.607342"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\x86\xE8\xAF\x81\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\x86\xE8\xAF\x81\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.634132"], ["updated_at", "2022-09-29 09:08:15.634135"]] TRANSACTION (5.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\xBC\xE6\xB5\x86"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\xBC\xE6\xB5\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.670642"], ["updated_at", "2022-09-29 09:08:15.670643"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x90\xBC\xE8\x8A\xB1\xE9\x97\xAE"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x90\xBC\xE8\x8A\xB1\xE9\x97\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.709811"], ["updated_at", "2022-09-29 09:08:15.709812"]] TRANSACTION (5.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x91\x9E\xE5\xA3\xAB\xE9\x87\x91\xE8\x9E\x8D\xE5\xA4\xA7\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x91\x9E\xE5\xA3\xAB\xE9\x87\x91\xE8\x9E\x8D\xE5\xA4\xA7\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.750273"], ["updated_at", "2022-09-29 09:08:15.750274"]] TRANSACTION (4.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x91\x9E\xE5\xAE\x89\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x91\x9E\xE5\xAE\x89\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.788271"], ["updated_at", "2022-09-29 09:08:15.788272"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x91\xBE\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x91\xBE\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.818411"], ["updated_at", "2022-09-29 09:08:15.818411"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x93\xA6\xE6\x96\xAF\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x93\xA6\xE6\x96\xAF\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.851989"], ["updated_at", "2022-09-29 09:08:15.851990"]] TRANSACTION (12.3ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x93\xAE\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x93\xAE\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.905281"], ["updated_at", "2022-09-29 09:08:15.905283"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x93\xAE\xE5\xAE\x89\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x93\xAE\xE5\xAE\x89\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.930736"], ["updated_at", "2022-09-29 09:08:15.930737"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE5\x91\xBD\xE6\xA0\x91\xE7\x9A\x84\xE5\x88\x86\xE5\x8F\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE5\x91\xBD\xE6\xA0\x91\xE7\x9A\x84\xE5\x88\x86\xE5\x8F\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:15.967381"], ["updated_at", "2022-09-29 09:08:15.967383"]] TRANSACTION (3.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.001018"], ["updated_at", "2022-09-29 09:08:16.001019"]] TRANSACTION (3.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE5\xAD\xA9\xE5\xAD\x90\xE6\xB2\xA1\xE5\xB1\x81\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE5\xAD\xA9\xE5\xAD\x90\xE6\xB2\xA1\xE5\xB1\x81\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.024529"], ["updated_at", "2022-09-29 09:08:16.024530"]] TRANSACTION (5.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE6\x84\x8F\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE6\x84\x8F\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.058159"], ["updated_at", "2022-09-29 09:08:16.058160"]] TRANSACTION (5.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE6\x88\x90\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE6\x88\x90\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.096622"], ["updated_at", "2022-09-29 09:08:16.096623"]] TRANSACTION (5.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE6\xAE\x96"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE6\xAE\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.124312"], ["updated_at", "2022-09-29 09:08:16.124313"]] TRANSACTION (5.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.157024"], ["updated_at", "2022-09-29 09:08:16.157026"]] TRANSACTION (5.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE6\xAE\x96\xE5\x99\xA8\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.208327"], ["updated_at", "2022-09-29 09:08:16.208329"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE6\xB4\xBB\xE8\xB4\xB9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE6\xB4\xBB\xE8\xB4\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.234653"], ["updated_at", "2022-09-29 09:08:16.234654"]] TRANSACTION (5.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE8\x82\x96\xE4\xB8\xAD\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE8\x82\x96\xE4\xB8\xAD\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.272342"], ["updated_at", "2022-09-29 09:08:16.272343"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE8\xA2\xAB\xE7\xA0\x8D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE8\xA2\xAB\xE7\xA0\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.300784"], ["updated_at", "2022-09-29 09:08:16.300785"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\x9F\xE8\xB8\xA9\xE8\xB8\x8F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\x9F\xE8\xB8\xA9\xE8\xB8\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.322495"], ["updated_at", "2022-09-29 09:08:16.322495"]] TRANSACTION (5.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xA2\xE9\xBB\xA8\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xA2\xE9\xBB\xA8\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.350068"], ["updated_at", "2022-09-29 09:08:16.350069"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xA8\xE5\x88\x80\xE6\xA8\xAA\xE5\x90\x91\xE5\x88\x87\xE8\x85\xB9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xA8\xE5\x88\x80\xE6\xA8\xAA\xE5\x90\x91\xE5\x88\x87\xE8\x85\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.381836"], ["updated_at", "2022-09-29 09:08:16.381836"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xA8\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xA8\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.407570"], ["updated_at", "2022-09-29 09:08:16.407571"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xA8\xE5\x8A\x9B\xE6\x93\x8D\xE5\xA6\x88\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xA8\xE5\x8A\x9B\xE6\x93\x8D\xE5\xA6\x88\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.437219"], ["updated_at", "2022-09-29 09:08:16.437220"]] TRANSACTION (5.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xA8\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xA8\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.476531"], ["updated_at", "2022-09-29 09:08:16.476532"]] TRANSACTION (4.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xAC\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xAC\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.511521"], ["updated_at", "2022-09-29 09:08:16.511522"]] TRANSACTION (4.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB0\xE5\x81\x9C\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB0\xE5\x81\x9C\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.547780"], ["updated_at", "2022-09-29 09:08:16.547781"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB0\xE5\x87\xA4\xE5\xB1\xB1\xE3\x80\x82"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB0\xE5\x87\xA4\xE5\xB1\xB1\xE3\x80\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.587485"], ["updated_at", "2022-09-29 09:08:16.587486"]] TRANSACTION (3.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB0\xE5\x87\xA4\xE5\xB2\x90"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (9.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB0\xE5\x87\xA4\xE5\xB2\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.616152"], ["updated_at", "2022-09-29 09:08:16.616153"]] TRANSACTION (5.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB0\xE6\x88\x90\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB0\xE6\x88\x90\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.757619"], ["updated_at", "2022-09-29 09:08:16.757620"]] TRANSACTION (4.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB0\xE7\x94\xB0\xE6\xA1\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB0\xE7\x94\xB0\xE6\xA1\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.790951"], ["updated_at", "2022-09-29 09:08:16.790952"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB0\xE7\xBA\xAA\xE4\xBA\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB0\xE7\xBA\xAA\xE4\xBA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.831757"], ["updated_at", "2022-09-29 09:08:16.831760"]] TRANSACTION (5.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB0\xE7\xBD\xA2\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB0\xE7\xBD\xA2\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.868496"], ["updated_at", "2022-09-29 09:08:16.868497"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB1\xE5\x96\x9C\xE8\xB4\xB5"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB1\xE5\x96\x9C\xE8\xB4\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.898658"], ["updated_at", "2022-09-29 09:08:16.898659"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB2\xE5\x9F\xBA\xE5\xAE\x89\xE9\x9D\x9E\xE4\xBB\x96\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB2\xE5\x9F\xBA\xE5\xAE\x89\xE9\x9D\x9E\xE4\xBB\x96\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.948827"], ["updated_at", "2022-09-29 09:08:16.948828"]] TRANSACTION (8.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB2\xE6\xB5\x81\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB2\xE6\xB5\x81\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:16.995012"], ["updated_at", "2022-09-29 09:08:16.995012"]] TRANSACTION (5.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB2\xE7\x9D\xBE\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB2\xE7\x9D\xBE\xE9\x85\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.037852"], ["updated_at", "2022-09-29 09:08:17.037853"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB2\xE8\x99\xAB\xE8\xB7\xB3"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB2\xE8\x99\xAB\xE8\xB7\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.078441"], ["updated_at", "2022-09-29 09:08:17.078441"]] TRANSACTION (3.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE5\x87\xBB\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (8.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE5\x87\xBB\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.105110"], ["updated_at", "2022-09-29 09:08:17.105112"]] TRANSACTION (8.9ms) COMMIT User Load (8.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE5\xAD\x90\xE7\x8B\x97\xE5\xAF\xBC\xE8\x88\xAA\xE6\x89\x8B\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE5\xAD\x90\xE7\x8B\x97\xE5\xAF\xBC\xE8\x88\xAA\xE6\x89\x8B\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.160692"], ["updated_at", "2022-09-29 09:08:17.160693"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.194575"], ["updated_at", "2022-09-29 09:08:17.194576"]] TRANSACTION (6.9ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\x84\x91\xE4\xBC\xA0\xE8\xAE\xAF"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\x84\x91\xE4\xBC\xA0\xE8\xAE\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.233617"], ["updated_at", "2022-09-29 09:08:17.233618"]] TRANSACTION (5.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xA7\x86\xE6\xB5\x81\xE6\xB0\x93"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xA7\x86\xE6\xB5\x81\xE6\xB0\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.285430"], ["updated_at", "2022-09-29 09:08:17.285431"]] TRANSACTION (4.3ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xAD\xA6\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xAD\xA6\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.319558"], ["updated_at", "2022-09-29 09:08:17.319559"]] TRANSACTION (5.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE4\xBA\xA4\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE4\xBA\xA4\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.363458"], ["updated_at", "2022-09-29 09:08:17.363482"]] TRANSACTION (4.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (8.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE5\xAE\x9A\xE4\xBD\x8D\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.398036"], ["updated_at", "2022-09-29 09:08:17.398037"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE6\x8B\xA6\xE6\x88\xAA\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE6\x8B\xA6\xE6\x88\xAA\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.447366"], ["updated_at", "2022-09-29 09:08:17.447368"]] TRANSACTION (7.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE7\x9B\x91"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE7\x9B\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.493443"], ["updated_at", "2022-09-29 09:08:17.493444"]] TRANSACTION (6.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE7\xAA\x83\xE5\x90\xAC"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE7\xAA\x83\xE5\x90\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.534457"], ["updated_at", "2022-09-29 09:08:17.534459"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE8\xBF\xBD\xE6\x9D\x80\xE7\xB3\xBB\xE7\xBB\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xAF\x9D\xE8\xBF\xBD\xE6\x9D\x80\xE7\xB3\xBB\xE7\xBB\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.574411"], ["updated_at", "2022-09-29 09:08:17.574412"]] TRANSACTION (3.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE8\xBD\xA6\xE4\xB9\x8B\xE7\x8B\xBC"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE8\xBD\xA6\xE4\xB9\x8B\xE7\x8B\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.607204"], ["updated_at", "2022-09-29 09:08:17.607206"]] TRANSACTION (7.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB5\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB5\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.651063"], ["updated_at", "2022-09-29 09:08:17.651064"]] TRANSACTION (7.4ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE4\xBA\xBA\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE4\xBA\xBA\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.694009"], ["updated_at", "2022-09-29 09:08:17.694010"]] TRANSACTION (9.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE4\xBA\xBA\xE9\x87\x8E\xE5\x85\xBD"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE4\xBA\xBA\xE9\x87\x8E\xE5\x85\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.741206"], ["updated_at", "2022-09-29 09:08:17.741210"]] TRANSACTION (5.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\x85\xAC\xE5\x85\xB3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\x85\xAC\xE5\x85\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.788983"], ["updated_at", "2022-09-29 09:08:17.788984"]] TRANSACTION (4.2ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\x85\xAC\xE9\x97\x9C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\x85\xAC\xE9\x97\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.822762"], ["updated_at", "2022-09-29 09:08:17.822763"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE4\xBA\xA4\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE4\xBA\xA4\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.863250"], ["updated_at", "2022-09-29 09:08:17.863251"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE6\x80\xA7\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE6\x80\xA7\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.902843"], ["updated_at", "2022-09-29 09:08:17.902845"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE6\x80\xA7\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE6\x80\xA7\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.943785"], ["updated_at", "2022-09-29 09:08:17.943786"]] TRANSACTION (9.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE6\xAC\xA2\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\xA5\xB3\xE6\xAC\xA2\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:17.987776"], ["updated_at", "2022-09-29 09:08:17.987777"]] TRANSACTION (7.8ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.037027"], ["updated_at", "2022-09-29 09:08:18.037029"]] TRANSACTION (7.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\xA6\x93"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\xA6\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.084270"], ["updated_at", "2022-09-29 09:08:18.084271"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE5\xAE\xA0"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE5\xAE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.129825"], ["updated_at", "2022-09-29 09:08:18.129827"]] TRANSACTION (5.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE6\xA0\xB9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE6\xA0\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.175731"], ["updated_at", "2022-09-29 09:08:18.175732"]] TRANSACTION (6.3ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE6\xAC\xA2"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE6\xAC\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.214935"], ["updated_at", "2022-09-29 09:08:18.214936"]] TRANSACTION (5.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE6\xAC\xA2\xE5\xA5\xB3\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE6\xAC\xA2\xE5\xA5\xB3\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.256563"], ["updated_at", "2022-09-29 09:08:18.256564"]] TRANSACTION (6.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE6\xB6\xA9\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE6\xB6\xA9\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.295853"], ["updated_at", "2022-09-29 09:08:18.295854"]] TRANSACTION (5.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.335595"], ["updated_at", "2022-09-29 09:08:18.335596"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE7\x94\xB7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE7\x94\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.371867"], ["updated_at", "2022-09-29 09:08:18.371868"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.398483"], ["updated_at", "2022-09-29 09:08:18.398484"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB7\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB7\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.435337"], ["updated_at", "2022-09-29 09:08:18.435338"]] TRANSACTION (6.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x94\xB8\xE6\x9E\x9C\xE6\x95\xA2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x94\xB8\xE6\x9E\x9C\xE6\x95\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.477174"], ["updated_at", "2022-09-29 09:08:18.477174"]] TRANSACTION (4.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\x8F\xE7\xBD\xAA\xE8\x87\xAA\xE6\x9D\x80\xE3\x80\x82"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\x8F\xE7\xBD\xAA\xE8\x87\xAA\xE6\x9D\x80\xE3\x80\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.508077"], ["updated_at", "2022-09-29 09:08:18.508078"]] TRANSACTION (10.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\x99\xE5\x85\x9A\xE5\xAF\x9F\xE7\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\x99\xE5\x85\x9A\xE5\xAF\x9F\xE7\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.553052"], ["updated_at", "2022-09-29 09:08:18.553054"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\x99\xE5\x9B\x9B\xE8\xBF\x9B\xE4\xB8\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\x99\xE5\x9B\x9B\xE8\xBF\x9B\xE4\xB8\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.591439"], ["updated_at", "2022-09-29 09:08:18.591439"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\x99\xE5\xA6\xBB \xE6\x96\xAF\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\x99\xE5\xA6\xBB \xE6\x96\xAF\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.614816"], ["updated_at", "2022-09-29 09:08:18.614816"]] TRANSACTION (3.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\x99\xE5\xA6\xBB\xE6\x96\xAF\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\x99\xE5\xA6\xBB\xE6\x96\xAF\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.646746"], ["updated_at", "2022-09-29 09:08:18.646747"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\x99\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\x99\xE5\xA6\xBB\xE8\x82\x86\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.686690"], ["updated_at", "2022-09-29 09:08:18.686691"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\x99\xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\x99\xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.712431"], ["updated_at", "2022-09-29 09:08:18.712432"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x95\xAA\xE6\x91\x8A"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x95\xAA\xE6\x91\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.745699"], ["updated_at", "2022-09-29 09:08:18.745700"]] TRANSACTION (7.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x96\x86\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x96\x86\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.787531"], ["updated_at", "2022-09-29 09:08:18.787532"]] TRANSACTION (4.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x96\x86\xE7\x8D\xA8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x96\x86\xE7\x8D\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.816887"], ["updated_at", "2022-09-29 09:08:18.816888"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x96\xAF\xE7\x8B\x82\xE6\x8A\xBD\xE9\x80\x81"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x96\xAF\xE7\x8B\x82\xE6\x8A\xBD\xE9\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.853457"], ["updated_at", "2022-09-29 09:08:18.853458"]] TRANSACTION (6.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x96\xBE\xE7\x97\x85\xE4\xB8\x9A\xE5\x80\xBA\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x96\xBE\xE7\x97\x85\xE4\xB8\x9A\xE5\x80\xBA\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.896064"], ["updated_at", "2022-09-29 09:08:18.896065"]] TRANSACTION (5.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x97\x85\xE5\xA8\x87"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x97\x85\xE5\xA8\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.930794"], ["updated_at", "2022-09-29 09:08:18.930795"]] TRANSACTION (5.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x97\x87\xE8\x85\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x97\x87\xE8\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.969574"], ["updated_at", "2022-09-29 09:08:18.969575"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x97\x9B\xE6\x89\xB9\xE6\x94\xBF\xE6\xB3\x95\xE5\xA7\x94"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x97\x9B\xE6\x89\xB9\xE6\x94\xBF\xE6\xB3\x95\xE5\xA7\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:18.998491"], ["updated_at", "2022-09-29 09:08:18.998491"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x98\x9F\xE5\x81\x87\xE9\xA5\xB1"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x98\x9F\xE5\x81\x87\xE9\xA5\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.027180"], ["updated_at", "2022-09-29 09:08:19.027180"]] TRANSACTION (6.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x98\x9F\xE5\x8A\xA0\xE9\xA5\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x98\x9F\xE5\x8A\xA0\xE9\xA5\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.066701"], ["updated_at", "2022-09-29 09:08:19.066702"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x98\x9F\xE5\xAE\xB6\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x98\x9F\xE5\xAE\xB6\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.105231"], ["updated_at", "2022-09-29 09:08:19.105232"]] TRANSACTION (6.3ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x98\x9F\xE7\x96\xAB\xE7\x88\x86\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x98\x9F\xE7\x96\xAB\xE7\x88\x86\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.140461"], ["updated_at", "2022-09-29 09:08:19.140462"]] TRANSACTION (6.3ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x98\xBE\xE5\x90\x9B\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x98\xBE\xE5\x90\x9B\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.186044"], ["updated_at", "2022-09-29 09:08:19.186045"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xA5\xE8\x85\x90"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xA5\xE8\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.219744"], ["updated_at", "2022-09-29 09:08:19.219745"]] TRANSACTION (4.7ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBB\xE8\xBE\x89"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBB\xE8\xBE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.260385"], ["updated_at", "2022-09-29 09:08:19.260386"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBB\xE9\x99\x86\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBB\xE9\x99\x86\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.295489"], ["updated_at", "2022-09-29 09:08:19.295489"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBC\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBC\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.321083"], ["updated_at", "2022-09-29 09:08:19.321083"]] TRANSACTION (3.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBC\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBC\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.354586"], ["updated_at", "2022-09-29 09:08:19.354587"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBC\xE7\x94\x9F\xE9\x97\x9C\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBC\xE7\x94\x9F\xE9\x97\x9C\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.392248"], ["updated_at", "2022-09-29 09:08:19.392249"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBC\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBC\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.422911"], ["updated_at", "2022-09-29 09:08:19.422912"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE5\x85\x8B\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE5\x85\x8B\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.465455"], ["updated_at", "2022-09-29 09:08:19.465457"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE5\x85\x94"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE5\x85\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.498584"], ["updated_at", "2022-09-29 09:08:19.498584"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE5\xAB\xA9"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE5\xAB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.525234"], ["updated_at", "2022-09-29 09:08:19.525235"]] TRANSACTION (6.6ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE5\xAE\xAB\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE5\xAE\xAB\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.571900"], ["updated_at", "2022-09-29 09:08:19.571901"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.606982"], ["updated_at", "2022-09-29 09:08:19.606983"]] TRANSACTION (5.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE6\xA2\xA6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE6\xA2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.639314"], ["updated_at", "2022-09-29 09:08:19.639315"]] TRANSACTION (8.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE6\xB5\x86\xE5\x9B\x9B\xE6\xBA\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE6\xB5\x86\xE5\x9B\x9B\xE6\xBA\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.673786"], ["updated_at", "2022-09-29 09:08:19.673795"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE6\xB5\x8A"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE6\xB5\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.706956"], ["updated_at", "2022-09-29 09:08:19.706957"]] TRANSACTION (6.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE6\xB6\xB2\xE5\x9B\x9B\xE6\xBA\x85"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE6\xB6\xB2\xE5\x9B\x9B\xE6\xBA\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.744700"], ["updated_at", "2022-09-29 09:08:19.744701"]] TRANSACTION (5.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x81\xBC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x81\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.784806"], ["updated_at", "2022-09-29 09:08:19.784807"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x86\x8A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x86\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.814183"], ["updated_at", "2022-09-29 09:08:19.814184"]] TRANSACTION (5.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x86\x8A\xE9\x98\x85\xE8\xAF\xBB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x86\x8A\xE9\x98\x85\xE8\xAF\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.843502"], ["updated_at", "2022-09-29 09:08:19.843502"]] TRANSACTION (5.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x8E\x9B\xE8\xB5\xA4\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x8E\x9B\xE8\xB5\xA4\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.882180"], ["updated_at", "2022-09-29 09:08:19.882182"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x97\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.909780"], ["updated_at", "2022-09-29 09:08:19.909780"]] TRANSACTION (5.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x99\xA1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x99\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.941570"], ["updated_at", "2022-09-29 09:08:19.941573"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x9A\x99\xE7\x9A\x84\xE8\x85\xBF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x9A\x99\xE7\x9A\x84\xE8\x85\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:19.977166"], ["updated_at", "2022-09-29 09:08:19.977167"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\x9A\xAE\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\x9A\xAE\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.005469"], ["updated_at", "2022-09-29 09:08:20.005469"]] TRANSACTION (4.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\xAB\x8B\xE6\x9C\xB4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\xAB\x8B\xE6\x9C\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.033835"], ["updated_at", "2022-09-29 09:08:20.033840"]] TRANSACTION (6.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.067771"], ["updated_at", "2022-09-29 09:08:20.067773"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x8A\xB1\xE8\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x8A\xB1\xE8\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.098232"], ["updated_at", "2022-09-29 09:08:20.098232"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x99\x8E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x99\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.123606"], ["updated_at", "2022-09-29 09:08:20.123607"]] TRANSACTION (4.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.159146"], ["updated_at", "2022-09-29 09:08:20.159147"]] TRANSACTION (5.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.193785"], ["updated_at", "2022-09-29 09:08:20.193786"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.222336"], ["updated_at", "2022-09-29 09:08:20.222337"]] TRANSACTION (4.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\xB0\x91\xE5\xA6\x87\xE7\x99\xBD\xE8\x99\x8E\xE9\x98\xB4\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE5\xB0\x91\xE5\xA6\x87\xE7\x99\xBD\xE8\x99\x8E\xE9\x98\xB4\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.259028"], ["updated_at", "2022-09-29 09:08:20.259029"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.295648"], ["updated_at", "2022-09-29 09:08:20.295649"]] TRANSACTION (4.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE9\x98\xB4\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE8\x99\x8E\xE9\x98\xB4\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.324487"], ["updated_at", "2022-09-29 09:08:20.324489"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE9\x9D\xA2"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE9\x9D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.355027"], ["updated_at", "2022-09-29 09:08:20.355028"]] TRANSACTION (5.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBD\xE9\xBB\x84\xE7\x89\x99\xE7\xAD\xBE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBD\xE9\xBB\x84\xE7\x89\x99\xE7\xAD\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.390154"], ["updated_at", "2022-09-29 09:08:20.390154"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBE\xE4\xB9\x90\xE4\xBA\x8C\xE5\x91\x93"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBE\xE4\xB9\x90\xE4\xBA\x8C\xE5\x91\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.414025"], ["updated_at", "2022-09-29 09:08:20.414026"]] TRANSACTION (6.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBE\xE5\x88\x86\xE7\x99\xBE\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBE\xE5\x88\x86\xE7\x99\xBE\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.444435"], ["updated_at", "2022-09-29 09:08:20.444436"]] TRANSACTION (5.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.478733"], ["updated_at", "2022-09-29 09:08:20.478734"]] TRANSACTION (4.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\x84\xE5\x90\x8C\xE4\xBF\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\x84\xE5\x90\x8C\xE4\xBF\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.506884"], ["updated_at", "2022-09-29 09:08:20.506884"]] TRANSACTION (5.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\x84\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\x84\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.536721"], ["updated_at", "2022-09-29 09:08:20.536722"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\x87\xE5\x86\xA0\xE6\x8A\x95\xE6\xB3\xA8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\x87\xE5\x86\xA0\xE6\x8A\x95\xE6\xB3\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.566142"], ["updated_at", "2022-09-29 09:08:20.566143"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\x87\xE5\xAE\xB6\xE8\xBD\xAE\xE7\x9B\x98"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\x87\xE5\xAE\xB6\xE8\xBD\xAE\xE7\x9B\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.596168"], ["updated_at", "2022-09-29 09:08:20.596168"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\xAE\xE7\xAE\xB1\xE7\x82\xB8\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\xAE\xE7\xAE\xB1\xE7\x82\xB8\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.617878"], ["updated_at", "2022-09-29 09:08:20.617879"]] TRANSACTION (3.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\xAE\xE8\x82\xA4\xE6\xB5\x8B\xE8\xAF\x95"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\xAE\xE8\x82\xA4\xE6\xB5\x8B\xE8\xAF\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.656524"], ["updated_at", "2022-09-29 09:08:20.656526"]] TRANSACTION (8.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\xAE\xE8\x82\xA4\xE6\xB5\x8B\xE8\xAF\x95\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\xAE\xE8\x82\xA4\xE6\xB5\x8B\xE8\xAF\x95\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.693738"], ["updated_at", "2022-09-29 09:08:20.693739"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\xAE\xE8\x82\xA4\xE8\xB0\x83\xE6\x9F\xA5\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\xAE\xE8\x82\xA4\xE8\xB0\x83\xE6\x9F\xA5\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.718070"], ["updated_at", "2022-09-29 09:08:20.718070"]] TRANSACTION (5.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9A\xAE\xE9\xBB\x94\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9A\xAE\xE9\xBB\x94\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.744518"], ["updated_at", "2022-09-29 09:08:20.744519"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x88\xE8\xBD\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x88\xE8\xBD\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.773395"], ["updated_at", "2022-09-29 09:08:20.773399"]] TRANSACTION (2.6ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x8A\xE5\x85\xB3\xE6\xB3\xA8\xE7\xBB\x84"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x8A\xE5\x85\xB3\xE6\xB3\xA8\xE7\xBB\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.797811"], ["updated_at", "2022-09-29 09:08:20.797811"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x8A\xE5\x8F\x97\xE8\xB4\xBF"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x8A\xE5\x8F\x97\xE8\xB4\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.817438"], ["updated_at", "2022-09-29 09:08:20.817439"]] TRANSACTION (5.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE5\x8E\xBB\xE6\xB0\xA7\xE9\xBA\xBB\xE9\xBB\x84\xE7\xA2\xB1\xE7\x94\xB5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE5\x8E\xBB\xE6\xB0\xA7\xE9\xBA\xBB\xE9\xBB\x84\xE7\xA2\xB1\xE7\x94\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.844375"], ["updated_at", "2022-09-29 09:08:20.844375"]] TRANSACTION (5.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE6\x9B\xB2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE6\x9B\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.880730"], ["updated_at", "2022-09-29 09:08:20.880732"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE\xE5\x88\xB6\xE4\xBD\x9CQQ"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE\xE5\x88\xB6\xE4\xBD\x9CQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.908310"], ["updated_at", "2022-09-29 09:08:20.908311"]] TRANSACTION (3.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE\xE6\x89\xB9\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE6\xB0\xAF\xE8\x83\xBA\xE9\x85\xAE\xE6\x89\xB9\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.933816"], ["updated_at", "2022-09-29 09:08:20.933822"]] TRANSACTION (5.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBAqq"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:20.975080"], ["updated_at", "2022-09-29 09:08:20.975081"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.004257"], ["updated_at", "2022-09-29 09:08:21.004257"]] TRANSACTION (2.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.029805"], ["updated_at", "2022-09-29 09:08:21.029806"]] TRANSACTION (3.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE5\x90\x88\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE5\x90\x88\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.062422"], ["updated_at", "2022-09-29 09:08:21.062423"]] TRANSACTION (4.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE6\x8A\x80\xE6\x9C\xAF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE6\x8A\x80\xE6\x9C\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.096912"], ["updated_at", "2022-09-29 09:08:21.096913"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.122241"], ["updated_at", "2022-09-29 09:08:21.122241"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.150456"], ["updated_at", "2022-09-29 09:08:21.150457"]] TRANSACTION (5.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.185118"], ["updated_at", "2022-09-29 09:08:21.185119"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x90\xE9\x85\xB8\xE7\xBE\x9F\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.211802"], ["updated_at", "2022-09-29 09:08:21.211803"]] TRANSACTION (7.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x91\xE5\x90\xAC\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x91\xE5\x90\xAC\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.246033"], ["updated_at", "2022-09-29 09:08:21.246037"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x91\xE5\x90\xAC\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x91\xE5\x90\xAC\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.282474"], ["updated_at", "2022-09-29 09:08:21.282476"]] TRANSACTION (6.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x91\xE5\x90\xAC\xE7\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (7.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x91\xE5\x90\xAC\xE7\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.317809"], ["updated_at", "2022-09-29 09:08:21.317810"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x91\xE7\x8B\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x91\xE7\x8B\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.354125"], ["updated_at", "2022-09-29 09:08:21.354126"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x91\xE7\x8B\xB1\xE7\xAE\xA1\xE7\x90\x86\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x91\xE7\x8B\xB1\xE7\xAE\xA1\xE7\x90\x86\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.388617"], ["updated_at", "2022-09-29 09:08:21.388618"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x91\xE7\x8B\xB1\xE9\x87\x8C\xE7\x9A\x84\xE6\x96\x97\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x91\xE7\x8B\xB1\xE9\x87\x8C\xE7\x9A\x84\xE6\x96\x97\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.413169"], ["updated_at", "2022-09-29 09:08:21.413170"]] TRANSACTION (4.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x91\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x91\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.439989"], ["updated_at", "2022-09-29 09:08:21.439990"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x97\xE5\x8F\x96qq"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x97\xE5\x8F\x96qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.471648"], ["updated_at", "2022-09-29 09:08:21.471649"]] TRANSACTION (5.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x97\xE5\x8F\x96\xE5\xAF\x86\xE7\xA0\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x97\xE5\x8F\x96\xE5\xAF\x86\xE7\xA0\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.499302"], ["updated_at", "2022-09-29 09:08:21.499303"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x97\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x97\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.521551"], ["updated_at", "2022-09-29 09:08:21.521551"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x97\xE6\x92\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x97\xE6\x92\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.552012"], ["updated_at", "2022-09-29 09:08:21.552013"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x97\xE7\xAA\x83"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x97\xE7\xAA\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.584561"], ["updated_at", "2022-09-29 09:08:21.584562"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x98\xE5\x8F\xA3"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x98\xE5\x8F\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.610632"], ["updated_at", "2022-09-29 09:08:21.610633"]] TRANSACTION (2.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x98\xE5\x8F\xA4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x98\xE5\x8F\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.632387"], ["updated_at", "2022-09-29 09:08:21.632389"]] TRANSACTION (3.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x98\xE5\x8F\xA4\xE4\xB9\x90\xE9\x98\x9F"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x98\xE5\x8F\xA4\xE4\xB9\x90\xE9\x98\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.660369"], ["updated_at", "2022-09-29 09:08:21.660370"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x98\xE8\x82\xA0"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x98\xE8\x82\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.692490"], ["updated_at", "2022-09-29 09:08:21.692491"]] TRANSACTION (2.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x9B\xE4\xB8\x96\xE9\x98\x85\xE8\xAF\xBB\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x9B\xE4\xB8\x96\xE9\x98\x85\xE8\xAF\xBB\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.713614"], ["updated_at", "2022-09-29 09:08:21.713615"]] TRANSACTION (6.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x9B\xE5\x8D\x8E\xE4\xBB\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x9B\xE5\x8D\x8E\xE4\xBB\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.742400"], ["updated_at", "2022-09-29 09:08:21.742401"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x9B\xE8\xA1\x8C\xE5\x9C\xA8\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x9B\xE8\xA1\x8C\xE5\x9C\xA8\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.773645"], ["updated_at", "2022-09-29 09:08:21.773646"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\x9B\xE9\x9B\xAA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\x9B\xE9\x9B\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.802699"], ["updated_at", "2022-09-29 09:08:21.802700"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\xB4\xE5\x88\x80\xE5\x8C\x95\xE9\xA6\x96\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\xB4\xE5\x88\x80\xE5\x8C\x95\xE9\xA6\x96\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.825299"], ["updated_at", "2022-09-29 09:08:21.825300"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\xB4\xE6\x92\xAD"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\xB4\xE6\x92\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.851508"], ["updated_at", "2022-09-29 09:08:21.851508"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\xB8\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\xB8\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.882562"], ["updated_at", "2022-09-29 09:08:21.882562"]] TRANSACTION (2.4ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9B\xB8\xE5\xAF\xB9\xE6\x9C\x80\xE5\xA4\x9A"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9B\xB8\xE5\xAF\xB9\xE6\x9C\x80\xE5\xA4\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.903273"], ["updated_at", "2022-09-29 09:08:21.903273"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x8BJJ"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x8BJJ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.925151"], ["updated_at", "2022-09-29 09:08:21.925151"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x8B\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x8B\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.953263"], ["updated_at", "2022-09-29 09:08:21.953263"]] TRANSACTION (4.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x8B\xE4\xB9\xA6\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x8B\xE4\xB9\xA6\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:21.985111"], ["updated_at", "2022-09-29 09:08:21.985111"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x8B\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x8B\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.008729"], ["updated_at", "2022-09-29 09:08:22.008730"]] TRANSACTION (3.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE3\x80\x81\xE5\x96\x84\xE3\x80\x81\xE5\xBF\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE3\x80\x81\xE5\x96\x84\xE3\x80\x81\xE5\xBF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.032837"], ["updated_at", "2022-09-29 09:08:22.032838"]] TRANSACTION (3.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.061469"], ["updated_at", "2022-09-29 09:08:22.061470"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE4\xBA\xBA\xE8\xB5\x8C\xE5\x8D\x9A\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE4\xBA\xBA\xE8\xB5\x8C\xE5\x8D\x9A\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.096112"], ["updated_at", "2022-09-29 09:08:22.096113"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE4\xBB\x96\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE4\xBB\x96\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.118228"], ["updated_at", "2022-09-29 09:08:22.118229"]] TRANSACTION (6.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE4\xBB\x96\xE5\xAA\xBD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE4\xBB\x96\xE5\xAA\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.149526"], ["updated_at", "2022-09-29 09:08:22.149527"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE5\x96\x84\xE5\xBF\x8D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE5\x96\x84\xE5\xBF\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.179087"], ["updated_at", "2022-09-29 09:08:22.179087"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE5\x96\x84\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE5\x96\x84\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.204066"], ["updated_at", "2022-09-29 09:08:22.204067"]] TRANSACTION (3.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE5\xAE\x9E\xE6\x96\x87\xE5\x87\xAD"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE5\xAE\x9E\xE6\x96\x87\xE5\x87\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.228006"], ["updated_at", "2022-09-29 09:08:22.228006"]] TRANSACTION (3.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE5\xAE\x9E\xE8\xB5\x84\xE6\xA0\xBC"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE5\xAE\x9E\xE8\xB5\x84\xE6\xA0\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.260775"], ["updated_at", "2022-09-29 09:08:22.260777"]] TRANSACTION (7.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE5\xAE\x9E\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81qq"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE5\xAE\x9E\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81qq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.303711"], ["updated_at", "2022-09-29 09:08:22.303712"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE6\x9E\xAA\xE5\x93\xAA\xE9\x87\x8C\xE6\x9C\x89"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE6\x9E\xAA\xE5\x93\xAA\xE9\x87\x8C\xE6\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.331228"], ["updated_at", "2022-09-29 09:08:22.331229"]] TRANSACTION (3.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.362227"], ["updated_at", "2022-09-29 09:08:22.362229"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE7\x90\x86\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE7\x90\x86\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.392606"], ["updated_at", "2022-09-29 09:08:22.392607"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE7\x9B\xB8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE7\x9B\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.415832"], ["updated_at", "2022-09-29 09:08:22.415833"]] TRANSACTION (7.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE8\xB1\xA1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE8\xB1\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.454545"], ["updated_at", "2022-09-29 09:08:22.454546"]] TRANSACTION (5.9ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x8E\x97\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x8E\x97\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.497242"], ["updated_at", "2022-09-29 09:08:22.497243"]] TRANSACTION (3.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1,\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1,\xE7\x99\xBE\xE5\xAE\xB6\xE4\xB9\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.528145"], ["updated_at", "2022-09-29 09:08:22.528145"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE4\xB9\xB0\xE5\x81\x87\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (16.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE4\xB9\xB0\xE5\x81\x87\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.562096"], ["updated_at", "2022-09-29 09:08:22.562097"]] TRANSACTION (5.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\x8A\x95\xE6\xB3\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\x8A\x95\xE6\xB3\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.616283"], ["updated_at", "2022-09-29 09:08:22.616284"]] TRANSACTION (5.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\x96\x97\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\x96\x97\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.652452"], ["updated_at", "2022-09-29 09:08:22.652453"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\x96\x97\xE5\x9C\xB0\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\x96\x97\xE5\x9C\xB0\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.686285"], ["updated_at", "2022-09-29 09:08:22.686286"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\xA2\xAD\xE5\x93\x88"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\xA2\xAD\xE5\x93\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.712188"], ["updated_at", "2022-09-29 09:08:22.712188"]] TRANSACTION (4.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\xA3\x8B\xE7\x89\x8C\xE6\xB8\xB8\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\xA3\x8B\xE7\x89\x8C\xE6\xB8\xB8\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.742347"], ["updated_at", "2022-09-29 09:08:22.742348"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\xB8\xB8\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\x9F\xE9\x92\xB1\xE6\xB8\xB8\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.775766"], ["updated_at", "2022-09-29 09:08:22.775767"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\xBC\xE9\x95\x9C,\xE9\x80\x8F\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\xBC\xE9\x95\x9C,\xE9\x80\x8F\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.807202"], ["updated_at", "2022-09-29 09:08:22.807203"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87yjs\xE4\xB8\xAD\xE5\x9E\x8B\xE5\xBC\x93\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87yjs\xE4\xB8\xAD\xE5\x9E\x8B\xE5\xBC\x93\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.834485"], ["updated_at", "2022-09-29 09:08:22.834486"]] TRANSACTION (3.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87\xE4\xB8\xA4\xE7\x94\xA8\xE4\xB8\xAD\xE5\x9E\x8B\xE5\xBC\xA9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87\xE4\xB8\xA4\xE7\x94\xA8\xE4\xB8\xAD\xE5\x9E\x8B\xE5\xBC\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.865281"], ["updated_at", "2022-09-29 09:08:22.865282"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87\xE5\xBC\x93\xE5\xBC\xA9\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87\xE5\xBC\x93\xE5\xBC\xA9\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.900696"], ["updated_at", "2022-09-29 09:08:22.900697"]] TRANSACTION (2.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9C\xBC\xE9\x95\x9C\xE8\x9B\x87\xE5\xBC\x93\xE5\xBC\xA9\xE9\x85\x8D\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.930006"], ["updated_at", "2022-09-29 09:08:22.930007"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9D\x80\xE6\x8A\xA4\xE5\xA3\xAB\xE7\x9A\x84\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9D\x80\xE6\x8A\xA4\xE5\xA3\xAB\xE7\x9A\x84\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:22.968427"], ["updated_at", "2022-09-29 09:08:22.968428"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9D\x80\xE6\xB6\x9B\xE5\x93\xA5"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9D\x80\xE6\xB6\x9B\xE5\x93\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.001857"], ["updated_at", "2022-09-29 09:08:23.001858"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9D\xA1\xE5\x89\x8D\xE5\xB0\x8F\xE8\x82\x89\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9D\xA1\xE5\x89\x8D\xE5\xB0\x8F\xE8\x82\x89\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.027193"], ["updated_at", "2022-09-29 09:08:23.027194"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9D\xA1\xE7\x9D\x80\xE6\xAD\xA6\xE7\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9D\xA1\xE7\x9D\x80\xE6\xAD\xA6\xE7\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.058214"], ["updated_at", "2022-09-29 09:08:23.058214"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9D\xBE\xE4\xB8\xB8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9D\xBE\xE4\xB8\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.092475"], ["updated_at", "2022-09-29 09:08:23.092475"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9E\x92\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9E\x92\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.117168"], ["updated_at", "2022-09-29 09:08:23.117168"]] TRANSACTION (5.2ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xA2\xE5\x90\xB9\xE6\x98\xA5\xE5\xA5\x88"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xA2\xE5\x90\xB9\xE6\x98\xA5\xE5\xA5\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.148749"], ["updated_at", "2022-09-29 09:08:23.148750"]] TRANSACTION (6.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xA2\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xA2\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.180030"], ["updated_at", "2022-09-29 09:08:23.180031"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xA5\xE9\x81\x9364"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xA5\xE9\x81\x9364"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.213580"], ["updated_at", "2022-09-29 09:08:23.213581"]] TRANSACTION (7.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE5\x95\x86\xE5\x8A\xA1\xE5\xB9\xBF\xE5\x91\x8A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE5\x95\x86\xE5\x8A\xA1\xE5\xB9\xBF\xE5\x91\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.246321"], ["updated_at", "2022-09-29 09:08:23.246322"]] TRANSACTION (6.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE5\xB9\xBF\xE5\x91\x8A"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE5\xB9\xBF\xE5\x91\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.278165"], ["updated_at", "2022-09-29 09:08:23.278165"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE6\x88\xAA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE6\x88\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.315647"], ["updated_at", "2022-09-29 09:08:23.315648"]] TRANSACTION (6.7ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE6\x8A\x95\xE7\xA5\xA8\xE4\xB8\x9A\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE6\x8A\x95\xE7\xA5\xA8\xE4\xB8\x9A\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.356933"], ["updated_at", "2022-09-29 09:08:23.356934"]] TRANSACTION (7.8ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE7\x8C\xAB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE7\x8C\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.402193"], ["updated_at", "2022-09-29 09:08:23.402194"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE7\xBE\xA4\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE7\xBE\xA4\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.429128"], ["updated_at", "2022-09-29 09:08:23.429129"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE7\xBE\xA4\xE5\x8F\x91\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xAD\xE4\xBF\xA1\xE7\xBE\xA4\xE5\x8F\x91\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.461014"], ["updated_at", "2022-09-29 09:08:23.461014"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xB3\xE5\x85\x86\xE5\xBD\xAC"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xB3\xE5\x85\x86\xE5\xBD\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.495941"], ["updated_at", "2022-09-29 09:08:23.495942"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xB3\xE6\x88\x88"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xB3\xE6\x88\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.520582"], ["updated_at", "2022-09-29 09:08:23.520583"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xB3\xE6\x9B\xB4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xB3\xE6\x9B\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.552022"], ["updated_at", "2022-09-29 09:08:23.552023"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xB3\xE8\x82\x96"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xB3\xE8\x82\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.582720"], ["updated_at", "2022-09-29 09:08:23.582721"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\x9F\xBF\xE9\x9A\xBE\xE4\xB8\x8D\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\x9F\xBF\xE9\x9A\xBE\xE4\xB8\x8D\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.609878"], ["updated_at", "2022-09-29 09:08:23.609879"]] TRANSACTION (3.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x81\xE5\xAD\x97"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x81\xE5\xAD\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.637735"], ["updated_at", "2022-09-29 09:08:23.637736"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x8D\xE4\xBC\xA4\xE5\x84\xBF"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x8D\xE4\xBC\xA4\xE5\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.664302"], ["updated_at", "2022-09-29 09:08:23.664303"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x8D\xE6\x9D\x80\xE5\xB9\xBC"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x8D\xE6\x9D\x80\xE5\xB9\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.694860"], ["updated_at", "2022-09-29 09:08:23.694864"]] TRANSACTION (2.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.730904"], ["updated_at", "2022-09-29 09:08:23.730904"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.763477"], ["updated_at", "2022-09-29 09:08:23.763478"]] TRANSACTION (6.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.798582"], ["updated_at", "2022-09-29 09:08:23.798583"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.820621"], ["updated_at", "2022-09-29 09:08:23.820622"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.843185"], ["updated_at", "2022-09-29 09:08:23.843185"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.862999"], ["updated_at", "2022-09-29 09:08:23.863000"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.896618"], ["updated_at", "2022-09-29 09:08:23.896619"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\x9D\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\x9D\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.919497"], ["updated_at", "2022-09-29 09:08:23.919498"]] TRANSACTION (6.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\xB2\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\xB2\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.949864"], ["updated_at", "2022-09-29 09:08:23.949865"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\xB4\xE5\xA4\x84"], ["LIMIT", 1]] TRANSACTION (9.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\xB4\xE5\xA4\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:23.982438"], ["updated_at", "2022-09-29 09:08:23.982439"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\xB4\xE7\xBD\x91\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\xB4\xE7\xBD\x91\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.018821"], ["updated_at", "2022-09-29 09:08:24.018821"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\xB4\xE9\x9E\x8B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\xB4\xE9\x9E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.049506"], ["updated_at", "2022-09-29 09:08:24.049506"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA0\xB8\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA0\xB8\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.077713"], ["updated_at", "2022-09-29 09:08:24.077714"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\x92\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\x92\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.106190"], ["updated_at", "2022-09-29 09:08:24.106191"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\x95\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\x95\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.127884"], ["updated_at", "2022-09-29 09:08:24.127885"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\x9D\xE5\x8C\x96\xE7\x94\x98"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\x9D\xE5\x8C\x96\xE7\x94\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.157431"], ["updated_at", "2022-09-29 09:08:24.157432"]] TRANSACTION (14.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\xAC\xE5\xB8\x81\xE4\xBE\x9B\xE5\xBA\x94"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\xAC\xE5\xB8\x81\xE4\xBE\x9B\xE5\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.196646"], ["updated_at", "2022-09-29 09:08:24.196647"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\xAC\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\xAC\xE5\xB8\x81\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.220825"], ["updated_at", "2022-09-29 09:08:24.220826"]] TRANSACTION (4.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\xAC\xE6\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\xAC\xE6\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.249963"], ["updated_at", "2022-09-29 09:08:24.249964"]] TRANSACTION (6.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\xAC\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\xAC\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.278415"], ["updated_at", "2022-09-29 09:08:24.278416"]] TRANSACTION (3.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA1\xAE\xE5\x90\x89\xE5\xB0\xBC\xE7\x8E\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA1\xAE\xE5\x90\x89\xE5\xB0\xBC\xE7\x8E\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.312475"], ["updated_at", "2022-09-29 09:08:24.312475"]] TRANSACTION (3.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA2\x8C\xE5\x85\xA5\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA2\x8C\xE5\x85\xA5\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.339262"], ["updated_at", "2022-09-29 09:08:24.339263"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA3\x85\xE8\xA7\xA3\xE7\xA0\x81\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA3\x85\xE8\xA7\xA3\xE7\xA0\x81\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.375109"], ["updated_at", "2022-09-29 09:08:24.375110"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA3\x85\xE9\x81\xA5\xE6\x8E\xA7\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA3\x85\xE9\x81\xA5\xE6\x8E\xA7\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.409556"], ["updated_at", "2022-09-29 09:08:24.409558"]] TRANSACTION (2.9ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA3\x95\xE5\xBD\xB0"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA3\x95\xE5\xBD\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.436820"], ["updated_at", "2022-09-29 09:08:24.436821"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA3\xA8\xE9\x93\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA3\xA8\xE9\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.465913"], ["updated_at", "2022-09-29 09:08:24.465913"]] TRANSACTION (4.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA4\xBAwei"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA4\xBAwei"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.496703"], ["updated_at", "2022-09-29 09:08:24.496703"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA4\xBA\xE5\xA8\x81"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA4\xBA\xE5\xA8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.519831"], ["updated_at", "2022-09-29 09:08:24.519831"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA4\xBB\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA4\xBB\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.546106"], ["updated_at", "2022-09-29 09:08:24.546108"]] TRANSACTION (2.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA4\xBE\xE4\xBC\x9A\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA4\xBE\xE4\xBC\x9A\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.570521"], ["updated_at", "2022-09-29 09:08:24.570523"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA4\xBE\xE4\xBC\x9A\xE4\xB8\xBB\xE4\xB9\x89\xE7\x81\xAD\xE4\xBA\xA1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA4\xBE\xE4\xBC\x9A\xE4\xB8\xBB\xE4\xB9\x89\xE7\x81\xAD\xE4\xBA\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.601417"], ["updated_at", "2022-09-29 09:08:24.601418"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA4\xBE\xE4\xBC\x9A\xE6\xB7\xB7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA4\xBE\xE4\xBC\x9A\xE6\xB7\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.627245"], ["updated_at", "2022-09-29 09:08:24.627245"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA4\xBE\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA4\xBE\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.655813"], ["updated_at", "2022-09-29 09:08:24.655814"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x81\xE5\xBB\xBA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x81\xE5\xBB\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.686115"], ["updated_at", "2022-09-29 09:08:24.686116"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x81\xE7\x8E\x89\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x81\xE7\x8E\x89\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.709401"], ["updated_at", "2022-09-29 09:08:24.709401"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x9E\xE4\xB8\x83\xE5\x81\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x9E\xE4\xB8\x83\xE5\x81\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.731491"], ["updated_at", "2022-09-29 09:08:24.731495"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x9E\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x9E\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.756506"], ["updated_at", "2022-09-29 09:08:24.756507"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x9E\xE5\xB7\x9E\xE5\xBF\x8F\xE6\x82\x94\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x9E\xE5\xB7\x9E\xE5\xBF\x8F\xE6\x82\x94\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.780941"], ["updated_at", "2022-09-29 09:08:24.780941"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x9E\xE7\x9A\x84\xE6\x95\x99\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x9E\xE7\x9A\x84\xE6\x95\x99\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.806171"], ["updated_at", "2022-09-29 09:08:24.806171"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x9E\xE9\x80\x9A\xE5\x8A\xA0\xE6\x8C\x81\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x9E\xE9\x80\x9A\xE5\x8A\xA0\xE6\x8C\x81\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.825413"], ["updated_at", "2022-09-29 09:08:24.825413"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x9E\xE9\x9B\x95\xE5\xA4\x96\xE4\xBC\xA0\xE4\xB9\x8B\xE9\x83\xAD\xE8\xA5\x84"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x9E\xE9\x9B\x95\xE5\xA4\x96\xE4\xBC\xA0\xE4\xB9\x8B\xE9\x83\xAD\xE8\xA5\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.851208"], ["updated_at", "2022-09-29 09:08:24.851209"]] TRANSACTION (3.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\x9E\xE9\x9F\xB5\xE8\x89\xBA\xE6\x9C\xAF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\x9E\xE9\x9F\xB5\xE8\x89\xBA\xE6\x9C\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.875142"], ["updated_at", "2022-09-29 09:08:24.875143"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\xA8\xE6\x8D\xAE\xE4\xBB\xA3\xE5\xBC\x80QQ"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\xA8\xE6\x8D\xAE\xE4\xBB\xA3\xE5\xBC\x80QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.903223"], ["updated_at", "2022-09-29 09:08:24.903224"]] TRANSACTION (3.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA5\xA8\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA5\xA8\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.925356"], ["updated_at", "2022-09-29 09:08:24.925359"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.952011"], ["updated_at", "2022-09-29 09:08:24.952012"]] TRANSACTION (4.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:24.976487"], ["updated_at", "2022-09-29 09:08:24.976488"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE5\x8D\xAB"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE5\x8D\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.002329"], ["updated_at", "2022-09-29 09:08:25.002330"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.027293"], ["updated_at", "2022-09-29 09:08:25.027293"]] TRANSACTION (4.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE5\xAE\xAE\xE7\xA7\x98\xE5\x8F\xB2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE5\xAE\xAE\xE7\xA7\x98\xE5\x8F\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.055730"], ["updated_at", "2022-09-29 09:08:25.055730"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE5\xBF\x8C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE5\xBF\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.081387"], ["updated_at", "2022-09-29 09:08:25.081388"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE5\xBF\x8C\xE4\xB9\x8B\xE6\x81\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE5\xBF\x8C\xE4\xB9\x8B\xE6\x81\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.107386"], ["updated_at", "2022-09-29 09:08:25.107387"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE6\x96\xAD\xE5\xB0\x91\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE6\x96\xAD\xE5\xB0\x91\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.131875"], ["updated_at", "2022-09-29 09:08:25.131875"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.154586"], ["updated_at", "2022-09-29 09:08:25.154586"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.179224"], ["updated_at", "2022-09-29 09:08:25.179225"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE7\x8C\x8E"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE7\x8C\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.206802"], ["updated_at", "2022-09-29 09:08:25.206802"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE7\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE7\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.235731"], ["updated_at", "2022-09-29 09:08:25.235731"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE7\xBD\x91\xE7\xA6\x81\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE7\xBD\x91\xE7\xA6\x81\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.257712"], ["updated_at", "2022-09-29 09:08:25.257713"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x81\xE8\x84\x94"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x81\xE8\x84\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.282568"], ["updated_at", "2022-09-29 09:08:25.282569"]] TRANSACTION (3.4ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x85\xE5\xAF\x86\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x85\xE5\xAF\x86\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.313966"], ["updated_at", "2022-09-29 09:08:25.313967"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x8F\xE5\x88\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x8F\xE5\x88\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.338577"], ["updated_at", "2022-09-29 09:08:25.338577"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x8F\xE5\xA8\x83\xE7\x9A\x84\xE9\xA0\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x8F\xE5\xA8\x83\xE7\x9A\x84\xE9\xA0\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.359568"], ["updated_at", "2022-09-29 09:08:25.359569"]] TRANSACTION (3.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x8F\xE5\xA8\x83\xE9\xA0\xAD\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x8F\xE5\xA8\x83\xE9\xA0\xAD\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.389861"], ["updated_at", "2022-09-29 09:08:25.389862"]] TRANSACTION (5.5ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x8F\xE5\xB0\x94\xE9\xA9\xAC\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x8F\xE5\xB0\x94\xE9\xA9\xAC\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.421768"], ["updated_at", "2022-09-29 09:08:25.421770"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x8F\xE5\xBB\xBA\xE5\x8A\x9E\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x8F\xE5\xBB\xBA\xE5\x8A\x9E\xE8\xAF\x81\xE5\x88\xBB\xE7\xAB\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.451142"], ["updated_at", "2022-09-29 09:08:25.451143"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x8F\xE9\x9F\xB3\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x8F\xE9\x9F\xB3\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.477761"], ["updated_at", "2022-09-29 09:08:25.477762"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\x8F\xE9\xA6\x99\xE5\xB7\xB4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\x8F\xE9\xA6\x99\xE5\xB7\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.505886"], ["updated_at", "2022-09-29 09:08:25.505886"]] TRANSACTION (2.5ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\xBD\xE4\xB8\x80\xE5\x85\xBD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\xBD\xE4\xB8\x80\xE5\x85\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.530163"], ["updated_at", "2022-09-29 09:08:25.530164"]] TRANSACTION (2.1ms) COMMIT User Load (1.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\xBD\xE5\x85\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\xBD\xE5\x85\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.547567"], ["updated_at", "2022-09-29 09:08:25.547568"]] TRANSACTION (2.2ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\xBD\xE6\xB5\x81\xE6\x84\x9F\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\xBD\xE6\xB5\x81\xE6\x84\x9F\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.566366"], ["updated_at", "2022-09-29 09:08:25.566367"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA6\xBD\xEF\xBC\x8C\xE5\x85\xBD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA6\xBD\xEF\xBC\x8C\xE5\x85\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.593124"], ["updated_at", "2022-09-29 09:08:25.593125"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE4\xBA\xBA\xE4\xBE\xA6\xE6\x8E\xA2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE4\xBA\xBA\xE4\xBE\xA6\xE6\x8E\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.623477"], ["updated_at", "2022-09-29 09:08:25.623477"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.645443"], ["updated_at", "2022-09-29 09:08:25.645444"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE5\xA4\x84"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (18.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE5\xA4\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.668808"], ["updated_at", "2022-09-29 09:08:25.668809"]] TRANSACTION (7.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE5\xAE\xB6\xE4\xBE\xA6\xE6\x8E\xA2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE5\xAE\xB6\xE4\xBE\xA6\xE6\x8E\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.720329"], ["updated_at", "2022-09-29 09:08:25.720330"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE5\xAE\xB6\xE4\xBE\xA6\xE6\x8E\xA2\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE5\xAE\xB6\xE4\xBE\xA6\xE6\x8E\xA2\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.748357"], ["updated_at", "2022-09-29 09:08:25.748357"]] TRANSACTION (2.5ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE5\xAF\x86"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE5\xAF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.767760"], ["updated_at", "2022-09-29 09:08:25.767761"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE5\xAF\x86\xE7\xA4\xBE\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE5\xAF\x86\xE7\xA4\xBE\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.798194"], ["updated_at", "2022-09-29 09:08:25.798195"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE6\x88\xBF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE6\x88\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.819433"], ["updated_at", "2022-09-29 09:08:25.819434"]] TRANSACTION (2.8ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE6\x88\xBF\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE6\x88\xBF\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.845454"], ["updated_at", "2022-09-29 09:08:25.845455"]] TRANSACTION (3.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE6\x9C\x8D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE6\x9C\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.866018"], ["updated_at", "2022-09-29 09:08:25.866018"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE7\x94\x9F\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE7\x94\x9F\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.898619"], ["updated_at", "2022-09-29 09:08:25.898620"]] TRANSACTION (2.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.921437"], ["updated_at", "2022-09-29 09:08:25.921438"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x81\xE8\x99\x95"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x81\xE8\x99\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.951083"], ["updated_at", "2022-09-29 09:08:25.951084"]] TRANSACTION (2.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x83\xE9\xB9\xB0\xE6\xB1\xBD"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x83\xE9\xB9\xB0\xE6\xB1\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:25.974427"], ["updated_at", "2022-09-29 09:08:25.974428"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x8D\xE4\xB8\x80\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x8D\xE4\xB8\x80\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.012624"], ["updated_at", "2022-09-29 09:08:26.012625"]] TRANSACTION (5.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x8D\xE5\x85\xAC\xE5\x8A\xA1\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x8D\xE5\x85\xAC\xE5\x8A\xA1\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.041694"], ["updated_at", "2022-09-29 09:08:26.041695"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x8D\xE5\xAD\xA6\xE5\x8E\x86\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x8D\xE5\xAD\xA6\xE5\x8E\x86\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.070264"], ["updated_at", "2022-09-29 09:08:26.070265"]] TRANSACTION (5.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x8D\xEF\xBC\x8C\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x8D\xEF\xBC\x8C\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.108621"], ["updated_at", "2022-09-29 09:08:26.108622"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x91\xE6\x8A\x80\xE7\xB2\xBE\xE8\x8B\xB1\xE9\x81\x87\xE9\x9A\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x91\xE6\x8A\x80\xE7\xB2\xBE\xE8\x8B\xB1\xE9\x81\x87\xE9\x9A\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.138467"], ["updated_at", "2022-09-29 09:08:26.138468"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x98\xE5\x94\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x98\xE5\x94\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.164900"], ["updated_at", "2022-09-29 09:08:26.164900"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\x98\xE8\xA3\x82"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\x98\xE8\xA3\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.196566"], ["updated_at", "2022-09-29 09:08:26.196567"]] TRANSACTION (3.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xA6\xE5\x8D\xAB\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xA6\xE5\x8D\xAB\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.226902"], ["updated_at", "2022-09-29 09:08:26.226902"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xA6\xE5\x9F\xBA\xE4\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xA6\xE5\x9F\xBA\xE4\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.253402"], ["updated_at", "2022-09-29 09:08:26.253402"]] TRANSACTION (3.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xA6\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xA6\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.277125"], ["updated_at", "2022-09-29 09:08:26.277127"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xA6\xE6\x98\x8C\xE5\x85\xB8 \xE9\x87\x8D\xE5\xBA\x86"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xA6\xE6\x98\x8C\xE5\x85\xB8 \xE9\x87\x8D\xE5\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.309617"], ["updated_at", "2022-09-29 09:08:26.309618"]] TRANSACTION (5.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xA6\xE6\x99\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xA6\xE6\x99\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.336613"], ["updated_at", "2022-09-29 09:08:26.336614"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xA6\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xA6\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.359219"], ["updated_at", "2022-09-29 09:08:26.359220"]] TRANSACTION (3.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xA6\xE9\x9D\x92\xE5\xB9\xB8\xE7\xA6\x8F\xE7\x94\x9F\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xA6\xE9\x9D\x92\xE5\xB9\xB8\xE7\xA6\x8F\xE7\x94\x9F\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.382555"], ["updated_at", "2022-09-29 09:08:26.382556"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xAF\xE5\x85\x8B\xE9\xA6\x86"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xAF\xE5\x85\x8B\xE9\xA6\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.415024"], ["updated_at", "2022-09-29 09:08:26.415025"]] TRANSACTION (5.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xBB\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xBB\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.444148"], ["updated_at", "2022-09-29 09:08:26.444149"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xBB\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xBB\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.466043"], ["updated_at", "2022-09-29 09:08:26.466043"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA7\xBD\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA7\xBD\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.495563"], ["updated_at", "2022-09-29 09:08:26.495564"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x80\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x80\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.520880"], ["updated_at", "2022-09-29 09:08:26.520881"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x80\xE9\xA5\xAD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x80\xE9\xA5\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.546695"], ["updated_at", "2022-09-29 09:08:26.546695"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x8B\xE5\x87\xAF"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x8B\xE5\x87\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.568348"], ["updated_at", "2022-09-29 09:08:26.568349"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x8B\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x8B\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.597343"], ["updated_at", "2022-09-29 09:08:26.597344"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x8B\xE7\xBB\xB4\xE9\xAB\x98"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x8B\xE7\xBB\xB4\xE9\xAB\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.624328"], ["updated_at", "2022-09-29 09:08:26.624330"]] TRANSACTION (2.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x8B\xE9\x93\x81\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x8B\xE9\x93\x81\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.653921"], ["updated_at", "2022-09-29 09:08:26.653922"]] TRANSACTION (3.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x8E\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x8E\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.679384"], ["updated_at", "2022-09-29 09:08:26.679385"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\x8E\xE5\x8A\xA1\xE6\x80\xBB\xE5\xB1\x80\xE8\x87\xB4\xE6\xAD\x89"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\x8E\xE5\x8A\xA1\xE6\x80\xBB\xE5\xB1\x80\xE8\x87\xB4\xE6\xAD\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.713619"], ["updated_at", "2022-09-29 09:08:26.713620"]] TRANSACTION (4.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\xBF\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\xBF\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.744089"], ["updated_at", "2022-09-29 09:08:26.744091"]] TRANSACTION (5.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA8\xBF\xE8\xB4\xB9"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA8\xBF\xE8\xB4\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.777379"], ["updated_at", "2022-09-29 09:08:26.777380"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\x86\xE6\x96\xAF\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\x86\xE6\x96\xAF\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.817757"], ["updated_at", "2022-09-29 09:08:26.817758"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\x86\xE7\xBD\x95\xE7\xA9\x86\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\x86\xE7\xBD\x95\xE7\xA9\x86\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.851992"], ["updated_at", "2022-09-29 09:08:26.851992"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\x86\xE7\xBD\x95\xE9\xBB\x98\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\x86\xE7\xBD\x95\xE9\xBB\x98\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.877324"], ["updated_at", "2022-09-29 09:08:26.877325"]] TRANSACTION (5.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xB4\xE3\x80\x82\xE5\x8F\xA3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xB4\xE3\x80\x82\xE5\x8F\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.918997"], ["updated_at", "2022-09-29 09:08:26.918998"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xB4\xE5\x8F\xA3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xB4\xE5\x8F\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.953536"], ["updated_at", "2022-09-29 09:08:26.953537"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:26.977737"], ["updated_at", "2022-09-29 09:08:26.977738"]] TRANSACTION (4.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xB4\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xB4\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.010807"], ["updated_at", "2022-09-29 09:08:27.010808"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xB4\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xB4\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.039595"], ["updated_at", "2022-09-29 09:08:27.039596"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xB4\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xB4\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.063086"], ["updated_at", "2022-09-29 09:08:27.063087"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xB6\xE7\x94\x9F\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xB6\xE7\x94\x9F\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.094237"], ["updated_at", "2022-09-29 09:08:27.094241"]] TRANSACTION (5.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xBA\xE4\xB8\xAD\xE6\xB0\x91\xE4\xB8\xBB\xE5\xA2\x99"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xBA\xE4\xB8\xAD\xE6\xB0\x91\xE4\xB8\xBB\xE5\xA2\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.162506"], ["updated_at", "2022-09-29 09:08:27.162507"]] TRANSACTION (7.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xBA\xE4\xBD\x99\xE6\x97\xB6\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xBA\xE4\xBD\x99\xE6\x97\xB6\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.224962"], ["updated_at", "2022-09-29 09:08:27.224963"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xBA\xE5\x92\x8C\xE9\x9B\x85\xE5\x85\xB8"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xBA\xE5\x92\x8C\xE9\x9B\x85\xE5\x85\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.255084"], ["updated_at", "2022-09-29 09:08:27.255085"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xA9\xBF\xE9\x80\x8F\xE4\xBB\xAA\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xA9\xBF\xE9\x80\x8F\xE4\xBB\xAA\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.280954"], ["updated_at", "2022-09-29 09:08:27.280955"]] TRANSACTION (4.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAA\x81\xE7\xA0\xB4\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAA\x81\xE7\xA0\xB4\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.308423"], ["updated_at", "2022-09-29 09:08:27.308425"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAA\x81\xE7\xA0\xB4\xE7\xBD\x91\xE8\xB7\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAA\x81\xE7\xA0\xB4\xE7\xBD\x91\xE8\xB7\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.336014"], ["updated_at", "2022-09-29 09:08:27.336014"]] TRANSACTION (3.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAA\x83\xE5\x90\xAC"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAA\x83\xE5\x90\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.360188"], ["updated_at", "2022-09-29 09:08:27.360189"]] TRANSACTION (4.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAA\x83\xE5\x90\xAC\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAA\x83\xE5\x90\xAC\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.398042"], ["updated_at", "2022-09-29 09:08:27.398043"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAB\x8B\xE5\xBC\x8F\xE5\x8F\x8C\xE7\xAE\xA1\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAB\x8B\xE5\xBC\x8F\xE5\x8F\x8C\xE7\xAE\xA1\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.431634"], ["updated_at", "2022-09-29 09:08:27.431634"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAB\x8B\xE5\xBC\x8F\xE5\x8F\x8C\xE7\xAE\xA1\xE7\x8C\x8E\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAB\x8B\xE5\xBC\x8F\xE5\x8F\x8C\xE7\xAE\xA1\xE7\x8C\x8E\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.455899"], ["updated_at", "2022-09-29 09:08:27.455900"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAB\xA0\xE8\x8A\x82"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAB\xA0\xE8\x8A\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.482915"], ["updated_at", "2022-09-29 09:08:27.482916"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAB\xA5\xE5\xB1\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAB\xA5\xE5\xB1\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.515752"], ["updated_at", "2022-09-29 09:08:27.515753"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAB\xA5\xE9\x9E\x8B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAB\xA5\xE9\x9E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.540684"], ["updated_at", "2022-09-29 09:08:27.540684"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAB\xB9\xE5\xAF\x82"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAB\xB9\xE5\xAF\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.568311"], ["updated_at", "2022-09-29 09:08:27.568312"]] TRANSACTION (4.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC21\xE9\x9B\x86\xE5\x9B\xA2\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC21\xE9\x9B\x86\xE5\x9B\xA2\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.592903"], ["updated_at", "2022-09-29 09:08:27.592904"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE4\xB8\x80\xE6\xAC\xA1\xE6\x93\x8D\xE8\xA1\xA8\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE4\xB8\x80\xE6\xAC\xA1\xE6\x93\x8D\xE8\xA1\xA8\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.625603"], ["updated_at", "2022-09-29 09:08:27.625603"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE4\xB8\x89\xE6\xAC\xA1\xE4\xB8\x96\xE7\x95\x8C\xE5\xA4\xA7\xE6\x88\x98"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE4\xB8\x89\xE6\xAC\xA1\xE4\xB8\x96\xE7\x95\x8C\xE5\xA4\xA7\xE6\x88\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.648394"], ["updated_at", "2022-09-29 09:08:27.648395"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE4\xBA\x8C\xE9\xA6\x96\xE9\x83\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE4\xBA\x8C\xE9\xA6\x96\xE9\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.675368"], ["updated_at", "2022-09-29 09:08:27.675368"]] TRANSACTION (3.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE4\xBA\x94\xE4\xBB\xA3\xE6\x8E\xA5\xE7\x8F\xAD\xE6\xA2\xAF\xE9\x98\x9F"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE4\xBA\x94\xE4\xBB\xA3\xE6\x8E\xA5\xE7\x8F\xAD\xE6\xA2\xAF\xE9\x98\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.701972"], ["updated_at", "2022-09-29 09:08:27.701973"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE4\xBA\x94\xE4\xBB\xA3\xE7\xBA\xA2\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE4\xBA\x94\xE4\xBB\xA3\xE7\xBA\xA2\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.733548"], ["updated_at", "2022-09-29 09:08:27.733548"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE5\x8D\x81\xE5\x85\xAD\xE6\xAC\xA1\xE4\xBB\xA3\xE8\xA1\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE5\x8D\x81\xE5\x85\xAD\xE6\xAC\xA1\xE4\xBB\xA3\xE8\xA1\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.764218"], ["updated_at", "2022-09-29 09:08:27.764219"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE5\x9B\x9B\xE4\xBB\xA3"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE5\x9B\x9B\xE4\xBB\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.787484"], ["updated_at", "2022-09-29 09:08:27.787485"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAC\xAC\xE5\x9B\x9B\xE4\xBB\xA3x\xE5\x8D\xA7\xE5\xBA\x95\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAC\xAC\xE5\x9B\x9B\xE4\xBB\xA3x\xE5\x8D\xA7\xE5\xBA\x95\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.820090"], ["updated_at", "2022-09-29 09:08:27.820090"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x89\xE4\xBA\xBA\xE6\x89\x8B\xE6\x9C\xAF"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x89\xE4\xBA\xBA\xE6\x89\x8B\xE6\x9C\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.846537"], ["updated_at", "2022-09-29 09:08:27.846538"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x89\xE4\xBA\xBA\xE6\x98\xAF\xE8\x80\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x89\xE4\xBA\xBA\xE6\x98\xAF\xE8\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.882165"], ["updated_at", "2022-09-29 09:08:27.882166"]] TRANSACTION (5.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x89\xE4\xBA\xBA\xE8\x80\x81\xE7\x99\xBE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x89\xE4\xBA\xBA\xE8\x80\x81\xE7\x99\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.912635"], ["updated_at", "2022-09-29 09:08:27.912635"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x89\xE4\xBD\xA0\xE5\x9B\x9E\xE5\xA4\x8D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x89\xE4\xBD\xA0\xE5\x9B\x9E\xE5\xA4\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.935624"], ["updated_at", "2022-09-29 09:08:27.935624"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x89\xE5\x9B\x9E\xE5\xA4\x8D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x89\xE5\x9B\x9E\xE5\xA4\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:27.968988"], ["updated_at", "2022-09-29 09:08:27.968990"]] TRANSACTION (6.0ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x89\xE7\xBA\xA7\xE8\xAD\x89"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x89\xE7\xBA\xA7\xE8\xAD\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.005206"], ["updated_at", "2022-09-29 09:08:28.005207"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.029190"], ["updated_at", "2022-09-29 09:08:28.029190"]] TRANSACTION (2.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.052226"], ["updated_at", "2022-09-29 09:08:28.052226"]] TRANSACTION (5.8ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.095435"], ["updated_at", "2022-09-29 09:08:28.095436"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.131464"], ["updated_at", "2022-09-29 09:08:28.131465"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.152842"], ["updated_at", "2022-09-29 09:08:28.152843"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.182484"], ["updated_at", "2022-09-29 09:08:28.182485"]] TRANSACTION (5.2ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.214467"], ["updated_at", "2022-09-29 09:08:28.214468"]] TRANSACTION (2.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x8F\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x8F\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.238964"], ["updated_at", "2022-09-29 09:08:28.238965"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x94an"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x94an"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.266186"], ["updated_at", "2022-09-29 09:08:28.266187"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x94\xE6\xA1\x88\xE5\x8C\x85"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x94\xE6\xA1\x88\xE5\x8C\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.293567"], ["updated_at", "2022-09-29 09:08:28.293567"]] TRANSACTION (3.1ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x94\xE6\xA1\x88\xE5\x8D\xAB\xE6\x98\x9F\xE6\x8E\xA5\xE6\x94\xB6\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x94\xE6\xA1\x88\xE5\x8D\xAB\xE6\x98\x9F\xE6\x8E\xA5\xE6\x94\xB6\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.322137"], ["updated_at", "2022-09-29 09:08:28.322137"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x94\xE6\xA1\x88\xE6\x8F\x90\xE4\xBE\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x94\xE6\xA1\x88\xE6\x8F\x90\xE4\xBE\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.342316"], ["updated_at", "2022-09-29 09:08:28.342317"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\x96\xE6\xB2\xA1\xE6\x9C\x89\xE4\xB8\x8D"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\x96\xE6\xB2\xA1\xE6\x9C\x89\xE4\xB8\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.374933"], ["updated_at", "2022-09-29 09:08:28.374934"]] TRANSACTION (4.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\xBE \xE7\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\xBE \xE7\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.407870"], ["updated_at", "2022-09-29 09:08:28.407872"]] TRANSACTION (2.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\xBE\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\xBE\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.428512"], ["updated_at", "2022-09-29 09:08:28.428512"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAD\xBE\xE7\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAD\xBE\xE7\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.454005"], ["updated_at", "2022-09-29 09:08:28.454006"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAE\x80\xE6\x98\x93\xE7\x82\xB8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAE\x80\xE6\x98\x93\xE7\x82\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.485100"], ["updated_at", "2022-09-29 09:08:28.485101"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAE\x80\xE7\x9B\xB4\xE4\xBA\xBA\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAE\x80\xE7\x9B\xB4\xE4\xBA\xBA\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.511785"], ["updated_at", "2022-09-29 09:08:28.511786"]] TRANSACTION (2.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xAF\xAE\xE7\x90\x83\xE5\x8D\x9A\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xAF\xAE\xE7\x90\x83\xE5\x8D\x9A\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.534140"], ["updated_at", "2022-09-29 09:08:28.534142"]] TRANSACTION (3.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB1\xB3\xE5\x87\xA4\xE5\x90\x9B\xE5\x90\x89\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB1\xB3\xE5\x87\xA4\xE5\x90\x9B\xE5\x90\x89\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.566701"], ["updated_at", "2022-09-29 09:08:28.566702"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB1\xB3\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB1\xB3\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.592985"], ["updated_at", "2022-09-29 09:08:28.592985"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB1\xB3\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB1\xB3\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.619249"], ["updated_at", "2022-09-29 09:08:28.619249"]] TRANSACTION (2.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB1\xBB\xE5\x87\x86\xE7\xA1\xAE\xE7\xAD\x94"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB1\xBB\xE5\x87\x86\xE7\xA1\xAE\xE7\xAD\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.637193"], ["updated_at", "2022-09-29 09:08:28.637194"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE4\xB8\x80\xE5\xAB\xA9"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE4\xB8\x80\xE5\xAB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.658619"], ["updated_at", "2022-09-29 09:08:28.658620"]] TRANSACTION (4.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE5\xAB\xA9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE5\xAB\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.689923"], ["updated_at", "2022-09-29 09:08:28.689924"]] TRANSACTION (4.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE7\xA2\x8E\xE5\x9B\x9B\xE4\xBA\xBA\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE7\xA2\x8E\xE5\x9B\x9B\xE4\xBA\xBA\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.717332"], ["updated_at", "2022-09-29 09:08:28.717332"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.739455"], ["updated_at", "2022-09-29 09:08:28.739456"]] TRANSACTION (3.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE7\xBA\xA2\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE7\xBA\xA2\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.767035"], ["updated_at", "2022-09-29 09:08:28.767037"]] TRANSACTION (5.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE7\xBA\xA2\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (8.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE7\xBA\xA2\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.822895"], ["updated_at", "2022-09-29 09:08:28.822896"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.864480"], ["updated_at", "2022-09-29 09:08:28.864480"]] TRANSACTION (5.3ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x89\xE9\xA5\xB0\xE5\xA4\xAA\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x89\xE9\xA5\xB0\xE5\xA4\xAA\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.900526"], ["updated_at", "2022-09-29 09:08:28.900527"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x97\xE5\x8F\xA3\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x97\xE5\x8F\xA3\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.942206"], ["updated_at", "2022-09-29 09:08:28.942206"]] TRANSACTION (5.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x97\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x97\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:28.973275"], ["updated_at", "2022-09-29 09:08:28.973276"]] TRANSACTION (6.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x97\xE6\x9A\xB4\xE5\x9C\xB0\xE6\x92\x9E\xE5\x87\xBB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x97\xE6\x9A\xB4\xE5\x9C\xB0\xE6\x92\x9E\xE5\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.015474"], ["updated_at", "2022-09-29 09:08:29.015475"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x97\xE6\x9A\xB4\xE7\x9A\x84\xE6\x92\x9E\xE5\x87\xBB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x97\xE6\x9A\xB4\xE7\x9A\x84\xE6\x92\x9E\xE5\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.045742"], ["updated_at", "2022-09-29 09:08:29.045743"]] TRANSACTION (6.0ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x97\xEF\xBC\x8C\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x97\xEF\xBC\x8C\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.078900"], ["updated_at", "2022-09-29 09:08:29.078900"]] TRANSACTION (3.9ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x98\xE6\xB0\xAF\xE9\x85\xB8"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x98\xE6\xB0\xAF\xE9\x85\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.125757"], ["updated_at", "2022-09-29 09:08:29.126027"]] TRANSACTION (4.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x9F\xE5\xAF\x92\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x9F\xE5\xAF\x92\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.158167"], ["updated_at", "2022-09-29 09:08:29.158168"]] TRANSACTION (3.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x9F\xE6\x83\xA0\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x9F\xE6\x83\xA0\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.190262"], ["updated_at", "2022-09-29 09:08:29.190263"]] TRANSACTION (7.4ms) COMMIT User Load (8.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\x9F\xE6\x88\x8E\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\x9F\xE6\x88\x8E\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.236883"], ["updated_at", "2022-09-29 09:08:29.236883"]] TRANSACTION (5.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE \xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE \xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.273755"], ["updated_at", "2022-09-29 09:08:29.273755"]] TRANSACTION (5.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.307854"], ["updated_at", "2022-09-29 09:08:29.307856"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE5\xAD\x90\xE5\xB0\x84\xE5\x9C\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE5\xAD\x90\xE5\xB0\x84\xE5\x9C\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.337645"], ["updated_at", "2022-09-29 09:08:29.337645"]] TRANSACTION (4.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.366454"], ["updated_at", "2022-09-29 09:08:29.366455"]] TRANSACTION (6.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE6\xA5\xBC"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE6\xA5\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.402642"], ["updated_at", "2022-09-29 09:08:29.402643"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.432575"], ["updated_at", "2022-09-29 09:08:29.432575"]] TRANSACTION (5.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE7\xA5\x9E\xE8\x8D\xAF\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE7\xA5\x9E\xE8\x8D\xAF\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.462689"], ["updated_at", "2022-09-29 09:08:29.462690"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE7\xBE\x8E\xE5\xB0\x81\xE9\x9D\xA2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE7\xBE\x8E\xE5\xB0\x81\xE9\x9D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.499318"], ["updated_at", "2022-09-29 09:08:29.499319"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB2\xBE\xE8\x99\xAB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB2\xBE\xE8\x99\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.530253"], ["updated_at", "2022-09-29 09:08:29.530254"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB4\x85\xE8\x89\xB2\xE6\x81\x90"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB4\x85\xE8\x89\xB2\xE6\x81\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.555866"], ["updated_at", "2022-09-29 09:08:29.555866"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB4\xA0\xE5\xA5\xB3,\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB4\xA0\xE5\xA5\xB3,\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.584631"], ["updated_at", "2022-09-29 09:08:29.584632"]] TRANSACTION (5.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB4\xA0\xE5\xA5\xB3\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB4\xA0\xE5\xA5\xB3\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.621570"], ["updated_at", "2022-09-29 09:08:29.621571"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB4\xA7\xE7\xAA\x92"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB4\xA7\xE7\xAA\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.648520"], ["updated_at", "2022-09-29 09:08:29.648520"]] TRANSACTION (5.2ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB5\xB2\xE8\xA5\xAA"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB5\xB2\xE8\xA5\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.679789"], ["updated_at", "2022-09-29 09:08:29.679789"]] TRANSACTION (6.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB6\xB2\xE4\xB8\x8A\xE5\xB7\xA5\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB6\xB2\xE4\xB8\x8A\xE5\xB7\xA5\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.719545"], ["updated_at", "2022-09-29 09:08:29.719546"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB6\xB2\xE5\x8F\x8B\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB6\xB2\xE5\x8F\x8B\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.751545"], ["updated_at", "2022-09-29 09:08:29.751546"]] TRANSACTION (5.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB6\xB2\xE7\xB5\xA1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB6\xB2\xE7\xB5\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.785009"], ["updated_at", "2022-09-29 09:08:29.785009"]] TRANSACTION (5.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB7\x8A\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB7\x8A\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.822564"], ["updated_at", "2022-09-29 09:08:29.822565"]] TRANSACTION (3.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xB8\xBD\xE6\x9B\xB8\xE8\xA8\x98"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xB8\xBD\xE6\x9B\xB8\xE8\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.860618"], ["updated_at", "2022-09-29 09:08:29.860619"]] TRANSACTION (4.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA0\xE7\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA0\xE7\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.899720"], ["updated_at", "2022-09-29 09:08:29.899721"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE5\x8C\x85"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE5\x8C\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.934724"], ["updated_at", "2022-09-29 09:08:29.934725"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE5\xA4\x96,\xE9\x80\x8F\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE5\xA4\x96,\xE9\x80\x8F\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.960230"], ["updated_at", "2022-09-29 09:08:29.960231"]] TRANSACTION (3.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE5\xA4\x96\xE9\x80\x8F\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE5\xA4\x96\xE9\x80\x8F\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:29.995428"], ["updated_at", "2022-09-29 09:08:29.995429"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE5\xAE\xA2\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE5\xAE\xA2\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.032358"], ["updated_at", "2022-09-29 09:08:30.032361"]] TRANSACTION (5.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.066777"], ["updated_at", "2022-09-29 09:08:30.066778"]] TRANSACTION (10.1ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.118533"], ["updated_at", "2022-09-29 09:08:30.118534"]] TRANSACTION (4.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\x99\xBA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\x99\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.151607"], ["updated_at", "2022-09-29 09:08:30.151608"]] TRANSACTION (4.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.186422"], ["updated_at", "2022-09-29 09:08:30.186423"]] TRANSACTION (6.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\xA2\x85"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\xA2\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.227397"], ["updated_at", "2022-09-29 09:08:30.227398"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\xA5\xBC\xE7\xBB\xAE\xE6\xA2\xA6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\xA5\xBC\xE7\xBB\xAE\xE6\xA2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.255171"], ["updated_at", "2022-09-29 09:08:30.255172"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\xA8\xB1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\xA8\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.286581"], ["updated_at", "2022-09-29 09:08:30.286582"]] TRANSACTION (5.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.324941"], ["updated_at", "2022-09-29 09:08:30.324942"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\xB5\xB7\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\xB5\xB7\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.353601"], ["updated_at", "2022-09-29 09:08:30.353602"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE6\xBB\xA1\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE6\xBB\xA1\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.385090"], ["updated_at", "2022-09-29 09:08:30.385091"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE7\x81\xAF\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE7\x81\xAF\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.422137"], ["updated_at", "2022-09-29 09:08:30.422138"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE7\x97\x85\xE5\x8E\x86"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE7\x97\x85\xE5\x8E\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.450587"], ["updated_at", "2022-09-29 09:08:30.450588"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.484332"], ["updated_at", "2022-09-29 09:08:30.484333"]] TRANSACTION (5.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE7\xB2\x92"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE7\xB2\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.518910"], ["updated_at", "2022-09-29 09:08:30.518911"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE8\x82\xBF"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE8\x82\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.545224"], ["updated_at", "2022-09-29 09:08:30.545224"]] TRANSACTION (5.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE8\x89\xB2\xE6\x81\x90\xE6\x80\x96"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE8\x89\xB2\xE6\x81\x90\xE6\x80\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.584563"], ["updated_at", "2022-09-29 09:08:30.584564"]] TRANSACTION (5.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE8\x89\xB2\xE8\xB4\xB5\xE6\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE8\x89\xB2\xE8\xB4\xB5\xE6\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.626976"], ["updated_at", "2022-09-29 09:08:30.626978"]] TRANSACTION (5.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE8\x8C\xB6\xE5\x9D\x8A\xE4\xBC\x91\xE9\x97\xB2\xE5\xA8\xB1\xE4\xB9\x90\xE7\xA7\x81"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE8\x8C\xB6\xE5\x9D\x8A\xE4\xBC\x91\xE9\x97\xB2\xE5\xA8\xB1\xE4\xB9\x90\xE7\xA7\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.660109"], ["updated_at", "2022-09-29 09:08:30.660110"]] TRANSACTION (7.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE8\x8E\x93"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE8\x8E\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.701450"], ["updated_at", "2022-09-29 09:08:30.701452"]] TRANSACTION (4.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE8\x95\x8A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE8\x95\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.737294"], ["updated_at", "2022-09-29 09:08:30.737297"]] TRANSACTION (5.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA2\xE8\xB1\x86"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA2\xE8\xB1\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.769370"], ["updated_at", "2022-09-29 09:08:30.769371"]] TRANSACTION (7.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA6\xE5\x90\x97"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA6\xE5\x90\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.803875"], ["updated_at", "2022-09-29 09:08:30.803876"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA6\xE7\x82\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA6\xE7\x82\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.840022"], ["updated_at", "2022-09-29 09:08:30.840022"]] TRANSACTION (5.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA6\xE7\xA8\xBF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA6\xE7\xA8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.873949"], ["updated_at", "2022-09-29 09:08:30.873950"]] TRANSACTION (5.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA6\xE7\xBF\xB0\xE6\xA2\x85\xE5\xB0\x94"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA6\xE7\xBF\xB0\xE6\xA2\x85\xE5\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.907376"], ["updated_at", "2022-09-29 09:08:30.907378"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA6\xEF\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA6\xEF\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.938182"], ["updated_at", "2022-09-29 09:08:30.938182"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA7\xE5\x8A\x9E\xE7\x90\x86"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA7\xE5\x8A\x9E\xE7\x90\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:30.965531"], ["updated_at", "2022-09-29 09:08:30.965532"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA7\xE6\x83\x85\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA7\xE6\x83\x85\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.001328"], ["updated_at", "2022-09-29 09:08:31.001329"]] TRANSACTION (10.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xA7\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xA7\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.046575"], ["updated_at", "2022-09-29 09:08:31.046576"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAA\xE5\xBF\xB5\xE6\x96\x87\xE9\x9D\xA9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAA\xE5\xBF\xB5\xE6\x96\x87\xE9\x9D\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.088974"], ["updated_at", "2022-09-29 09:08:31.088974"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAA\xE5\xBF\xB5\xE8\xA5\xBF\xE8\x97\x8F\xE7\x88\xB1\xE5\x9B\xBD\xE8\x8B\xB1\xE9\x9B\x84"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAA\xE5\xBF\xB5\xE8\xA5\xBF\xE8\x97\x8F\xE7\x88\xB1\xE5\x9B\xBD\xE8\x8B\xB1\xE9\x9B\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.133302"], ["updated_at", "2022-09-29 09:08:31.133302"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAA\xE5\xBF\xB5\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE6\xB5\x81\xE4\xBA\xA149\xE5\x91\xA8\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAA\xE5\xBF\xB5\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE6\xB5\x81\xE4\xBA\xA149\xE5\x91\xA8\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.166640"], ["updated_at", "2022-09-29 09:08:31.166641"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAA\xE7\x99\xBB\xE5\xA5\x8E"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAA\xE7\x99\xBB\xE5\xA5\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.203703"], ["updated_at", "2022-09-29 09:08:31.203704"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAA\xE8\x82\xA1\xE7\xA5\xA8\xE5\xB8\x82\xE5\x9C\xBA\xE4\xBA\x94\xE5\x8D\x85\xE6\x83\xA8\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAA\xE8\x82\xA1\xE7\xA5\xA8\xE5\xB8\x82\xE5\x9C\xBA\xE4\xBA\x94\xE5\x8D\x85\xE6\x83\xA8\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.234522"], ["updated_at", "2022-09-29 09:08:31.234523"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAF\xE5\xBA\xA6\xE7\x99\xBD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAF\xE5\xBA\xA6\xE7\x99\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.257492"], ["updated_at", "2022-09-29 09:08:31.257492"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAF\xE5\xBA\xA6\xE9\xBB\x84"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAF\xE5\xBA\xA6\xE9\xBB\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.285261"], ["updated_at", "2022-09-29 09:08:31.285261"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAF\xE8\x80\xBD\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAF\xE8\x80\xBD\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.314422"], ["updated_at", "2022-09-29 09:08:31.314423"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAF\xE8\x80\xBD\xE7\xBE\x8E\xE7\x9A\x84\xE5\xB0\x8F\xE8\xAF\xB4\xE5\xB9\xB3\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAF\xE8\x80\xBD\xE7\xBE\x8E\xE7\x9A\x84\xE5\xB0\x8F\xE8\xAF\xB4\xE5\xB9\xB3\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.338457"], ["updated_at", "2022-09-29 09:08:31.338457"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAF\xE8\x80\xBD\xE7\xBE\x8E\xE7\x9A\x84\xE5\xB9\xB3\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAF\xE8\x80\xBD\xE7\xBE\x8E\xE7\x9A\x84\xE5\xB9\xB3\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.362192"], ["updated_at", "2022-09-29 09:08:31.362192"]] TRANSACTION (3.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xAF\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xAF\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.391198"], ["updated_at", "2022-09-29 09:08:31.391199"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xB1\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xB1\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.426270"], ["updated_at", "2022-09-29 09:08:31.426271"]] TRANSACTION (2.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xB3\xE7\xB2\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xB3\xE7\xB2\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.445933"], ["updated_at", "2022-09-29 09:08:31.445933"]] TRANSACTION (3.1ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xB5\xE6\x83\x85\xE5\x85\xB5\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xB5\xE6\x83\x85\xE5\x85\xB5\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.471775"], ["updated_at", "2022-09-29 09:08:31.471776"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xB5\xE6\x84\x8F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xB5\xE6\x84\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.500149"], ["updated_at", "2022-09-29 09:08:31.500150"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xB5\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xB5\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.533945"], ["updated_at", "2022-09-29 09:08:31.533946"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xB9\xE4\xBA\x86\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xB9\xE4\xBA\x86\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.558756"], ["updated_at", "2022-09-29 09:08:31.558756"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xBD\xE5\xB4\x94\xE8\x8E\xB1\xE4\xB8\x83\xE6\x8A\x98"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xBD\xE5\xB4\x94\xE8\x8E\xB1\xE4\xB8\x83\xE6\x8A\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.586196"], ["updated_at", "2022-09-29 09:08:31.586197"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xBD\xE6\x89\xA3\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xBD\xE6\x89\xA3\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.618558"], ["updated_at", "2022-09-29 09:08:31.618559"]] TRANSACTION (2.9ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xBD\xE7\xBA\xA6\xE6\x97\xB6\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xBD\xE7\xBA\xA6\xE6\x97\xB6\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.640975"], ["updated_at", "2022-09-29 09:08:31.640975"]] TRANSACTION (3.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBA\xBF\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBA\xBF\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.660948"], ["updated_at", "2022-09-29 09:08:31.660948"]] TRANSACTION (3.1ms) COMMIT User Load (1.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x83\xE5\x8A\x9F\xE7\xBE\xA4\xE4\xBC\x97"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x83\xE5\x8A\x9F\xE7\xBE\xA4\xE4\xBC\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.685673"], ["updated_at", "2022-09-29 09:08:31.685673"]] TRANSACTION (4.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x84\xE7\xBB\x87\xE9\x9B\x86\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x84\xE7\xBB\x87\xE9\x9B\x86\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.717395"], ["updated_at", "2022-09-29 09:08:31.717396"]] TRANSACTION (4.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x86\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x86\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.744481"], ["updated_at", "2022-09-29 09:08:31.744481"]] TRANSACTION (2.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x8F\xE5\x85\xB8\xE8\xB0\x8E\xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x8F\xE5\x85\xB8\xE8\xB0\x8E\xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.767785"], ["updated_at", "2022-09-29 09:08:31.767787"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x8F\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (6.9ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x8F\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.796047"], ["updated_at", "2022-09-29 09:08:31.796048"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x8F\xE6\xB5\x8E\xE7\x8A\xAF\xE7\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x8F\xE6\xB5\x8E\xE7\x8A\xAF\xE7\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.838831"], ["updated_at", "2022-09-29 09:08:31.838832"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x93\xE5\x90\x88"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x93\xE5\x90\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.862139"], ["updated_at", "2022-09-29 09:08:31.862140"]] TRANSACTION (7.6ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x95\xE8\xBF\x87\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x95\xE8\xBF\x87\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.899814"], ["updated_at", "2022-09-29 09:08:31.899815"]] TRANSACTION (5.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x99\xE4\xBD\xA0\xE7\x88\xBD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x99\xE4\xBD\xA0\xE7\x88\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.932752"], ["updated_at", "2022-09-29 09:08:31.932753"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.957393"], ["updated_at", "2022-09-29 09:08:31.957394"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE6\x80\xA7\xE6\x84\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE6\x80\xA7\xE6\x84\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:31.986797"], ["updated_at", "2022-09-29 09:08:31.986798"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE6\xB3\xA2\xE9\x9C\xB8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE6\xB3\xA2\xE9\x9C\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.018297"], ["updated_at", "2022-09-29 09:08:32.018297"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE8\xAF\xB1\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE5\xAF\xB9\xE8\xAF\xB1\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.042600"], ["updated_at", "2022-09-29 09:08:32.042600"]] TRANSACTION (3.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE7\x89\x88\xE7\xA8\x80\xE7\xBC\xBA\xE6\x97\xA7\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE7\x89\x88\xE7\xA8\x80\xE7\xBC\xBA\xE6\x97\xA7\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.068253"], ["updated_at", "2022-09-29 09:08:32.068253"]] TRANSACTION (3.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.097337"], ["updated_at", "2022-09-29 09:08:32.097337"]] TRANSACTION (7.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE8\x9C\x9C"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE8\x9C\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.133403"], ["updated_at", "2022-09-29 09:08:32.133403"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE9\xA3\x9F\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE9\xA3\x9F\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.159904"], ["updated_at", "2022-09-29 09:08:32.159904"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9D\xE9\xA3\x9F\xE6\x8A\x97\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9D\xE9\xA3\x9F\xE6\x8A\x97\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.193273"], ["updated_at", "2022-09-29 09:08:32.193273"]] TRANSACTION (5.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9F\xE4\xB8\x80\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9F\xE4\xB8\x80\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.230299"], ["updated_at", "2022-09-29 09:08:32.230300"]] TRANSACTION (3.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9F\xE4\xB8\x80\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9F\xE4\xB8\x80\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.255704"], ["updated_at", "2022-09-29 09:08:32.255704"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9F\xE6\x88\x98"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9F\xE6\x88\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.282344"], ["updated_at", "2022-09-29 09:08:32.282344"]] TRANSACTION (4.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9F\xE6\xB2\xBB\xE6\x9C\xAF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9F\xE6\xB2\xBB\xE6\x9C\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.313002"], ["updated_at", "2022-09-29 09:08:32.313003"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9F\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9F\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.339185"], ["updated_at", "2022-09-29 09:08:32.339185"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\x9F\xE7\x8B\xAC\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\x9F\xE7\x8B\xAC\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.362496"], ["updated_at", "2022-09-29 09:08:32.362497"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xA9\xE8\xBF\x87\xE5\x90\x8E\xE4\xBB\x98"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xA9\xE8\xBF\x87\xE5\x90\x8E\xE4\xBB\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.393149"], ["updated_at", "2022-09-29 09:08:32.393151"]] TRANSACTION (5.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xAD\xE5\x86\x99"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xAD\xE5\x86\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.427445"], ["updated_at", "2022-09-29 09:08:32.427446"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB3\xE8\x99\x90"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB3\xE8\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.450489"], ["updated_at", "2022-09-29 09:08:32.450490"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE5\x90\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE5\x90\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.479334"], ["updated_at", "2022-09-29 09:08:32.479335"]] TRANSACTION (5.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE5\x9F\xBA\xE7\x99\xBE\xE7\xA7\x91"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE5\x9F\xBA\xE7\x99\xBE\xE7\xA7\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.511327"], ["updated_at", "2022-09-29 09:08:32.511328"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.539921"], ["updated_at", "2022-09-29 09:08:32.539922"]] TRANSACTION (4.6ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.573137"], ["updated_at", "2022-09-29 09:08:32.573138"]] TRANSACTION (4.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.610730"], ["updated_at", "2022-09-29 09:08:32.610730"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE6\x8A\x97\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE6\x8A\x97\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.638677"], ["updated_at", "2022-09-29 09:08:32.638678"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE8\xB0\x88"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE6\x9D\x83\xE8\xB0\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.661424"], ["updated_at", "2022-09-29 09:08:32.661424"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE6\xB1\x89"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE6\xB1\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.690175"], ["updated_at", "2022-09-29 09:08:32.690175"]] TRANSACTION (5.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB4\xE6\xB1\x89\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB4\xE6\xB1\x89\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.726836"], ["updated_at", "2022-09-29 09:08:32.726836"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xB5\xE6\x81\x92"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xB5\xE6\x81\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.749635"], ["updated_at", "2022-09-29 09:08:32.749637"]] TRANSACTION (5.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBB\xBF\xE8\x89\xB2\xE7\x8E\xAF\xE4\xBF\x9D\xE6\x89\x8B\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBB\xBF\xE8\x89\xB2\xE7\x8E\xAF\xE4\xBF\x9D\xE6\x89\x8B\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.779690"], ["updated_at", "2022-09-29 09:08:32.779691"]] TRANSACTION (6.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBC\x96\xE7\xBC\x96"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBC\x96\xE7\xBC\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.812005"], ["updated_at", "2022-09-29 09:08:32.812006"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBC\x96\xE8\xBE\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBC\x96\xE8\xBE\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.839329"], ["updated_at", "2022-09-29 09:08:32.839330"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBC\xA0\xE4\xB8\x80\xE7\xBB\xB5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBC\xA0\xE4\xB8\x80\xE7\xBB\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.862748"], ["updated_at", "2022-09-29 09:08:32.862748"]] TRANSACTION (3.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBC\xA0\xE6\xA3\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBC\xA0\xE6\xA3\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.892049"], ["updated_at", "2022-09-29 09:08:32.892050"]] TRANSACTION (3.7ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBC\xA9\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBC\xA9\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.926582"], ["updated_at", "2022-09-29 09:08:32.926583"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x82\xE7\xB2\x9F\xE5\xA3\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x82\xE7\xB2\x9F\xE5\xA3\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.949030"], ["updated_at", "2022-09-29 09:08:32.949030"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x82\xE7\xB2\x9F\xE7\xB1\xBD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x82\xE7\xB2\x9F\xE7\xB1\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:32.976710"], ["updated_at", "2022-09-29 09:08:32.976714"]] TRANSACTION (4.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91 \xE7\xBC\x96"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91 \xE7\xBC\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.004365"], ["updated_at", "2022-09-29 09:08:33.004367"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91.\xE7\xBC\x96"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91.\xE7\xBC\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.040429"], ["updated_at", "2022-09-29 09:08:33.040430"]] TRANSACTION (3.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E\xE8\xAF\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE5\x88\xBB\xE7\xAB\xA0\xE5\x8A\x9E\xE8\xAF\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.067721"], ["updated_at", "2022-09-29 09:08:33.067722"]] TRANSACTION (3.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE5\x8A\x9E\xE8\xAF\x81\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE5\x8A\x9E\xE8\xAF\x81\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.098321"], ["updated_at", "2022-09-29 09:08:33.098323"]] TRANSACTION (5.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE5\xB7\xA5\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE5\xB7\xA5\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.133094"], ["updated_at", "2022-09-29 09:08:33.133094"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE8\xAF\x9A\xE4\xBF\xA1\xE5\x8A\x9E\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE4\xB8\x8A\xE8\xAF\x9A\xE4\xBF\xA1\xE5\x8A\x9E\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.155772"], ["updated_at", "2022-09-29 09:08:33.155773"]] TRANSACTION (4.0ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE5\x85\xB3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE5\x85\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.184012"], ["updated_at", "2022-09-29 09:08:33.184012"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE5\x85\xBC"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE5\x85\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.214762"], ["updated_at", "2022-09-29 09:08:33.214763"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.239526"], ["updated_at", "2022-09-29 09:08:33.239526"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE5\x8F\x8B\xE6\xBF\x80\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE5\x8F\x8B\xE6\xBF\x80\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.262053"], ["updated_at", "2022-09-29 09:08:33.262053"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.293277"], ["updated_at", "2022-09-29 09:08:33.293279"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE6\x83\xA6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE6\x83\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.331163"], ["updated_at", "2022-09-29 09:08:33.331163"]] TRANSACTION (2.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.355240"], ["updated_at", "2022-09-29 09:08:33.355240"]] TRANSACTION (4.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE6\xB0\x91\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE6\xB0\x91\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.378684"], ["updated_at", "2022-09-29 09:08:33.378685"]] TRANSACTION (2.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE6\xB0\x91\xE8\x8E\xB7\xE5\x88\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE6\xB0\x91\xE8\x8E\xB7\xE5\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.400857"], ["updated_at", "2022-09-29 09:08:33.400858"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE6\xB0\x91\xE8\xAF\xAC"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE6\xB0\x91\xE8\xAF\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.436526"], ["updated_at", "2022-09-29 09:08:33.436527"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.458888"], ["updated_at", "2022-09-29 09:08:33.458889"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.492708"], ["updated_at", "2022-09-29 09:08:33.492715"]] TRANSACTION (6.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xAB\x99\xE5\x8F\x91\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xAB\x99\xE5\x8F\x91\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.531940"], ["updated_at", "2022-09-29 09:08:33.531942"]] TRANSACTION (4.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xAB\x99\xE6\x8E\xA8\xE5\xB9\xBF\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xAB\x99\xE6\x8E\xA8\xE5\xB9\xBF\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.556411"], ["updated_at", "2022-09-29 09:08:33.556412"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xAF\x87"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xAF\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.584358"], ["updated_at", "2022-09-29 09:08:33.584359"]] TRANSACTION (6.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBA\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBA\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.614383"], ["updated_at", "2022-09-29 09:08:33.614384"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.641087"], ["updated_at", "2022-09-29 09:08:33.641087"]] TRANSACTION (5.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x85\xAC\xE5\x85\xB3\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8Q"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x85\xAC\xE5\x85\xB3\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8Q"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.674016"], ["updated_at", "2022-09-29 09:08:33.674017"]] TRANSACTION (3.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x88\xA0\xE5\xB8\x96QQ"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x88\xA0\xE5\xB8\x96QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.702499"], ["updated_at", "2022-09-29 09:08:33.702500"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.739222"], ["updated_at", "2022-09-29 09:08:33.739223"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x8D\xB1\xE6\x9C\xBA\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\x8D\xB1\xE6\x9C\xBA\xE5\x88\xA0\xE5\xB8\x96\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.767715"], ["updated_at", "2022-09-29 09:08:33.767716"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.793801"], ["updated_at", "2022-09-29 09:08:33.793802"]] TRANSACTION (4.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE6\x8E\xA8\xE5\xB9\xBF\xE5\x88\xA0\xE5\xB8\x96"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE6\x8E\xA8\xE5\xB9\xBF\xE5\x88\xA0\xE5\xB8\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.829314"], ["updated_at", "2022-09-29 09:08:33.829315"]] TRANSACTION (2.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE6\x8E\xA8\xE6\x89\x8B\xE6\xB0\xB4\xE5\x86\x9B\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE6\x8E\xA8\xE6\x89\x8B\xE6\xB0\xB4\xE5\x86\x9B\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.850028"], ["updated_at", "2022-09-29 09:08:33.850029"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE6\xB0\xB4\xE5\x86\x9B\xE6\x8B\x9B\xE8\x81\x98"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE6\xB0\xB4\xE5\x86\x9B\xE6\x8B\x9B\xE8\x81\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.875994"], ["updated_at", "2022-09-29 09:08:33.875995"]] TRANSACTION (3.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.901538"], ["updated_at", "2022-09-29 09:08:33.901539"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.931989"], ["updated_at", "2022-09-29 09:08:33.931990"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.953543"], ["updated_at", "2022-09-29 09:08:33.953544"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE8\xAF\x84\xE8\xAE\xBA\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBB\x9C\xE8\xAF\x84\xE8\xAE\xBA\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:33.978715"], ["updated_at", "2022-09-29 09:08:33.978716"]] TRANSACTION (3.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE7\xBC\x96"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE7\xBC\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.004194"], ["updated_at", "2022-09-29 09:08:34.004195"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x91\xE8\xAF\x84\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x91\xE8\xAF\x84\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.033664"], ["updated_at", "2022-09-29 09:08:34.033665"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x94\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x94\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.056934"], ["updated_at", "2022-09-29 09:08:34.056935"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x94\xE6\x83\xA6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x94\xE6\x83\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.082089"], ["updated_at", "2022-09-29 09:08:34.082089"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE4\xBA\x91\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE4\xBA\x91\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.112711"], ["updated_at", "2022-09-29 09:08:34.112712"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE5\xB0\x8F\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE5\xB0\x8F\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.139256"], ["updated_at", "2022-09-29 09:08:34.139257"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.161904"], ["updated_at", "2022-09-29 09:08:34.161904"]] TRANSACTION (3.7ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE6\x96\x8C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE6\x96\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.188289"], ["updated_at", "2022-09-29 09:08:34.188289"]] TRANSACTION (7.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE6\x96\xAF\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE6\x96\xAF\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.224091"], ["updated_at", "2022-09-29 09:08:34.224092"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE7\x82\xB9\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE7\x82\xB9\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.250115"], ["updated_at", "2022-09-29 09:08:34.250116"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE7\xA4\xBC\xE8\xAF\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE7\xA4\xBC\xE8\xAF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.277891"], ["updated_at", "2022-09-29 09:08:34.277892"]] TRANSACTION (2.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x97\xE7\xAE\xAD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x97\xE7\xAE\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.302893"], ["updated_at", "2022-09-29 09:08:34.302894"]] TRANSACTION (4.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x9A\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x9A\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.334690"], ["updated_at", "2022-09-29 09:08:34.334690"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x9A\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x9A\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.358422"], ["updated_at", "2022-09-29 09:08:34.358422"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x9A\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x9A\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.384384"], ["updated_at", "2022-09-29 09:08:34.384385"]] TRANSACTION (5.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x9A\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x9A\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.411804"], ["updated_at", "2022-09-29 09:08:34.411805"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x9A\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x9A\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.439942"], ["updated_at", "2022-09-29 09:08:34.439942"]] TRANSACTION (2.9ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\x9A\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\x9A\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.461215"], ["updated_at", "2022-09-29 09:08:34.461216"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2ke"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2ke"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.488392"], ["updated_at", "2022-09-29 09:08:34.488393"]] TRANSACTION (4.0ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE5\x8F\x82"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE5\x8F\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.518602"], ["updated_at", "2022-09-29 09:08:34.518603"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE5\x90\x83"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE5\x90\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.554531"], ["updated_at", "2022-09-29 09:08:34.554532"]] TRANSACTION (5.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE5\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE5\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.583478"], ["updated_at", "2022-09-29 09:08:34.583479"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.607396"], ["updated_at", "2022-09-29 09:08:34.607397"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE5\xB7\xA5\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE5\xB7\xA5\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.633919"], ["updated_at", "2022-09-29 09:08:34.633920"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.653670"], ["updated_at", "2022-09-29 09:08:34.653670"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.678294"], ["updated_at", "2022-09-29 09:08:34.678294"]] TRANSACTION (2.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE8\xAF\xBE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE8\xAF\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.701047"], ["updated_at", "2022-09-29 09:08:34.701048"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.735165"], ["updated_at", "2022-09-29 09:08:34.735165"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE9\xA3\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE9\xA3\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.758082"], ["updated_at", "2022-09-29 09:08:34.758082"]] TRANSACTION (5.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE9\xA4\x90"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE9\xA4\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.787760"], ["updated_at", "2022-09-29 09:08:34.787761"]] TRANSACTION (6.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA2\xE9\xA5\xAD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA2\xE9\xA5\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.831342"], ["updated_at", "2022-09-29 09:08:34.831343"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA9\xE6\x9D\xAF"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA9\xE6\x9D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.856193"], ["updated_at", "2022-09-29 09:08:34.856194"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA9\xE6\x9D\xAF\xE5\xA4\x84\xE5\xA5\xB3\xE7\xBB\x88\xE7\xBB\x93\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA9\xE6\x9D\xAF\xE5\xA4\x84\xE5\xA5\xB3\xE7\xBB\x88\xE7\xBB\x93\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.881879"], ["updated_at", "2022-09-29 09:08:34.881879"]] TRANSACTION (2.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBD\xA9\xE6\x9D\xAF\xE7\x88\x86\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBD\xA9\xE6\x9D\xAF\xE7\x88\x86\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.904696"], ["updated_at", "2022-09-29 09:08:34.904697"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.935982"], ["updated_at", "2022-09-29 09:08:34.935982"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.957265"], ["updated_at", "2022-09-29 09:08:34.957266"]] TRANSACTION (4.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:34.983178"], ["updated_at", "2022-09-29 09:08:34.983179"]] TRANSACTION (3.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE4\xB9\x8B\xE9\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE4\xB9\x8B\xE9\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.007287"], ["updated_at", "2022-09-29 09:08:35.007288"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE5\x87\xAF\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE5\x87\xAF\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.033979"], ["updated_at", "2022-09-29 09:08:35.033980"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE5\x8F\x82\xE8\x80\x83"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE5\x8F\x82\xE8\x80\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.057758"], ["updated_at", "2022-09-29 09:08:35.057759"]] TRANSACTION (4.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE5\xB9\xBF\xE6\x92\xAD\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\x9B\xBD\xE5\xB9\xBF\xE6\x92\xAD\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.083797"], ["updated_at", "2022-09-29 09:08:35.083798"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.111690"], ["updated_at", "2022-09-29 09:08:35.111691"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3b\xE6\xAF\x9B\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3b\xE6\xAF\x9B\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.142898"], ["updated_at", "2022-09-29 09:08:35.142899"]] TRANSACTION (4.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3QQ\xE8\xA3\xB8\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3QQ\xE8\xA3\xB8\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.176190"], ["updated_at", "2022-09-29 09:08:35.176191"]] TRANSACTION (4.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE4\xB8\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE4\xB8\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.209081"], ["updated_at", "2022-09-29 09:08:35.209082"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE4\xBA\xBA\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE4\xBA\xBA\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.244208"], ["updated_at", "2022-09-29 09:08:35.244209"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE5\x81\x9A\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE5\x81\x9A\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.277133"], ["updated_at", "2022-09-29 09:08:35.277134"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.309065"], ["updated_at", "2022-09-29 09:08:35.309066"]] TRANSACTION (5.5ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.352892"], ["updated_at", "2022-09-29 09:08:35.352893"]] TRANSACTION (5.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x80\xA7\xE4\xBA\xA4\xE7\x9C\x9F\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x80\xA7\xE4\xBA\xA4\xE7\x9C\x9F\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.392953"], ["updated_at", "2022-09-29 09:08:35.392954"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x80\xA7\xE7\x88\xB1\xE7\xBE\x8E\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x80\xA7\xE7\x88\xB1\xE7\xBE\x8E\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.429079"], ["updated_at", "2022-09-29 09:08:35.429080"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x80\xA7\xE7\x94\x9F\xE6\xB4\xBB"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x80\xA7\xE7\x94\x9F\xE6\xB4\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.464490"], ["updated_at", "2022-09-29 09:08:35.464491"]] TRANSACTION (4.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x95\x99\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\x95\x99\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.506629"], ["updated_at", "2022-09-29 09:08:35.506630"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\xB7\xAB\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\xB7\xAB\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.544470"], ["updated_at", "2022-09-29 09:08:35.544471"]] TRANSACTION (3.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\xBF\x80\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE6\xBF\x80\xE6\x83\x85\xE8\xA7\x86\xE9\xA2\x91\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.573368"], ["updated_at", "2022-09-29 09:08:35.573369"]] TRANSACTION (3.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE7\x9A\x84\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE7\x9A\x84\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.601307"], ["updated_at", "2022-09-29 09:08:35.601308"]] TRANSACTION (5.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x80\x81\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x80\x81\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.637415"], ["updated_at", "2022-09-29 09:08:35.637416"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.660683"], ["updated_at", "2022-09-29 09:08:35.660684"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x85\xB0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.689885"], ["updated_at", "2022-09-29 09:08:35.689886"]] TRANSACTION (6.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x85\xB0\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x85\xB0\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.724888"], ["updated_at", "2022-09-29 09:08:35.724889"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.755983"], ["updated_at", "2022-09-29 09:08:35.755983"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.785139"], ["updated_at", "2022-09-29 09:08:35.785140"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB5\xB0\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB5\xB0\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.814210"], ["updated_at", "2022-09-29 09:08:35.814211"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.845834"], ["updated_at", "2022-09-29 09:08:35.845834"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.869951"], ["updated_at", "2022-09-29 09:08:35.869952"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.898302"], ["updated_at", "2022-09-29 09:08:35.898303"]] TRANSACTION (5.3ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE4\xBD\x93\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.932474"], ["updated_at", "2022-09-29 09:08:35.932475"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA3\xB8\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.955839"], ["updated_at", "2022-09-29 09:08:35.955839"]] TRANSACTION (6.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:35.987377"], ["updated_at", "2022-09-29 09:08:35.987377"]] TRANSACTION (5.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.016535"], ["updated_at", "2022-09-29 09:08:36.016536"]] TRANSACTION (4.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xB5\xB0\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xB5\xB0\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.053339"], ["updated_at", "2022-09-29 09:08:36.053340"]] TRANSACTION (5.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9C\xB2\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9C\xB2\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.083540"], ["updated_at", "2022-09-29 09:08:36.083542"]] TRANSACTION (3.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9C\xB2\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9C\xB2\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.113559"], ["updated_at", "2022-09-29 09:08:36.113560"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9C\xB2\xE9\xB2\x8D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9C\xB2\xE9\xB2\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.145596"], ["updated_at", "2022-09-29 09:08:36.145597"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9D\xA2\xE5\xAF\xB9\xE9\x9D\xA2\xE6\xBF\x80\xE6\x83\x85\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\x9D\xA2\xE5\xAF\xB9\xE9\x9D\xA2\xE6\xBF\x80\xE6\x83\x85\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.167227"], ["updated_at", "2022-09-29 09:08:36.167228"]] TRANSACTION (3.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\xAB\x98\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\xAB\x98\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.197780"], ["updated_at", "2022-09-29 09:08:36.197781"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\xB2\x8D\xE9\xB1\xBC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA5\xB3\xE9\xB2\x8D\xE9\xB1\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.233081"], ["updated_at", "2022-09-29 09:08:36.233083"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.259557"], ["updated_at", "2022-09-29 09:08:36.259557"]] TRANSACTION (5.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xA8\x87\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xA8\x87\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.287841"], ["updated_at", "2022-09-29 09:08:36.287841"]] TRANSACTION (5.1ms) COMMIT User Load (10.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.322975"], ["updated_at", "2022-09-29 09:08:36.322976"]] TRANSACTION (5.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA5\xB3\xE8\xA3\xB8\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA5\xB3\xE8\xA3\xB8\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.356430"], ["updated_at", "2022-09-29 09:08:36.356431"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.386918"], ["updated_at", "2022-09-29 09:08:36.386919"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA6\x87\xE5\x93\x80\xE7\xBE\x9E"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA6\x87\xE5\x93\x80\xE7\xBE\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.420469"], ["updated_at", "2022-09-29 09:08:36.420470"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE5\xB9\xBC"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE5\xB9\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.454288"], ["updated_at", "2022-09-29 09:08:36.454289"]] TRANSACTION (3.8ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE6\xB2\x99\xE9\x85\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE6\xB2\x99\xE9\x85\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.481593"], ["updated_at", "2022-09-29 09:08:36.481595"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.507180"], ["updated_at", "2022-09-29 09:08:36.507181"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE8\x85\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE8\x85\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.544778"], ["updated_at", "2022-09-29 09:08:36.544779"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE8\x85\xBF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (24.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE8\x85\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.565088"], ["updated_at", "2022-09-29 09:08:36.565088"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.615202"], ["updated_at", "2022-09-29 09:08:36.615203"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE8\x89\xB3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE8\x89\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.645321"], ["updated_at", "2022-09-29 09:08:36.645322"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE8\x89\xB3\xE5\xB0\x91\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE8\x89\xB3\xE5\xB0\x91\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.668035"], ["updated_at", "2022-09-29 09:08:36.668036"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\x8E\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\x8E\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.697402"], ["updated_at", "2022-09-29 09:08:36.697403"]] TRANSACTION (5.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.730150"], ["updated_at", "2022-09-29 09:08:36.730151"]] TRANSACTION (2.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE4\xBA\x82\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE4\xBA\x82\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.755083"], ["updated_at", "2022-09-29 09:08:36.755083"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.782094"], ["updated_at", "2022-09-29 09:08:36.782095"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.804716"], ["updated_at", "2022-09-29 09:08:36.804717"]] TRANSACTION (4.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBA\xA4\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.839543"], ["updated_at", "2022-09-29 09:08:36.839545"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBC\x97\xE5\x86\xB2\xE5\x87\xBB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBC\x97\xE5\x86\xB2\xE5\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.863197"], ["updated_at", "2022-09-29 09:08:36.863198"]] TRANSACTION (4.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.891729"], ["updated_at", "2022-09-29 09:08:36.891730"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE6\x80\xA7\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE6\x80\xA7\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.930169"], ["updated_at", "2022-09-29 09:08:36.930173"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE6\x80\xA7\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE6\x80\xA7\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.957494"], ["updated_at", "2022-09-29 09:08:36.957494"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE7\x81\xAD\xE7\xBB\x9D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE4\xBD\x93\xE7\x81\xAD\xE7\xBB\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:36.985778"], ["updated_at", "2022-09-29 09:08:36.985779"]] TRANSACTION (4.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE5\x8F\x91\xE5\xB9\xBF\xE5\x91\x8A\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE5\x8F\x91\xE5\xB9\xBF\xE5\x91\x8A\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.012745"], ["updated_at", "2022-09-29 09:08:37.012746"]] TRANSACTION (6.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE5\x8F\x91\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE5\x8F\x91\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.047307"], ["updated_at", "2022-09-29 09:08:37.047312"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.072100"], ["updated_at", "2022-09-29 09:08:37.072101"]] TRANSACTION (3.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.099697"], ["updated_at", "2022-09-29 09:08:37.099698"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE5\xA5\xB8\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE5\xA5\xB8\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.132436"], ["updated_at", "2022-09-29 09:08:37.132437"]] TRANSACTION (2.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE5\xB0\x84"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE5\xB0\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.155693"], ["updated_at", "2022-09-29 09:08:37.155693"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE8\x99\x9F"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE8\x99\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.182288"], ["updated_at", "2022-09-29 09:08:37.182289"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE8\xB5\xB7\xE6\x8A\x97\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE8\xB5\xB7\xE6\x8A\x97\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.204424"], ["updated_at", "2022-09-29 09:08:37.204425"]] TRANSACTION (8.0ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBE\xA4\xE9\xAD\x94\xE8\x89\xB2\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBE\xA4\xE9\xAD\x94\xE8\x89\xB2\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.257593"], ["updated_at", "2022-09-29 09:08:37.257594"]] TRANSACTION (6.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBF\x81\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBF\x81\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.315115"], ["updated_at", "2022-09-29 09:08:37.315116"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBF\x81\xE8\x99\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBF\x81\xE8\x99\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.364527"], ["updated_at", "2022-09-29 09:08:37.364528"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBF\x92\xE5\xA4\xAA\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBF\x92\xE5\xA4\xAA\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.391272"], ["updated_at", "2022-09-29 09:08:37.391272"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBF\x92\xE6\x98\x8E\xE6\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBF\x92\xE6\x98\x8E\xE6\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.412044"], ["updated_at", "2022-09-29 09:08:37.412044"]] TRANSACTION (6.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBF\x92\xE8\xBF\x91\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBF\x92\xE8\xBF\x91\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.446624"], ["updated_at", "2022-09-29 09:08:37.446625"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBF\x98\xE6\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBF\x98\xE6\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.467362"], ["updated_at", "2022-09-29 09:08:37.467363"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE7\xBF\x98\xE8\x87\x80"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE7\xBF\x98\xE8\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.493932"], ["updated_at", "2022-09-29 09:08:37.493932"]] TRANSACTION (3.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81j"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81j"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.517697"], ["updated_at", "2022-09-29 09:08:37.517698"]] TRANSACTION (3.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE4\xBA\x8C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE4\xBA\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.548741"], ["updated_at", "2022-09-29 09:08:37.548741"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE4\xBA\xBA\xE6\x94\xBF\xE6\xB2\xBB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE4\xBA\xBA\xE6\x94\xBF\xE6\xB2\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.570059"], ["updated_at", "2022-09-29 09:08:37.570060"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE4\xBC\x99\xE8\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE4\xBC\x99\xE8\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.597424"], ["updated_at", "2022-09-29 09:08:37.597425"]] TRANSACTION (3.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE5\x85\xAC\xE5\x96\x9C\xE6\xAC\xA2\xE5\xB9\xB2\xE6\x88\x91\xE7\x9A\x84\xE5\xB1\x81"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE5\x85\xAC\xE5\x96\x9C\xE6\xAC\xA2\xE5\xB9\xB2\xE6\x88\x91\xE7\x9A\x84\xE5\xB1\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.622716"], ["updated_at", "2022-09-29 09:08:37.622717"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE5\x85\xAC\xE5\x96\x9C\xE6\xAC\xA2\xE5\xB9\xB2\xE6\x88\x91\xE7\x9A\x84\xE5\xB1\x81\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE5\x85\xAC\xE5\x96\x9C\xE6\xAC\xA2\xE5\xB9\xB2\xE6\x88\x91\xE7\x9A\x84\xE5\xB1\x81\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.651286"], ["updated_at", "2022-09-29 09:08:37.651286"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.671249"], ["updated_at", "2022-09-29 09:08:37.671250"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE5\xB8\x88\xE7\x9A\x84\xE5\xB0\x8F\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE5\xB8\x88\xE7\x9A\x84\xE5\xB0\x8F\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.696410"], ["updated_at", "2022-09-29 09:08:37.696411"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE5\xB9\xB2\xE9\x83\xA8\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE5\xB9\xB2\xE9\x83\xA8\xE6\x89\xBE\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.721311"], ["updated_at", "2022-09-29 09:08:37.721312"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.750977"], ["updated_at", "2022-09-29 09:08:37.750978"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.772789"], ["updated_at", "2022-09-29 09:08:37.772790"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE7\xBF\x92"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE7\xBF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.799261"], ["updated_at", "2022-09-29 09:08:37.799262"]] TRANSACTION (4.0ms) COMMIT User Load (11.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x81\xE8\x99\x8E\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x81\xE8\x99\x8E\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.837375"], ["updated_at", "2022-09-29 09:08:37.837376"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE4\xB8\xAD\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE4\xB8\xAD\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.865165"], ["updated_at", "2022-09-29 09:08:37.865166"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE5\x89\x8D\xE4\xBB\x98"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE5\x89\x8D\xE4\xBB\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.890534"], ["updated_at", "2022-09-29 09:08:37.890534"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE5\x89\x8D\xE5\x8F\x91\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE5\x89\x8D\xE5\x8F\x91\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.911770"], ["updated_at", "2022-09-29 09:08:37.911771"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE5\x89\x8D\xE5\xAF\x86\xE5\x8D\xB7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE5\x89\x8D\xE5\xAF\x86\xE5\x8D\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.942102"], ["updated_at", "2022-09-29 09:08:37.942103"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE5\x89\x8D\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (13.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE5\x89\x8D\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:37.966680"], ["updated_at", "2022-09-29 09:08:37.966681"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE5\x89\x8D\xE9\xA2\x84\xE6\xB5\x8B"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (10.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE5\x89\x8D\xE9\xA2\x84\xE6\xB5\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.009947"], ["updated_at", "2022-09-29 09:08:38.009948"]] TRANSACTION (8.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE5\x90\x8E\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE5\x90\x8E\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.051658"], ["updated_at", "2022-09-29 09:08:38.051659"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE6\x9C\xBA\xE6\x9E\x84"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE6\x9C\xBA\xE6\x9E\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.072121"], ["updated_at", "2022-09-29 09:08:38.072122"]] TRANSACTION (2.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE7\xA0\x94\xE8\x80\x83\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE7\xA0\x94\xE8\x80\x83\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.098920"], ["updated_at", "2022-09-29 09:08:38.098921"]] TRANSACTION (2.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\x80\x83\xE9\x82\x93"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\x80\x83\xE9\x82\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.119277"], ["updated_at", "2022-09-29 09:08:38.119278"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.150558"], ["updated_at", "2022-09-29 09:08:38.150559"]] TRANSACTION (3.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95,\xE4\xBD\x9C\xE5\xBC\x8A\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95,\xE4\xBD\x9C\xE5\xBC\x8A\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.172937"], ["updated_at", "2022-09-29 09:08:38.172938"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95,\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95,\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.200456"], ["updated_at", "2022-09-29 09:08:38.200457"]] TRANSACTION (5.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE4\xBD\x9C\xE5\xBC\x8A"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE4\xBD\x9C\xE5\xBC\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.229435"], ["updated_at", "2022-09-29 09:08:38.229436"]] TRANSACTION (6.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE4\xBD\x9C\xE5\xBC\x8A\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE4\xBD\x9C\xE5\xBC\x8A\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.271829"], ["updated_at", "2022-09-29 09:08:38.271829"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE4\xBF\x9D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE4\xBF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.301514"], ["updated_at", "2022-09-29 09:08:38.301515"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE5\x8C\x85\xE8\xBF\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE5\x8C\x85\xE8\xBF\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.328361"], ["updated_at", "2022-09-29 09:08:38.328362"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE6\x9C\xBA\xE6\x9E\x84"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE6\x9C\xBA\xE6\x9E\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.358297"], ["updated_at", "2022-09-29 09:08:38.358298"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.384747"], ["updated_at", "2022-09-29 09:08:38.384748"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.410476"], ["updated_at", "2022-09-29 09:08:38.410477"]] TRANSACTION (5.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x83\xE8\xAF\x95\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x83\xE8\xAF\x95\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.444613"], ["updated_at", "2022-09-29 09:08:38.444614"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x85\xAB"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x85\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.469041"], ["updated_at", "2022-09-29 09:08:38.469042"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x90\xA7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.494123"], ["updated_at", "2022-09-29 09:08:38.494124"]] TRANSACTION (2.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x90\xA7 \xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x90\xA7 \xE4\xBC\x8A\xE8\x80\x8C\xE7\x95\x99\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.522285"], ["updated_at", "2022-09-29 09:08:38.522286"]] TRANSACTION (5.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x90\xA7\xE4\xBC\x8A\xE8\x80\x8C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x8C\xE4\xB8\x89\xE5\x85\xAB\xE5\x90\xA7\xE4\xBC\x8A\xE8\x80\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.557792"], ["updated_at", "2022-09-29 09:08:38.557793"]] TRANSACTION (6.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\x90\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\x90\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.588148"], ["updated_at", "2022-09-29 09:08:38.588149"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\xB3\xE5\x8F\xAA"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\xB3\xE5\x8F\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.622274"], ["updated_at", "2022-09-29 09:08:38.622275"]] TRANSACTION (5.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\xBD\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\xBD\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.659945"], ["updated_at", "2022-09-29 09:08:38.659946"]] TRANSACTION (4.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\xBD\xE7\xBE\x8E\xE4\xB9\x8B\xE6\x98\x9F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\xBD\xE7\xBE\x8E\xE4\xB9\x8B\xE6\x98\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.690375"], ["updated_at", "2022-09-29 09:08:38.690376"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\xBD\xE7\xBE\x8E\xE8\x80\xBD\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\xBD\xE7\xBE\x8E\xE8\x80\xBD\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.717376"], ["updated_at", "2022-09-29 09:08:38.717378"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x80\xBF\xE9\xA3\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x80\xBF\xE9\xA3\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.754145"], ["updated_at", "2022-09-29 09:08:38.754146"]] TRANSACTION (4.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x82\xE6\xA0\x91\xE6\x96\x8C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x82\xE6\xA0\x91\xE6\x96\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.784528"], ["updated_at", "2022-09-29 09:08:38.784529"]] TRANSACTION (3.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x82\xE8\x8D\xA3\xE8\x87\xBB"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x82\xE8\x8D\xA3\xE8\x87\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.808904"], ["updated_at", "2022-09-29 09:08:38.808905"]] TRANSACTION (5.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x8A\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x8A\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.837502"], ["updated_at", "2022-09-29 09:08:38.837503"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x8A\xE6\x96\x8B\xE8\x89\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x8A\xE6\x96\x8B\xE8\x89\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.864409"], ["updated_at", "2022-09-29 09:08:38.864410"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x944\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x944\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.892626"], ["updated_at", "2022-09-29 09:08:38.892626"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.915568"], ["updated_at", "2022-09-29 09:08:38.915568"]] TRANSACTION (4.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE5\x90\x8D\xE4\xB8\x8A\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE5\x90\x8D\xE4\xB8\x8A\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.949848"], ["updated_at", "2022-09-29 09:08:38.949849"]] TRANSACTION (3.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE5\xA5\x96\xE6\x89\x91\xE5\x85\x8B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE5\xA5\x96\xE6\x89\x91\xE5\x85\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:38.981048"], ["updated_at", "2022-09-29 09:08:38.981049"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE6\x80\xBB"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE6\x80\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.010329"], ["updated_at", "2022-09-29 09:08:39.010330"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE6\x80\xBB\xE4\xB9\x8B\xE5\xA3\xB0\xE4\xBC\xA0\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE6\x80\xBB\xE4\xB9\x8B\xE5\xA3\xB0\xE4\xBC\xA0\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.037669"], ["updated_at", "2022-09-29 09:08:39.037669"]] TRANSACTION (3.2ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE6\x80\xBB\xE8\xBF\x99\xE5\xA3\xB0\xE4\xBC\xA0\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE6\x80\xBB\xE8\xBF\x99\xE5\xA3\xB0\xE4\xBC\xA0\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.065374"], ["updated_at", "2022-09-29 09:08:39.065374"]] TRANSACTION (5.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.093970"], ["updated_at", "2022-09-29 09:08:39.093973"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE7\x9B\x9F\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE7\x9B\x9F\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.117153"], ["updated_at", "2022-09-29 09:08:39.117154"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.149258"], ["updated_at", "2022-09-29 09:08:39.149259"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE7\xB3\xBB\xE6\x96\xB9\xE5\xBC\x8F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE7\xB3\xBB\xE6\x96\xB9\xE5\xBC\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.173818"], ["updated_at", "2022-09-29 09:08:39.173818"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE7\xBB\x9C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE7\xBB\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.202738"], ["updated_at", "2022-09-29 09:08:39.202739"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.231458"], ["updated_at", "2022-09-29 09:08:39.231459"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE9\x80\x9A\xE8\xB4\xB5\xE5\xAE\xBE\xE5\x8D\xA1"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE9\x80\x9A\xE8\xB4\xB5\xE5\xAE\xBE\xE5\x8D\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.262039"], ["updated_at", "2022-09-29 09:08:39.262040"]] TRANSACTION (3.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\x94\xE9\x82\xA6\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\x94\xE9\x82\xA6\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.285498"], ["updated_at", "2022-09-29 09:08:39.285499"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x81\xAF\xE7\xB9\xAB\xE9\x9B\xBB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x81\xAF\xE7\xB9\xAB\xE9\x9B\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.308119"], ["updated_at", "2022-09-29 09:08:39.308120"]] TRANSACTION (5.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.335751"], ["updated_at", "2022-09-29 09:08:39.335752"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89 \xE6\xA3\x8D"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89 \xE6\xA3\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.365730"], ["updated_at", "2022-09-29 09:08:39.365730"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE4\xB8\x9D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE4\xB8\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.392060"], ["updated_at", "2022-09-29 09:08:39.392064"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.415989"], ["updated_at", "2022-09-29 09:08:39.415990"]] TRANSACTION (5.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE5\x81\xBF"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE5\x81\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.450826"], ["updated_at", "2022-09-29 09:08:39.450827"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.474436"], ["updated_at", "2022-09-29 09:08:39.474436"]] TRANSACTION (3.3ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE5\x94\x87"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE5\x94\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.500890"], ["updated_at", "2022-09-29 09:08:39.500891"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE5\xA3\xB6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE5\xA3\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.521478"], ["updated_at", "2022-09-29 09:08:39.521478"]] TRANSACTION (6.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.557894"], ["updated_at", "2022-09-29 09:08:39.557895"]] TRANSACTION (4.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\xA3\x8D"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\xA3\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.587116"], ["updated_at", "2022-09-29 09:08:39.587117"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\xA3\x8D\xE5\xB9\xB2\xE9\xAA\x9A\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\xA3\x8D\xE5\xB9\xB2\xE9\xAA\x9A\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.614780"], ["updated_at", "2022-09-29 09:08:39.614781"]] TRANSACTION (5.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.647842"], ["updated_at", "2022-09-29 09:08:39.647847"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.679080"], ["updated_at", "2022-09-29 09:08:39.679081"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\xB2\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\xB2\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.709966"], ["updated_at", "2022-09-29 09:08:39.709967"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (9.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.751060"], ["updated_at", "2022-09-29 09:08:39.751061"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE6\xB7\xAB\xE5\x99\xA8\xE5\x90\x9E\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE6\xB7\xAB\xE5\x99\xA8\xE5\x90\x9E\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.799586"], ["updated_at", "2022-09-29 09:08:39.799588"]] TRANSACTION (3.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE7\x90\x83"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE7\x90\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.826618"], ["updated_at", "2022-09-29 09:08:39.826620"]] TRANSACTION (5.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.870324"], ["updated_at", "2022-09-29 09:08:39.870325"]] TRANSACTION (4.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE7\xB5\xB2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE7\xB5\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.901230"], ["updated_at", "2022-09-29 09:08:39.901231"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE7\xBC\x9D"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE7\xBC\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.924529"], ["updated_at", "2022-09-29 09:08:39.924530"]] TRANSACTION (6.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.967834"], ["updated_at", "2022-09-29 09:08:39.967835"]] TRANSACTION (6.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\x82\x89\xE8\x82\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\x82\x89\xE8\x82\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:39.995587"], ["updated_at", "2022-09-29 09:08:39.995587"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.016523"], ["updated_at", "2022-09-29 09:08:40.016523"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\x8C\x8E"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\x8C\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.043353"], ["updated_at", "2022-09-29 09:08:40.043354"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\x92\xB2\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\x92\xB2\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.069342"], ["updated_at", "2022-09-29 09:08:40.069342"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\x99\xAB"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\x99\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.095065"], ["updated_at", "2022-09-29 09:08:40.095065"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.120815"], ["updated_at", "2022-09-29 09:08:40.120816"]] TRANSACTION (3.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.150996"], ["updated_at", "2022-09-29 09:08:40.150997"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.176010"], ["updated_at", "2022-09-29 09:08:40.176010"]] TRANSACTION (4.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x89\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x89\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.204178"], ["updated_at", "2022-09-29 09:08:40.204178"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x8C\xE8\x82\xA4\xE6\xB5\x8B\xE8\xAF\x95"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x8C\xE8\x82\xA4\xE6\xB5\x8B\xE8\xAF\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.229157"], ["updated_at", "2022-09-29 09:08:40.229159"]] TRANSACTION (5.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x8C\xE8\x82\xA4\xE8\xB0\x83\xE6\x9F\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x8C\xE8\x82\xA4\xE8\xB0\x83\xE6\x9F\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.266015"], ["updated_at", "2022-09-29 09:08:40.266016"]] TRANSACTION (4.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x8F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.293621"], ["updated_at", "2022-09-29 09:08:40.293622"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x8F\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x8F\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.324779"], ["updated_at", "2022-09-29 09:08:40.324780"]] TRANSACTION (5.2ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x8F\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x8F\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.361906"], ["updated_at", "2022-09-29 09:08:40.361907"]] TRANSACTION (2.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE4\xB8\xAD\xE7\x89\xB9"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE4\xB8\xAD\xE7\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.388253"], ["updated_at", "2022-09-29 09:08:40.388254"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE4\xBC\xAF\xE8\x86\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE4\xBC\xAF\xE8\x86\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.416863"], ["updated_at", "2022-09-29 09:08:40.416863"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE5\x87\xAF"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE5\x87\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.449225"], ["updated_at", "2022-09-29 09:08:40.449227"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE5\x8D\x93\xE8\x83\xBD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE5\x8D\x93\xE8\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.476182"], ["updated_at", "2022-09-29 09:08:40.476183"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.502525"], ["updated_at", "2022-09-29 09:08:40.502526"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE6\x80\x80\xE6\x9E\xA2"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE6\x80\x80\xE6\x9E\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.524641"], ["updated_at", "2022-09-29 09:08:40.524641"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE6\x88\x98"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE6\x88\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.557520"], ["updated_at", "2022-09-29 09:08:40.557521"]] TRANSACTION (3.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE6\x8D\xB7"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE6\x8D\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.580369"], ["updated_at", "2022-09-29 09:08:40.580369"]] TRANSACTION (2.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE6\x96\xB0\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE6\x96\xB0\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.609808"], ["updated_at", "2022-09-29 09:08:40.609809"]] TRANSACTION (3.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE6\xB0\xB8\xE5\xAE\x9A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE6\xB0\xB8\xE5\xAE\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.637752"], ["updated_at", "2022-09-29 09:08:40.637753"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE7\xAD\x96\xE8\x83\xBD"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE7\xAD\x96\xE8\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.672646"], ["updated_at", "2022-09-29 09:08:40.672646"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE9\x9C\x9C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE9\x9C\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.701015"], ["updated_at", "2022-09-29 09:08:40.701016"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x96\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x96\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.729716"], ["updated_at", "2022-09-29 09:08:40.729716"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x9A\xE5\x85\x9C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x9A\xE5\x85\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.764991"], ["updated_at", "2022-09-29 09:08:40.764992"]] TRANSACTION (3.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x9B\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x9B\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.790971"], ["updated_at", "2022-09-29 09:08:40.790972"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x9B\xE5\xA5\xB8\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA5\xB3\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x9B\xE5\xA5\xB8\xE7\xBE\x8E\xE5\xB0\x91\xE5\xA5\xB3\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.814958"], ["updated_at", "2022-09-29 09:08:40.814959"]] TRANSACTION (6.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x9B\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x9B\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.844289"], ["updated_at", "2022-09-29 09:08:40.844289"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x9B\xE9\x97\xA8\xE6\x98\xAF\xE9\x82\xBB"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x9B\xE9\x97\xA8\xE6\x98\xAF\xE9\x82\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.869524"], ["updated_at", "2022-09-29 09:08:40.869525"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\x9D\xE6\xBA\x90\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\x9D\xE6\xBA\x90\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.892677"], ["updated_at", "2022-09-29 09:08:40.892679"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xA1\xE5\xB8\x82\xE5\x9C\x88\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xA1\xE5\xB8\x82\xE5\x9C\x88\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.914458"], ["updated_at", "2022-09-29 09:08:40.914459"]] TRANSACTION (5.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xA1\xE5\xB8\x82\xE6\xB0\x91\xE8\xB0\xA3"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xA1\xE5\xB8\x82\xE6\xB0\x91\xE8\xB0\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.948617"], ["updated_at", "2022-09-29 09:08:40.948618"]] TRANSACTION (3.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xA5\xE4\xB8\x9C\xE4\xBA\xA4\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (11.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xA5\xE4\xB8\x9C\xE4\xBA\xA4\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:40.982714"], ["updated_at", "2022-09-29 09:08:40.982716"]] TRANSACTION (8.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xA5\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xA5\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.040535"], ["updated_at", "2022-09-29 09:08:41.040536"]] TRANSACTION (5.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xA5\xE8\x87\x80\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xA5\xE8\x87\x80\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.077428"], ["updated_at", "2022-09-29 09:08:41.077429"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xA5\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xA5\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.107023"], ["updated_at", "2022-09-29 09:08:41.107023"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xB2\xE9\x83\xA8\xE5\xA5\xB3\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xB2\xE9\x83\xA8\xE5\xA5\xB3\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.130305"], ["updated_at", "2022-09-29 09:08:41.130306"]] TRANSACTION (4.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.160334"], ["updated_at", "2022-09-29 09:08:41.160335"]] TRANSACTION (2.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8Bqq"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8Bqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.180606"], ["updated_at", "2022-09-29 09:08:41.180606"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8B\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8B\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.207357"], ["updated_at", "2022-09-29 09:08:41.207357"]] TRANSACTION (2.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8B\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8B\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.234061"], ["updated_at", "2022-09-29 09:08:41.234062"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB9\x8B\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xB9\x8B\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.266497"], ["updated_at", "2022-09-29 09:08:41.266497"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xBB\xB7\xE6\xA0\xBCQQ"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xBB\xB7\xE6\xA0\xBCQQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.298286"], ["updated_at", "2022-09-29 09:08:41.298287"]] TRANSACTION (2.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xBE\x9B\xE5\xBA\x94"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE4\xBE\x9B\xE5\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.320179"], ["updated_at", "2022-09-29 09:08:41.320180"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.352344"], ["updated_at", "2022-09-29 09:08:41.352345"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE6\x8F\x90\xE4\xBE\x9B\xE4\xB8\xAD\xE4\xBB\x8B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE6\x8F\x90\xE4\xBE\x9B\xE4\xB8\xAD\xE4\xBB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.375523"], ["updated_at", "2022-09-29 09:08:41.375524"]] TRANSACTION (4.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.402173"], ["updated_at", "2022-09-29 09:08:41.402174"]] TRANSACTION (3.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE8\x82\x9D\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBE\xE6\xBA\x90\xE8\x82\x9D\xE6\xBA\x90\xE4\xB8\xAD\xE4\xBB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.425901"], ["updated_at", "2022-09-29 09:08:41.425902"]] TRANSACTION (4.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x82\xBF\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x82\xBF\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.459259"], ["updated_at", "2022-09-29 09:08:41.459260"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\x80\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\x80\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.481402"], ["updated_at", "2022-09-29 09:08:41.481402"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1boss"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1boss"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.510197"], ["updated_at", "2022-09-29 09:08:41.510198"]] TRANSACTION (4.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1jintao"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1jintao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.538032"], ["updated_at", "2022-09-29 09:08:41.538033"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1jt"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1jt"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.568478"], ["updated_at", "2022-09-29 09:08:41.568478"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1j\xE6\xBF\xA4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1j\xE6\xBF\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.596456"], ["updated_at", "2022-09-29 09:08:41.596457"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1x"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1x"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.628137"], ["updated_at", "2022-09-29 09:08:41.628139"]] TRANSACTION (7.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE4\xB8\x8B\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE4\xB8\x8B\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.664233"], ["updated_at", "2022-09-29 09:08:41.664234"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.685740"], ["updated_at", "2022-09-29 09:08:41.685741"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE4\xB9\x94\xE6\x9C\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE4\xB9\x94\xE6\x9C\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.717969"], ["updated_at", "2022-09-29 09:08:41.717970"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE5\x90\xAF\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE5\x90\xAF\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.743884"], ["updated_at", "2022-09-29 09:08:41.743884"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.773514"], ["updated_at", "2022-09-29 09:08:41.773515"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE5\xBE\xB7\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE5\xBE\xB7\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.796156"], ["updated_at", "2022-09-29 09:08:41.796157"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE5\xBE\xB7\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE5\xBE\xB7\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.822593"], ["updated_at", "2022-09-29 09:08:41.822594"]] TRANSACTION (3.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\x80\xBB\xE4\xB9\xA6\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\x80\xBB\xE4\xB9\xA6\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.845841"], ["updated_at", "2022-09-29 09:08:41.845842"]] TRANSACTION (4.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\x96\xB0\xE5\xAE\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\x96\xB0\xE5\xAE\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.881413"], ["updated_at", "2022-09-29 09:08:41.881413"]] TRANSACTION (3.4ms) COMMIT User Load (1.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\x98\xA5\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\x98\xA5\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.903425"], ["updated_at", "2022-09-29 09:08:41.903426"]] TRANSACTION (2.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\x99\xAF\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\x99\xAF\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.924411"], ["updated_at", "2022-09-29 09:08:41.924412"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\x99\xAF\xE6\xBF\xA4"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\x99\xAF\xE6\xBF\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.956889"], ["updated_at", "2022-09-29 09:08:41.956890"]] TRANSACTION (4.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xA4\x92\xE9\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xA4\x92\xE9\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:41.987646"], ["updated_at", "2022-09-29 09:08:41.987646"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE4\xBA\x89\xE6\x96\x97"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE4\xBA\x89\xE6\x96\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.009866"], ["updated_at", "2022-09-29 09:08:42.009866"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE5\x85\xB3\xE7\xB3\xBB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE5\x85\xB3\xE7\xB3\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.033101"], ["updated_at", "2022-09-29 09:08:42.033103"]] TRANSACTION (5.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE5\x86\x85\xE6\x96\x97"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE5\x86\x85\xE6\x96\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.067005"], ["updated_at", "2022-09-29 09:08:42.067006"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE6\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE6\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.094564"], ["updated_at", "2022-09-29 09:08:42.094565"]] TRANSACTION (3.1ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE9\xA3\x8E\xE4\xBA\x91"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB1\x9F\xE9\xA3\x8E\xE4\xBA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.116492"], ["updated_at", "2022-09-29 09:08:42.116492"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.142432"], ["updated_at", "2022-09-29 09:08:42.142433"]] TRANSACTION (3.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB4\xBE\xE4\xBA\xBA\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB4\xBE\xE4\xBA\xBA\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.177069"], ["updated_at", "2022-09-29 09:08:42.177069"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB4\xBE\xE5\x86\x9B\xE5\xA7\x94"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB4\xBE\xE5\x86\x9B\xE5\xA7\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.202786"], ["updated_at", "2022-09-29 09:08:42.202786"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB5\xB7\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB5\xB7\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.227136"], ["updated_at", "2022-09-29 09:08:42.227136"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB5\xB7\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB5\xB7\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.260686"], ["updated_at", "2022-09-29 09:08:42.260687"]] TRANSACTION (4.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB8\xA9"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB8\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.291184"], ["updated_at", "2022-09-29 09:08:42.291184"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xB8\xA9\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xB8\xA9\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.312764"], ["updated_at", "2022-09-29 09:08:42.312765"]] TRANSACTION (4.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE6\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE6\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.339849"], ["updated_at", "2022-09-29 09:08:42.339850"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\x8E\x8B\xE5\x85\xAB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\x8E\x8B\xE5\x85\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.373858"], ["updated_at", "2022-09-29 09:08:42.373859"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\x9A\x84\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\x9A\x84\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.402578"], ["updated_at", "2022-09-29 09:08:42.402579"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\x9F\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\x9F\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.430973"], ["updated_at", "2022-09-29 09:08:42.430974"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\xB4\xA7\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\xB4\xA7\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.464756"], ["updated_at", "2022-09-29 09:08:42.464756"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\xB4\xA7\xE6\x8E\x8F"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\xB4\xA7\xE6\x8E\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.507207"], ["updated_at", "2022-09-29 09:08:42.507208"]] TRANSACTION (3.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\xB7\x8A\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\xB7\x8A\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.533623"], ["updated_at", "2022-09-29 09:08:42.533624"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\xB7\x8A\xE6\x8E\x8F"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\xB7\x8A\xE6\x8E\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.569741"], ["updated_at", "2022-09-29 09:08:42.569742"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE7\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE7\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.597868"], ["updated_at", "2022-09-29 09:08:42.597868"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE8\x80\x80\xE9\x82\xA6"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE8\x80\x80\xE9\x82\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.620423"], ["updated_at", "2022-09-29 09:08:42.620423"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE8\xBF\x9B\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE8\xBF\x9B\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.658077"], ["updated_at", "2022-09-29 09:08:42.658078"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\x80\x82\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\x80\x82\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.689827"], ["updated_at", "2022-09-29 09:08:42.689827"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\x8C\xA6\xE6\xBF\xA4"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\x8C\xA6\xE6\xBF\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.711661"], ["updated_at", "2022-09-29 09:08:42.711662"]] TRANSACTION (2.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.736558"], ["updated_at", "2022-09-29 09:08:42.736559"]] TRANSACTION (7.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B,\xE8\x85\x90\xE8\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B,\xE8\x85\x90\xE8\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.779068"], ["updated_at", "2022-09-29 09:08:42.779069"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xB7\x98"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xB7\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.803424"], ["updated_at", "2022-09-29 09:08:42.803425"]] TRANSACTION (2.9ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xBB\x94"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\x94\xA6\xE6\xBB\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.823893"], ["updated_at", "2022-09-29 09:08:42.823893"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\x95\xBF\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\x95\xBF\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.855795"], ["updated_at", "2022-09-29 09:08:42.855796"]] TRANSACTION (4.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xA1\xE9\xA9\x9A\xE6\xBF\xA4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xA1\xE9\xA9\x9A\xE6\xBF\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.885092"], ["updated_at", "2022-09-29 09:08:42.885093"]] TRANSACTION (3.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xAF\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xAF\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.908875"], ["updated_at", "2022-09-29 09:08:42.908876"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xAF\xE4\xB8\x8B\xE5\x91\xBB\xE5\x90\x9F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xAF\xE4\xB8\x8B\xE5\x91\xBB\xE5\x90\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.933927"], ["updated_at", "2022-09-29 09:08:42.933928"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xAF\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xAF\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.967333"], ["updated_at", "2022-09-29 09:08:42.967334"]] TRANSACTION (5.4ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB0\xE5\xB2\x9B\xE7\xB4\xA0\xE6\xA0\xB7\xE7\x94\x9F\xE9\x95\xBF\xE5\x9B\xA0\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB0\xE5\xB2\x9B\xE7\xB4\xA0\xE6\xA0\xB7\xE7\x94\x9F\xE9\x95\xBF\xE5\x9B\xA0\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:42.994399"], ["updated_at", "2022-09-29 09:08:42.994399"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB4\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB4\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.022603"], ["updated_at", "2022-09-29 09:08:43.022604"]] TRANSACTION (5.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB4\xEF\xBC\x8C\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB4\xEF\xBC\x8C\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.060963"], ["updated_at", "2022-09-29 09:08:43.060964"]] TRANSACTION (5.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB8\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB8\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.095702"], ["updated_at", "2022-09-29 09:08:43.095702"]] TRANSACTION (3.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB8\xE5\x89\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB8\xE5\x89\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.128495"], ["updated_at", "2022-09-29 09:08:43.128496"]] TRANSACTION (5.7ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB8\xE6\x8E\xA8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB8\xE6\x8E\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.167316"], ["updated_at", "2022-09-29 09:08:43.167317"]] TRANSACTION (3.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB8\xE7\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB8\xE7\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.203755"], ["updated_at", "2022-09-29 09:08:43.203756"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB8\xE8\x84\xAF"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB8\xE8\x84\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.233030"], ["updated_at", "2022-09-29 09:08:43.233031"]] TRANSACTION (4.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB8\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB8\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.271653"], ["updated_at", "2022-09-29 09:08:43.271654"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x83\xB8\xEF\xBC\x8C\xE5\x89\x8D"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x83\xB8\xEF\xBC\x8C\xE5\x89\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.309072"], ["updated_at", "2022-09-29 09:08:43.309072"]] TRANSACTION (2.6ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\x8F\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\x8F\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.332426"], ["updated_at", "2022-09-29 09:08:43.332427"]] TRANSACTION (5.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\x8F\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\x8F\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.368661"], ["updated_at", "2022-09-29 09:08:43.368662"]] TRANSACTION (3.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\x9A\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\x9A\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.402267"], ["updated_at", "2022-09-29 09:08:43.402268"]] TRANSACTION (3.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\x9A\xE5\xA5\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\x9A\xE5\xA5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.426224"], ["updated_at", "2022-09-29 09:08:43.426225"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xAB\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xAB\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.457239"], ["updated_at", "2022-09-29 09:08:43.457240"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xAB\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xAB\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.483933"], ["updated_at", "2022-09-29 09:08:43.483934"]] TRANSACTION (2.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xAB\xE8\xA1\xA3\xE8\x88\x9E\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xAB\xE8\xA1\xA3\xE8\x88\x9E\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.506943"], ["updated_at", "2022-09-29 09:08:43.506943"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xAB\xE8\xA4\xB2"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xAB\xE8\xA4\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.528629"], ["updated_at", "2022-09-29 09:08:43.528630"]] TRANSACTION (7.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE4\xB8\x80\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE4\xB8\x80\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.569532"], ["updated_at", "2022-09-29 09:08:43.569533"]] TRANSACTION (3.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.602411"], ["updated_at", "2022-09-29 09:08:43.602412"]] TRANSACTION (3.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE5\x85\x89\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE5\x85\x89\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.633685"], ["updated_at", "2022-09-29 09:08:43.633687"]] TRANSACTION (5.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE5\x86\x85\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE5\x86\x85\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.674737"], ["updated_at", "2022-09-29 09:08:43.674738"]] TRANSACTION (3.3ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE5\xBE\x97\xE5\x85\x89\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE5\xBE\x97\xE5\x85\x89\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.702455"], ["updated_at", "2022-09-29 09:08:43.702456"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.725252"], ["updated_at", "2022-09-29 09:08:43.725252"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE8\xA1\xA3\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE8\xA1\xA3\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.752979"], ["updated_at", "2022-09-29 09:08:43.752980"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE8\xA1\xA3\xE8\x88\x9E\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE8\xA1\xA3\xE8\x88\x9E\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.776732"], ["updated_at", "2022-09-29 09:08:43.776733"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE8\xA1\xA3\xE8\x89\xB3"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE8\xA1\xA3\xE8\x89\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.802861"], ["updated_at", "2022-09-29 09:08:43.802862"]] TRANSACTION (2.3ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.822215"], ["updated_at", "2022-09-29 09:08:43.822216"]] TRANSACTION (4.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE8\xA3\xA4\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE8\xA3\xA4\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.853902"], ["updated_at", "2022-09-29 09:08:43.853903"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x84\xB1\xE8\xBD\xA8"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x84\xB1\xE8\xBD\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.882778"], ["updated_at", "2022-09-29 09:08:43.882779"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.914298"], ["updated_at", "2022-09-29 09:08:43.914299"]] TRANSACTION (7.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE5\xA5\xB3\xE4\xBD\xA0\xE6\x87\x82\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE5\xA5\xB3\xE4\xBD\xA0\xE6\x87\x82\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.947761"], ["updated_at", "2022-09-29 09:08:43.947762"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:43.994292"], ["updated_at", "2022-09-29 09:08:43.994294"]] TRANSACTION (4.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE6\xAC\xA1\xE5\x85\x83"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE6\xAC\xA1\xE5\x85\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.031750"], ["updated_at", "2022-09-29 09:08:44.031751"]] TRANSACTION (5.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.070763"], ["updated_at", "2022-09-29 09:08:44.070764"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE8\x85\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE8\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.100774"], ["updated_at", "2022-09-29 09:08:44.100775"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.131952"], ["updated_at", "2022-09-29 09:08:44.131953"]] TRANSACTION (5.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90\xE8\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.163212"], ["updated_at", "2022-09-29 09:08:44.163213"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE8\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE8\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.186001"], ["updated_at", "2022-09-29 09:08:44.186001"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\x90\xE8\xB4\xA5\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\x90\xE8\xB4\xA5\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.213030"], ["updated_at", "2022-09-29 09:08:44.213031"]] TRANSACTION (8.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\xB0\xE8\x85\xB9\xE9\x83\xA8\xE5\x8A\x9B\xE9\x87\x8F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\xB0\xE8\x85\xB9\xE9\x83\xA8\xE5\x8A\x9B\xE9\x87\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.252101"], ["updated_at", "2022-09-29 09:08:44.252102"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\xB0\xE9\x97\xB4\xE5\x8A\xA8\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\xB0\xE9\x97\xB4\xE5\x8A\xA8\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.282737"], ["updated_at", "2022-09-29 09:08:44.282738"]] TRANSACTION (3.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\xBE\xE8\xAE\xAF\xE5\xAE\xA2\xE6\x9C\x8D\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\xBE\xE8\xAE\xAF\xE5\xAE\xA2\xE6\x9C\x8D\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.309811"], ["updated_at", "2022-09-29 09:08:44.309812"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x85\xBF\xE9\x97\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x85\xBF\xE9\x97\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.334248"], ["updated_at", "2022-09-29 09:08:44.334249"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x86\xA7\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x86\xA7\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.367542"], ["updated_at", "2022-09-29 09:08:44.367542"]] TRANSACTION (2.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\x80\xE4\xB8\x98"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\x80\xE4\xB8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.388613"], ["updated_at", "2022-09-29 09:08:44.388614"]] TRANSACTION (4.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\x80\xE6\xB2\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\x80\xE6\xB2\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.413027"], ["updated_at", "2022-09-29 09:08:44.413028"]] TRANSACTION (3.0ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xA5\xE6\xA7\xBD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xA5\xE6\xA7\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.435119"], ["updated_at", "2022-09-29 09:08:44.435120"]] TRANSACTION (4.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xA5\xE8\x89\xB9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xA5\xE8\x89\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.468605"], ["updated_at", "2022-09-29 09:08:44.468606"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xA7\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xA7\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.493625"], ["updated_at", "2022-09-29 09:08:44.493626"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xA7\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xA7\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.522032"], ["updated_at", "2022-09-29 09:08:44.522033"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAAfen"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAAfen"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.552822"], ["updated_at", "2022-09-29 09:08:44.552824"]] TRANSACTION (4.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAAsha"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAAsha"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.584944"], ["updated_at", "2022-09-29 09:08:44.584945"]] TRANSACTION (5.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE5\x8A\xA8\xE7\xBE\xA4\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE5\x8A\xA8\xE7\xBE\xA4\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.616198"], ["updated_at", "2022-09-29 09:08:44.616199"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE5\x8A\xA8\xE8\xBE\x9E"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE5\x8A\xA8\xE8\xBE\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.638723"], ["updated_at", "2022-09-29 09:08:44.638724"]] TRANSACTION (4.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE5\xB7\xB1\xE6\x89\xBE\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE5\xB7\xB1\xE6\x89\xBE\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.671475"], ["updated_at", "2022-09-29 09:08:44.671476"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE5\xB7\xB2\xE7\x9A\x84\xE6\x95\x85\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE5\xB7\xB2\xE7\x9A\x84\xE6\x95\x85\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.693309"], ["updated_at", "2022-09-29 09:08:44.693310"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x85\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.724923"], ["updated_at", "2022-09-29 09:08:44.724925"]] TRANSACTION (4.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x85\xB0\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x85\xB0\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.755088"], ["updated_at", "2022-09-29 09:08:44.755089"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x85\xB0\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x85\xB0\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.784748"], ["updated_at", "2022-09-29 09:08:44.784749"]] TRANSACTION (4.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x85\xB0\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x85\xB0\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.816250"], ["updated_at", "2022-09-29 09:08:44.816251"]] TRANSACTION (3.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.843115"], ["updated_at", "2022-09-29 09:08:44.843120"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE5\x81\xB7\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE5\x81\xB7\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.879586"], ["updated_at", "2022-09-29 09:08:44.879587"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.903114"], ["updated_at", "2022-09-29 09:08:44.903114"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE7\xBE\x8E\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE7\xBE\x8E\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.930802"], ["updated_at", "2022-09-29 09:08:44.930803"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x8B\x8D\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.961358"], ["updated_at", "2022-09-29 09:08:44.961359"]] TRANSACTION (2.6ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x91\xB8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x91\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:44.984881"], ["updated_at", "2022-09-29 09:08:44.984882"]] TRANSACTION (3.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.008509"], ["updated_at", "2022-09-29 09:08:45.008511"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x9D\x80\xE6\x89\x8B\xE5\x86\x8C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x9D\x80\xE6\x89\x8B\xE5\x86\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.033474"], ["updated_at", "2022-09-29 09:08:45.033475"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\x9D\x80\xE6\x8C\x87\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\x9D\x80\xE6\x8C\x87\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.064504"], ["updated_at", "2022-09-29 09:08:45.064505"]] TRANSACTION (2.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE6\xB0\x91\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE6\xB0\x91\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.088769"], ["updated_at", "2022-09-29 09:08:45.088770"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x84\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x84\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.114035"], ["updated_at", "2022-09-29 09:08:45.114035"]] TRANSACTION (3.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.140329"], ["updated_at", "2022-09-29 09:08:45.140330"]] TRANSACTION (4.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE4\xBA\x9A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE4\xBA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.173139"], ["updated_at", "2022-09-29 09:08:45.173140"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE4\xBA\x9A\xE5\xB7\x9E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE4\xBA\x9A\xE5\xB7\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.195298"], ["updated_at", "2022-09-29 09:08:45.195299"]] TRANSACTION (4.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE4\xBA\x9A\xE6\xB4\xB2"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE4\xBA\x9A\xE6\xB4\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.226391"], ["updated_at", "2022-09-29 09:08:45.226392"]] TRANSACTION (5.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE5\x9C\xA3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE5\x9C\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.255605"], ["updated_at", "2022-09-29 09:08:45.255606"]] TRANSACTION (3.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE6\x97\xB6\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE6\x97\xB6\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.286062"], ["updated_at", "2022-09-29 09:08:45.286062"]] TRANSACTION (3.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE6\xB0\x91\xE4\xB8\xBB\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE6\xB0\x91\xE4\xB8\xBB\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.309082"], ["updated_at", "2022-09-29 09:08:45.309083"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE8\xA5\xBF\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE8\xA5\xBF\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.336121"], ["updated_at", "2022-09-29 09:08:45.336121"]] TRANSACTION (4.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE8\xA5\xBF\xE8\x97\x8F\xE5\xAD\xA6\xE7\x94\x9F\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE8\xA5\xBF\xE8\x97\x8F\xE5\xAD\xA6\xE7\x94\x9F\xE8\xBF\x90\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.369381"], ["updated_at", "2022-09-29 09:08:45.369382"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAA\xE7\x94\xB1\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.391196"], ["updated_at", "2022-09-29 09:08:45.391197"]] TRANSACTION (4.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x87\xAD\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x87\xAD\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.418994"], ["updated_at", "2022-09-29 09:08:45.418997"]] TRANSACTION (3.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x86\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x86\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.445493"], ["updated_at", "2022-09-29 09:08:45.445495"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x86\xE8\xAE\xBA\xE5\x8F\x8D\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x86\xE8\xAE\xBA\xE5\x8F\x8D\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.476819"], ["updated_at", "2022-09-29 09:08:45.476820"]] TRANSACTION (2.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x8C\xE5\xA4\xB4\xE8\xA2\xAD\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x8C\xE5\xA4\xB4\xE8\xA2\xAD\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.498976"], ["updated_at", "2022-09-29 09:08:45.498977"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x8C\xE6\x88\x98\xE6\xB3\x95\xE5\xBA\xAD"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x8C\xE6\x88\x98\xE6\xB3\x95\xE5\xBA\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.535585"], ["updated_at", "2022-09-29 09:08:45.535585"]] TRANSACTION (4.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x92\xE6\x9C\x8D"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x92\xE6\x9C\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.569841"], ["updated_at", "2022-09-29 09:08:45.569842"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x92\xE6\xB7\x87"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x92\xE6\xB7\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.593502"], ["updated_at", "2022-09-29 09:08:45.593503"]] TRANSACTION (5.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x94\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x94\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.621785"], ["updated_at", "2022-09-29 09:08:45.621786"]] TRANSACTION (4.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x94\xE5\xB1\x81\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x94\xE5\xB1\x81\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.647248"], ["updated_at", "2022-09-29 09:08:45.647249"]] TRANSACTION (5.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x94\xE5\xBC\x84\xE5\xA4\xA7\xE9\x98\xB4\xE5\x94\x87"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x94\xE5\xBC\x84\xE5\xA4\xA7\xE9\x98\xB4\xE5\x94\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.680110"], ["updated_at", "2022-09-29 09:08:45.680111"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x94\xE5\xBC\x84\xE5\xB0\x8F\xE9\xB8\xA1\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x94\xE5\xBC\x84\xE5\xB0\x8F\xE9\xB8\xA1\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.702466"], ["updated_at", "2022-09-29 09:08:45.702466"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x94\xE8\x84\x9A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x94\xE8\x84\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.732187"], ["updated_at", "2022-09-29 09:08:45.732188"]] TRANSACTION (4.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x94\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x94\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.766192"], ["updated_at", "2022-09-29 09:08:45.766193"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x94\xE9\x98\xB4"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x94\xE9\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.805476"], ["updated_at", "2022-09-29 09:08:45.805477"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\x9E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\x9E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.835077"], ["updated_at", "2022-09-29 09:08:45.835077"]] TRANSACTION (5.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\xAA\xE7\xA9\xBA\xE5\x94\xAE\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\xAA\xE7\xA9\xBA\xE5\x94\xAE\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.872053"], ["updated_at", "2022-09-29 09:08:45.872053"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x88\xAA\xE7\xA9\xBA\xE6\xAF\x8D\xE8\x88\xB0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x88\xAA\xE7\xA9\xBA\xE6\xAF\x8D\xE8\x88\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.895105"], ["updated_at", "2022-09-29 09:08:45.895106"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2b"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.925292"], ["updated_at", "2022-09-29 09:08:45.925293"]] TRANSACTION (4.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2BB\xE5\x90\xA7"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2BB\xE5\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.951849"], ["updated_at", "2022-09-29 09:08:45.951850"]] TRANSACTION (3.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE3\x80\x82\xE8\xAF\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE3\x80\x82\xE8\xAF\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:45.982565"], ["updated_at", "2022-09-29 09:08:45.982566"]] TRANSACTION (3.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE4\xB8\xAD\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE4\xB8\xAD\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.004699"], ["updated_at", "2022-09-29 09:08:46.004700"]] TRANSACTION (3.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.036325"], ["updated_at", "2022-09-29 09:08:46.036326"]] TRANSACTION (6.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.080041"], ["updated_at", "2022-09-29 09:08:46.080042"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.108271"], ["updated_at", "2022-09-29 09:08:46.108272"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\xA4\xA7\xE5\x8F\x94"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\xA4\xA7\xE5\x8F\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.137719"], ["updated_at", "2022-09-29 09:08:46.137720"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.177278"], ["updated_at", "2022-09-29 09:08:46.177279"]] TRANSACTION (3.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.202566"], ["updated_at", "2022-09-29 09:08:46.202567"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.236793"], ["updated_at", "2022-09-29 09:08:46.236794"]] TRANSACTION (4.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\xBF\xB5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\xBF\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.275621"], ["updated_at", "2022-09-29 09:08:46.275622"]] TRANSACTION (5.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE5\xBF\xB5\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (8.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE5\xBF\xB5\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.307049"], ["updated_at", "2022-09-29 09:08:46.307050"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.355521"], ["updated_at", "2022-09-29 09:08:46.355521"]] TRANSACTION (3.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE4\xB8\x9A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE4\xB8\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.391930"], ["updated_at", "2022-09-29 09:08:46.391930"]] TRANSACTION (5.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x80\x9A\xE5\xA4\xA9\xE5\xB1\xA0\xE9\xBE\x99\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x80\x9A\xE5\xA4\xA9\xE5\xB1\xA0\xE9\xBE\x99\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.419181"], ["updated_at", "2022-09-29 09:08:46.419182"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.448253"], ["updated_at", "2022-09-29 09:08:46.448254"]] TRANSACTION (4.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x9B\xBE\xE7\x89\x87\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.481032"], ["updated_at", "2022-09-29 09:08:46.481033"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x9C\xBA\xE6\x89\x80"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\x9C\xBA\xE6\x89\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.502899"], ["updated_at", "2022-09-29 09:08:46.502900"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xA3\x81\xE7\xBA\xB8"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xA3\x81\xE7\xBA\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.533744"], ["updated_at", "2022-09-29 09:08:46.533745"]] TRANSACTION (5.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE5\xBD\x95\xE5\x83\x8F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE5\xBD\x95\xE5\x83\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.568849"], ["updated_at", "2022-09-29 09:08:46.568850"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE7\x89\x87\xE6\xAE\xB5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE7\x89\x87\xE6\xAE\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.595126"], ["updated_at", "2022-09-29 09:08:46.595127"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.622176"], ["updated_at", "2022-09-29 09:08:46.622177"]] TRANSACTION (3.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.647200"], ["updated_at", "2022-09-29 09:08:46.647202"]] TRANSACTION (4.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xBD\xB1\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE5\xBD\xB1\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.679911"], ["updated_at", "2022-09-29 09:08:46.679912"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE6\x9C\x8D\xE5\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE6\x9C\x8D\xE5\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.703441"], ["updated_at", "2022-09-29 09:08:46.703442"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.733218"], ["updated_at", "2022-09-29 09:08:46.733218"]] TRANSACTION (5.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.768619"], ["updated_at", "2022-09-29 09:08:46.768620"]] TRANSACTION (2.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.791193"], ["updated_at", "2022-09-29 09:08:46.791194"]] TRANSACTION (5.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.821435"], ["updated_at", "2022-09-29 09:08:46.821436"]] TRANSACTION (4.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE8\xA1\xA8\xE6\xBC\x94"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE8\xA1\xA8\xE6\xBC\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.848672"], ["updated_at", "2022-09-29 09:08:46.848674"]] TRANSACTION (3.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE8\xA3\xB8\xE4\xBD\x93\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE8\xA3\xB8\xE4\xBD\x93\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.877893"], ["updated_at", "2022-09-29 09:08:46.877893"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\x85\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\x85\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.897444"], ["updated_at", "2022-09-29 09:08:46.897445"]] TRANSACTION (6.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\x83\xB3\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\x83\xB3\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.925284"], ["updated_at", "2022-09-29 09:08:46.925285"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.957306"], ["updated_at", "2022-09-29 09:08:46.957307"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x89\x87\xE5\xB0\x8F\xE6\x99\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x89\x87\xE5\xB0\x8F\xE6\x99\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:46.990619"], ["updated_at", "2022-09-29 09:08:46.990619"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x8B\x90\xE7\x8B\xB8\xE7\xBD\x91\xE5\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x8B\x90\xE7\x8B\xB8\xE7\xBD\x91\xE5\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.019154"], ["updated_at", "2022-09-29 09:08:47.019155"]] TRANSACTION (3.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x8B\xBC"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x8B\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.045177"], ["updated_at", "2022-09-29 09:08:47.045178"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x8B\xBC\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x8B\xBC\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.079127"], ["updated_at", "2022-09-29 09:08:47.079127"]] TRANSACTION (3.6ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x8B\xBC\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x8B\xBC\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.113910"], ["updated_at", "2022-09-29 09:08:47.113911"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x8C\xAB"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x8C\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.144456"], ["updated_at", "2022-09-29 09:08:47.144457"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.176519"], ["updated_at", "2022-09-29 09:08:47.176519"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x95\x8C"], ["LIMIT", 1]] TRANSACTION (1.2ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x95\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.197340"], ["updated_at", "2022-09-29 09:08:47.197341"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x95\x8C\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x95\x8C\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.224283"], ["updated_at", "2022-09-29 09:08:47.224284"]] TRANSACTION (4.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x98\xBE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x98\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.252484"], ["updated_at", "2022-09-29 09:08:47.252485"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.283327"], ["updated_at", "2022-09-29 09:08:47.283327"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.306643"], ["updated_at", "2022-09-29 09:08:47.306646"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\xA9\xBA\xE5\xAF\xBA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\xA9\xBA\xE5\xAF\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.336173"], ["updated_at", "2022-09-29 09:08:47.336173"]] TRANSACTION (8.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE7\xAA\x9D\xE7\xAA\x9D"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE7\xAA\x9D\xE7\xAA\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.379946"], ["updated_at", "2022-09-29 09:08:47.379947"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.401714"], ["updated_at", "2022-09-29 09:08:47.401714"]] TRANSACTION (4.5ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE8\xA7\x86\xE9\xA2\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE8\xA7\x86\xE9\xA2\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.428024"], ["updated_at", "2022-09-29 09:08:47.428024"]] TRANSACTION (4.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE8\xAF\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE8\xAF\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.452259"], ["updated_at", "2022-09-29 09:08:47.452260"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.481453"], ["updated_at", "2022-09-29 09:08:47.481454"]] TRANSACTION (3.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE8\xBF\xB7\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE8\xBF\xB7\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.503606"], ["updated_at", "2022-09-29 09:08:47.503607"]] TRANSACTION (3.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE8\xBF\xB7\xE8\xBF\xB7"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE8\xBF\xB7\xE8\xBF\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.530275"], ["updated_at", "2022-09-29 09:08:47.530276"]] TRANSACTION (5.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.556609"], ["updated_at", "2022-09-29 09:08:47.556610"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE9\xAC\xBC"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE9\xAC\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.583704"], ["updated_at", "2022-09-29 09:08:47.583704"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB2\xE9\xAD\x94"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB2\xE9\xAD\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.605280"], ["updated_at", "2022-09-29 09:08:47.605280"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE4\xB8\xBD\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE4\xB8\xBD\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.636885"], ["updated_at", "2022-09-29 09:08:47.636885"]] TRANSACTION (6.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.671434"], ["updated_at", "2022-09-29 09:08:47.671435"]] TRANSACTION (3.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.697781"], ["updated_at", "2022-09-29 09:08:47.697781"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE6\x83\x85\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.735349"], ["updated_at", "2022-09-29 09:08:47.735350"]] TRANSACTION (4.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE6\x98\x9F\xE4\xB9\x94\xE4\xB8\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE6\x98\x9F\xE4\xB9\x94\xE4\xB8\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.772432"], ["updated_at", "2022-09-29 09:08:47.772433"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE6\xAF\x8D\xE6\xB7\xAB\xE8\x87\x80"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE6\xAF\x8D\xE6\xB7\xAB\xE8\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.799976"], ["updated_at", "2022-09-29 09:08:47.799977"]] TRANSACTION (5.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE6\xBC\xAB"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE6\xBC\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.831306"], ["updated_at", "2022-09-29 09:08:47.831307"]] TRANSACTION (4.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE7\x85\xA7\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE7\x85\xA7\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.862416"], ["updated_at", "2022-09-29 09:08:47.862417"]] TRANSACTION (2.8ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE8\x88\x9E"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE8\x88\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.888297"], ["updated_at", "2022-09-29 09:08:47.888297"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE8\x88\x9E\xE5\xA5\xB3\xE9\x83\x8E"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE8\x88\x9E\xE5\xA5\xB3\xE9\x83\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.911506"], ["updated_at", "2022-09-29 09:08:47.911507"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB3\xE8\x88\x9E\xE6\xB7\xAB\xE4\xB8\x9A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB3\xE8\x88\x9E\xE6\xB7\xAB\xE4\xB8\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.937662"], ["updated_at", "2022-09-29 09:08:47.937663"]] TRANSACTION (3.8ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xB9\xE4\xBD\xA0"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xB9\xE4\xBD\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.965900"], ["updated_at", "2022-09-29 09:08:47.965901"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xBA\xE6\x9C\xAF\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xBA\xE6\x9C\xAF\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:47.998242"], ["updated_at", "2022-09-29 09:08:47.998243"]] TRANSACTION (5.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x89\xBE\xE5\x8A\x9B\xE6\x9B\xB4\xC2\xB7\xE4\xBE\x9D\xE6\x98\x8E\xE5\xB7\xB4\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x89\xBE\xE5\x8A\x9B\xE6\x9B\xB4\xC2\xB7\xE4\xBE\x9D\xE6\x98\x8E\xE5\xB7\xB4\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.026312"], ["updated_at", "2022-09-29 09:08:48.026313"]] TRANSACTION (6.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xAE\xE6\x9D\x8F\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xAE\xE6\x9D\x8F\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.055447"], ["updated_at", "2022-09-29 09:08:48.055448"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE4\xB8\x9B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE4\xB8\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.087442"], ["updated_at", "2022-09-29 09:08:48.087442"]] TRANSACTION (3.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE5\x9B\xAD"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE5\x9B\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.115937"], ["updated_at", "2022-09-29 09:08:48.115938"]] TRANSACTION (3.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE5\xBE\x84"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE5\xBE\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.146506"], ["updated_at", "2022-09-29 09:08:48.146510"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.181406"], ["updated_at", "2022-09-29 09:08:48.181407"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE6\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE6\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.206293"], ["updated_at", "2022-09-29 09:08:48.206294"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE7\x93\xA3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE7\x93\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.260522"], ["updated_at", "2022-09-29 09:08:48.260523"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE8\x8A\xB1\xE5\x85\xAC\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE8\x8A\xB1\xE5\x85\xAC\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.302412"], ["updated_at", "2022-09-29 09:08:48.302413"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB1\xE8\x95\x8A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB1\xE8\x95\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.339281"], ["updated_at", "2022-09-29 09:08:48.339282"]] TRANSACTION (5.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB3\xE8\x8D\x89"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB3\xE8\x8D\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.379427"], ["updated_at", "2022-09-29 09:08:48.379428"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB3\xE8\x8D\x89\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB3\xE8\x8D\x89\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.411161"], ["updated_at", "2022-09-29 09:08:48.411162"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB3\xE9\xA6\x99\xE4\xB9\x8B\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB3\xE9\xA6\x99\xE4\xB9\x8B\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.446262"], ["updated_at", "2022-09-29 09:08:48.446263"]] TRANSACTION (5.2ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8A\xB3\xE9\xA6\x99\xE5\x9E\x8B\xE6\x99\xBA\xE6\x82\x9F\xE6\xB0\x94\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8A\xB3\xE9\xA6\x99\xE5\x9E\x8B\xE6\x99\xBA\xE6\x82\x9F\xE6\xB0\x94\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.495994"], ["updated_at", "2022-09-29 09:08:48.495995"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8D\xE5\xB1\xB1\xE5\x85\xB0"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8D\xE5\xB1\xB1\xE5\x85\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.536426"], ["updated_at", "2022-09-29 09:08:48.536426"]] TRANSACTION (4.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8D\xE8\x9D\x87\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (7.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8D\xE8\x9D\x87\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.571141"], ["updated_at", "2022-09-29 09:08:48.571142"]] TRANSACTION (3.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE4\xB8\x9C\xE8\xA7\xA3\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE4\xB8\x9C\xE8\xA7\xA3\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.606722"], ["updated_at", "2022-09-29 09:08:48.606723"]] TRANSACTION (5.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.637418"], ["updated_at", "2022-09-29 09:08:48.637419"]] TRANSACTION (7.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE5\xAE\xB6\xE5\xB1\xAF"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE5\xAE\xB6\xE5\xB1\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.672760"], ["updated_at", "2022-09-29 09:08:48.672761"]] TRANSACTION (4.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE5\xAE\xB6\xE5\xB1\xAF\xE9\x9B\x86"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE5\xAE\xB6\xE5\xB1\xAF\xE9\x9B\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.701190"], ["updated_at", "2022-09-29 09:08:48.701190"]] TRANSACTION (8.4ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE6\x8C\xAF\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE6\x8C\xAF\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.737403"], ["updated_at", "2022-09-29 09:08:48.737404"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE6\x99\x93\xE5\xBA\xB7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE6\x99\x93\xE5\xBA\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.771121"], ["updated_at", "2022-09-29 09:08:48.771123"]] TRANSACTION (4.2ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE6\x9F\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE6\x9F\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.812255"], ["updated_at", "2022-09-29 09:08:48.812257"]] TRANSACTION (4.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE7\xBB\x8D\xE6\x99\xBA"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE7\xBB\x8D\xE6\x99\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.846956"], ["updated_at", "2022-09-29 09:08:48.846956"]] TRANSACTION (5.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE8\xB4\x9E\xE6\x98\x8C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE8\xB4\x9E\xE6\x98\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.887868"], ["updated_at", "2022-09-29 09:08:48.887872"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x8F\xE8\xBE\x89"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x8F\xE8\xBE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.916903"], ["updated_at", "2022-09-29 09:08:48.916904"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\x9F\xE6\x99\x93\xE8\xB6\x85"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\x9F\xE6\x99\x93\xE8\xB6\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.949116"], ["updated_at", "2022-09-29 09:08:48.949118"]] TRANSACTION (6.1ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xAF\xE4\xB8\x99\xE8\x83\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xAF\xE4\xB8\x99\xE8\x83\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:48.991084"], ["updated_at", "2022-09-29 09:08:48.991084"]] TRANSACTION (4.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xAF\xE5\xB7\xB4\xE6\xAF\x94\xE5\xA6\xA5"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xAF\xE5\xB7\xB4\xE6\xAF\x94\xE5\xA6\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.017684"], ["updated_at", "2022-09-29 09:08:49.017685"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xB1\xE5\x9B\xBDB5\xE4\xBE\x9B\xE5\xBA\x94"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xB1\xE5\x9B\xBDB5\xE4\xBE\x9B\xE5\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.047155"], ["updated_at", "2022-09-29 09:08:49.047157"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\x87\x91\xE8\x9E\x8D\xE6\x97\xB6\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\x87\x91\xE8\x9E\x8D\xE6\x97\xB6\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.083851"], ["updated_at", "2022-09-29 09:08:49.083852"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\xAA\x9A\xE6\x9C\xAC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\xAA\x9A\xE6\x9C\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.110823"], ["updated_at", "2022-09-29 09:08:49.110823"]] TRANSACTION (4.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\xAA\x9A\xE6\x9C\xACPCP"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\xAA\x9A\xE6\x9C\xACPCP"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.138619"], ["updated_at", "2022-09-29 09:08:49.138620"]] TRANSACTION (5.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\xAA\x9A\xE6\x9C\xAC\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xB1\xE5\x9B\xBD\xE9\xAA\x9A\xE6\x9C\xAC\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.168348"], ["updated_at", "2022-09-29 09:08:49.168349"]] TRANSACTION (3.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8B\xB1\xE8\xAF\xAD\xE6\x9E\xAA\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8B\xB1\xE8\xAF\xAD\xE6\x9E\xAA\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.197212"], ["updated_at", "2022-09-29 09:08:49.197214"]] TRANSACTION (3.8ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8C\x83\xE5\xB9\xBF\xE4\xB8\xBE \xE9\xBB\x91\xE9\xBE\x99\xE6\xB1\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8C\x83\xE5\xB9\xBF\xE4\xB8\xBE \xE9\xBB\x91\xE9\xBE\x99\xE6\xB1\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.229060"], ["updated_at", "2022-09-29 09:08:49.229062"]] TRANSACTION (3.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8C\x83\xE7\x87\x95\xE7\x90\xBC"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8C\x83\xE7\x87\x95\xE7\x90\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.258424"], ["updated_at", "2022-09-29 09:08:49.258425"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8C\x85\xE9\x81\x93\xE4\xB8\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8C\x85\xE9\x81\x93\xE4\xB8\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.289288"], ["updated_at", "2022-09-29 09:08:49.289288"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8C\xB1\xE8\x90\xB8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8C\xB1\xE8\x90\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.312475"], ["updated_at", "2022-09-29 09:08:49.312476"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8C\xB3\xE6\xBE\xA4\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8C\xB3\xE6\xBE\xA4\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.340763"], ["updated_at", "2022-09-29 09:08:49.340764"]] TRANSACTION (6.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\x86\xE7\xA6\x8F\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\x86\xE7\xA6\x8F\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.375051"], ["updated_at", "2022-09-29 09:08:49.375053"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE4\xB8\xAB"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE4\xB8\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.403296"], ["updated_at", "2022-09-29 09:08:49.403297"]] TRANSACTION (5.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE5\x90\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE5\x90\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.435936"], ["updated_at", "2022-09-29 09:08:49.435937"]] TRANSACTION (6.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE5\x97\x8E"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE5\x97\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.469793"], ["updated_at", "2022-09-29 09:08:49.469794"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\x89\xE4\xBD\xA0\xE5\xA6\x88\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.499842"], ["updated_at", "2022-09-29 09:08:49.499843"]] TRANSACTION (2.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\x89\xE6\xA6\xB4\xE7\xA4\xBE\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\x89\xE6\xA6\xB4\xE7\xA4\xBE\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.525411"], ["updated_at", "2022-09-29 09:08:49.525412"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\x89\xE8\x8E\x93\xE7\x89\x9B\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\x89\xE8\x8E\x93\xE7\x89\x9B\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.556000"], ["updated_at", "2022-09-29 09:08:49.556001"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\xA1\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\xA1\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.591033"], ["updated_at", "2022-09-29 09:08:49.591034"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\xA1\xE5\xA5\xB3\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\xA1\xE5\xA5\xB3\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.615854"], ["updated_at", "2022-09-29 09:08:49.615855"]] TRANSACTION (3.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\xA1\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\xA1\xE5\xA5\xB3\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.645552"], ["updated_at", "2022-09-29 09:08:49.645552"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\xA1\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\xA1\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.678717"], ["updated_at", "2022-09-29 09:08:49.678718"]] TRANSACTION (3.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8D\xAD\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8D\xAD\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.705063"], ["updated_at", "2022-09-29 09:08:49.705064"]] TRANSACTION (5.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8E\xAB\xE4\xBC\x9F\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8E\xAB\xE4\xBC\x9F\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.733769"], ["updated_at", "2022-09-29 09:08:49.733775"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8E\xAB\xE8\xBE\xBE\xE9\x9D\x9E\xE5\xB0\xBC"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8E\xAB\xE8\xBE\xBE\xE9\x9D\x9E\xE5\xB0\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.767271"], ["updated_at", "2022-09-29 09:08:49.767272"]] TRANSACTION (3.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x85\xE9\x87\x8E\xE4\xBA\x9A\xE6\xA2\xA8\xE6\xB2\x99\xE8\xBF\x85\xE9\x9B\xB7\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x85\xE9\x87\x8E\xE4\xBA\x9A\xE6\xA2\xA8\xE6\xB2\x99\xE8\xBF\x85\xE9\x9B\xB7\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.797332"], ["updated_at", "2022-09-29 09:08:49.797332"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x8A\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x8A\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.822345"], ["updated_at", "2022-09-29 09:08:49.822346"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x8A\xE7\x88\x86"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x8A\xE7\x88\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.849388"], ["updated_at", "2022-09-29 09:08:49.849388"]] TRANSACTION (9.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x8A\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x8A\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.889276"], ["updated_at", "2022-09-29 09:08:49.889277"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x8A\xE8\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x8A\xE8\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.914983"], ["updated_at", "2022-09-29 09:08:49.914984"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x8A\xE8\x8A\xB1\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x8A\xE8\x8A\xB1\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.944064"], ["updated_at", "2022-09-29 09:08:49.944064"]] TRANSACTION (4.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x8A\xE8\x8A\xB1\xE8\x95\xBE"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x8A\xE8\x8A\xB1\xE8\x95\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:49.974590"], ["updated_at", "2022-09-29 09:08:49.974591"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\x8A\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\x8A\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.005115"], ["updated_at", "2022-09-29 09:08:50.005116"]] TRANSACTION (6.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x8F\xB2\xE5\xBE\x8B\xE5\xAE\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x8F\xB2\xE5\xBE\x8B\xE5\xAE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.035710"], ["updated_at", "2022-09-29 09:08:50.035711"]] TRANSACTION (5.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x90\xA7\xE5\x8D\xBF\xE5\xBE\xAE"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x90\xA7\xE5\x8D\xBF\xE5\xBE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.065613"], ["updated_at", "2022-09-29 09:08:50.065614"]] TRANSACTION (3.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x90\xA8\xE6\x96\xAF\xE7\x97\x85"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x90\xA8\xE6\x96\xAF\xE7\x97\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.100575"], ["updated_at", "2022-09-29 09:08:50.100576"]] TRANSACTION (5.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x90\xAC\xE4\xBA\xBA\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x90\xAC\xE4\xBA\xBA\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.134262"], ["updated_at", "2022-09-29 09:08:50.134263"]] TRANSACTION (5.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x90\xBD\xE9\x9C\x9E\xE7\xBC\x80"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x90\xBD\xE9\x9C\x9E\xE7\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.179627"], ["updated_at", "2022-09-29 09:08:50.179629"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x90\xBD\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x90\xBD\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.210545"], ["updated_at", "2022-09-29 09:08:50.210546"]] TRANSACTION (5.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\x97\xE5\x90\x8D\xE7\xB2\xBE\xE5\x93\x81\xE6\x8A\x98\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\x97\xE5\x90\x8D\xE7\xB2\xBE\xE5\x93\x81\xE6\x8A\x98\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.243142"], ["updated_at", "2022-09-29 09:08:50.243143"]] TRANSACTION (4.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\xA1\xE8\x90\x84"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\xA1\xE8\x90\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.276202"], ["updated_at", "2022-09-29 09:08:50.276203"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\xA3\xE5\x85\x83\xE8\xBE\xB0"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\xA3\xE5\x85\x83\xE8\xBE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.309091"], ["updated_at", "2022-09-29 09:08:50.309092"]] TRANSACTION (6.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\xA3\xE5\xAD\x98\xE7\x91\x9E"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\xA3\xE5\xAD\x98\xE7\x91\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.341135"], ["updated_at", "2022-09-29 09:08:50.341135"]] TRANSACTION (5.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\xA3\xE5\xBB\xBA\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\xA3\xE5\xBB\xBA\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.371305"], ["updated_at", "2022-09-29 09:08:50.371306"]] TRANSACTION (5.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\xAB\xE8\x8A\xA6\xE4\xB8\x96\xE7\x95\x8C"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\xAB\xE8\x8A\xA6\xE4\xB8\x96\xE7\x95\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.404794"], ["updated_at", "2022-09-29 09:08:50.404794"]] TRANSACTION (5.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\xAC\xE5\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\xAC\xE5\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.434398"], ["updated_at", "2022-09-29 09:08:50.434399"]] TRANSACTION (5.8ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x91\xAC\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x91\xAC\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.471943"], ["updated_at", "2022-09-29 09:08:50.471944"]] TRANSACTION (6.4ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x8B\xE4\xB8\xAD\xE6\xAD\xA3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x8B\xE4\xB8\xAD\xE6\xAD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.510967"], ["updated_at", "2022-09-29 09:08:50.510968"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x8B\xE4\xBB\x8B\xE7\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x8B\xE4\xBB\x8B\xE7\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.548199"], ["updated_at", "2022-09-29 09:08:50.548201"]] TRANSACTION (7.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x8B\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x8B\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.592944"], ["updated_at", "2022-09-29 09:08:50.592945"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x8B\xE5\x85\xAC\xE7\xBA\xAA\xE5\xBF\xB5\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x8B\xE5\x85\xAC\xE7\xBA\xAA\xE5\xBF\xB5\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.619853"], ["updated_at", "2022-09-29 09:08:50.619854"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x8B\xE5\xBD\xA6\xE6\xB0\xB8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x8B\xE5\xBD\xA6\xE6\xB0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.651157"], ["updated_at", "2022-09-29 09:08:50.651158"]] TRANSACTION (4.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x8B\xE6\x8D\xB7\xE8\xBF\x9E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x8B\xE6\x8D\xB7\xE8\xBF\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.688150"], ["updated_at", "2022-09-29 09:08:50.688151"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x8B\xE7\xBB\x8F\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x8B\xE7\xBB\x8F\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.715864"], ["updated_at", "2022-09-29 09:08:50.715865"]] TRANSACTION (4.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE5\x88\x86\xE8\xA3\x82\xE5\x88\x86\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE5\x88\x86\xE8\xA3\x82\xE5\x88\x86\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.747906"], ["updated_at", "2022-09-29 09:08:50.747907"]] TRANSACTION (5.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE5\x9B\x9E\xE5\xBD\x92"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE5\x9B\x9E\xE5\xBD\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.784481"], ["updated_at", "2022-09-29 09:08:50.784482"]] TRANSACTION (4.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.812977"], ["updated_at", "2022-09-29 09:08:50.812978"]] TRANSACTION (5.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x99\xE5\x8F\xA4\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.843568"], ["updated_at", "2022-09-29 09:08:50.843569"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x99\xE6\xB1\x97\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x99\xE6\xB1\x97\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.876274"], ["updated_at", "2022-09-29 09:08:50.876275"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x99\xE6\xB1\x97\xE8\x8D\xAF\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x99\xE6\xB1\x97\xE8\x8D\xAF\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.903329"], ["updated_at", "2022-09-29 09:08:50.903330"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\x99\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\x99\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.927572"], ["updated_at", "2022-09-29 09:08:50.927574"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x92\xB2\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x92\xB2\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.956021"], ["updated_at", "2022-09-29 09:08:50.956022"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x93\x93\xE8\x95\xBE"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x93\x93\xE8\x95\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:50.986491"], ["updated_at", "2022-09-29 09:08:50.986491"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x93\x9D\xE7\x94\xB0\xE9\x80\xA0\xE5\x81\x87\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x93\x9D\xE7\x94\xB0\xE9\x80\xA0\xE5\x81\x87\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.010035"], ["updated_at", "2022-09-29 09:08:51.010037"]] TRANSACTION (3.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x94\xA1\xE5\xA5\x87\xE7\x8E\x8B\xE6\xB2\xAA\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x94\xA1\xE5\xA5\x87\xE7\x8E\x8B\xE6\xB2\xAA\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.035620"], ["updated_at", "2022-09-29 09:08:51.035621"]] TRANSACTION (4.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x94\xA1\xE5\xB4\x87\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x94\xA1\xE5\xB4\x87\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.065672"], ["updated_at", "2022-09-29 09:08:51.065673"]] TRANSACTION (5.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x94\xA1\xE8\xBE\xBE\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x94\xA1\xE8\xBE\xBE\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.094996"], ["updated_at", "2022-09-29 09:08:51.094997"]] TRANSACTION (2.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x95\xA9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x95\xA9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.121024"], ["updated_at", "2022-09-29 09:08:51.121025"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x95\xBE\xE4\xB8\x9D\xE4\xB8\x81\xE5\xAD\x97\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x95\xBE\xE4\xB8\x9D\xE4\xB8\x81\xE5\xAD\x97\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.151596"], ["updated_at", "2022-09-29 09:08:51.151597"]] TRANSACTION (4.3ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x95\xBE\xE7\xB5\xB2"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x95\xBE\xE7\xB5\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.186109"], ["updated_at", "2022-09-29 09:08:51.186110"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE4\xB8\x80\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE4\xB8\x80\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.211700"], ["updated_at", "2022-09-29 09:08:51.211701"]] TRANSACTION (4.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE7\x86\x99\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE7\x86\x99\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.242035"], ["updated_at", "2022-09-29 09:08:51.242036"]] TRANSACTION (6.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE7\x86\x99\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE7\x86\x99\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.270104"], ["updated_at", "2022-09-29 09:08:51.270105"]] TRANSACTION (2.6ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE7\x86\x99\xE6\xB0\xB8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE7\x86\x99\xE6\xB0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.297512"], ["updated_at", "2022-09-29 09:08:51.297513"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE7\x86\x99\xE7\xB1\x81"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE7\x86\x99\xE7\xB1\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.318426"], ["updated_at", "2022-09-29 09:08:51.318427"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE7\x8E\x8B\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE7\x8E\x8B\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.346905"], ["updated_at", "2022-09-29 09:08:51.346906"]] TRANSACTION (3.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE7\x9D\xA3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE7\x9D\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.378964"], ["updated_at", "2022-09-29 09:08:51.378965"]] TRANSACTION (3.9ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x84\xE8\xB0\xB7\xE5\xBC\x80\xE6\x9D\xA5\xE5\xBA\xAD\xE5\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x84\xE8\xB0\xB7\xE5\xBC\x80\xE6\x9D\xA5\xE5\xBA\xAD\xE5\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.422048"], ["updated_at", "2022-09-29 09:08:51.422049"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x87\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x87\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.457154"], ["updated_at", "2022-09-29 09:08:51.457155"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\x9B\xE4\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\x9B\xE4\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.491842"], ["updated_at", "2022-09-29 09:08:51.491843"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\xAA\xE8\xB5\x84"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\xAA\xE8\xB5\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.514941"], ["updated_at", "2022-09-29 09:08:51.514942"]] TRANSACTION (4.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x96\xAA\xE8\xB5\x84\xE5\xBE\x85\xE9\x81\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x96\xAA\xE8\xB5\x84\xE5\xBE\x85\xE9\x81\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.542335"], ["updated_at", "2022-09-29 09:08:51.542335"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8Fdu"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8Fdu"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.570319"], ["updated_at", "2022-09-29 09:08:51.570321"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8Fm"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8Fm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.598574"], ["updated_at", "2022-09-29 09:08:51.598575"]] TRANSACTION (2.7ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.620976"], ["updated_at", "2022-09-29 09:08:51.620976"]] TRANSACTION (4.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE4\xBA\xBA\xE8\xA1\x8C\xE6\x94\xBF\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE4\xBA\xBA\xE8\xA1\x8C\xE6\x94\xBF\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.649836"], ["updated_at", "2022-09-29 09:08:51.649837"]] TRANSACTION (5.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE5\xA6\x87\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE5\xA6\x87\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.685584"], ["updated_at", "2022-09-29 09:08:51.685585"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE5\xA8\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE5\xA8\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.718829"], ["updated_at", "2022-09-29 09:08:51.718829"]] TRANSACTION (5.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE5\xAD\x97\xE7\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE5\xAD\x97\xE7\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.747804"], ["updated_at", "2022-09-29 09:08:51.747804"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE6\x98\xA5\xE9\x98\x81"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE6\x98\xA5\xE9\x98\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.774653"], ["updated_at", "2022-09-29 09:08:51.774654"]] TRANSACTION (2.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE6\x9A\xB4\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE6\x9A\xB4\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.800132"], ["updated_at", "2022-09-29 09:08:51.800133"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.821979"], ["updated_at", "2022-09-29 09:08:51.821980"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.849998"], ["updated_at", "2022-09-29 09:08:51.849999"]] TRANSACTION (5.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.881444"], ["updated_at", "2022-09-29 09:08:51.881445"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.908384"], ["updated_at", "2022-09-29 09:08:51.908385"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE7\x8D\xA8"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE7\x8D\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.930923"], ["updated_at", "2022-09-29 09:08:51.930924"]] TRANSACTION (3.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE8\xA5\xBF"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE8\xA5\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.962549"], ["updated_at", "2022-09-29 09:08:51.962550"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x97\x8F\xE9\x9D\x92\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x97\x8F\xE9\x9D\x92\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:51.996043"], ["updated_at", "2022-09-29 09:08:51.996047"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x8E\xE5\xA4\xB4\xE7\x8C\x8E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x8E\xE5\xA4\xB4\xE7\x8C\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.026904"], ["updated_at", "2022-09-29 09:08:52.026905"]] TRANSACTION (5.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x8E\xE9\xAA\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x8E\xE9\xAA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.062456"], ["updated_at", "2022-09-29 09:08:52.062457"]] TRANSACTION (5.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x90\xE5\xAE\xA0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x90\xE5\xAE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.098204"], ["updated_at", "2022-09-29 09:08:52.098205"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x90\xE5\xBE\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x90\xE5\xBE\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.124220"], ["updated_at", "2022-09-29 09:08:52.124220"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x90\xE6\x81\x8B\xE8\x8A\xB1\xE5\x9B\xAD"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x90\xE6\x81\x8B\xE8\x8A\xB1\xE5\x9B\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.154935"], ["updated_at", "2022-09-29 09:08:52.154936"]] TRANSACTION (4.4ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x90\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x90\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.188389"], ["updated_at", "2022-09-29 09:08:52.188390"]] TRANSACTION (3.8ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x90\xE7\x8C\xAB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x90\xE7\x8C\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.214024"], ["updated_at", "2022-09-29 09:08:52.214025"]] TRANSACTION (6.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x90\xE7\x95\x9C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x90\xE7\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.244335"], ["updated_at", "2022-09-29 09:08:52.244336"]] TRANSACTION (5.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\x95\xE7\x94\xB7"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\x95\xE7\x94\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.279172"], ["updated_at", "2022-09-29 09:08:52.279173"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\xAB\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\xAB\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.307494"], ["updated_at", "2022-09-29 09:08:52.307495"]] TRANSACTION (3.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x99\xB9\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x99\xB9\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.333100"], ["updated_at", "2022-09-29 09:08:52.333101"]] TRANSACTION (3.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9A\x81\xE5\x8A\x9B\xE7\xA5\x9E"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9A\x81\xE5\x8A\x9B\xE7\xA5\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.362434"], ["updated_at", "2022-09-29 09:08:52.362435"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9B\x8A\xE4\xB8\x80\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9B\x8A\xE4\xB8\x80\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.396727"], ["updated_at", "2022-09-29 09:08:52.396730"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9B\xA4\xE8\x9F\x86"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9B\xA4\xE8\x9F\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.423320"], ["updated_at", "2022-09-29 09:08:52.423320"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9B\xA4\xE8\x9F\x86\xE8\xBD\xAC\xE4\xB8\x96"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9B\xA4\xE8\x9F\x86\xE8\xBD\xAC\xE4\xB8\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.450343"], ["updated_at", "2022-09-29 09:08:52.450344"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9C\x9C\xE6\xA1\x83"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9C\x9C\xE6\xA1\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.480364"], ["updated_at", "2022-09-29 09:08:52.480365"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9C\x9C\xE6\xA1\x83\xE6\x88\x90\xE7\x86\x9F\xE6\x97\xB6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9C\x9C\xE6\xA1\x83\xE6\x88\x90\xE7\x86\x9F\xE6\x97\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.509827"], ["updated_at", "2022-09-29 09:08:52.509828"]] TRANSACTION (3.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9C\x9C\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9C\x9C\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.538009"], ["updated_at", "2022-09-29 09:08:52.538010"]] TRANSACTION (4.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9C\x9C\xE6\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9C\x9C\xE6\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.571677"], ["updated_at", "2022-09-29 09:08:52.571678"]] TRANSACTION (6.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9C\x9C\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9C\x9C\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.608221"], ["updated_at", "2022-09-29 09:08:52.608222"]] TRANSACTION (4.9ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9D\x87\xE6\xAF\x92"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9D\x87\xE6\xAF\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.644644"], ["updated_at", "2022-09-29 09:08:52.644645"]] TRANSACTION (5.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9D\xB6\xE8\x88\x9E\xE6\x8C\x89"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9D\xB6\xE8\x88\x9E\xE6\x8C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.681777"], ["updated_at", "2022-09-29 09:08:52.681778"]] TRANSACTION (4.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9F\x86\xE5\x8F\xAB\xE4\xB8\x93\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9F\x86\xE5\x8F\xAB\xE4\xB8\x93\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.716430"], ["updated_at", "2022-09-29 09:08:52.716431"]] TRANSACTION (5.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\x9F\xBE\xE8\x9C\x8D\xE8\xBF\x81\xE5\xBE\x99"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\x9F\xBE\xE8\x9C\x8D\xE8\xBF\x81\xE5\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.746370"], ["updated_at", "2022-09-29 09:08:52.746371"]] TRANSACTION (6.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.785955"], ["updated_at", "2022-09-29 09:08:52.785956"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE6\x81\x8B"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE6\x81\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.818817"], ["updated_at", "2022-09-29 09:08:52.818818"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE6\x9F\x93\xE7\x9A\x84\xE9\xA3\x8E\xE9\x87\x87"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (13.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE6\x9F\x93\xE7\x9A\x84\xE9\xA3\x8E\xE9\x87\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.846244"], ["updated_at", "2022-09-29 09:08:52.846245"]] TRANSACTION (5.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE6\xB4\x97\xE4\xBA\xAC\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE6\xB4\x97\xE4\xBA\xAC\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.886588"], ["updated_at", "2022-09-29 09:08:52.886589"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE6\xBA\x85\xE4\xBA\xBA\xE6\xB0\x91\xE5\xA4\xA9\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE6\xBA\x85\xE4\xBA\xBA\xE6\xB0\x91\xE5\xA4\xA9\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.914745"], ["updated_at", "2022-09-29 09:08:52.914746"]] TRANSACTION (3.4ms) COMMIT User Load (10.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE6\xBA\x85\xE7\xBA\xA2\xE7\x81\xAF\xE5\x8C\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE6\xBA\x85\xE7\xBA\xA2\xE7\x81\xAF\xE5\x8C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.948438"], ["updated_at", "2022-09-29 09:08:52.948438"]] TRANSACTION (6.9ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE8\x85\xA5\xE6\xB8\x85\xE5\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE8\x85\xA5\xE6\xB8\x85\xE5\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:52.987225"], ["updated_at", "2022-09-29 09:08:52.987227"]] TRANSACTION (5.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE8\x89\xB2\xE4\xBA\xAC\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE8\x89\xB2\xE4\xBA\xAC\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.022492"], ["updated_at", "2022-09-29 09:08:53.022493"]] TRANSACTION (5.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x80\xE8\x89\xB2\xE4\xBA\xAC\xE7\x95\xBF"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x80\xE8\x89\xB2\xE4\xBA\xAC\xE7\x95\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.053935"], ["updated_at", "2022-09-29 09:08:53.053935"]] TRANSACTION (4.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x8C\xE6\x88\xBF"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x8C\xE6\x88\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.083126"], ["updated_at", "2022-09-29 09:08:53.083127"]] TRANSACTION (2.7ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\x8C\xE9\x95\xBF\xE7\x8E\x8B\xE7\x9B\x8A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\x8C\xE9\x95\xBF\xE7\x8E\x8B\xE7\x9B\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.105737"], ["updated_at", "2022-09-29 09:08:53.105738"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\xA3\xE6\x9C\x8D\xE9\x87\x8C"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\xA3\xE6\x9C\x8D\xE9\x87\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.128522"], ["updated_at", "2022-09-29 09:08:53.128522"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\xA4\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\xA4\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.154533"], ["updated_at", "2022-09-29 09:08:53.154534"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\xA5\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\xA5\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.185890"], ["updated_at", "2022-09-29 09:08:53.185891"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\xA5\xE5\x8A\xA9"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\xA5\xE5\x8A\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.210488"], ["updated_at", "2022-09-29 09:08:53.210488"]] TRANSACTION (2.7ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA1\xA5\xE8\xB4\xB4"], ["LIMIT", 1]] TRANSACTION (10.3ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA1\xA5\xE8\xB4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.232929"], ["updated_at", "2022-09-29 09:08:53.232930"]] TRANSACTION (6.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\x81\xE4\xBC\x9F\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\x81\xE4\xBC\x9F\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.286326"], ["updated_at", "2022-09-29 09:08:53.286327"]] TRANSACTION (2.9ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\x81\xE8\x85\xBE\xE9\xA3\x9E"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\x81\xE8\x85\xBE\xE9\xA3\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.314062"], ["updated_at", "2022-09-29 09:08:53.314062"]] TRANSACTION (3.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\x92\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\x92\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.341086"], ["updated_at", "2022-09-29 09:08:53.341087"]] TRANSACTION (6.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\x9C\xE6\x8C\x89\xE6\x91\xA9"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\x9C\xE6\x8C\x89\xE6\x91\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.380479"], ["updated_at", "2022-09-29 09:08:53.380480"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.412960"], ["updated_at", "2022-09-29 09:08:53.412960"]] TRANSACTION (3.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.439463"], ["updated_at", "2022-09-29 09:08:53.439464"]] TRANSACTION (6.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE6\x8C\x87\xE6\x8A\x84\xE8\xA2\xAD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE6\x8C\x87\xE6\x8A\x84\xE8\xA2\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.474638"], ["updated_at", "2022-09-29 09:08:53.474639"]] TRANSACTION (3.3ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.503798"], ["updated_at", "2022-09-29 09:08:53.503799"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.528147"], ["updated_at", "2022-09-29 09:08:53.528147"]] TRANSACTION (3.6ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE7\x9B\x97"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE7\x9B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.557309"], ["updated_at", "2022-09-29 09:08:53.557310"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE8\x99\x90"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE8\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.590204"], ["updated_at", "2022-09-29 09:08:53.590205"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE8\xBF\xAB"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE8\xBF\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.615148"], ["updated_at", "2022-09-29 09:08:53.615149"]] TRANSACTION (3.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAB\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAB\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.644494"], ["updated_at", "2022-09-29 09:08:53.644495"]] TRANSACTION (5.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA2\xAD\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA2\xAD\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.678373"], ["updated_at", "2022-09-29 09:08:53.678374"]] TRANSACTION (4.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x85b"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x85b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.714945"], ["updated_at", "2022-09-29 09:08:53.714945"]] TRANSACTION (6.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x85\xE5\xBC\xB9\xE7\x94\xB2"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x85\xE5\xBC\xB9\xE7\x94\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.752874"], ["updated_at", "2022-09-29 09:08:53.752875"]] TRANSACTION (6.1ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x85\xE6\x9E\xAA\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x85\xE6\x9E\xAA\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.793237"], ["updated_at", "2022-09-29 09:08:53.793238"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x85\xE6\xB6\x88\xE9\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x85\xE6\xB6\x88\xE9\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.818379"], ["updated_at", "2022-09-29 09:08:53.818379"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x85\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x85\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.846107"], ["updated_at", "2022-09-29 09:08:53.846108"]] TRANSACTION (5.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x86\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x86\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.881272"], ["updated_at", "2022-09-29 09:08:53.881273"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x86\xE8\xA3\x86"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x86\xE8\xA3\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.908293"], ["updated_at", "2022-09-29 09:08:53.908294"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x99\xE4\xB8\xAD\xE6\x80\xA7\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x99\xE4\xB8\xAD\xE6\x80\xA7\xE8\xBF\x90\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.930326"], ["updated_at", "2022-09-29 09:08:53.930326"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x99\xE5\x8F\xB7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x99\xE5\x8F\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.958373"], ["updated_at", "2022-09-29 09:08:53.958373"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x99\xE5\xBA\x95"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x99\xE5\xBA\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:53.997391"], ["updated_at", "2022-09-29 09:08:53.997393"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\x9Db"], ["LIMIT", 1]] TRANSACTION (6.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\x9Db"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.031643"], ["updated_at", "2022-09-29 09:08:54.031643"]] TRANSACTION (9.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xA4\xE5\xAD\x90\xE5\x8F\x91\xE7\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xA4\xE5\xAD\x90\xE5\x8F\x91\xE7\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.078786"], ["updated_at", "2022-09-29 09:08:54.078787"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xA4\xE8\xA2\x9C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xA4\xE8\xA2\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.115274"], ["updated_at", "2022-09-29 09:08:54.115274"]] TRANSACTION (2.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xA4\xE8\xA3\x86"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xA4\xE8\xA3\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.139522"], ["updated_at", "2022-09-29 09:08:54.139526"]] TRANSACTION (3.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xA4\xE8\xA3\xA4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xA4\xE8\xA3\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.167896"], ["updated_at", "2022-09-29 09:08:54.167897"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE2\x80\x94\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE2\x80\x94\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.200361"], ["updated_at", "2022-09-29 09:08:54.200361"]] TRANSACTION (3.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xB9\x8B\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xB9\x8B\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.225678"], ["updated_at", "2022-09-29 09:08:54.225679"]] TRANSACTION (5.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xB9\x8B\xE7\xBE\x8E\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xB9\x8B\xE7\xBE\x8E\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.253560"], ["updated_at", "2022-09-29 09:08:54.253561"]] TRANSACTION (4.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.280961"], ["updated_at", "2022-09-29 09:08:54.280962"]] TRANSACTION (2.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.310556"], ["updated_at", "2022-09-29 09:08:54.310557"]] TRANSACTION (3.9ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x81\x9A\xE7\x88\xB1\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.344409"], ["updated_at", "2022-09-29 09:08:54.344410"]] TRANSACTION (4.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x86\x99\xE7\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x86\x99\xE7\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.382495"], ["updated_at", "2022-09-29 09:08:54.382497"]] TRANSACTION (8.6ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.422247"], ["updated_at", "2022-09-29 09:08:54.422247"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE5\xBA\x93"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE5\xBA\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.449578"], ["updated_at", "2022-09-29 09:08:54.449579"]] TRANSACTION (5.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.488153"], ["updated_at", "2022-09-29 09:08:54.488154"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\xA5\xB3\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\xA5\xB3\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.515384"], ["updated_at", "2022-09-29 09:08:54.515384"]] TRANSACTION (2.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\xBC\xA0\xE5\x92\xAA"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE5\xBC\xA0\xE5\x92\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.538884"], ["updated_at", "2022-09-29 09:08:54.538886"]] TRANSACTION (3.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE6\x80\xA7\xE6\x84\x9F\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE6\x80\xA7\xE6\x84\x9F\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.571974"], ["updated_at", "2022-09-29 09:08:54.571974"]] TRANSACTION (7.4ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE6\x98\x9F\xE7\xA9\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE6\x98\x9F\xE7\xA9\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.612444"], ["updated_at", "2022-09-29 09:08:54.612446"]] TRANSACTION (3.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE7\x85\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE7\x85\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.642620"], ["updated_at", "2022-09-29 09:08:54.642621"]] TRANSACTION (3.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE7\xA7\x80"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE7\xA7\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.671630"], ["updated_at", "2022-09-29 09:08:54.671631"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.706164"], ["updated_at", "2022-09-29 09:08:54.706165"]] TRANSACTION (4.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE8\x87\xAA\xE6\x8B\x8D"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE8\x87\xAA\xE6\x8B\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.732043"], ["updated_at", "2022-09-29 09:08:54.732044"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE8\x87\xAA\xE6\x91\xB8"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE4\xBD\x93\xE8\x87\xAA\xE6\x91\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.761117"], ["updated_at", "2022-09-29 09:08:54.761117"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE5\xA5\x94"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE5\xA5\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.791561"], ["updated_at", "2022-09-29 09:08:54.791562"]] TRANSACTION (2.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.815437"], ["updated_at", "2022-09-29 09:08:54.815438"]] TRANSACTION (3.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE5\xA5\xB3\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE5\xA5\xB3\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.842854"], ["updated_at", "2022-09-29 09:08:54.842855"]] TRANSACTION (4.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE5\xA6\x9E"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE5\xA6\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.877339"], ["updated_at", "2022-09-29 09:08:54.877342"]] TRANSACTION (3.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.921397"], ["updated_at", "2022-09-29 09:08:54.921401"]] TRANSACTION (5.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE6\xB3\xB3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE6\xB3\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.956703"], ["updated_at", "2022-09-29 09:08:54.956704"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:54.994809"], ["updated_at", "2022-09-29 09:08:54.994810"]] TRANSACTION (4.3ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE7\x85\xA7"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE7\x85\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.026996"], ["updated_at", "2022-09-29 09:08:55.026996"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE7\x85\xA7\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE7\x85\xA7\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.060707"], ["updated_at", "2022-09-29 09:08:55.060708"]] TRANSACTION (6.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE7\x9B\xB8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE7\x9B\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.097872"], ["updated_at", "2022-09-29 09:08:55.097874"]] TRANSACTION (3.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE7\xAA\x81\xE7\x84\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE7\xAA\x81\xE7\x84\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.126656"], ["updated_at", "2022-09-29 09:08:55.126657"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.156465"], ["updated_at", "2022-09-29 09:08:55.156465"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.187975"], ["updated_at", "2022-09-29 09:08:55.187977"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE6\xBF\x80\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE6\xBF\x80\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.218550"], ["updated_at", "2022-09-29 09:08:55.218550"]] TRANSACTION (6.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.251003"], ["updated_at", "2022-09-29 09:08:55.251004"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.285721"], ["updated_at", "2022-09-29 09:08:55.285722"]] TRANSACTION (2.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE8\xA7\x86\xE8\xAE\xAF\xE5\xA6\xB9\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x81\x8A\xE8\xA7\x86\xE8\xAE\xAF\xE5\xA6\xB9\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.312921"], ["updated_at", "2022-09-29 09:08:55.312921"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.337340"], ["updated_at", "2022-09-29 09:08:55.337341"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x87\x80"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.367464"], ["updated_at", "2022-09-29 09:08:55.367465"]] TRANSACTION (4.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x88\x9E\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x88\x9E\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.406053"], ["updated_at", "2022-09-29 09:08:55.406053"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\x88\x9E\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\x88\x9E\xE8\xA7\x86\xE9\xA2\x91\xE8\x81\x8A\xE5\xA4\xA9\xE5\xAE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.434294"], ["updated_at", "2022-09-29 09:08:55.434295"]] TRANSACTION (3.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\xB6\xB3"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\xB6\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.469365"], ["updated_at", "2022-09-29 09:08:55.469366"]] TRANSACTION (3.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.503999"], ["updated_at", "2022-09-29 09:08:55.504000"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE9\x99\xAA"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE9\x99\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.529666"], ["updated_at", "2022-09-29 09:08:55.529666"]] TRANSACTION (5.0ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE9\x9C\xB2"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE9\x9C\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.558408"], ["updated_at", "2022-09-29 09:08:55.558409"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xE9\xAB\x94"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xE9\xAB\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.590869"], ["updated_at", "2022-09-29 09:08:55.590870"]] TRANSACTION (2.7ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB8\xEF\xBC\x8C\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB8\xEF\xBC\x8C\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.614038"], ["updated_at", "2022-09-29 09:08:55.614039"]] TRANSACTION (3.2ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA3\xB9\xE6\x9C\xAC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA3\xB9\xE6\x9C\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.636497"], ["updated_at", "2022-09-29 09:08:55.636498"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA4\xAA\xE5\xB0\xBD"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA4\xAA\xE5\xB0\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.667870"], ["updated_at", "2022-09-29 09:08:55.667871"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xA0\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xA0\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.700261"], ["updated_at", "2022-09-29 09:08:55.700261"]] TRANSACTION (3.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBFz"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBFz"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.725295"], ["updated_at", "2022-09-29 09:08:55.725295"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE5\xA5\x98"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE5\xA5\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.752052"], ["updated_at", "2022-09-29 09:08:55.752053"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE5\xB8\x83\xE6\x9B\xB2\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE5\xB8\x83\xE6\x9B\xB2\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.777778"], ["updated_at", "2022-09-29 09:08:55.777779"]] TRANSACTION (4.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE6\x9C\x8D\xE8\xBF\x9B\xE5\x8E\xBB"], ["LIMIT", 1]] TRANSACTION (1.3ms) BEGIN User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE6\x9C\x8D\xE8\xBF\x9B\xE5\x8E\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.806574"], ["updated_at", "2022-09-29 09:08:55.806574"]] TRANSACTION (2.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE7\x82\xB9\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE7\x82\xB9\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.825277"], ["updated_at", "2022-09-29 09:08:55.825278"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE7\x82\xB9\xE5\x86\x9B\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE7\x82\xB9\xE5\x86\x9B\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.851397"], ["updated_at", "2022-09-29 09:08:55.851398"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.885003"], ["updated_at", "2022-09-29 09:08:55.885004"]] TRANSACTION (8.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x84\x8F"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x84\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.918464"], ["updated_at", "2022-09-29 09:08:55.918465"]] TRANSACTION (2.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x87\xA7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x87\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.942875"], ["updated_at", "2022-09-29 09:08:55.942876"]] TRANSACTION (2.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x91\xAC"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x91\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.966891"], ["updated_at", "2022-09-29 09:08:55.966892"]] TRANSACTION (4.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:55.997932"], ["updated_at", "2022-09-29 09:08:55.997933"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F,\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F,\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.020281"], ["updated_at", "2022-09-29 09:08:56.020282"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBA\xBA\xE6\x9D\x83\xE4\xB8\x8E\xE6\xB0\x91\xE4\xB8\xBB\xE4\xBF\x83"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBA\xBA\xE6\x9D\x83\xE4\xB8\x8E\xE6\xB0\x91\xE4\xB8\xBB\xE4\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.047363"], ["updated_at", "2022-09-29 09:08:56.047364"]] TRANSACTION (4.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBA\xBA\xE6\xB0\x91\xE5\xA4\xA7\xE8\xB5\xB7\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBA\xBA\xE6\xB0\x91\xE5\xA4\xA7\xE8\xB5\xB7\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.077445"], ["updated_at", "2022-09-29 09:08:56.077446"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBA\xBA\xE6\xB0\x91\xE8\xAE\xAE\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBA\xBA\xE6\xB0\x91\xE8\xAE\xAE\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.106712"], ["updated_at", "2022-09-29 09:08:56.106713"]] TRANSACTION (6.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBD\x9C\xE5\xAE\xB6\xE7\xBB\x84\xE7\xBB\x87"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE4\xBD\x9C\xE5\xAE\xB6\xE7\xBB\x84\xE7\xBB\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.135475"], ["updated_at", "2022-09-29 09:08:56.135476"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE5\x8A\xA8\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE5\x8A\xA8\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.163046"], ["updated_at", "2022-09-29 09:08:56.163047"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE5\x90\x8D\xE5\x89\xAF\xE5\x85\xB6\xE5\xAE\x9E\xE7\x9A\x84\xE8\x87\xAA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE5\x90\x8D\xE5\x89\xAF\xE5\x85\xB6\xE5\xAE\x9E\xE7\x9A\x84\xE8\x87\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.194517"], ["updated_at", "2022-09-29 09:08:56.194518"]] TRANSACTION (5.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE5\x9B\xBD\xE5\xAE\xB6\xE6\xB0\x91\xE4\xB8\xBB\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE5\x9B\xBD\xE5\xAE\xB6\xE6\xB0\x91\xE4\xB8\xBB\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.219361"], ["updated_at", "2022-09-29 09:08:56.219363"]] TRANSACTION (2.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE6\x94\xBF\xE6\xB2\xBB\xE7\x8A\xAF\xE8\xBF\x90\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE6\x94\xBF\xE6\xB2\xBB\xE7\x8A\xAF\xE8\xBF\x90\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.245639"], ["updated_at", "2022-09-29 09:08:56.245640"]] TRANSACTION (4.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE6\xB5\x81\xE4\xBA\xA1\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE6\xB5\x81\xE4\xBA\xA1\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.277245"], ["updated_at", "2022-09-29 09:08:56.277246"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE7\x8B\xAC"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE7\x8B\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.308178"], ["updated_at", "2022-09-29 09:08:56.308179"]] TRANSACTION (3.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.332097"], ["updated_at", "2022-09-29 09:08:56.332097"]] TRANSACTION (3.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE7\x8B\xAC\xE7\xAB\x8B\xE5\xAE\xA3\xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE7\x8B\xAC\xE7\xAB\x8B\xE5\xAE\xA3\xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.361793"], ["updated_at", "2022-09-29 09:08:56.361794"]] TRANSACTION (5.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE9\x99\x90"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE9\x99\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.397489"], ["updated_at", "2022-09-29 09:08:56.397489"]] TRANSACTION (3.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE9\xAB\x98\xE5\xBA\xA6\xE8\x87\xAA\xE6\xB2\xBB"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA5\xBF\xE8\x97\x8F\xE9\xAB\x98\xE5\xBA\xA6\xE8\x87\xAA\xE6\xB2\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.431518"], ["updated_at", "2022-09-29 09:08:56.431519"]] TRANSACTION (4.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA6\x81\xE5\xB0\x84\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA6\x81\xE5\xB0\x84\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.470060"], ["updated_at", "2022-09-29 09:08:56.470061"]] TRANSACTION (6.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA6\x81\xE5\xB0\x84\xE7\xB2\xBE\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA6\x81\xE5\xB0\x84\xE7\xB2\xBE\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.518536"], ["updated_at", "2022-09-29 09:08:56.518537"]] TRANSACTION (4.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA6\x81\xE6\x88\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA6\x81\xE6\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.548619"], ["updated_at", "2022-09-29 09:08:56.548620"]] TRANSACTION (5.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA6\x81\xE6\xB3\x84\xE4\xBA\x86"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA6\x81\xE6\xB3\x84\xE4\xBA\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.585396"], ["updated_at", "2022-09-29 09:08:56.585397"]] TRANSACTION (5.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x82\xE4\xB8\x96\xE9\x9F\xB3"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x82\xE4\xB8\x96\xE9\x9F\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.622195"], ["updated_at", "2022-09-29 09:08:56.622195"]] TRANSACTION (4.4ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x82\xE9\x9F\xB3\xE6\xB3\x95\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x82\xE9\x9F\xB3\xE6\xB3\x95\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.656231"], ["updated_at", "2022-09-29 09:08:56.656232"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x84\xE6\xA8\xA1\xE5\x86\xB2\xE7\xAA\x81"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x84\xE6\xA8\xA1\xE5\x86\xB2\xE7\xAA\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.687727"], ["updated_at", "2022-09-29 09:08:56.687728"]] TRANSACTION (3.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x86\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x86\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.726037"], ["updated_at", "2022-09-29 09:08:56.726038"]] TRANSACTION (5.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x86\xE8\xA7\xA3\xE5\xAF\x86"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x86\xE8\xA7\xA3\xE5\xAF\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.761521"], ["updated_at", "2022-09-29 09:08:56.761522"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x86\xE9\xA2\x91\xE6\x9D\xA5\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x86\xE9\xA2\x91\xE6\x9D\xA5\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.797147"], ["updated_at", "2022-09-29 09:08:56.797148"]] TRANSACTION (3.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x86\xE9\xA2\x91\xE6\xBF\x80\xE6\x83\x85\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x86\xE9\xA2\x91\xE6\xBF\x80\xE6\x83\x85\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.829646"], ["updated_at", "2022-09-29 09:08:56.829647"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x86\xE9\xA2\x91\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x86\xE9\xA2\x91\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.863333"], ["updated_at", "2022-09-29 09:08:56.863334"]] TRANSACTION (4.5ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x89\xE5\xBE\x97\xE4\xB8\x8D\xE9\x94\x99"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x89\xE5\xBE\x97\xE4\xB8\x8D\xE9\x94\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.901388"], ["updated_at", "2022-09-29 09:08:56.901389"]] TRANSACTION (3.5ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x89\xE5\xBE\x97\xE5\xBE\x88\xE4\xB8\x8D\xE9\x94\x99"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x89\xE5\xBE\x97\xE5\xBE\x88\xE4\xB8\x8D\xE9\x94\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.937634"], ["updated_at", "2022-09-29 09:08:56.937635"]] TRANSACTION (5.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\x92\xE5\xAD\x90\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\x92\xE5\xAD\x90\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:56.978706"], ["updated_at", "2022-09-29 09:08:56.978708"]] TRANSACTION (7.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE4\xBD\x93\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (7.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE4\xBD\x93\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.028735"], ["updated_at", "2022-09-29 09:08:57.028737"]] TRANSACTION (6.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE4\xBD\x93\xE7\x9A\x84\xE5\x91\xBD\xE8\xBF\x90"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE4\xBD\x93\xE7\x9A\x84\xE5\x91\xBD\xE8\xBF\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.079200"], ["updated_at", "2022-09-29 09:08:57.079201"]] TRANSACTION (5.9ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE5\x86\xB3\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE5\x86\xB3\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.122318"], ["updated_at", "2022-09-29 09:08:57.122318"]] TRANSACTION (7.8ms) COMMIT User Load (9.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE5\x89\x96\xE5\xA5\xB3\xE5\xB0\xB8"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE5\x89\x96\xE5\xA5\xB3\xE5\xB0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.164960"], ["updated_at", "2022-09-29 09:08:57.164962"]] TRANSACTION (6.9ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE5\xAF\x86\xE8\xBD\xAF\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE5\xAF\x86\xE8\xBD\xAF\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.214149"], ["updated_at", "2022-09-29 09:08:57.214151"]] TRANSACTION (6.3ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE5\xB8\xA6"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE5\xB8\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.264332"], ["updated_at", "2022-09-29 09:08:57.264333"]] TRANSACTION (12.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.315359"], ["updated_at", "2022-09-29 09:08:57.315360"]] TRANSACTION (4.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE6\x94\xBEtw"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE6\x94\xBEtw"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.347560"], ["updated_at", "2022-09-29 09:08:57.347561"]] TRANSACTION (5.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE6\x94\xBE\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE6\x94\xBE\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.385020"], ["updated_at", "2022-09-29 09:08:57.385021"]] TRANSACTION (4.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE6\x94\xBE\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE6\x94\xBE\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.422325"], ["updated_at", "2022-09-29 09:08:57.422325"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE7\xA0\x81\xE5\xBC\x80\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE7\xA0\x81\xE5\xBC\x80\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.449573"], ["updated_at", "2022-09-29 09:08:57.449574"]] TRANSACTION (4.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE7\xA6\x81"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE7\xA6\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.485862"], ["updated_at", "2022-09-29 09:08:57.485864"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA7\xA3\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA7\xA3\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.527705"], ["updated_at", "2022-09-29 09:08:57.527706"]] TRANSACTION (4.2ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA8\x80\xE8\xA2\xAB\xE5\x8A\xB3\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (12.0ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA8\x80\xE8\xA2\xAB\xE5\x8A\xB3\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.561703"], ["updated_at", "2022-09-29 09:08:57.561704"]] TRANSACTION (6.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA8\x80\xE8\xAE\xBA\xE7\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA8\x80\xE8\xAE\xBA\xE7\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.619449"], ["updated_at", "2022-09-29 09:08:57.619450"]] TRANSACTION (3.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA9\xB3\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA9\xB3\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.654509"], ["updated_at", "2022-09-29 09:08:57.654510"]] TRANSACTION (5.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xA9\xB3\xE6\x83\x85+\xE4\xBC\x81\xE9\xB5\x9D"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xA9\xB3\xE6\x83\x85+\xE4\xBC\x81\xE9\xB5\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.691794"], ["updated_at", "2022-09-29 09:08:57.691795"]] TRANSACTION (5.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAA\x98\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAA\x98\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.734588"], ["updated_at", "2022-09-29 09:08:57.734589"]] TRANSACTION (6.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAA\xA0\xE6\x8B\x9B"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAA\xA0\xE6\x8B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.772491"], ["updated_at", "2022-09-29 09:08:57.772492"]] TRANSACTION (6.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.817301"], ["updated_at", "2022-09-29 09:08:57.817302"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\x8C\xAA\xE4\xB8\x80\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\x8C\xAA\xE4\xB8\x80\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.849882"], ["updated_at", "2022-09-29 09:08:57.849883"]] TRANSACTION (6.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.892703"], ["updated_at", "2022-09-29 09:08:57.892704"]] TRANSACTION (5.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.935394"], ["updated_at", "2022-09-29 09:08:57.935394"]] TRANSACTION (7.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE6\xAE\xB4\xE6\x89\x93"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE6\xAE\xB4\xE6\x89\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:57.976343"], ["updated_at", "2022-09-29 09:08:57.976344"]] TRANSACTION (6.5ms) COMMIT User Load (11.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE7\x9A\x84\xE5\xB9\x8C"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE7\x9A\x84\xE5\xB9\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.031809"], ["updated_at", "2022-09-29 09:08:58.031810"]] TRANSACTION (7.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE8\xA2\xAB"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE8\xA2\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.073202"], ["updated_at", "2022-09-29 09:08:58.073203"]] TRANSACTION (5.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE8\xAF\xB4\xE4\xBF\x9D"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\xAF\x9F\xE8\xAF\xB4\xE4\xBF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.114743"], ["updated_at", "2022-09-29 09:08:58.114744"]] TRANSACTION (4.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE5\xBE\xBD"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE5\xBE\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.152604"], ["updated_at", "2022-09-29 09:08:58.152605"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE6\x96\xB9\xE5\x8C\x85\xE5\xBA\x87"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE6\x96\xB9\xE5\x8C\x85\xE5\xBA\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.189963"], ["updated_at", "2022-09-29 09:08:58.189964"]] TRANSACTION (7.8ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE6\xB0\x91\xE5\x86\xB2\xE7\xAA\x81"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE6\xB0\x91\xE5\x86\xB2\xE7\xAA\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.239807"], ["updated_at", "2022-09-29 09:08:58.239808"]] TRANSACTION (6.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE7\x94\xA8\xE5\x93\x81"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE7\x94\xA8\xE5\x93\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.281024"], ["updated_at", "2022-09-29 09:08:58.281025"]] TRANSACTION (6.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAD\xA6\xE8\xBD\xA6\xE9\x9B\xB7\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAD\xA6\xE8\xBD\xA6\xE9\x9B\xB7\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.327019"], ["updated_at", "2022-09-29 09:08:58.327020"]] TRANSACTION (5.5ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xA1\xE7\x94\x9F\xE9\xA3\x8E\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xA1\xE7\x94\x9F\xE9\xA3\x8E\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.365818"], ["updated_at", "2022-09-29 09:08:58.365819"]] TRANSACTION (6.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xA2\xE9\x98\x85"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xA2\xE9\x98\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.409626"], ["updated_at", "2022-09-29 09:08:58.409627"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xA4\xE7\x89\x8C\xE7\xBB\x9D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xA4\xE7\x89\x8C\xE7\xBB\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.442879"], ["updated_at", "2022-09-29 09:08:58.442879"]] TRANSACTION (3.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xA8\xE4\xBC\x90\xE4\xB8\xAD\xE5\xAE\xA3\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xA8\xE4\xBC\x90\xE4\xB8\xAD\xE5\xAE\xA3\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.487262"], ["updated_at", "2022-09-29 09:08:58.487263"]] TRANSACTION (4.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xA8\xE5\x8E\x8C\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xA8\xE5\x8E\x8C\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.531893"], ["updated_at", "2022-09-29 09:08:58.531894"]] TRANSACTION (5.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xA8\xE5\x9B\x9E\xE5\xB7\xA5\xE8\xB5\x84"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xA8\xE5\x9B\x9E\xE5\xB7\xA5\xE8\xB5\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.575563"], ["updated_at", "2022-09-29 09:08:58.575564"]] TRANSACTION (7.7ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xA8\xE8\xAF\xB4\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xA8\xE8\xAF\xB4\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.622182"], ["updated_at", "2022-09-29 09:08:58.622183"]] TRANSACTION (5.5ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xAD\xE8\xAF\xAB"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xAD\xE8\xAF\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.662634"], ["updated_at", "2022-09-29 09:08:58.662636"]] TRANSACTION (6.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB0\xE5\x8F\xB7\xE6\x89\x91\xE5\x85\x8B"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB0\xE5\x8F\xB7\xE6\x89\x91\xE5\x85\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.707048"], ["updated_at", "2022-09-29 09:08:58.707049"]] TRANSACTION (6.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB0\xE8\x80\x85\xE6\x97\xA0\xE7\x96\x86\xE7\x95\x8C"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB0\xE8\x80\x85\xE6\x97\xA0\xE7\x96\x86\xE7\x95\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.754463"], ["updated_at", "2022-09-29 09:08:58.754464"]] TRANSACTION (4.9ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB2\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB2\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.798554"], ["updated_at", "2022-09-29 09:08:58.798555"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB2\xE6\xB3\x95\xE4\xBC\xA0\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB2\xE6\xB3\x95\xE4\xBC\xA0\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.840329"], ["updated_at", "2022-09-29 09:08:58.840331"]] TRANSACTION (16.0ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB8\xE4\xB8\x87\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB8\xE4\xB8\x87\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.899055"], ["updated_at", "2022-09-29 09:08:58.899058"]] TRANSACTION (6.4ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB8\xE4\xB8\x96\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB8\xE4\xB8\x96\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.949456"], ["updated_at", "2022-09-29 09:08:58.949457"]] TRANSACTION (4.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB8\xE5\x85\xB6\xE4\xBA\xAE"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB8\xE5\x85\xB6\xE4\xBA\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:58.994081"], ["updated_at", "2022-09-29 09:08:58.994082"]] TRANSACTION (7.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB8\xE5\xAE\x97\xE8\xA1\xA1"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB8\xE5\xAE\x97\xE8\xA1\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.044373"], ["updated_at", "2022-09-29 09:08:59.044374"]] TRANSACTION (4.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB8\xE5\xAE\xB6\xE5\xB1\xAF"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB8\xE5\xAE\xB6\xE5\xB1\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.088832"], ["updated_at", "2022-09-29 09:08:59.088833"]] TRANSACTION (7.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB8\xE5\xBE\xB7\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (17.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB8\xE5\xBE\xB7\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.139831"], ["updated_at", "2022-09-29 09:08:59.139833"]] TRANSACTION (6.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xB8\xE8\xBF\x90\xE9\xB8\xBF"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xB8\xE8\xBF\x90\xE9\xB8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.203048"], ["updated_at", "2022-09-29 09:08:59.203050"]] TRANSACTION (7.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xBA\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xBA\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.262057"], ["updated_at", "2022-09-29 09:08:59.262058"]] TRANSACTION (6.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xBA\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xBA\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.306939"], ["updated_at", "2022-09-29 09:08:59.306941"]] TRANSACTION (5.5ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xBA\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xBA\xE6\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.354326"], ["updated_at", "2022-09-29 09:08:59.354332"]] TRANSACTION (5.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xBA\xE6\x96\x87\xE4\xBB\xA3"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xBA\xE6\x96\x87\xE4\xBB\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.392178"], ["updated_at", "2022-09-29 09:08:59.392179"]] TRANSACTION (8.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAE\xBF\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAE\xBF\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.438424"], ["updated_at", "2022-09-29 09:08:59.438425"]] TRANSACTION (5.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x81\xE4\xB9\xA6\xE5\x8A\x9E"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x81\xE4\xB9\xA6\xE5\x8A\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.479576"], ["updated_at", "2022-09-29 09:08:59.479577"]] TRANSACTION (7.0ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x81\xE4\xBB\xB6\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x81\xE4\xBB\xB6\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.533754"], ["updated_at", "2022-09-29 09:08:59.533756"]] TRANSACTION (5.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x81\xE4\xBB\xB6\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x81\xE4\xBB\xB6\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.584151"], ["updated_at", "2022-09-29 09:08:59.584152"]] TRANSACTION (5.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x81\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x81\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.636418"], ["updated_at", "2022-09-29 09:08:59.636419"]] TRANSACTION (6.8ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x81\xE7\x94\x9F\xE6\x88\x90\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x81\xE7\x94\x9F\xE6\x88\x90\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.690425"], ["updated_at", "2022-09-29 09:08:59.690426"]] TRANSACTION (8.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x81\xE7\x9B\x91\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x81\xE7\x9B\x91\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.741635"], ["updated_at", "2022-09-29 09:08:59.741636"]] TRANSACTION (6.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x84\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x84\xE4\xB8\xAD\xE5\x9B\xBD\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.784601"], ["updated_at", "2022-09-29 09:08:59.784602"]] TRANSACTION (5.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x84\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x84\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.825970"], ["updated_at", "2022-09-29 09:08:59.825972"]] TRANSACTION (6.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x88\xE9\xAA\x97\xE4\xBF\xA1\xE6\x81\xAF"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (7.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x88\xE9\xAA\x97\xE4\xBF\xA1\xE6\x81\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.871105"], ["updated_at", "2022-09-29 09:08:59.871107"]] TRANSACTION (5.3ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x89\xE8\xAE\xBC\xE9\x9B\x86\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (7.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x89\xE8\xAE\xBC\xE9\x9B\x86\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.932204"], ["updated_at", "2022-09-29 09:08:59.932255"]] TRANSACTION (6.2ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x95\xE5\x8D\xB7\xE3\x80\x81"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x95\xE5\x8D\xB7\xE3\x80\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:08:59.995921"], ["updated_at", "2022-09-29 09:08:59.995924"]] TRANSACTION (7.3ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE4\xBF\xA1\xE9\x80\x9A\xE6\x89\x8B\xE6\x9C\xBA\xE5\x95\x86\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE4\xBF\xA1\xE9\x80\x9A\xE6\x89\x8B\xE6\x9C\xBA\xE5\x95\x86\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.063364"], ["updated_at", "2022-09-29 09:09:00.063366"]] TRANSACTION (7.3ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.124933"], ["updated_at", "2022-09-29 09:09:00.124934"]] TRANSACTION (17.4ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE6\x84\x8F"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE6\x84\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.194446"], ["updated_at", "2022-09-29 09:09:00.194447"]] TRANSACTION (9.9ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE6\x8B\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE6\x8B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.262489"], ["updated_at", "2022-09-29 09:09:00.262490"]] TRANSACTION (6.7ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE5\xBD\x95\xE5\xAD\x97\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE5\xBD\x95\xE5\xAD\x97\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.314506"], ["updated_at", "2022-09-29 09:09:00.314507"]] TRANSACTION (5.6ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE6\x89\x93\xE2\x9C\x94\xE5\xAD\x97\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE6\x89\x93\xE2\x9C\x94\xE5\xAD\x97\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.367946"], ["updated_at", "2022-09-29 09:09:00.367947"]] TRANSACTION (8.8ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE6\x89\x93\xE5\xAD\x97\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (12.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE6\x89\x93\xE5\xAD\x97\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.425189"], ["updated_at", "2022-09-29 09:09:00.425191"]] TRANSACTION (7.1ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE7\xA0\x81\xE5\xAD\x97\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE5\xB0\x8F\xE8\xAF\xB4\xE7\xA0\x81\xE5\xAD\x97\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.494334"], ["updated_at", "2022-09-29 09:09:00.494335"]] TRANSACTION (7.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE6\x89\x8B\xE6\x9C\xBA\xE7\xBD\x91\xE8\xB5\x9A\xE4\xBA\xBA\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE6\x89\x8B\xE6\x9C\xBA\xE7\xBD\x91\xE8\xB5\x9A\xE4\xBA\xBA\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.551481"], ["updated_at", "2022-09-29 09:09:00.551483"]] TRANSACTION (9.2ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE6\x89\x8B\xE6\x9C\xBA\xE9\xAB\x98\xE8\x96\xAA\xE7\xBD\x91\xE8\xB5\x9A\xE4\xBA\xBA\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE6\x89\x8B\xE6\x9C\xBA\xE9\xAB\x98\xE8\x96\xAA\xE7\xBD\x91\xE8\xB5\x9A\xE4\xBA\xBA\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.611658"], ["updated_at", "2022-09-29 09:09:00.611660"]] TRANSACTION (7.6ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE7\xA0\x81\xE5\xAD\x97\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9A\xE9\x82\x80\xE7\xA0\x81\xE5\xAD\x97\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.664704"], ["updated_at", "2022-09-29 09:09:00.664705"]] TRANSACTION (8.1ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9D\xE5\x84\xBF"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9D\xE5\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.721603"], ["updated_at", "2022-09-29 09:09:00.721606"]] TRANSACTION (8.1ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9D\xE5\x9C\xA8\xE8\x82\x89\xE8\xBA\xAB\xE6\x98\xBE\xE7\x8E\xB0"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9D\xE5\x9C\xA8\xE8\x82\x89\xE8\xBA\xAB\xE6\x98\xBE\xE7\x8E\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.779996"], ["updated_at", "2022-09-29 09:09:00.779997"]] TRANSACTION (5.6ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9D\xE6\x9C\xAC"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9D\xE6\x9C\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.835334"], ["updated_at", "2022-09-29 09:09:00.835336"]] TRANSACTION (7.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\x9D\xE6\x9C\xAC\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\x9D\xE6\x9C\xAC\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.890379"], ["updated_at", "2022-09-29 09:09:00.890381"]] TRANSACTION (5.9ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xA6\xE6\x83\x85\xE8\xAF\xB7\xE8\xBF\x9B\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xA6\xE6\x83\x85\xE8\xAF\xB7\xE8\xBF\x9B\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.941786"], ["updated_at", "2022-09-29 09:09:00.941787"]] TRANSACTION (6.7ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xA6\xE8\xB0\x88"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xA6\xE8\xB0\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:00.995503"], ["updated_at", "2022-09-29 09:09:00.995504"]] TRANSACTION (8.3ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB1\xE4\xB8\x80\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB1\xE4\xB8\x80\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.055991"], ["updated_at", "2022-09-29 09:09:01.055992"]] TRANSACTION (7.9ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB1\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB1\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.112853"], ["updated_at", "2022-09-29 09:09:01.112855"]] TRANSACTION (7.5ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB1\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB1\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.173593"], ["updated_at", "2022-09-29 09:09:01.173595"]] TRANSACTION (10.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB1\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB1\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.229401"], ["updated_at", "2022-09-29 09:09:01.229403"]] TRANSACTION (7.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB1\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB1\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.288533"], ["updated_at", "2022-09-29 09:09:01.288534"]] TRANSACTION (6.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB1\xE6\x8B\x90"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB1\xE6\x8B\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.339359"], ["updated_at", "2022-09-29 09:09:01.339360"]] TRANSACTION (7.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB7\xE5\x81\x87"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB7\xE5\x81\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.389710"], ["updated_at", "2022-09-29 09:09:01.389712"]] TRANSACTION (11.7ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB7\xE5\x91\xBD"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB7\xE5\x91\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.451647"], ["updated_at", "2022-09-29 09:09:01.451649"]] TRANSACTION (6.8ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB7\xE6\x84\xBF"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB7\xE6\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.507820"], ["updated_at", "2022-09-29 09:09:01.507822"]] TRANSACTION (6.8ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB7\xE7\x82\xB9\xE5\x87\xBB\xE8\xBF\x9B\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB7\xE7\x82\xB9\xE5\x87\xBB\xE8\xBF\x9B\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.570517"], ["updated_at", "2022-09-29 09:09:01.570518"]] TRANSACTION (7.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB7\xE7\xA4\xBA\xE5\xA8\x81"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB7\xE7\xA4\xBA\xE5\xA8\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.613622"], ["updated_at", "2022-09-29 09:09:01.613623"]] TRANSACTION (13.7ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB7\xE9\x9B\x86\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB7\xE9\x9B\x86\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.668814"], ["updated_at", "2022-09-29 09:09:01.668816"]] TRANSACTION (9.4ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xB8\xE4\xB8\x96\xE7\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xB8\xE4\xB8\x96\xE7\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.736077"], ["updated_at", "2022-09-29 09:09:01.736078"]] TRANSACTION (6.7ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xBA\xE6\x9F\xA5\xE4\xB8\xB9\xE7\x8E\x9B\xE6\x96\xAF"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xBA\xE6\x9F\xA5\xE4\xB8\xB9\xE7\x8E\x9B\xE6\x96\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.793622"], ["updated_at", "2022-09-29 09:09:01.793624"]] TRANSACTION (7.2ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xAF\xBB\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xAF\xBB\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.849587"], ["updated_at", "2022-09-29 09:09:01.849589"]] TRANSACTION (6.3ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x81\xE4\xB8\xBA\xE8\x85\x90\xE8\xB4\xA5\xE6\x99\x9A\xE9\xA4\x90\xE4\xB9\xB0\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x81\xE4\xB8\xBA\xE8\x85\x90\xE8\xB4\xA5\xE6\x99\x9A\xE9\xA4\x90\xE4\xB9\xB0\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.898836"], ["updated_at", "2022-09-29 09:09:01.898838"]] TRANSACTION (5.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x81\xE6\x98\xAF\xE6\x96\xB0\xE4\xB8\xAD\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x81\xE6\x98\xAF\xE6\x96\xB0\xE4\xB8\xAD\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:01.949035"], ["updated_at", "2022-09-29 09:09:01.949036"]] TRANSACTION (13.1ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (22.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x81\xE6\x98\xAF\xE8\x83\xA1\xE7\x9A\x84\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x81\xE6\x98\xAF\xE8\x83\xA1\xE7\x9A\x84\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.028805"], ["updated_at", "2022-09-29 09:09:02.028809"]] TRANSACTION (7.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE4\xB8\x80\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE4\xB8\x80\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.099451"], ["updated_at", "2022-09-29 09:09:02.099452"]] TRANSACTION (5.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.136984"], ["updated_at", "2022-09-29 09:09:02.136985"]] TRANSACTION (6.5ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE6\x88\x8F"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE6\x88\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.178786"], ["updated_at", "2022-09-29 09:09:02.178786"]] TRANSACTION (11.0ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.257965"], ["updated_at", "2022-09-29 09:09:02.257967"]] TRANSACTION (5.8ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE6\x95\x99\xE4\xBA\xBA\xE5\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE6\x95\x99\xE4\xBA\xBA\xE5\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.314638"], ["updated_at", "2022-09-29 09:09:02.314639"]] TRANSACTION (6.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE6\x9F\xA5\xE5\x91\x98"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE6\x9F\xA5\xE5\x91\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.355316"], ["updated_at", "2022-09-29 09:09:02.355317"]] TRANSACTION (8.3ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE6\x9F\xA5\xE5\xA9\x9A\xE5\xA4\x96\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE6\x9F\xA5\xE5\xA9\x9A\xE5\xA4\x96\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.407923"], ["updated_at", "2022-09-29 09:09:02.407925"]] TRANSACTION (5.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x83\xE6\x9F\xA5\xE7\x9C\x9F\xE7\x9B\xB8\xE5\xA7\x94\xE5\x91\x98\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x83\xE6\x9F\xA5\xE7\x9C\x9F\xE7\x9B\xB8\xE5\xA7\x94\xE5\x91\x98\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.456989"], ["updated_at", "2022-09-29 09:09:02.456990"]] TRANSACTION (9.0ms) COMMIT User Load (10.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x93\xE7\x9A\x84\xE5\x92\x8C\xE8\xB0\x90"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x93\xE7\x9A\x84\xE5\x92\x8C\xE8\xB0\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.516710"], ["updated_at", "2022-09-29 09:09:02.516712"]] TRANSACTION (5.4ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\x9C\xE5\xA5\xB8\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\x9C\xE5\xA5\xB8\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.572383"], ["updated_at", "2022-09-29 09:09:02.572385"]] TRANSACTION (6.7ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xA2\xE4\xB8\xAD\xE4\xB9\x8B"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xA2\xE4\xB8\xAD\xE4\xB9\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.633487"], ["updated_at", "2022-09-29 09:09:02.633489"]] TRANSACTION (9.0ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xA2\xE8\xB0\xA2\xE5\xA4\xA7\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xA2\xE8\xB0\xA2\xE5\xA4\xA7\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.690490"], ["updated_at", "2022-09-29 09:09:02.690491"]] TRANSACTION (6.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xA2\xE9\x80\x89\xE9\xAA\x8F"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xA2\xE9\x80\x89\xE9\xAA\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.744528"], ["updated_at", "2022-09-29 09:09:02.744529"]] TRANSACTION (6.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xA2\xE9\x95\xBF\xE5\xBB\xB7"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xA2\xE9\x95\xBF\xE5\xBB\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.797486"], ["updated_at", "2022-09-29 09:09:02.797487"]] TRANSACTION (5.8ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xA2\xE9\x9D\x9E"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xA2\xE9\x9D\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.849838"], ["updated_at", "2022-09-29 09:09:02.849839"]] TRANSACTION (6.5ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xA4\xE7\xBD\xAA\xE8\x8E\xB7\xE5\x88\x91"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xA4\xE7\xBD\xAA\xE8\x8E\xB7\xE5\x88\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.896058"], ["updated_at", "2022-09-29 09:09:02.896059"]] TRANSACTION (7.0ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xAD\xE4\xBD\x9C\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xAD\xE4\xBD\x9C\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.946220"], ["updated_at", "2022-09-29 09:09:02.946222"]] TRANSACTION (8.3ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xAD\xE7\xBB\x8D\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xAD\xE7\xBB\x8D\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:02.995240"], ["updated_at", "2022-09-29 09:09:02.995242"]] TRANSACTION (5.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xB7\xE5\xBC\x80\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xB7\xE5\xBC\x80\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.045743"], ["updated_at", "2022-09-29 09:09:03.045744"]] TRANSACTION (6.6ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xB7\xE6\xAC\xA0"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xB7\xE6\xAC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.093533"], ["updated_at", "2022-09-29 09:09:03.093535"]] TRANSACTION (5.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB0\xB7\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB0\xB7\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.144641"], ["updated_at", "2022-09-29 09:09:03.144642"]] TRANSACTION (6.8ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB1\x86\xE8\x85\x90\xE5\x88\x9B\xE4\xBD\x9C\xE5\xAD\xA6\xE9\x99\xA2\xE7\xAC\xAC\xE4\xB8\x80\xE6\x9C\x9F\xE2\x80\x94\xE2\x80\x94\xE6\x8A\x84\xE8\xA2\xAD"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB1\x86\xE8\x85\x90\xE5\x88\x9B\xE4\xBD\x9C\xE5\xAD\xA6\xE9\x99\xA2\xE7\xAC\xAC\xE4\xB8\x80\xE6\x9C\x9F\xE2\x80\x94\xE2\x80\x94\xE6\x8A\x84\xE8\xA2\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.192645"], ["updated_at", "2022-09-29 09:09:03.192646"]] TRANSACTION (7.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB1\x86\xE8\x85\x90\xE6\xB8\xA3"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB1\x86\xE8\x85\x90\xE6\xB8\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.250499"], ["updated_at", "2022-09-29 09:09:03.250500"]] TRANSACTION (14.6ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB1\xAA\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB1\xAA\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.305673"], ["updated_at", "2022-09-29 09:09:03.305674"]] TRANSACTION (6.3ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB1\xAA\xE5\x9C\x88\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB1\xAA\xE5\x9C\x88\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.355434"], ["updated_at", "2022-09-29 09:09:03.355435"]] TRANSACTION (6.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB1\xB7\xE6\xBC\xA8\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB1\xB7\xE6\xBC\xA8\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.395942"], ["updated_at", "2022-09-29 09:09:03.395943"]] TRANSACTION (6.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB2\x93\xE5\x89\x87\xE6\x9D\xB1"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB2\x93\xE5\x89\x87\xE6\x9D\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.441018"], ["updated_at", "2022-09-29 09:09:03.441019"]] TRANSACTION (5.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB2\x93\xE6\xBE\xA4\xE6\x9D\xB1"], ["LIMIT", 1]] TRANSACTION (6.3ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB2\x93\xE6\xBE\xA4\xE6\x9D\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.483117"], ["updated_at", "2022-09-29 09:09:03.483119"]] TRANSACTION (8.5ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB2\x93\xE8\xB3\x8A\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB2\x93\xE8\xB3\x8A\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.542724"], ["updated_at", "2022-09-29 09:09:03.542726"]] TRANSACTION (5.4ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB3\xA4b"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB3\xA4b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.591023"], ["updated_at", "2022-09-29 09:09:03.591024"]] TRANSACTION (6.0ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB3\xA4\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB3\xA4\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.656508"], ["updated_at", "2022-09-29 09:09:03.656514"]] TRANSACTION (5.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB3\xA4\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB3\xA4\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.701092"], ["updated_at", "2022-09-29 09:09:03.701094"]] TRANSACTION (7.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB3\xA4\xE8\xB2\xA8"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB3\xA4\xE8\xB2\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.753728"], ["updated_at", "2022-09-29 09:09:03.753730"]] TRANSACTION (5.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB3\xBA\xE7\xB1\xB3"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB3\xBA\xE7\xB1\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.798181"], ["updated_at", "2022-09-29 09:09:03.798183"]] TRANSACTION (5.9ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB3\xBA\xE9\x8C\xA2"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB3\xBA\xE9\x8C\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.847043"], ["updated_at", "2022-09-29 09:09:03.847045"]] TRANSACTION (6.2ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\x9E\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (11.5ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\x9E\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.899476"], ["updated_at", "2022-09-29 09:09:03.899477"]] TRANSACTION (5.3ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xA1\xE6\x8C\xA1"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xA1\xE6\x8C\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:03.970395"], ["updated_at", "2022-09-29 09:09:03.970396"]] TRANSACTION (9.9ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xA2\xE4\xBC\x97\xE7\xA7\x91\xE6\x8A\x80"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xA2\xE4\xBC\x97\xE7\xA7\x91\xE6\x8A\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.039477"], ["updated_at", "2022-09-29 09:09:04.039478"]] TRANSACTION (6.5ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xA3\xE7\xBC\x96"], ["LIMIT", 1]] TRANSACTION (8.8ms) BEGIN User Load (9.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xA3\xE7\xBC\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.095783"], ["updated_at", "2022-09-29 09:09:04.095785"]] TRANSACTION (11.5ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xA5\xE5\x9F\xB9\xE8\xAE\xAD"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xA5\xE5\x9F\xB9\xE8\xAE\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.170790"], ["updated_at", "2022-09-29 09:09:04.170791"]] TRANSACTION (11.1ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xA8\xE6\x8A\xBC\xE8\xB4\xB7\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xA8\xE6\x8A\xBC\xE8\xB4\xB7\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.230856"], ["updated_at", "2022-09-29 09:09:04.230858"]] TRANSACTION (9.8ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAA20\xE4\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (9.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAA20\xE4\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.295797"], ["updated_at", "2022-09-29 09:09:04.295849"]] TRANSACTION (14.3ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAA\xE5\xAE\x98\xE4\xB9\x9F\xE8\xBE\x9B"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAA\xE5\xAE\x98\xE4\xB9\x9F\xE8\xBE\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.372041"], ["updated_at", "2022-09-29 09:09:04.372042"]] TRANSACTION (6.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAA\xE6\xB1\xA1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAA\xE6\xB1\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.433408"], ["updated_at", "2022-09-29 09:09:04.433409"]] TRANSACTION (6.3ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAA\xE6\xB1\xA1\xE8\x85\x90\xE8\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAA\xE6\xB1\xA1\xE8\x85\x90\xE8\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.490887"], ["updated_at", "2022-09-29 09:09:04.490889"]] TRANSACTION (5.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAA\xE8\x85\x90\xE8\xB4\xA2\xE5\xAF\x8C"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAA\xE8\x85\x90\xE8\xB4\xA2\xE5\xAF\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.536372"], ["updated_at", "2022-09-29 09:09:04.536373"]] TRANSACTION (7.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAA\xE8\xB4\xA2\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAA\xE8\xB4\xA2\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.586059"], ["updated_at", "2022-09-29 09:09:04.586060"]] TRANSACTION (5.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAD\xE4\xB9\xB0\xE5\x81\x87\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAD\xE4\xB9\xB0\xE5\x81\x87\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.634356"], ["updated_at", "2022-09-29 09:09:04.634357"]] TRANSACTION (5.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAD\xE4\xB9\xB0\xE5\x81\x87\xE5\xB8\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAD\xE4\xB9\xB0\xE5\x81\x87\xE5\xB8\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.682627"], ["updated_at", "2022-09-29 09:09:04.682628"]] TRANSACTION (13.7ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAD\xE4\xB9\xB0\xE5\x90\x84\xE7\xB1\xBB\xE8\x80\x83\xE7\x94\x9F\xE4\xBF\xA1\xE6\x81\xAFq"], ["LIMIT", 1]] TRANSACTION (7.8ms) BEGIN User Load (8.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAD\xE4\xB9\xB0\xE5\x90\x84\xE7\xB1\xBB\xE8\x80\x83\xE7\x94\x9F\xE4\xBF\xA1\xE6\x81\xAFq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.756791"], ["updated_at", "2022-09-29 09:09:04.756792"]] TRANSACTION (10.7ms) COMMIT User Load (15.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAF.\xE7\xA9\xBF"], ["LIMIT", 1]] TRANSACTION (11.4ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAF.\xE7\xA9\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.843763"], ["updated_at", "2022-09-29 09:09:04.843765"]] TRANSACTION (7.8ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAF\xE7\xA9\xBF"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAF\xE7\xA9\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.917402"], ["updated_at", "2022-09-29 09:09:04.917403"]] TRANSACTION (5.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xAF\xE9\x80\x9A\xE4\xB8\xA4\xE6\x9E\x81\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (8.9ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xAF\xE9\x80\x9A\xE4\xB8\xA4\xE6\x9E\x81\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:04.972478"], ["updated_at", "2022-09-29 09:09:04.972479"]] TRANSACTION (12.5ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB0\xE6\x8B\xBE\xE5\x91\xA8\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (9.8ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB0\xE6\x8B\xBE\xE5\x91\xA8\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.059642"], ["updated_at", "2022-09-29 09:09:05.059644"]] TRANSACTION (9.1ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB0\xE6\x8B\xBE\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB0\xE6\x8B\xBE\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.131495"], ["updated_at", "2022-09-29 09:09:05.131496"]] TRANSACTION (5.2ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB1b"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB1b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.181115"], ["updated_at", "2022-09-29 09:09:05.181116"]] TRANSACTION (9.3ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB1\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB1\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.248118"], ["updated_at", "2022-09-29 09:09:05.248120"]] TRANSACTION (9.5ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB1\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (7.6ms) BEGIN User Load (12.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (15.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB1\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.311445"], ["updated_at", "2022-09-29 09:09:05.311447"]] TRANSACTION (6.7ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB1\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (7.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB1\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.394235"], ["updated_at", "2022-09-29 09:09:05.394236"]] TRANSACTION (7.1ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB1\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB1\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.450928"], ["updated_at", "2022-09-29 09:09:05.450929"]] TRANSACTION (8.2ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB7\xE5\x80\x9F\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (7.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB7\xE5\x80\x9F\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.502211"], ["updated_at", "2022-09-29 09:09:05.502212"]] TRANSACTION (8.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB7\xE5\xBC\x80"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB7\xE5\xBC\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.559507"], ["updated_at", "2022-09-29 09:09:05.559508"]] TRANSACTION (7.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB7\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB7\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.618161"], ["updated_at", "2022-09-29 09:09:05.618161"]] TRANSACTION (6.3ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB9\xE7\xA7\x81\xE6\x9C\x8D"], ["LIMIT", 1]] TRANSACTION (6.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB9\xE7\xA7\x81\xE6\x9C\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.667285"], ["updated_at", "2022-09-29 09:09:05.667286"]] TRANSACTION (6.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xB9\xE8\x89\xAF\xE5\x8B\x87"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xB9\xE8\x89\xAF\xE5\x8B\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.716584"], ["updated_at", "2022-09-29 09:09:05.716585"]] TRANSACTION (8.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBA\xE4\xBA\x89"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBA\xE4\xBA\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.771866"], ["updated_at", "2022-09-29 09:09:05.771867"]] TRANSACTION (9.3ms) COMMIT User Load (7.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBA\xE5\x8D\xAB\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (9.9ms) BEGIN User Load (8.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBA\xE5\x8D\xAB\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.836134"], ["updated_at", "2022-09-29 09:09:05.836136"]] TRANSACTION (7.1ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBA\xE5\x9B\xBD\xE5\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBA\xE5\x9B\xBD\xE5\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.905137"], ["updated_at", "2022-09-29 09:09:05.905139"]] TRANSACTION (6.2ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBA\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBA\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:05.961209"], ["updated_at", "2022-09-29 09:09:05.961211"]] TRANSACTION (11.5ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBA\xE6\x96\x97"], ["LIMIT", 1]] TRANSACTION (7.9ms) BEGIN User Load (7.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBA\xE6\x96\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.025243"], ["updated_at", "2022-09-29 09:09:06.025245"]] TRANSACTION (11.0ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBA\xE7\xAB\x8B\xE6\x97\x97"], ["LIMIT", 1]] TRANSACTION (7.8ms) BEGIN User Load (7.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBA\xE7\xAB\x8B\xE6\x97\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.102336"], ["updated_at", "2022-09-29 09:09:06.102337"]] TRANSACTION (11.9ms) COMMIT User Load (15.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBA\xE9\x9B\xB7\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBA\xE9\x9B\xB7\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.195981"], ["updated_at", "2022-09-29 09:09:06.195982"]] TRANSACTION (6.6ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBC\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBC\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.259683"], ["updated_at", "2022-09-29 09:09:06.259684"]] TRANSACTION (5.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBE\xE5\xBA\x86\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (13.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBE\xE5\xBA\x86\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.307298"], ["updated_at", "2022-09-29 09:09:06.307299"]] TRANSACTION (9.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBE\xE5\xBB\xB7\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBE\xE5\xBB\xB7\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.375571"], ["updated_at", "2022-09-29 09:09:06.375572"]] TRANSACTION (8.7ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB4\xBE\xE8\x82\xB2\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB4\xBE\xE8\x82\xB2\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.441544"], ["updated_at", "2022-09-29 09:09:06.441546"]] TRANSACTION (5.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x84\xE6\x9C\xAC\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x84\xE6\x9C\xAC\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.483986"], ["updated_at", "2022-09-29 09:09:06.483987"]] TRANSACTION (7.4ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x84\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x84\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.530663"], ["updated_at", "2022-09-29 09:09:06.530664"]] TRANSACTION (7.1ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x84\xE9\x87\x91\xE5\x91\xA8\xE8\xBD\xAC"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x84\xE9\x87\x91\xE5\x91\xA8\xE8\xBD\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.585784"], ["updated_at", "2022-09-29 09:09:06.585785"]] TRANSACTION (7.8ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x84\xE9\x87\x91\xE7\x9F\xAD\xE7\xBC\xBA"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x84\xE9\x87\x91\xE7\x9F\xAD\xE7\xBC\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.635131"], ["updated_at", "2022-09-29 09:09:06.635133"]] TRANSACTION (6.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x8C\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x8C\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.688083"], ["updated_at", "2022-09-29 09:09:06.688084"]] TRANSACTION (9.6ms) COMMIT User Load (9.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x8C\xE5\x8D\x9A\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (7.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x8C\xE5\x8D\x9A\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.745186"], ["updated_at", "2022-09-29 09:09:06.745187"]] TRANSACTION (8.2ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x8C\xE6\x81\x92\xE6\x8C\x87"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (6.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x8C\xE6\x81\x92\xE6\x8C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.814673"], ["updated_at", "2022-09-29 09:09:06.814675"]] TRANSACTION (6.7ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x8C\xE7\x90\x83"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x8C\xE7\x90\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.875458"], ["updated_at", "2022-09-29 09:09:06.875459"]] TRANSACTION (7.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x8C\xE7\x90\x83\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x8C\xE7\x90\x83\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.926347"], ["updated_at", "2022-09-29 09:09:06.926348"]] TRANSACTION (6.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x94\xE7\x8E\x87"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x94\xE7\x8E\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:06.975550"], ["updated_at", "2022-09-29 09:09:06.975551"]] TRANSACTION (6.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x96\xE5\x85\x8B\xE6\xB8\xB8"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x96\xE5\x85\x8B\xE6\xB8\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.022999"], ["updated_at", "2022-09-29 09:09:07.023000"]] TRANSACTION (5.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x96\xE5\xB0\x8F\xE4\xBA\xAC"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x96\xE5\xB0\x8F\xE4\xBA\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.070248"], ["updated_at", "2022-09-29 09:09:07.070249"]] TRANSACTION (5.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x96\xE5\xB0\x8F\xE6\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x96\xE5\xB0\x8F\xE6\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.111957"], ["updated_at", "2022-09-29 09:09:07.111958"]] TRANSACTION (7.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x96\xE5\xB0\x8F\xE9\xB9\x8F"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x96\xE5\xB0\x8F\xE9\xB9\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.161047"], ["updated_at", "2022-09-29 09:09:07.161049"]] TRANSACTION (9.8ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x96\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x96\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.222568"], ["updated_at", "2022-09-29 09:09:07.222569"]] TRANSACTION (6.6ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9A\xE7\xB1\xB3"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9A\xE7\xB1\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.275153"], ["updated_at", "2022-09-29 09:09:07.275154"]] TRANSACTION (5.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9A\xE9\x92\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9A\xE9\x92\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.321780"], ["updated_at", "2022-09-29 09:09:07.321781"]] TRANSACTION (10.1ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9A\xE9\x92\xB1\xE8\xB5\x84\xE6\x96\x99"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9A\xE9\x92\xB1\xE8\xB5\x84\xE6\x96\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.376837"], ["updated_at", "2022-09-29 09:09:07.376839"]] TRANSACTION (7.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9B\xE5\x85\x8B\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (8.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9B\xE5\x85\x8B\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.435254"], ["updated_at", "2022-09-29 09:09:07.435256"]] TRANSACTION (5.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9B\xE5\x90\x8E\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9B\xE5\x90\x8E\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.501385"], ["updated_at", "2022-09-29 09:09:07.501386"]] TRANSACTION (9.6ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9B\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (8.5ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9B\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.569867"], ["updated_at", "2022-09-29 09:09:07.569869"]] TRANSACTION (6.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9B\xE9\xA9\xAC"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9B\xE9\xA9\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.635136"], ["updated_at", "2022-09-29 09:09:07.635137"]] TRANSACTION (6.9ms) COMMIT User Load (9.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\x9E\xE6\x88\x90,\xE8\xA5\xBF\xE8\x97\x8F,\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\x9E\xE6\x88\x90,\xE8\xA5\xBF\xE8\x97\x8F,\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.696124"], ["updated_at", "2022-09-29 09:09:07.696125"]] TRANSACTION (5.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA3\xE6\xB1\x9F\xE5\xAD\xA6\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA3\xE6\xB1\x9F\xE5\xAD\xA6\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.751724"], ["updated_at", "2022-09-29 09:09:07.751726"]] TRANSACTION (6.5ms) COMMIT User Load (8.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA3\xE6\xB1\x9F\xE5\xAD\xA6\xE9\x99\xA2\xE6\x9A\xB4\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA3\xE6\xB1\x9F\xE5\xAD\xA6\xE9\x99\xA2\xE6\x9A\xB4\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.800661"], ["updated_at", "2022-09-29 09:09:07.800662"]] TRANSACTION (5.7ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE3\x80\x82\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (8.6ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE3\x80\x82\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.854715"], ["updated_at", "2022-09-29 09:09:07.854716"]] TRANSACTION (15.1ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.926256"], ["updated_at", "2022-09-29 09:09:07.926257"]] TRANSACTION (10.3ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE5\x8C\x96"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (13.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE5\x8C\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:07.991654"], ["updated_at", "2022-09-29 09:09:07.991655"]] TRANSACTION (8.8ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE5\x8C\xAA"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE5\x8C\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.062509"], ["updated_at", "2022-09-29 09:09:08.062510"]] TRANSACTION (5.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE6\x9E\x9C"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE6\x9E\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.102593"], ["updated_at", "2022-09-29 09:09:08.102595"]] TRANSACTION (6.0ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE7\xB2\xBF"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE7\xB2\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.140437"], ["updated_at", "2022-09-29 09:09:08.140438"]] TRANSACTION (8.3ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.197136"], ["updated_at", "2022-09-29 09:09:08.197138"]] TRANSACTION (9.1ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE8\xA3\xB8\xE8\xA3\xB8"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE8\xA3\xB8\xE8\xA3\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.264026"], ["updated_at", "2022-09-29 09:09:08.264027"]] TRANSACTION (13.0ms) COMMIT User Load (9.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE8\xBA\xAB"], ["LIMIT", 1]] TRANSACTION (7.4ms) BEGIN User Load (8.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE8\xBA\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.336815"], ["updated_at", "2022-09-29 09:09:08.336817"]] TRANSACTION (8.0ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE8\xBA\xAB\xE8\x82\x89\xE6\x90\x8F"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (13.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE8\xBA\xAB\xE8\x82\x89\xE6\x90\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.406103"], ["updated_at", "2022-09-29 09:09:08.406105"]] TRANSACTION (8.0ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xA4\xE8\xBA\xAB\xE8\xA3\xB8\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xA4\xE8\xBA\xAB\xE8\xA3\xB8\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.478670"], ["updated_at", "2022-09-29 09:09:08.478672"]] TRANSACTION (6.7ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB0\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB0\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.536149"], ["updated_at", "2022-09-29 09:09:08.536150"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB0\xE5\x85\x89mm"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB0\xE5\x85\x89mm"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.581567"], ["updated_at", "2022-09-29 09:09:08.581568"]] TRANSACTION (6.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB0\xE5\x85\x89\xE5\x81\xB7\xE6\x8B\x8D\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB0\xE5\x85\x89\xE5\x81\xB7\xE6\x8B\x8D\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.630872"], ["updated_at", "2022-09-29 09:09:08.630873"]] TRANSACTION (7.7ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB0\xE5\x85\x89\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xB4\xB4\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB0\xE5\x85\x89\xE7\xBE\x8E\xE5\xA5\xB3\xE8\xB4\xB4\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.685155"], ["updated_at", "2022-09-29 09:09:08.685156"]] TRANSACTION (6.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB0\xE7\xA7\x81"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB0\xE7\xA7\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.741453"], ["updated_at", "2022-09-29 09:09:08.741454"]] TRANSACTION (11.8ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB0\xE7\xA7\x81\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB0\xE7\xA7\x81\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.804171"], ["updated_at", "2022-09-29 09:09:08.804172"]] TRANSACTION (10.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB4\xE6\xB8\xAF\xE7\x94\x9F\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB4\xE6\xB8\xAF\xE7\x94\x9F\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.870719"], ["updated_at", "2022-09-29 09:09:08.870721"]] TRANSACTION (6.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE4\xB9\x90\xE9\x99\x85"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE4\xB9\x90\xE9\x99\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.925247"], ["updated_at", "2022-09-29 09:09:08.925248"]] TRANSACTION (5.4ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE4\xBA\x8C\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE4\xBA\x8C\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:08.969537"], ["updated_at", "2022-09-29 09:09:08.969538"]] TRANSACTION (8.1ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE5\x85\x8B\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE5\x85\x8B\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.025910"], ["updated_at", "2022-09-29 09:09:09.025911"]] TRANSACTION (7.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.080795"], ["updated_at", "2022-09-29 09:09:09.080796"]] TRANSACTION (10.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE5\x93\x81\xE6\xBD\x9E"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE5\x93\x81\xE6\xBD\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.145941"], ["updated_at", "2022-09-29 09:09:09.145943"]] TRANSACTION (7.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE5\xA4\xA7\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE5\xA4\xA7\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.210570"], ["updated_at", "2022-09-29 09:09:09.210571"]] TRANSACTION (4.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE5\xB2\xA9"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE5\xB2\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.252337"], ["updated_at", "2022-09-29 09:09:09.252338"]] TRANSACTION (5.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\x99\x93\xE5\xBE\xAE"], ["LIMIT", 1]] TRANSACTION (6.3ms) BEGIN User Load (12.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\x99\x93\xE5\xBE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.293460"], ["updated_at", "2022-09-29 09:09:09.293461"]] TRANSACTION (9.9ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8F34D \xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8F34D \xE5\xA4\xA7\xE9\xBB\x91\xE9\xB9\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.366098"], ["updated_at", "2022-09-29 09:09:09.366100"]] TRANSACTION (7.5ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8FNL28-B\xE5\x9E\x8B\xE4\xB8\xA4\xE7\x94\xA8\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8FNL28-B\xE5\x9E\x8B\xE4\xB8\xA4\xE7\x94\xA8\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.427625"], ["updated_at", "2022-09-29 09:09:09.427627"]] TRANSACTION (6.9ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\x86\x9B\xE7\x94\xA8\xE7\x8B\x99\xE5\x87\xBB\xE5\xBC\xA9\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\x86\x9B\xE7\x94\xA8\xE7\x8B\x99\xE5\x87\xBB\xE5\xBC\xA9\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.482717"], ["updated_at", "2022-09-29 09:09:09.482720"]] TRANSACTION (6.0ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.528696"], ["updated_at", "2022-09-29 09:09:09.528699"]] TRANSACTION (7.6ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (7.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.579159"], ["updated_at", "2022-09-29 09:09:09.579160"]] TRANSACTION (9.6ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.641748"], ["updated_at", "2022-09-29 09:09:09.641750"]] TRANSACTION (7.2ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE5\xBC\x93\xE5\xBC\xA9\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.700234"], ["updated_at", "2022-09-29 09:09:09.700236"]] TRANSACTION (9.4ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE7\x8C\x8E\xE9\xB9\xB0\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB0\x8F\xE7\x8C\x8E\xE9\xB9\xB0\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.749112"], ["updated_at", "2022-09-29 09:09:09.749114"]] TRANSACTION (9.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE6\xB5\xB7\xE9\x9D\x92"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE6\xB5\xB7\xE9\x9D\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.810462"], ["updated_at", "2022-09-29 09:09:09.810464"]] TRANSACTION (7.9ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE7\xA5\x9A\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE7\xA5\x9A\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.861167"], ["updated_at", "2022-09-29 09:09:09.861169"]] TRANSACTION (7.2ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE7\xB4\xAB\xE9\x98\xB3"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE7\xB4\xAB\xE9\x98\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.914090"], ["updated_at", "2022-09-29 09:09:09.914091"]] TRANSACTION (10.1ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE9\x94\xA1\xE6\x9D\xB0"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE9\x94\xA1\xE6\x9D\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:09.970583"], ["updated_at", "2022-09-29 09:09:09.970584"]] TRANSACTION (6.2ms) COMMIT User Load (10.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB5\xE9\x9B\x81\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB5\xE9\x9B\x81\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.027796"], ["updated_at", "2022-09-29 09:09:10.027797"]] TRANSACTION (5.4ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB6\xE7\xA8\xBF"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB6\xE7\xA8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.081837"], ["updated_at", "2022-09-29 09:09:10.081839"]] TRANSACTION (8.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB6\xE7\xA8\xBF\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB6\xE7\xA8\xBF\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.135071"], ["updated_at", "2022-09-29 09:09:10.135073"]] TRANSACTION (5.9ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB7\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB7\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.184547"], ["updated_at", "2022-09-29 09:09:10.184549"]] TRANSACTION (6.7ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB7\xE7\x82\xB9\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB7\xE7\x82\xB9\xE4\xB8\xAD\xE6\x96\x87\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.235430"], ["updated_at", "2022-09-29 09:09:10.235431"]] TRANSACTION (9.2ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB7\xE7\x82\xB9\xE5\x8E\x9F\xE5\x88\x9B"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB7\xE7\x82\xB9\xE5\x8E\x9F\xE5\x88\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.292418"], ["updated_at", "2022-09-29 09:09:10.292420"]] TRANSACTION (9.1ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB5\xB7\xE8\xAF\x89"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB5\xB7\xE8\xAF\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.356409"], ["updated_at", "2022-09-29 09:09:10.356410"]] TRANSACTION (6.3ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\x85\xE7\x9F\xAD\xE8\xA3\x99"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (7.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\x85\xE7\x9F\xAD\xE8\xA3\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.412400"], ["updated_at", "2022-09-29 09:09:10.412402"]] TRANSACTION (8.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\x85\xE8\xB6\x8A\xE7\xBA\xA2\xE5\xA2\x99"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\x85\xE8\xB6\x8A\xE7\xBA\xA2\xE5\xA2\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.468760"], ["updated_at", "2022-09-29 09:09:10.468763"]] TRANSACTION (6.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\x85\xE8\xBE\xA3"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\x85\xE8\xBE\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.521847"], ["updated_at", "2022-09-29 09:09:10.521848"]] TRANSACTION (6.0ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\x85\xE9\x9D\x93\xE5\xA4\xA7\xE7\xBE\x8E\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\x85\xE9\x9D\x93\xE5\xA4\xA7\xE7\xBE\x8E\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.571925"], ["updated_at", "2022-09-29 09:09:10.571926"]] TRANSACTION (5.9ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\x99\xE7\xB4\xAB\xE9\x99\xBD"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (9.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\x99\xE7\xB4\xAB\xE9\x99\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.630096"], ["updated_at", "2022-09-29 09:09:10.630097"]] TRANSACTION (6.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\xB3\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\xB3\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.697014"], ["updated_at", "2022-09-29 09:09:10.697016"]] TRANSACTION (7.5ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\xB3\xE7\x90\x83,\xE5\x8D\x9A\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\xB3\xE7\x90\x83,\xE5\x8D\x9A\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.754776"], ["updated_at", "2022-09-29 09:09:10.754777"]] TRANSACTION (9.1ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\xB3\xE7\x90\x83\xE5\x8D\x9A\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\xB3\xE7\x90\x83\xE5\x8D\x9A\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.820906"], ["updated_at", "2022-09-29 09:09:10.820907"]] TRANSACTION (11.3ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\xB3\xE7\x90\x83\xE6\x8A\x95\xE6\xB3\xA8"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\xB3\xE7\x90\x83\xE6\x8A\x95\xE6\xB3\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:10.892165"], ["updated_at", "2022-09-29 09:09:10.892167"]] TRANSACTION (38.8ms) COMMIT User Load (13.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB6\xB3\xE7\x90\x83\xE7\x8E\xA9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB6\xB3\xE7\x90\x83\xE7\x8E\xA9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.003345"], ["updated_at", "2022-09-29 09:09:11.003347"]] TRANSACTION (7.6ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB7\x91\xE5\xAE\x98\xE8\xA6\x81\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB7\x91\xE5\xAE\x98\xE8\xA6\x81\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.073744"], ["updated_at", "2022-09-29 09:09:11.073745"]] TRANSACTION (17.8ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB7\x9F\xE5\xB8\x96\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB7\x9F\xE5\xB8\x96\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.147334"], ["updated_at", "2022-09-29 09:09:11.147336"]] TRANSACTION (6.6ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB7\x9F\xE8\xB8\xAA\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB7\x9F\xE8\xB8\xAA\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.206097"], ["updated_at", "2022-09-29 09:09:11.206099"]] TRANSACTION (5.3ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB7\xAA\xE7\x9C\x9F\xE7\x9B\xB8"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB7\xAA\xE7\x9C\x9F\xE7\x9B\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.254737"], ["updated_at", "2022-09-29 09:09:11.254738"]] TRANSACTION (5.2ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB7\xB3\xE8\x9B\x8B"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB7\xB3\xE8\x9B\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.297738"], ["updated_at", "2022-09-29 09:09:11.297739"]] TRANSACTION (7.5ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB7\xB5\xE8\xB8\x8F\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA5\xB3\xE6\x80\xA7"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB7\xB5\xE8\xB8\x8F\xE4\xB8\xAD\xE5\x9B\xBD\xE5\xA5\xB3\xE6\x80\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.356988"], ["updated_at", "2022-09-29 09:09:11.356990"]] TRANSACTION (9.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB8\xA9\xE8\xB8\x8F\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB8\xA9\xE8\xB8\x8F\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.412043"], ["updated_at", "2022-09-29 09:09:11.412044"]] TRANSACTION (9.3ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB8\xA9\xE8\xB8\x8F\xE4\xBA\x8B\xE6\x95\x85"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB8\xA9\xE8\xB8\x8F\xE4\xBA\x8B\xE6\x95\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.474032"], ["updated_at", "2022-09-29 09:09:11.474033"]] TRANSACTION (5.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB9\x82\xE8\xBA\x8F"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB9\x82\xE8\xBA\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.526463"], ["updated_at", "2022-09-29 09:09:11.526463"]] TRANSACTION (5.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB9\x82\xE8\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB9\x82\xE8\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.564545"], ["updated_at", "2022-09-29 09:09:11.564546"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xB9\x8B\xE7\xBA\xB3\xE7\xA8\x8E"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xB9\x8B\xE7\xBA\xB3\xE7\xA8\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.602003"], ["updated_at", "2022-09-29 09:09:11.602004"]] TRANSACTION (9.0ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB \xE5\xAF\xB8"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB \xE5\xAF\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.673554"], ["updated_at", "2022-09-29 09:09:11.673556"]] TRANSACTION (10.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE4\xB8\x8A"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE4\xB8\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.731078"], ["updated_at", "2022-09-29 09:09:11.731079"]] TRANSACTION (4.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE4\xB8\x8B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE4\xB8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.770727"], ["updated_at", "2022-09-29 09:09:11.770728"]] TRANSACTION (6.0ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE4\xBB\xB6\xE7\x94\x9F\xE6\x88\x90\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE4\xBB\xB6\xE7\x94\x9F\xE6\x88\x90\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.811962"], ["updated_at", "2022-09-29 09:09:11.811963"]] TRANSACTION (7.2ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE5\x8A\x9E\xE8\xAF\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (7.4ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE5\x8A\x9E\xE8\xAF\x81\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.871895"], ["updated_at", "2022-09-29 09:09:11.871896"]] TRANSACTION (7.8ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE7\x94\x9F\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE7\x94\x9F\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:11.941607"], ["updated_at", "2022-09-29 09:09:11.941609"]] TRANSACTION (7.7ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE7\x94\x9F\xE6\x88\x90\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE4\xBB\xBD\xE8\xAF\x81\xE7\x94\x9F\xE6\x88\x90\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.012848"], ["updated_at", "2022-09-29 09:09:12.012849"]] TRANSACTION (6.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.054051"], ["updated_at", "2022-09-29 09:09:12.054051"]] TRANSACTION (7.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xAB\xE5\xAF\xB8"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xAB\xE5\xAF\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.108836"], ["updated_at", "2022-09-29 09:09:12.108837"]] TRANSACTION (8.0ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBA\xB2\xE7\x8C\xAB\xE7\x8C\xAB"], ["LIMIT", 1]] TRANSACTION (8.2ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBA\xB2\xE7\x8C\xAB\xE7\x8C\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.165642"], ["updated_at", "2022-09-29 09:09:12.165649"]] TRANSACTION (7.8ms) COMMIT User Load (6.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.227011"], ["updated_at", "2022-09-29 09:09:12.227012"]] TRANSACTION (7.8ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE4\xBB\x91\xE5\xA4\xA7\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (13.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE4\xBB\x91\xE5\xA4\xA7\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.291073"], ["updated_at", "2022-09-29 09:09:12.291075"]] TRANSACTION (8.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE4\xBB\x91\xE5\xB7\xA5\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE4\xBB\x91\xE5\xB7\xA5\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.359991"], ["updated_at", "2022-09-29 09:09:12.359992"]] TRANSACTION (9.3ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE5\xBA\x93"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE5\xBA\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.418835"], ["updated_at", "2022-09-29 09:09:12.418836"]] TRANSACTION (7.1ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE7\x89\x8C\xE9\x9A\x90"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE7\x89\x8C\xE9\x9A\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.466488"], ["updated_at", "2022-09-29 09:09:12.466489"]] TRANSACTION (5.2ms) COMMIT User Load (8.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE7\x94\xA8\xE7\x94\xB5\xE5\xAD\x90\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE7\x94\xA8\xE7\x94\xB5\xE5\xAD\x90\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.514824"], ["updated_at", "2022-09-29 09:09:12.514826"]] TRANSACTION (8.0ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE8\x87\xA3"], ["LIMIT", 1]] TRANSACTION (7.2ms) BEGIN User Load (14.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE8\x87\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.579547"], ["updated_at", "2022-09-29 09:09:12.579548"]] TRANSACTION (8.2ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xA6\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (10.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xA6\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.665155"], ["updated_at", "2022-09-29 09:09:12.665158"]] TRANSACTION (8.9ms) COMMIT User Load (11.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAC\xE5\x8C\x96"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (8.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAC\xE5\x8C\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.743831"], ["updated_at", "2022-09-29 09:09:12.743833"]] TRANSACTION (13.4ms) COMMIT User Load (9.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAC\xE6\x98\xAF\xE6\x94\xBF\xE5\xBA\x9C"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAC\xE6\x98\xAF\xE6\x94\xBF\xE5\xBA\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.828789"], ["updated_at", "2022-09-29 09:09:12.828791"]] TRANSACTION (5.7ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAC\xE6\xB3\x95\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAC\xE6\xB3\x95\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.880609"], ["updated_at", "2022-09-29 09:09:12.880611"]] TRANSACTION (9.0ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAC\xE6\xB3\x95\xE8\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (19.5ms) BEGIN User Load (9.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAC\xE6\xB3\x95\xE8\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:12.940573"], ["updated_at", "2022-09-29 09:09:12.940575"]] TRANSACTION (10.7ms) COMMIT User Load (10.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (12.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.036068"], ["updated_at", "2022-09-29 09:09:13.036070"]] TRANSACTION (7.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.111081"], ["updated_at", "2022-09-29 09:09:13.111083"]] TRANSACTION (7.2ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.174834"], ["updated_at", "2022-09-29 09:09:13.174836"]] TRANSACTION (9.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (9.3ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.236502"], ["updated_at", "2022-09-29 09:09:13.236503"]] TRANSACTION (9.7ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE5\xAD\x90\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE5\xAD\x90\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.307338"], ["updated_at", "2022-09-29 09:09:13.307340"]] TRANSACTION (11.1ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE5\xAD\x90\xE5\xB0\x8F\xE6\x8A\xA5"], ["LIMIT", 1]] TRANSACTION (8.7ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE5\xAD\x90\xE5\xB0\x8F\xE6\x8A\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.370534"], ["updated_at", "2022-09-29 09:09:13.370535"]] TRANSACTION (7.0ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE6\x89\x8B\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.438450"], ["updated_at", "2022-09-29 09:09:13.438452"]] TRANSACTION (7.5ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE6\x93\x8D"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE6\x93\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.491994"], ["updated_at", "2022-09-29 09:09:13.491996"]] TRANSACTION (9.1ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE6\x94\xBB"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE6\x94\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.550040"], ["updated_at", "2022-09-29 09:09:13.550042"]] TRANSACTION (9.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.607887"], ["updated_at", "2022-09-29 09:09:13.607889"]] TRANSACTION (10.4ms) COMMIT User Load (9.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE6\xB3\x95\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE6\xB3\x95\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.671228"], ["updated_at", "2022-09-29 09:09:13.671229"]] TRANSACTION (7.6ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE7\x9B\x98"], ["LIMIT", 1]] TRANSACTION (11.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE7\x9B\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.736317"], ["updated_at", "2022-09-29 09:09:13.736318"]] TRANSACTION (8.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAE\xE7\x9B\x98\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAE\xE7\x9B\x98\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.808573"], ["updated_at", "2022-09-29 09:09:13.808575"]] TRANSACTION (6.6ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAF\xE5\xBC\xB1\xE5\xA4\x96\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAF\xE5\xBC\xB1\xE5\xA4\x96\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.861056"], ["updated_at", "2022-09-29 09:09:13.861058"]] TRANSACTION (7.4ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xAF\xE5\xBC\xB1\xE7\x9A\x84\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xAF\xE5\xBC\xB1\xE7\x9A\x84\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.915235"], ["updated_at", "2022-09-29 09:09:13.915236"]] TRANSACTION (6.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xBB\xE5\x90\x9F"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (7.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (24.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xBB\xE5\x90\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:13.968368"], ["updated_at", "2022-09-29 09:09:13.968370"]] TRANSACTION (30.7ms) COMMIT User Load (15.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xBB\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xBB\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.092446"], ["updated_at", "2022-09-29 09:09:14.092448"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBD\xBB\xE8\x88\x9F\xE5\xBF\xAB\xE8\xAE\xAF"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBD\xBB\xE8\x88\x9F\xE5\xBF\xAB\xE8\xAE\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.139221"], ["updated_at", "2022-09-29 09:09:14.139222"]] TRANSACTION (7.0ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\x9B\xE4\xB8\x9A\xE6\xB1\x9F \xE6\xB5\xB7\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\x9B\xE4\xB8\x9A\xE6\xB1\x9F \xE6\xB5\xB7\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.192907"], ["updated_at", "2022-09-29 09:09:14.192908"]] TRANSACTION (7.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\x9B\xE7\x81\x8F\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\x9B\xE7\x81\x8F\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.255405"], ["updated_at", "2022-09-29 09:09:14.255407"]] TRANSACTION (6.6ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\x9B\xE7\x81\x9D\xE5\xB9\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\x9B\xE7\x81\x9D\xE5\xB9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.308014"], ["updated_at", "2022-09-29 09:09:14.308015"]] TRANSACTION (5.6ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\x9C\xE8\x83\x9C\xE9\x98\xBB"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\x9C\xE8\x83\x9C\xE9\x98\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.353498"], ["updated_at", "2022-09-29 09:09:14.353500"]] TRANSACTION (6.9ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA3\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA3\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.402969"], ["updated_at", "2022-09-29 09:09:14.402971"]] TRANSACTION (7.7ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA3\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA3\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.462137"], ["updated_at", "2022-09-29 09:09:14.462139"]] TRANSACTION (12.4ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA3\xE9\xB8\xA1\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA3\xE9\xB8\xA1\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.528083"], ["updated_at", "2022-09-29 09:09:14.528085"]] TRANSACTION (6.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA3\xE9\xB8\xA1\xE6\x8B\x9B\xE4\xBD\x9C\xE8\x80\x85"], ["LIMIT", 1]] TRANSACTION (8.3ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA3\xE9\xB8\xA1\xE6\x8B\x9B\xE4\xBD\x9C\xE8\x80\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.584307"], ["updated_at", "2022-09-29 09:09:14.584308"]] TRANSACTION (6.3ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA3\xE9\xB8\xA1\xE6\x98\xAF\xE4\xB8\x80\xE7\xA7\x8DAPP"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA3\xE9\xB8\xA1\xE6\x98\xAF\xE4\xB8\x80\xE7\xA7\x8DAPP"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.641567"], ["updated_at", "2022-09-29 09:09:14.641569"]] TRANSACTION (7.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA6\xE6\xAF\x95\xE4\xB8\x9A"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA6\xE6\xAF\x95\xE4\xB8\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.707260"], ["updated_at", "2022-09-29 09:09:14.707261"]] TRANSACTION (8.0ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA6\xE8\xAD\x89"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA6\xE8\xAD\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.764513"], ["updated_at", "2022-09-29 09:09:14.764514"]] TRANSACTION (7.4ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xA9\xE8\xAF\x8D\xE4\xB8\x8E\xE6\xA2\xA6"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xA9\xE8\xAF\x8D\xE4\xB8\x8E\xE6\xA2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.813410"], ["updated_at", "2022-09-29 09:09:14.813410"]] TRANSACTION (8.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xB9\xE5\xB0\x91\xE6\x96\x8C"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xB9\xE5\xB0\x91\xE6\x96\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.870403"], ["updated_at", "2022-09-29 09:09:14.870405"]] TRANSACTION (7.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xBE\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xBE\xE6\xAF\x95\xE4\xB8\x9A\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.931373"], ["updated_at", "2022-09-29 09:09:14.931375"]] TRANSACTION (7.4ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xBE\xE7\xB1\xB3\xE5\xAE\xA3\xE6\x95\x99\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xBE\xE7\xB1\xB3\xE5\xAE\xA3\xE6\x95\x99\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:14.982495"], ["updated_at", "2022-09-29 09:09:14.982496"]] TRANSACTION (7.4ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xBE\xE8\xB5\x96"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xBE\xE8\xB5\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.042756"], ["updated_at", "2022-09-29 09:09:15.042758"]] TRANSACTION (7.1ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.107022"], ["updated_at", "2022-09-29 09:09:15.107024"]] TRANSACTION (9.5ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE5\x92\x8C\xE5\xB9\xB3\xE6\x85\x88\xE6\x82\xB2"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE5\x92\x8C\xE5\xB9\xB3\xE6\x85\x88\xE6\x82\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.174496"], ["updated_at", "2022-09-29 09:09:15.174497"]] TRANSACTION (9.0ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE5\xAE\x97\xE6\x95\x99\xE5\x9F\xBA\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE5\xAE\x97\xE6\x95\x99\xE5\x9F\xBA\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.240742"], ["updated_at", "2022-09-29 09:09:15.240743"]] TRANSACTION (9.6ms) COMMIT User Load (8.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE8\xBF\x94\xE8\x97\x8F"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBE\xBE\xE8\xB5\x96\xE5\x96\x87\xE5\x98\x9B\xE8\xBF\x94\xE8\x97\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.327958"], ["updated_at", "2022-09-29 09:09:15.327960"]] TRANSACTION (7.0ms) COMMIT User Load (10.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x87\xE6\x9C\xBA\xE7\x89\x88\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81QQ"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x87\xE6\x9C\xBA\xE7\x89\x88\xE4\xBA\xBA\xE6\xB0\x91\xE5\xB8\x81QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.404030"], ["updated_at", "2022-09-29 09:09:15.404032"]] TRANSACTION (7.9ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x87\xE7\xA8\xBF"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (8.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x87\xE7\xA8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.478552"], ["updated_at", "2022-09-29 09:09:15.478553"]] TRANSACTION (9.2ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x87\xE7\xAD\xBE"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x87\xE7\xAD\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.549954"], ["updated_at", "2022-09-29 09:09:15.549956"]] TRANSACTION (11.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x91\xE4\xBA\xB2"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x91\xE4\xBA\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.615501"], ["updated_at", "2022-09-29 09:09:15.615504"]] TRANSACTION (8.8ms) COMMIT User Load (8.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x91\xE4\xBA\xB2\xE7\x9B\xB8\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (8.1ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x91\xE4\xBA\xB2\xE7\x9B\xB8\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.677761"], ["updated_at", "2022-09-29 09:09:15.677763"]] TRANSACTION (9.3ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x91\xE8\xA6\xAA\xE7\x9B\xB8\xE5\xA7\xA6"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x91\xE8\xA6\xAA\xE7\x9B\xB8\xE5\xA7\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.745786"], ["updated_at", "2022-09-29 09:09:15.745788"]] TRANSACTION (10.2ms) COMMIT User Load (19.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x94\xE5\x88\xA9"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x94\xE5\x88\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.828019"], ["updated_at", "2022-09-29 09:09:15.828021"]] TRANSACTION (7.3ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x98\xE4\xBC\x9A\xE5\x90\xB9\xE8\x90\xA7"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x98\xE4\xBC\x9A\xE5\x90\xB9\xE8\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.885496"], ["updated_at", "2022-09-29 09:09:15.885497"]] TRANSACTION (6.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x98\xE6\x8B\x85\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x98\xE6\x8B\x85\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.925945"], ["updated_at", "2022-09-29 09:09:15.925946"]] TRANSACTION (5.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x98\xE7\x9C\x8B\xE9\x94\xA6\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x98\xE7\x9C\x8B\xE9\x94\xA6\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:15.971613"], ["updated_at", "2022-09-29 09:09:15.971614"]] TRANSACTION (9.9ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x99\xE4\xB8\x8D\xE6\x98\xAF\xE5\xA4\xA9\xE7\x81\xBE"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x99\xE4\xB8\x8D\xE6\x98\xAF\xE5\xA4\xA9\xE7\x81\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.031713"], ["updated_at", "2022-09-29 09:09:16.031714"]] TRANSACTION (25.8ms) COMMIT User Load (23.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x99\xE4\xB8\xAA\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (7.6ms) BEGIN User Load (7.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x99\xE4\xB8\xAA\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.132885"], ["updated_at", "2022-09-29 09:09:16.132887"]] TRANSACTION (8.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x99\xE9\x87\x8C\xE4\xB8\x8D\xE5\x9B\x9E\xE5\xA4\x8D"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x99\xE9\x87\x8C\xE4\xB8\x8D\xE5\x9B\x9E\xE5\xA4\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.193449"], ["updated_at", "2022-09-29 09:09:16.193450"]] TRANSACTION (6.2ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9B\xE4\xB8\x80\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9B\xE4\xB8\x80\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.238441"], ["updated_at", "2022-09-29 09:09:16.238442"]] TRANSACTION (11.9ms) COMMIT User Load (7.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9B\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (6.6ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9B\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.300157"], ["updated_at", "2022-09-29 09:09:16.300160"]] TRANSACTION (11.8ms) COMMIT User Load (7.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9B\xE6\x94\xBB\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9B\xE6\x94\xBB\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.366493"], ["updated_at", "2022-09-29 09:09:16.366495"]] TRANSACTION (14.5ms) COMMIT User Load (15.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9B\xE6\x9D\xA5\xE7\x9A\x84\xE7\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (8.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9B\xE6\x9D\xA5\xE7\x9A\x84\xE7\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.445872"], ["updated_at", "2022-09-29 09:09:16.445873"]] TRANSACTION (8.2ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9B\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9B\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.513378"], ["updated_at", "2022-09-29 09:09:16.513380"]] TRANSACTION (8.2ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9C\xE5\xBF\x97\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9C\xE5\xBF\x97\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.571371"], ["updated_at", "2022-09-29 09:09:16.571372"]] TRANSACTION (8.3ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9D\xE7\xBA\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9D\xE7\xBA\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.619743"], ["updated_at", "2022-09-29 09:09:16.619744"]] TRANSACTION (7.1ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9E\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9E\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.673096"], ["updated_at", "2022-09-29 09:09:16.673097"]] TRANSACTION (8.3ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9E\xE5\x8F\x91\xE6\x89\x8B"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9E\xE5\x8F\x91\xE6\x89\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.735794"], ["updated_at", "2022-09-29 09:09:16.735796"]] TRANSACTION (8.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9E\xE7\xBA\xBF\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9E\xE7\xBA\xBF\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.791681"], ["updated_at", "2022-09-29 09:09:16.791682"]] TRANSACTION (8.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9E\xE8\x83\x9C\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (7.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9E\xE8\x83\x9C\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.847221"], ["updated_at", "2022-09-29 09:09:16.847222"]] TRANSACTION (11.1ms) COMMIT User Load (9.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9E\xE9\x94\x81\xE5\x8A\xA0\xE7\x9B\x9F"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (10.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9E\xE9\x94\x81\xE5\x8A\xA0\xE7\x9B\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:16.920233"], ["updated_at", "2022-09-29 09:09:16.920234"]] TRANSACTION (18.2ms) COMMIT User Load (11.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\x9F\xE6\xB5\xA9\xE7\x94\xB0"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\x9F\xE6\xB5\xA9\xE7\x94\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:17.021121"], ["updated_at", "2022-09-29 09:09:17.021122"]] TRANSACTION (6.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xA6\xE6\x89\xA3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xA6\xE6\x89\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:17.078712"], ["updated_at", "2022-09-29 09:09:17.078713"]] TRANSACTION (9.3ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xAA\xE9\x87\x8C\xE5\xA4\x8F\xE6\x8F\x90"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xAA\xE9\x87\x8C\xE5\xA4\x8F\xE6\x8F\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:17.142947"], ["updated_at", "2022-09-29 09:09:17.142950"]] TRANSACTION (7.3ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xAB\xE5\xAE\xB3"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xAB\xE5\xAE\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:17.205715"], ["updated_at", "2022-09-29 09:09:17.205717"]] TRANSACTION (7.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xAD\xE8\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xAD\xE8\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:17.270145"], ["updated_at", "2022-09-29 09:09:17.270146"]] TRANSACTION (6.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE4\xB8\x80\xE7\xA6\xBB"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE4\xB8\x80\xE7\xA6\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:17.323239"], ["updated_at", "2022-09-29 09:09:17.323240"]] TRANSACTION (6.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:17.363342"], ["updated_at", "2022-09-29 09:09:17.363342"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE5\xA5\xB8\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE5\xA5\xB8\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:17.394944"], ["updated_at", "2022-09-29 09:09:17.394945"]] TRANSACTION (10.8ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE5\xA5\xB8\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (9.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE5\xA5\xB8\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:17.456768"], ["updated_at", "2022-09-29 09:09:17.456772"]] TRANSACTION (5.5ms) COMMIT User Load (8.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (13.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE5\xB9\xBB\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (11.5ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE5\xB9\xBB\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:17.564079"], ["updated_at", "2022-09-29 09:09:17.564083"]] TRANSACTION (10.6ms) COMMIT User Load (20.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE5\xB9\xBB\xE8\x97\xA5"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE5\xB9\xBB\xE8\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:17.668640"], ["updated_at", "2022-09-29 09:09:17.668641"]] TRANSACTION (12.8ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (11.5ms) BEGIN User Load (9.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:17.749231"], ["updated_at", "2022-09-29 09:09:17.749233"]] TRANSACTION (11.9ms) COMMIT User Load (10.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE6\x83\x85\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (10.5ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE6\x83\x85\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:17.835074"], ["updated_at", "2022-09-29 09:09:17.835076"]] TRANSACTION (9.7ms) COMMIT User Load (15.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (21.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE6\x83\x85\xE7\xB2\x89"], ["LIMIT", 1]] TRANSACTION (17.5ms) BEGIN User Load (8.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE6\x83\x85\xE7\xB2\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:17.927585"], ["updated_at", "2022-09-29 09:09:17.927586"]] TRANSACTION (14.1ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE6\x83\x85\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (12.2ms) BEGIN User Load (10.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE6\x83\x85\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.047168"], ["updated_at", "2022-09-29 09:09:18.047170"]] TRANSACTION (10.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE6\x98\x8F\xE5\x8F\xA3"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE6\x98\x8F\xE5\x8F\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.125478"], ["updated_at", "2022-09-29 09:09:18.125480"]] TRANSACTION (6.8ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE6\x98\x8F\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE6\x98\x8F\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.174508"], ["updated_at", "2022-09-29 09:09:18.174509"]] TRANSACTION (13.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (14.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE6\x98\x8F\xE8\x97\xA5"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (15.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE6\x98\x8F\xE8\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.240048"], ["updated_at", "2022-09-29 09:09:18.240050"]] TRANSACTION (8.8ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.327145"], ["updated_at", "2022-09-29 09:09:18.327147"]] TRANSACTION (9.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE8\x97\xA5"], ["LIMIT", 1]] TRANSACTION (7.9ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE8\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.390290"], ["updated_at", "2022-09-29 09:09:18.390291"]] TRANSACTION (10.3ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.464719"], ["updated_at", "2022-09-29 09:09:18.464720"]] TRANSACTION (8.2ms) COMMIT User Load (7.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE9\xAD\x82\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (9.1ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE9\xAD\x82\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.526495"], ["updated_at", "2022-09-29 09:09:18.526497"]] TRANSACTION (7.4ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE9\xAD\x82\xE8\x97\xA5"], ["LIMIT", 1]] TRANSACTION (6.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE9\xAD\x82\xE8\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.596100"], ["updated_at", "2022-09-29 09:09:18.596101"]] TRANSACTION (5.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xB7\xE9\xAD\x82\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xB7\xE9\xAD\x82\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.648418"], ["updated_at", "2022-09-29 09:09:18.648420"]] TRANSACTION (6.7ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xBD\xE5\x80\xBA\xE5\x85\xAC\xE5\x8F\xB8"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (14.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xBD\xE5\x80\xBA\xE5\x85\xAC\xE5\x8F\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.702110"], ["updated_at", "2022-09-29 09:09:18.702113"]] TRANSACTION (6.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE8\xBF\xBD\xE8\xB8\xAA,\xE5\xAE\x9A\xE4\xBD\x8D"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE8\xBF\xBD\xE8\xB8\xAA,\xE5\xAE\x9A\xE4\xBD\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.763012"], ["updated_at", "2022-09-29 09:09:18.763013"]] TRANSACTION (9.3ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x80dang"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x80dang"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.824231"], ["updated_at", "2022-09-29 09:09:18.824232"]] TRANSACTION (7.7ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x80\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (8.4ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x80\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.893572"], ["updated_at", "2022-09-29 09:09:18.893574"]] TRANSACTION (8.8ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x80\xE5\x85\x9A\xE6\xB8\xA0\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x80\xE5\x85\x9A\xE6\xB8\xA0\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:18.960297"], ["updated_at", "2022-09-29 09:09:18.960298"]] TRANSACTION (6.9ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x80\xE5\x85\x9A\xE7\x9F\xAD\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (13.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (13.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x80\xE5\x85\x9A\xE7\x9F\xAD\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.015328"], ["updated_at", "2022-09-29 09:09:19.015329"]] TRANSACTION (11.9ms) COMMIT User Load (12.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x80\xE5\x9B\xA2"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x80\xE5\x9B\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.102290"], ["updated_at", "2022-09-29 09:09:19.102292"]] TRANSACTION (14.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x80\xE5\xB8\x81\xE7\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x80\xE5\xB8\x81\xE7\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.178028"], ["updated_at", "2022-09-29 09:09:19.178028"]] TRANSACTION (8.6ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x81qb"], ["LIMIT", 1]] TRANSACTION (7.6ms) BEGIN User Load (11.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x81qb"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.233677"], ["updated_at", "2022-09-29 09:09:19.233679"]] TRANSACTION (9.4ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x81\xE7\xB2\xBE\xE7\xBE\x8E\xE5\xB0\x81\xE9\x9D\xA2"], ["LIMIT", 1]] TRANSACTION (5.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x81\xE7\xB2\xBE\xE7\xBE\x8E\xE5\xB0\x81\xE9\x9D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.312604"], ["updated_at", "2022-09-29 09:09:19.312605"]] TRANSACTION (7.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x82\xE5\x90\x88\xE5\xAD\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x82\xE5\x90\x88\xE5\xAD\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.362598"], ["updated_at", "2022-09-29 09:09:19.362599"]] TRANSACTION (8.6ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (17.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x83\xE4\xBA\xA1\xE8\x89\xB3\xE6\x97\x85"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x83\xE4\xBA\xA1\xE8\x89\xB3\xE6\x97\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.429185"], ["updated_at", "2022-09-29 09:09:19.429186"]] TRANSACTION (9.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x89\xE5\x9B\xBD\xE5\xAE\xB6\xE4\xB8\xBB\xE5\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x89\xE5\x9B\xBD\xE5\xAE\xB6\xE4\xB8\xBB\xE5\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.495512"], ["updated_at", "2022-09-29 09:09:19.495513"]] TRANSACTION (6.1ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8D\xE9\x81\xA5"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8D\xE9\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.551590"], ["updated_at", "2022-09-29 09:09:19.551591"]] TRANSACTION (12.7ms) COMMIT User Load (8.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8D\xE9\x81\xA5\xE6\xB8\xB8\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (7.5ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8D\xE9\x81\xA5\xE6\xB8\xB8\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.618301"], ["updated_at", "2022-09-29 09:09:19.618303"]] TRANSACTION (6.4ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.672940"], ["updated_at", "2022-09-29 09:09:19.672940"]] TRANSACTION (7.5ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE4\xBB\xAA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE4\xBB\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.727711"], ["updated_at", "2022-09-29 09:09:19.727712"]] TRANSACTION (5.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE5\x8A\x9F\xE8\x83\xBD"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE5\x8A\x9F\xE8\x83\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.777118"], ["updated_at", "2022-09-29 09:09:19.777120"]] TRANSACTION (9.8ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.829385"], ["updated_at", "2022-09-29 09:09:19.829386"]] TRANSACTION (4.8ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE6\x89\x91"], ["LIMIT", 1]] TRANSACTION (9.7ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE6\x89\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.883197"], ["updated_at", "2022-09-29 09:09:19.883199"]] TRANSACTION (9.1ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE7\x9C\xBC\xE7\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE7\x9C\xBC\xE7\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.950314"], ["updated_at", "2022-09-29 09:09:19.950315"]] TRANSACTION (4.5ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE7\x9C\xBC\xE9\x95\x9C"], ["LIMIT", 1]] TRANSACTION (7.6ms) BEGIN User Load (12.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE7\x9C\xBC\xE9\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:19.989615"], ["updated_at", "2022-09-29 09:09:19.989616"]] TRANSACTION (8.3ms) COMMIT User Load (11.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.071114"], ["updated_at", "2022-09-29 09:09:20.071114"]] TRANSACTION (6.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE8\xA3\x85"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE8\xA3\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.122516"], ["updated_at", "2022-09-29 09:09:20.122516"]] TRANSACTION (10.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (170.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x8F\xE8\xA7\x86\xE9\x95\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.166293"], ["updated_at", "2022-09-29 09:09:20.166294"]] TRANSACTION (10.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x90\xE6\xB5\xAA"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x90\xE6\xB5\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.375324"], ["updated_at", "2022-09-29 09:09:20.375324"]] TRANSACTION (8.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x92\xE7\xBA\xB8\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x92\xE7\xBA\xB8\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.421136"], ["updated_at", "2022-09-29 09:09:20.421137"]] TRANSACTION (8.8ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x92\xE8\xBF\x9B\xE6\xB0\x91\xE4\xB8\xBB"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x92\xE8\xBF\x9B\xE6\xB0\x91\xE4\xB8\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.468449"], ["updated_at", "2022-09-29 09:09:20.468450"]] TRANSACTION (8.5ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x9A\xE9\x92\xA2\xE6\x80\xBB\xE7\xBB\x8F"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x9A\xE9\x92\xA2\xE6\x80\xBB\xE7\xBB\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.509040"], ["updated_at", "2022-09-29 09:09:20.509041"]] TRANSACTION (5.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x9F\xE4\xBB\xA3\xE5\x8A\x9E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x9F\xE4\xBB\xA3\xE5\x8A\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.549583"], ["updated_at", "2022-09-29 09:09:20.549584"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\x9F\xE5\x8F\x96\xE8\xAF\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\x9F\xE5\x8F\x96\xE8\xAF\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.578010"], ["updated_at", "2022-09-29 09:09:20.578011"]] TRANSACTION (8.1ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xA0\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xA0\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.623172"], ["updated_at", "2022-09-29 09:09:20.623173"]] TRANSACTION (6.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xA28\xE5\xBF\x85\xE7\x81\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xA28\xE5\xBF\x85\xE7\x81\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.665244"], ["updated_at", "2022-09-29 09:09:20.665245"]] TRANSACTION (5.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xA29\xE5\xBF\x85\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xA29\xE5\xBF\x85\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.701286"], ["updated_at", "2022-09-29 09:09:20.701287"]] TRANSACTION (8.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xA2\xE4\xB9\x9D\xE5\xBF\x85\xE4\xB9\xB1"], ["LIMIT", 1]] TRANSACTION (7.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xA2\xE4\xB9\x9D\xE5\xBF\x85\xE4\xB9\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.751379"], ["updated_at", "2022-09-29 09:09:20.751381"]] TRANSACTION (5.9ms) COMMIT User Load (9.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xA2\xE5\x85\xAB\xE5\xBF\x85\xE7\x81\xBE"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xA2\xE5\x85\xAB\xE5\xBF\x85\xE7\x81\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.803552"], ["updated_at", "2022-09-29 09:09:20.803553"]] TRANSACTION (4.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xB2\xE5\x8F\xA3\xE6\xB0\xA3\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xB2\xE5\x8F\xA3\xE6\xB0\xA3\xE7\x8B\x97\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.850982"], ["updated_at", "2022-09-29 09:09:20.850983"]] TRANSACTION (7.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xB2\xE5\x8F\xA3\xE6\xB0\xA3\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xB2\xE5\x8F\xA3\xE6\xB0\xA3\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.893250"], ["updated_at", "2022-09-29 09:09:20.893251"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xBC\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xBC\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.929603"], ["updated_at", "2022-09-29 09:09:20.929605"]] TRANSACTION (5.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xBC\xE6\xA0\xB7"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xBC\xE6\xA0\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:20.972570"], ["updated_at", "2022-09-29 09:09:20.972572"]] TRANSACTION (5.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x80\xBC\xE7\x97\x92"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x80\xBC\xE7\x97\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.014460"], ["updated_at", "2022-09-29 09:09:21.014462"]] TRANSACTION (6.2ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\x97\xE6\x83\x85\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\x97\xE6\x83\x85\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.063245"], ["updated_at", "2022-09-29 09:09:21.063249"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xA5\xE6\x83\xB3\xE5\xBD\x93\xE5\xB9\xB4\xE6\x98\xA5\xE8\xA1\xAB\xE8\x96\x84"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xA5\xE6\x83\xB3\xE5\xBD\x93\xE5\xB9\xB4\xE6\x98\xA5\xE8\xA1\xAB\xE8\x96\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.091213"], ["updated_at", "2022-09-29 09:09:21.091213"]] TRANSACTION (5.3ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xA5\xE6\x8E\xA7\xE4\xBF\xA1\xE5\x8F\xB7\xE6\x8B\xA6\xE6\x88\xAA\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xA5\xE6\x8E\xA7\xE4\xBF\xA1\xE5\x8F\xB7\xE6\x8B\xA6\xE6\x88\xAA\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.134098"], ["updated_at", "2022-09-29 09:09:21.134099"]] TRANSACTION (5.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xAD\xE4\xBE\xBF\xE8\xA1\xA3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xAD\xE4\xBE\xBF\xE8\xA1\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.176723"], ["updated_at", "2022-09-29 09:09:21.176724"]] TRANSACTION (16.9ms) COMMIT User Load (8.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xAD\xE5\x88\xB0\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xAD\xE5\x88\xB0\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.232722"], ["updated_at", "2022-09-29 09:09:21.232724"]] TRANSACTION (4.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xAD\xE6\xAD\xA6\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xAD\xE6\xAD\xA6\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.279648"], ["updated_at", "2022-09-29 09:09:21.279649"]] TRANSACTION (4.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xAD\xE8\xAD\xA6\xE5\xAF\x9F"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xAD\xE8\xAD\xA6\xE5\xAF\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.322201"], ["updated_at", "2022-09-29 09:09:21.322203"]] TRANSACTION (6.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xBF\xE5\xAD\x95\xE5\xA5\x97"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xBF\xE5\xAD\x95\xE5\xA5\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.370260"], ["updated_at", "2022-09-29 09:09:21.370261"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x81\xBF\xE5\xAD\x95\xE8\x86\x9C"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x81\xBF\xE5\xAD\x95\xE8\x86\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.406808"], ["updated_at", "2022-09-29 09:09:21.406809"]] TRANSACTION (4.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x80\xE8\xAF\xB7"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x80\xE8\xAF\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.444047"], ["updated_at", "2022-09-29 09:09:21.444048"]] TRANSACTION (6.3ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE4\xBA\x8C\xE4\xB8\x96"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE4\xBA\x8C\xE4\xB8\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.520654"], ["updated_at", "2022-09-29 09:09:21.520655"]] TRANSACTION (7.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE4\xBD\x91\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE4\xBD\x91\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.562927"], ["updated_at", "2022-09-29 09:09:21.562928"]] TRANSACTION (3.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE5\x85\x88\xE7\xBE\xA4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE5\x85\x88\xE7\xBE\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.593201"], ["updated_at", "2022-09-29 09:09:21.593202"]] TRANSACTION (5.1ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE5\xAE\xB6\xE8\xB4\xB5"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE5\xAE\xB6\xE8\xB4\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.636091"], ["updated_at", "2022-09-29 09:09:21.636092"]] TRANSACTION (4.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE5\xB0\x8F\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE5\xB0\x8F\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.677397"], ["updated_at", "2022-09-29 09:09:21.677398"]] TRANSACTION (5.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE6\x9C\xB4\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (7.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE6\x9C\xB4\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.714772"], ["updated_at", "2022-09-29 09:09:21.714773"]] TRANSACTION (5.7ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE6\x9E\x97"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE6\x9E\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.768605"], ["updated_at", "2022-09-29 09:09:21.768606"]] TRANSACTION (3.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE6\xA5\xA0"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE6\xA5\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.801991"], ["updated_at", "2022-09-29 09:09:21.801992"]] TRANSACTION (6.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE6\xA6\x95"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE6\xA6\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.843638"], ["updated_at", "2022-09-29 09:09:21.843639"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.877865"], ["updated_at", "2022-09-29 09:09:21.877866"]] TRANSACTION (5.5ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE7\x88\xB7\xE7\x88\xB7\xE8\xBD\xAC"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE7\x88\xB7\xE7\x88\xB7\xE8\xBD\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.912503"], ["updated_at", "2022-09-29 09:09:21.912504"]] TRANSACTION (5.0ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE7\x8E\x89\xE5\xA8\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE7\x8E\x89\xE5\xA8\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.956672"], ["updated_at", "2022-09-29 09:09:21.956673"]] TRANSACTION (4.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE7\xAC\x91\xE8\xB4\xAB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE7\xAC\x91\xE8\xB4\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:21.986454"], ["updated_at", "2022-09-29 09:09:21.986454"]] TRANSACTION (7.1ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE8\xB4\xA8\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE8\xB4\xA8\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.031492"], ["updated_at", "2022-09-29 09:09:22.031494"]] TRANSACTION (7.8ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE9\xA2\x96\xE8\xB6\x85"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE9\xA2\x96\xE8\xB6\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.086266"], ["updated_at", "2022-09-29 09:09:22.086267"]] TRANSACTION (8.8ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x93\xE9\xA2\x96\xE8\xB6\x85\xE6\x97\xA5\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x93\xE9\xA2\x96\xE8\xB6\x85\xE6\x97\xA5\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.130463"], ["updated_at", "2022-09-29 09:09:22.130464"]] TRANSACTION (7.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\x9D\xE9\x94\xA6\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\x9D\xE9\x94\xA6\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.172170"], ["updated_at", "2022-09-29 09:09:22.172171"]] TRANSACTION (3.6ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xA2\xE9\x93\xAE"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xA2\xE9\x93\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.203093"], ["updated_at", "2022-09-29 09:09:22.203094"]] TRANSACTION (6.7ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xA3\xE5\xA4\x84"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xA3\xE5\xA4\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.253407"], ["updated_at", "2022-09-29 09:09:22.253408"]] TRANSACTION (4.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xA3\xE6\xB4\xBB\xE5\x84\xBF"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xA3\xE6\xB4\xBB\xE5\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.290063"], ["updated_at", "2022-09-29 09:09:22.290064"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xA3\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xA3\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.338177"], ["updated_at", "2022-09-29 09:09:22.338178"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xA3\xE8\xAF\x9D\xE5\x84\xBF"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xA3\xE8\xAF\x9D\xE5\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.377985"], ["updated_at", "2022-09-29 09:09:22.377985"]] TRANSACTION (5.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xAA\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xAA\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.409254"], ["updated_at", "2022-09-29 09:09:22.409255"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xAA\xE6\x81\xB6"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xAA\xE6\x81\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.444920"], ["updated_at", "2022-09-29 09:09:22.444921"]] TRANSACTION (3.7ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xAA\xE6\x81\xB6\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xAA\xE6\x81\xB6\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.485854"], ["updated_at", "2022-09-29 09:09:22.485854"]] TRANSACTION (3.8ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xAA\xE6\x81\xB6\xE7\x9A\x84\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xAA\xE6\x81\xB6\xE7\x9A\x84\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.517786"], ["updated_at", "2022-09-29 09:09:22.517787"]] TRANSACTION (6.0ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xAA\xE6\x95\x99"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xAA\xE6\x95\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.559881"], ["updated_at", "2022-09-29 09:09:22.559882"]] TRANSACTION (3.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xAA\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xAA\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.589944"], ["updated_at", "2022-09-29 09:09:22.589945"]] TRANSACTION (6.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xAA\xE9\xBB\xA8"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xAA\xE9\xBB\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.633982"], ["updated_at", "2022-09-29 09:09:22.633984"]] TRANSACTION (10.5ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xB1\xE5\xB0\x91\xE4\xBA\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xB1\xE5\xB0\x91\xE4\xBA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.696376"], ["updated_at", "2022-09-29 09:09:22.696378"]] TRANSACTION (5.5ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xB1\xE6\x99\x93\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xB1\xE6\x99\x93\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.748397"], ["updated_at", "2022-09-29 09:09:22.748399"]] TRANSACTION (4.5ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xB5\xE5\xAE\xB6\xE5\x81\xA5"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xB5\xE5\xAE\xB6\xE5\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.799712"], ["updated_at", "2022-09-29 09:09:22.799713"]] TRANSACTION (6.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xB5\xE6\x9D\xBE\xE9\xAB\x98"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xB5\xE6\x9D\xBE\xE9\xAB\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.847074"], ["updated_at", "2022-09-29 09:09:22.847075"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xB5\xE9\xB8\xBF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xB5\xE9\xB8\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.887145"], ["updated_at", "2022-09-29 09:09:22.887149"]] TRANSACTION (3.1ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xB9\xE5\xAE\xB6\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xB9\xE5\xAE\xB6\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.913967"], ["updated_at", "2022-09-29 09:09:22.913968"]] TRANSACTION (13.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x82\xBB\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x82\xBB\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:22.965861"], ["updated_at", "2022-09-29 09:09:22.965862"]] TRANSACTION (5.3ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x91\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x91\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.004151"], ["updated_at", "2022-09-29 09:09:23.004152"]] TRANSACTION (7.9ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x91\xE5\x85\x89\xE8\xBF\xAA"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (8.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x91\xE5\x85\x89\xE8\xBF\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.048168"], ["updated_at", "2022-09-29 09:09:23.048169"]] TRANSACTION (5.2ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x91\xE5\xBB\xBA\xE9\x82\xA6"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x91\xE5\xBB\xBA\xE9\x82\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.103301"], ["updated_at", "2022-09-29 09:09:23.103302"]] TRANSACTION (6.5ms) COMMIT User Load (8.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x91\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (7.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x91\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.160579"], ["updated_at", "2022-09-29 09:09:23.160581"]] TRANSACTION (10.7ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (11.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x91\xE7\xAD\xB1\xE8\x90\xB8"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x91\xE7\xAD\xB1\xE8\x90\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.225870"], ["updated_at", "2022-09-29 09:09:23.225872"]] TRANSACTION (5.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x91\xE8\x80\x80\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x91\xE8\x80\x80\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.279295"], ["updated_at", "2022-09-29 09:09:23.279296"]] TRANSACTION (5.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x91\xE8\xB4\xBB\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x91\xE8\xB4\xBB\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.324306"], ["updated_at", "2022-09-29 09:09:23.324307"]] TRANSACTION (6.1ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\x9D\xE6\x98\x8E\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\x9D\xE6\x98\x8E\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.367989"], ["updated_at", "2022-09-29 09:09:23.367990"]] TRANSACTION (6.0ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xA8\xE5\xBF\x99\xE7\xBB\x84\xE9\x98\x81"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xA8\xE5\xBF\x99\xE7\xBB\x84\xE9\x98\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.407826"], ["updated_at", "2022-09-29 09:09:23.407827"]] TRANSACTION (5.6ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xA8\xE6\x98\xAF\xE8\xBF\x99\xE6\xA0\xB7"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xA8\xE6\x98\xAF\xE8\xBF\x99\xE6\xA0\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.445938"], ["updated_at", "2022-09-29 09:09:23.445939"]] TRANSACTION (5.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xAD\xE4\xBC\xAF\xE9\x9B\x84"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xAD\xE4\xBC\xAF\xE9\x9B\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.488539"], ["updated_at", "2022-09-29 09:09:23.488540"]] TRANSACTION (4.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xAD\xE5\xA3\xB0\xE7\x90\xA8"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xAD\xE5\xA3\xB0\xE7\x90\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.523927"], ["updated_at", "2022-09-29 09:09:23.523929"]] TRANSACTION (8.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xAD\xE5\xB2\xA9\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xAD\xE5\xB2\xA9\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.567889"], ["updated_at", "2022-09-29 09:09:23.567890"]] TRANSACTION (6.6ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xAD\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xAD\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.617132"], ["updated_at", "2022-09-29 09:09:23.617133"]] TRANSACTION (6.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xAD\xE7\xBD\x97\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xAD\xE7\xBD\x97\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.663300"], ["updated_at", "2022-09-29 09:09:23.663301"]] TRANSACTION (7.6ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xBD\xE5\xBD\x93\xE5\xB0\x8F\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xBD\xE5\xBD\x93\xE5\xB0\x8F\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.713532"], ["updated_at", "2022-09-29 09:09:23.713534"]] TRANSACTION (10.0ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xBD\xE5\xBD\x93\xE8\xAD\xA6"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xBD\xE5\xBD\x93\xE8\xAD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.771231"], ["updated_at", "2022-09-29 09:09:23.771233"]] TRANSACTION (8.9ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x83\xBD\xE8\xBF\x9B\xE4\xB8\xAD\xE5\xA4\xAE"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x83\xBD\xE8\xBF\x9B\xE4\xB8\xAD\xE5\xA4\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.829238"], ["updated_at", "2022-09-29 09:09:23.829240"]] TRANSACTION (5.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x84\xA7xp"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x84\xA7xp"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.880096"], ["updated_at", "2022-09-29 09:09:23.880097"]] TRANSACTION (5.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x84\xA7\xE5\xB0\x8F\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x84\xA7\xE5\xB0\x8F\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.922420"], ["updated_at", "2022-09-29 09:09:23.922420"]] TRANSACTION (7.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x84\xA7\xE6\x9B\x89\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x84\xA7\xE6\x9B\x89\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:23.963020"], ["updated_at", "2022-09-29 09:09:23.963021"]] TRANSACTION (5.3ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x84\xA7\xE6\x9C\xB4\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x84\xA7\xE6\x9C\xB4\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.003702"], ["updated_at", "2022-09-29 09:09:24.003703"]] TRANSACTION (4.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x84\xA7\xE6\xA6\x95"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x84\xA7\xE6\xA6\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.042240"], ["updated_at", "2022-09-29 09:09:24.042240"]] TRANSACTION (7.3ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x84\xA7\xE8\xB3\xAA\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (9.2ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x84\xA7\xE8\xB3\xAA\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.107278"], ["updated_at", "2022-09-29 09:09:24.107281"]] TRANSACTION (7.9ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\x8D\xE6\x9C\x89\xE6\xB6\x88"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\x8D\xE6\x9C\x89\xE6\xB6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.171090"], ["updated_at", "2022-09-29 09:09:24.171092"]] TRANSACTION (6.9ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\x92\xE5\x83\x8F\xE5\x96\x9D\xE6\xB1\xA4"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\x92\xE5\x83\x8F\xE5\x96\x9D\xE6\xB1\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.229958"], ["updated_at", "2022-09-29 09:09:24.229959"]] TRANSACTION (8.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\x92\xE5\xBA\x97\xE5\x8F\x91\xE7\xA5\xA8QQ"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (7.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\x92\xE5\xBA\x97\xE5\x8F\x91\xE7\xA5\xA8QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.287593"], ["updated_at", "2022-09-29 09:09:24.287595"]] TRANSACTION (7.9ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\x92\xE7\x93\xB6\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (9.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\x92\xE7\x93\xB6\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.352551"], ["updated_at", "2022-09-29 09:09:24.352552"]] TRANSACTION (13.3ms) COMMIT User Load (16.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\x92\xE8\xB1\xA1\xE5\x96\x9D\xE6\xB1\xA4"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\x92\xE8\xB1\xA1\xE5\x96\x9D\xE6\xB1\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.441703"], ["updated_at", "2022-09-29 09:09:24.441705"]] TRANSACTION (19.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\xA3\xE4\xB9\x90\xE6\xAC\xA3"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\xA3\xE4\xB9\x90\xE6\xAC\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.519647"], ["updated_at", "2022-09-29 09:09:24.519649"]] TRANSACTION (6.4ms) COMMIT User Load (7.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\xA5\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\xA5\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.586103"], ["updated_at", "2022-09-29 09:09:24.586104"]] TRANSACTION (9.4ms) COMMIT User Load (5.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\xA5\xE7\x97\x92"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\xA5\xE7\x97\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.650214"], ["updated_at", "2022-09-29 09:09:24.650216"]] TRANSACTION (8.8ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\xA5\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\xA5\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.716164"], ["updated_at", "2022-09-29 09:09:24.716164"]] TRANSACTION (11.5ms) COMMIT User Load (14.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\xAE\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\xAE\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.793618"], ["updated_at", "2022-09-29 09:09:24.793621"]] TRANSACTION (7.5ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\xB1\xE7\x8C\xAA\xE5\xAA\xB3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\xB1\xE7\x8C\xAA\xE5\xAA\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.860893"], ["updated_at", "2022-09-29 09:09:24.860895"]] TRANSACTION (10.1ms) COMMIT User Load (7.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9A\xE8\x83\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.917693"], ["updated_at", "2022-09-29 09:09:24.917695"]] TRANSACTION (8.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x86\x89\xE4\xB9\x99\xE9\x86\x9A"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (7.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x86\x89\xE4\xB9\x99\xE9\x86\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:24.980669"], ["updated_at", "2022-09-29 09:09:24.980670"]] TRANSACTION (13.0ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x86\x89\xE8\xBF\xB7\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (7.3ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x86\x89\xE8\xBF\xB7\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.050069"], ["updated_at", "2022-09-29 09:09:25.050070"]] TRANSACTION (10.5ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x86\x89\xE9\x92\xA2\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x86\x89\xE9\x92\xA2\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.119225"], ["updated_at", "2022-09-29 09:09:25.119227"]] TRANSACTION (8.6ms) COMMIT User Load (7.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x86\xAB\xE9\x99\xA2"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x86\xAB\xE9\x99\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.188973"], ["updated_at", "2022-09-29 09:09:25.188974"]] TRANSACTION (11.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x87\xE8\x8A\xB1\xE5\xA0\x82"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x87\xE8\x8A\xB1\xE5\xA0\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.272871"], ["updated_at", "2022-09-29 09:09:25.272872"]] TRANSACTION (7.6ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x87\xE8\x8A\xB1\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x87\xE8\x8A\xB1\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.319307"], ["updated_at", "2022-09-29 09:09:25.319309"]] TRANSACTION (8.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8A\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8A\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.371969"], ["updated_at", "2022-09-29 09:09:25.371971"]] TRANSACTION (7.6ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8A\xE6\xAC\xB2"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8A\xE6\xAC\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.427208"], ["updated_at", "2022-09-29 09:09:25.427210"]] TRANSACTION (7.9ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8D\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE9\x92\xA0"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8D\xE4\xBA\x9A\xE7\xA1\x92\xE9\x85\xB8\xE9\x92\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.485495"], ["updated_at", "2022-09-29 09:09:25.485497"]] TRANSACTION (8.9ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8D\xE9\x98\xB3\xE5\x85\xB5\xE5\x8F\x98"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8D\xE9\x98\xB3\xE5\x85\xB5\xE5\x8F\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.540109"], ["updated_at", "2022-09-29 09:09:25.540111"]] TRANSACTION (8.7ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8D\xE9\xA2\x98\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8D\xE9\xA2\x98\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.602618"], ["updated_at", "2022-09-29 09:09:25.602620"]] TRANSACTION (13.5ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE4\xBA\xBA\xE8\xB0\xB7\xE7\x94\xA9\xE6\xA3\x8D"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE4\xBA\xBA\xE8\xB0\xB7\xE7\x94\xA9\xE6\xA3\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.668311"], ["updated_at", "2022-09-29 09:09:25.668313"]] TRANSACTION (10.3ms) COMMIT User Load (7.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE5\xA4\x96"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE5\xA4\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.734278"], ["updated_at", "2022-09-29 09:09:25.734280"]] TRANSACTION (7.1ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE6\x88\x98\xE7\x89\xB9\xE7\xA7\x8D\xE5\x85\xB5003"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE6\x88\x98\xE7\x89\xB9\xE7\xA7\x8D\xE5\x85\xB5003"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.786800"], ["updated_at", "2022-09-29 09:09:25.786801"]] TRANSACTION (6.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE6\x88\x98\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE6\x88\x98\xE7\x8B\x97\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.836119"], ["updated_at", "2022-09-29 09:09:25.836120"]] TRANSACTION (6.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE7\x94\xB7\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE7\x94\xB7\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.892353"], ["updated_at", "2022-09-29 09:09:25.892354"]] TRANSACTION (6.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x86\x9B\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x86\x9B\xE5\x88\x80\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.935173"], ["updated_at", "2022-09-29 09:09:25.935174"]] TRANSACTION (6.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:25.983519"], ["updated_at", "2022-09-29 09:09:25.983520"]] TRANSACTION (5.5ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.035595"], ["updated_at", "2022-09-29 09:09:26.035596"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.084716"], ["updated_at", "2022-09-29 09:09:26.084721"]] TRANSACTION (4.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.127620"], ["updated_at", "2022-09-29 09:09:26.127622"]] TRANSACTION (7.0ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\xBC\x80\xE5\xB1\xB1\xE5\x88\x80\xE5\x86\x9B\xE5\x88\xBA"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE5\xBC\x80\xE5\xB1\xB1\xE5\x88\x80\xE5\x86\x9B\xE5\x88\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.179974"], ["updated_at", "2022-09-29 09:09:26.179975"]] TRANSACTION (6.5ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE7\x94\x9F\xE5\xAD\x98\xE5\x88\x80QQ"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE7\x94\x9F\xE5\xAD\x98\xE5\x88\x80QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.230486"], ["updated_at", "2022-09-29 09:09:26.230487"]] TRANSACTION (7.6ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE7\xA0\x8D\xE5\x88\x80\xE6\x88\xB7\xE5\xA4\x96\xE5\x86\x9B\xE5\x88\x80"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x8E\xE8\x90\xA5\xE7\xA0\x8D\xE5\x88\x80\xE6\x88\xB7\xE5\xA4\x96\xE5\x86\x9B\xE5\x88\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.289479"], ["updated_at", "2022-09-29 09:09:26.289480"]] TRANSACTION (10.3ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE4\xBC\xAF\xE5\xB8\x86"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE4\xBC\xAF\xE5\xB8\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.354822"], ["updated_at", "2022-09-29 09:09:26.354823"]] TRANSACTION (9.2ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE5\x88\x9A\xE6\x9D\xB5"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE5\x88\x9A\xE6\x9D\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.424912"], ["updated_at", "2022-09-29 09:09:26.424914"]] TRANSACTION (8.0ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.493608"], ["updated_at", "2022-09-29 09:09:26.493609"]] TRANSACTION (9.5ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE5\xAE\x88\xE5\x84\xBF"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (6.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE5\xAE\x88\xE5\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.553289"], ["updated_at", "2022-09-29 09:09:26.553290"]] TRANSACTION (10.3ms) COMMIT User Load (8.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE5\xB0\xA7\xE5\xA6\x82"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (11.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE5\xB0\xA7\xE5\xA6\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.622277"], ["updated_at", "2022-09-29 09:09:26.622278"]] TRANSACTION (6.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE5\xBE\xB7\xE7\x90\xB4 \xE4\xB8\xAD\xE4\xBF\xA1"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE5\xBE\xB7\xE7\x90\xB4 \xE4\xB8\xAD\xE4\xBF\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.676894"], ["updated_at", "2022-09-29 09:09:26.676895"]] TRANSACTION (8.7ms) COMMIT User Load (53.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE6\x89\x8E\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE6\x89\x8E\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.788310"], ["updated_at", "2022-09-29 09:09:26.788311"]] TRANSACTION (9.3ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.850713"], ["updated_at", "2022-09-29 09:09:26.850714"]] TRANSACTION (8.5ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE7\x89\x8C"], ["LIMIT", 1]] TRANSACTION (7.3ms) BEGIN User Load (8.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE7\x89\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.917900"], ["updated_at", "2022-09-29 09:09:26.917901"]] TRANSACTION (9.0ms) COMMIT User Load (7.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE7\x93\xB6\xE6\xA2\x85"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE7\x93\xB6\xE6\xA2\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:26.993059"], ["updated_at", "2022-09-29 09:09:26.993061"]] TRANSACTION (6.3ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE7\x93\xB6\xE6\xA2\x85\xE5\x9C\xA8\xE7\xBA\xBF\xE8\xA7\x82\xE7\x9C\x8B"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE7\x93\xB6\xE6\xA2\x85\xE5\x9C\xA8\xE7\xBA\xBF\xE8\xA7\x82\xE7\x9C\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.050358"], ["updated_at", "2022-09-29 09:09:27.050360"]] TRANSACTION (6.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE7\x9B\xBE\xE5\xB7\xA5\xE7\xA8\x8B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE7\x9B\xBE\xE5\xB7\xA5\xE7\xA8\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.093903"], ["updated_at", "2022-09-29 09:09:27.093905"]] TRANSACTION (5.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE7\xAE\x8D\xE6\xA3\x92"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE7\xAE\x8D\xE6\xA3\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.137558"], ["updated_at", "2022-09-29 09:09:27.137558"]] TRANSACTION (6.2ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE9\x87\x91\xE4\xB8\x96\xE7\x95\x8C\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE9\x87\x91\xE4\xB8\x96\xE7\x95\x8C\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.189333"], ["updated_at", "2022-09-29 09:09:27.189339"]] TRANSACTION (8.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE9\x92\x9F\xE6\xB0\x94"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE9\x92\x9F\xE6\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.244676"], ["updated_at", "2022-09-29 09:09:27.244677"]] TRANSACTION (7.7ms) COMMIT User Load (7.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE9\xB3\x9E\xE5\xB2\x82\xE6\x98\xAF\xE6\xB1\xA0\xE4\xB8\xAD\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE9\xB3\x9E\xE5\xB2\x82\xE6\x98\xAF\xE6\xB1\xA0\xE4\xB8\xAD\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.299595"], ["updated_at", "2022-09-29 09:09:27.299597"]] TRANSACTION (7.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x87\x91\xE9\xBA\x9F\xE5\xB2\x82\xE6\x98\xAF\xE6\xB1\xA0\xE4\xB8\xAD\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x87\x91\xE9\xBA\x9F\xE5\xB2\x82\xE6\x98\xAF\xE6\xB1\xA0\xE4\xB8\xAD\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.353877"], ["updated_at", "2022-09-29 09:09:27.353878"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x89\xB4\xE4\xB9\xA6"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x89\xB4\xE4\xB9\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.409199"], ["updated_at", "2022-09-29 09:09:27.409201"]] TRANSACTION (5.8ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x8C\xA6\xE6\xBF\xA4"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x8C\xA6\xE6\xBF\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.454355"], ["updated_at", "2022-09-29 09:09:27.454357"]] TRANSACTION (4.9ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\x88\xBA"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\x88\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.497666"], ["updated_at", "2022-09-29 09:09:27.497668"]] TRANSACTION (7.0ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\x88\xBA\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\x88\xBA\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.552313"], ["updated_at", "2022-09-29 09:09:27.552315"]] TRANSACTION (6.7ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\x88\xBA\xE4\xBC\xA4"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\x88\xBA\xE4\xBC\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.597061"], ["updated_at", "2022-09-29 09:09:27.597062"]] TRANSACTION (5.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\x88\xBA\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\x88\xBA\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.647311"], ["updated_at", "2022-09-29 09:09:27.647377"]] TRANSACTION (5.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\x88\xBA\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (30.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\x88\xBA\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.705192"], ["updated_at", "2022-09-29 09:09:27.705194"]] TRANSACTION (6.3ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE5\x83\x8F"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE5\x83\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.796966"], ["updated_at", "2022-09-29 09:09:27.796968"]] TRANSACTION (7.9ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.854407"], ["updated_at", "2022-09-29 09:09:27.854408"]] TRANSACTION (8.9ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE8\xB1\xA1"], ["LIMIT", 1]] TRANSACTION (6.1ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE8\xB1\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:27.951326"], ["updated_at", "2022-09-29 09:09:27.951328"]] TRANSACTION (8.3ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE8\xB1\xA1\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (7.1ms) BEGIN User Load (12.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\xAD\x94\xE6\x91\x84\xE8\xB1\xA1\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:28.085525"], ["updated_at", "2022-09-29 09:09:28.085526"]] TRANSACTION (9.8ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x88\xE5\xAF\xB9\xE5\x8F\xB0\xE6\xB9\xBE"], ["LIMIT", 1]] TRANSACTION (143.2ms) BEGIN User Load (7.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (15.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x88\xE5\xAF\xB9\xE5\x8F\xB0\xE6\xB9\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:28.287438"], ["updated_at", "2022-09-29 09:09:28.287439"]] TRANSACTION (13.3ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x93\xE9\xB1\xBC\xE5\x8F\xB0"], ["LIMIT", 1]] TRANSACTION (7.8ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x93\xE9\xB1\xBC\xE5\x8F\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:28.504346"], ["updated_at", "2022-09-29 09:09:28.504348"]] TRANSACTION (11.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x93\xE9\xB1\xBC\xE5\xB2\x9B"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x93\xE9\xB1\xBC\xE5\xB2\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:28.586078"], ["updated_at", "2022-09-29 09:09:28.586078"]] TRANSACTION (7.9ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x93\xE9\xB1\xBC\xE5\xB2\x9B\xE6\xB8\xB8\xE8\xA1\x8C"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x93\xE9\xB1\xBC\xE5\xB2\x9B\xE6\xB8\xB8\xE8\xA1\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:28.638024"], ["updated_at", "2022-09-29 09:09:28.638025"]] TRANSACTION (8.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x99\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x99\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:28.694444"], ["updated_at", "2022-09-29 09:09:28.694445"]] TRANSACTION (9.1ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\x9F\xE5\xB1\xB1\xE9\xA3\x8E\xE9\x9B\xA8\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (5.1ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (16.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\x9F\xE5\xB1\xB1\xE9\xA3\x8E\xE9\x9B\xA8\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:28.746394"], ["updated_at", "2022-09-29 09:09:28.746396"]] TRANSACTION (9.6ms) COMMIT User Load (8.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xA2\xE7\x8F\xA0\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xA2\xE7\x8F\xA0\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:28.835626"], ["updated_at", "2022-09-29 09:09:28.835627"]] TRANSACTION (10.9ms) COMMIT User Load (11.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xA2\xE9\x92\x88\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (11.2ms) BEGIN User Load (7.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xA2\xE9\x92\x88\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:28.928395"], ["updated_at", "2022-09-29 09:09:28.928398"]] TRANSACTION (14.1ms) COMMIT User Load (7.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xA6\xE6\x9C\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xA6\xE6\x9C\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:29.016450"], ["updated_at", "2022-09-29 09:09:29.016452"]] TRANSACTION (21.3ms) COMMIT User Load (7.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xA6\xE7\x82\xB9\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (10.0ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xA6\xE7\x82\xB9\xE6\x8E\xA5\xE7\x8F\xAD\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:29.105530"], ["updated_at", "2022-09-29 09:09:29.105532"]] TRANSACTION (15.6ms) COMMIT User Load (9.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xB1\xE4\xB8\x89\xE5\xAD\x97\xE7\xBB\x8F"], ["LIMIT", 1]] TRANSACTION (6.3ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xB1\xE4\xB8\x89\xE5\xAD\x97\xE7\xBB\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:29.190052"], ["updated_at", "2022-09-29 09:09:29.190053"]] TRANSACTION (13.7ms) COMMIT User Load (8.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (10.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xB1\xE5\x85\xB6\xE7\x90\x9B"], ["LIMIT", 1]] TRANSACTION (8.3ms) BEGIN User Load (5.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xB1\xE5\x85\xB6\xE7\x90\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:29.272579"], ["updated_at", "2022-09-29 09:09:29.272581"]] TRANSACTION (15.1ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xB1\xE5\x9B\xBD\xE6\xA2\x81"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xB1\xE5\x9B\xBD\xE6\xA2\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:29.353319"], ["updated_at", "2022-09-29 09:09:29.353321"]] TRANSACTION (9.3ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xB1\xE8\xBE\xBE"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xB1\xE8\xBE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:29.415892"], ["updated_at", "2022-09-29 09:09:29.415894"]] TRANSACTION (9.5ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x92\xBB\xE6\x8F\x92"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x92\xBB\xE6\x8F\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:29.477284"], ["updated_at", "2022-09-29 09:09:29.477285"]] TRANSACTION (5.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x81\xE8\x8B\xB1 \xE5\x8C\x97\xE4\xBA\xAC"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x81\xE8\x8B\xB1 \xE5\x8C\x97\xE4\xBA\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:29.528469"], ["updated_at", "2022-09-29 09:09:29.528469"]] TRANSACTION (7.2ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x81\xE8\xA1\x80\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x81\xE8\xA1\x80\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:29.579103"], ["updated_at", "2022-09-29 09:09:29.579105"]] TRANSACTION (8.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x83\xE5\xA3\xB0"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x83\xE5\xA3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:29.636411"], ["updated_at", "2022-09-29 09:09:29.636412"]] TRANSACTION (7.3ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x83\xE6\x9C\xA8\xE9\xBA\xBB"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x83\xE6\x9C\xA8\xE9\xBA\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:29.690861"], ["updated_at", "2022-09-29 09:09:29.690863"]] TRANSACTION (7.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x85\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x85\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:29.743979"], ["updated_at", "2022-09-29 09:09:29.743980"]] TRANSACTION (6.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x85\xE5\xBC\xB9 \xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x85\xE5\xBC\xB9 \xE4\xB8\x8A\xE6\xB5\xB7\xE5\xB7\xA5\xE5\xAD\x97\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:29.797556"], ["updated_at", "2022-09-29 09:09:29.797557"]] TRANSACTION (6.0ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x85\xE5\xBC\xB9\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (11.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (24.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x85\xE5\xBC\xB9\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:29.851031"], ["updated_at", "2022-09-29 09:09:29.851032"]] TRANSACTION (71.4ms) COMMIT User Load (12.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x85\xE5\xBC\xB9\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x85\xE5\xBC\xB9\xE6\xB0\x94\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.012932"], ["updated_at", "2022-09-29 09:09:30.012933"]] TRANSACTION (7.2ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\x85\xE5\xBC\xB9\xE7\x8B\x97\xE7\xB2\xAE"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\x85\xE5\xBC\xB9\xE7\x8B\x97\xE7\xB2\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.078630"], ["updated_at", "2022-09-29 09:09:30.078632"]] TRANSACTION (8.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xAD\xE8\xAE\xB0\xE5\x8D\xB0\xE5\xB0\xBC"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (7.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xAD\xE8\xAE\xB0\xE5\x8D\xB0\xE5\xB0\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.132821"], ["updated_at", "2022-09-29 09:09:30.132822"]] TRANSACTION (10.2ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xB6\xE4\xB8\x9D"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xB6\xE4\xB8\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.193625"], ["updated_at", "2022-09-29 09:09:30.193627"]] TRANSACTION (7.7ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xB6\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xBE"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xB6\xE6\xB0\xB0\xE5\x8C\x96\xE9\x92\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.261235"], ["updated_at", "2022-09-29 09:09:30.261237"]] TRANSACTION (8.6ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE5\x99\xA8\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE5\x99\xA8\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.322187"], ["updated_at", "2022-09-29 09:09:30.322191"]] TRANSACTION (7.5ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE8\xAE\xBE\xE5\xA4\x87"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1\xE5\xA4\x8D\xE5\x88\xB6\xE8\xAE\xBE\xE5\xA4\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.377456"], ["updated_at", "2022-09-29 09:09:30.377457"]] TRANSACTION (9.3ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1\xE9\x95\xBF\xE6\x9C\x9F\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xB6\xE8\xA1\x8C\xE5\x8D\xA1\xE9\x95\xBF\xE6\x9C\x9F\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.434363"], ["updated_at", "2022-09-29 09:09:30.434365"]] TRANSACTION (6.3ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xB6\xE9\xBE\x99\xE5\xB2\x9B"], ["LIMIT", 1]] TRANSACTION (7.1ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xB6\xE9\xBE\x99\xE5\xB2\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.492504"], ["updated_at", "2022-09-29 09:09:30.492505"]] TRANSACTION (7.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x93\xBE\xE6\x8E\xA5"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x93\xBE\xE6\x8E\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.553145"], ["updated_at", "2022-09-29 09:09:30.553147"]] TRANSACTION (6.5ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x94\x80\xE4\xB8\x80\xE9\xAD\x82"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x94\x80\xE4\xB8\x80\xE9\xAD\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.608757"], ["updated_at", "2022-09-29 09:09:30.608759"]] TRANSACTION (13.4ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x94\x80\xE5\x94\xAE\xE6\x9E\xAA\xE6\x94\xAF"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x94\x80\xE5\x94\xAE\xE6\x9E\xAA\xE6\x94\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.678939"], ["updated_at", "2022-09-29 09:09:30.678941"]] TRANSACTION (7.9ms) COMMIT User Load (9.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x94\x80\xE5\x94\xAE\xE7\x83\xAD\xE7\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (8.1ms) BEGIN User Load (5.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x94\x80\xE5\x94\xAE\xE7\x83\xAD\xE7\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.752387"], ["updated_at", "2022-09-29 09:09:30.752389"]] TRANSACTION (9.0ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x94\x80\xE9\xAD\x82"], ["LIMIT", 1]] TRANSACTION (5.7ms) BEGIN User Load (8.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x94\x80\xE9\xAD\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.821148"], ["updated_at", "2022-09-29 09:09:30.821149"]] TRANSACTION (13.4ms) COMMIT User Load (10.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x94\x80\xE9\xAD\x82\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (12.9ms) BEGIN User Load (6.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x94\x80\xE9\xAD\x82\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.901549"], ["updated_at", "2022-09-29 09:09:30.901551"]] TRANSACTION (6.5ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x94\xA6\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x94\xA6\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:30.972831"], ["updated_at", "2022-09-29 09:09:30.972832"]] TRANSACTION (6.5ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\x87\xE5\x8E\x8B"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (7.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\x87\xE5\x8E\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.018341"], ["updated_at", "2022-09-29 09:09:31.018343"]] TRANSACTION (8.8ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\x87\xE5\x8E\x8B\xE5\xAD\xA6\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\x87\xE5\x8E\x8B\xE5\xAD\xA6\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.081276"], ["updated_at", "2022-09-29 09:09:31.081278"]] TRANSACTION (9.5ms) COMMIT User Load (7.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\xBF\xE6\x9C\x9F\xE4\xBE\x9B\xE5\xBA\x94\xE5\x8F\x91\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (8.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\xBF\xE6\x9C\x9F\xE4\xBE\x9B\xE5\xBA\x94\xE5\x8F\x91\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.144058"], ["updated_at", "2022-09-29 09:09:31.144059"]] TRANSACTION (9.9ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\xBF\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (7.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\xBF\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.216672"], ["updated_at", "2022-09-29 09:09:31.216673"]] TRANSACTION (10.1ms) COMMIT User Load (6.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\xBF\xE6\xBF\x91\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\xBF\xE6\xBF\x91\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.281268"], ["updated_at", "2022-09-29 09:09:31.281270"]] TRANSACTION (9.6ms) COMMIT User Load (7.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\xBF\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (7.2ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\xBF\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.338692"], ["updated_at", "2022-09-29 09:09:31.338693"]] TRANSACTION (6.4ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\xBF\xE8\xAF\x84"], ["LIMIT", 1]] TRANSACTION (11.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\xBF\xE8\xAF\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.403692"], ["updated_at", "2022-09-29 09:09:31.403693"]] TRANSACTION (7.0ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x95\xBF\xE9\xA9\xB1\xE7\x9B\xB4\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x95\xBF\xE9\xA9\xB1\xE7\x9B\xB4\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.463392"], ["updated_at", "2022-09-29 09:09:31.463393"]] TRANSACTION (4.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x96\x80\xE6\x9C\x8D\xE5\x8B\x99"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x96\x80\xE6\x9C\x8D\xE5\x8B\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.500727"], ["updated_at", "2022-09-29 09:09:31.500729"]] TRANSACTION (7.2ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x96\x8B\xE7\xA2\xBC"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (6.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x96\x8B\xE7\xA2\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.555964"], ["updated_at", "2022-09-29 09:09:31.555965"]] TRANSACTION (4.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x96\x8B\xE7\xA5\xA8"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x96\x8B\xE7\xA5\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.612091"], ["updated_at", "2022-09-29 09:09:31.612093"]] TRANSACTION (6.9ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x96\xB9\xE5\x89\xB2"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (7.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x96\xB9\xE5\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.664054"], ["updated_at", "2022-09-29 09:09:31.664055"]] TRANSACTION (6.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xA8\xE4\xBF\x9D\xE5\x81\xA5"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xA8\xE4\xBF\x9D\xE5\x81\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.719500"], ["updated_at", "2022-09-29 09:09:31.719501"]] TRANSACTION (6.5ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xA8\xE5\xAE\x89\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xA8\xE5\xAE\x89\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.771054"], ["updated_at", "2022-09-29 09:09:31.771055"]] TRANSACTION (4.6ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xA8\xE5\xBE\x92\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xA8\xE5\xBE\x92\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.808954"], ["updated_at", "2022-09-29 09:09:31.808954"]] TRANSACTION (5.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xA8\xE6\x8C\x89\xE6\x91\xA9"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xA8\xE6\x8C\x89\xE6\x91\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.849909"], ["updated_at", "2022-09-29 09:09:31.849910"]] TRANSACTION (6.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xA8\xE6\xA7\x9B\xE4\xBD\x8E"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xA8\xE6\xA7\x9B\xE4\xBD\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.894321"], ["updated_at", "2022-09-29 09:09:31.894323"]] TRANSACTION (8.4ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xB3\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (6.4ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xB3\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.934669"], ["updated_at", "2022-09-29 09:09:31.934670"]] TRANSACTION (5.5ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xB5\xE7\xBB\xB4\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xB5\xE7\xBB\xB4\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:31.985722"], ["updated_at", "2022-09-29 09:09:31.985723"]] TRANSACTION (4.9ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xB7\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xB7\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.024079"], ["updated_at", "2022-09-29 09:09:32.024080"]] TRANSACTION (7.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xB9\xE4\xBA\x8B"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xB9\xE4\xBA\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.076132"], ["updated_at", "2022-09-29 09:09:32.076134"]] TRANSACTION (5.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xB9\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xB9\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.115484"], ["updated_at", "2022-09-29 09:09:32.115485"]] TRANSACTION (8.1ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xBB\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xBB\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.160348"], ["updated_at", "2022-09-29 09:09:32.160349"]] TRANSACTION (3.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x97\xBB\xE8\xA2\xAB\xE6\x8E\xA7\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x97\xBB\xE8\xA2\xAB\xE6\x8E\xA7\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.196408"], ["updated_at", "2022-09-29 09:09:32.196409"]] TRANSACTION (5.4ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x80\xE4\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x80\xE4\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.235291"], ["updated_at", "2022-09-29 09:09:32.235292"]] TRANSACTION (5.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x80\xE4\xBC\xA6"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x80\xE4\xBC\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.281693"], ["updated_at", "2022-09-29 09:09:32.281695"]] TRANSACTION (8.0ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x80\xE5\x9B\xB5"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (4.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x80\xE5\x9B\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.341848"], ["updated_at", "2022-09-29 09:09:32.341850"]] TRANSACTION (11.9ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x80\xE6\x8A\xA1"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x80\xE6\x8A\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.403286"], ["updated_at", "2022-09-29 09:09:32.403288"]] TRANSACTION (6.1ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x80\xE6\xB2\xA6"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x80\xE6\xB2\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.452701"], ["updated_at", "2022-09-29 09:09:32.452702"]] TRANSACTION (6.8ms) COMMIT User Load (5.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x80\xE7\xBA\xB6"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x80\xE7\xBA\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.497915"], ["updated_at", "2022-09-29 09:09:32.497916"]] TRANSACTION (8.7ms) COMMIT User Load (8.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x80\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x80\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.546838"], ["updated_at", "2022-09-29 09:09:32.546840"]] TRANSACTION (8.9ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x89\xE5\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x89\xE5\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.600491"], ["updated_at", "2022-09-29 09:09:32.600493"]] TRANSACTION (4.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x8E\xE6\x98\x8E\xE5\xA4\x8D"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x8E\xE6\x98\x8E\xE5\xA4\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.636508"], ["updated_at", "2022-09-29 09:09:32.636510"]] TRANSACTION (5.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\x9D\xE6\x9C\x88"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\x9D\xE6\x9C\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.684968"], ["updated_at", "2022-09-29 09:09:32.684969"]] TRANSACTION (4.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB2\xE5\x8D\xAB\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB2\xE5\x8D\xAB\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.724204"], ["updated_at", "2022-09-29 09:09:32.724206"]] TRANSACTION (8.4ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB2\xE5\x8D\xAB\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB2\xE5\x8D\xAB\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.775105"], ["updated_at", "2022-09-29 09:09:32.775107"]] TRANSACTION (6.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB2\xE7\x94\xB5\xE5\xAD\x90\xE7\x9C\xBC"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB2\xE7\x94\xB5\xE5\xAD\x90\xE7\x9C\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.824696"], ["updated_at", "2022-09-29 09:09:32.824697"]] TRANSACTION (5.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB2\xE8\xBA\xAB\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB2\xE8\xBA\xAB\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.870386"], ["updated_at", "2022-09-29 09:09:32.870387"]] TRANSACTION (7.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB2\xE8\xBA\xAB\xE8\x8D\xAF\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB2\xE8\xBA\xAB\xE8\x8D\xAF\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.915909"], ["updated_at", "2022-09-29 09:09:32.915910"]] TRANSACTION (6.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:32.960815"], ["updated_at", "2022-09-29 09:09:32.960816"]] TRANSACTION (5.7ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x86\x9B\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (6.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x86\x9B\xE5\x93\x81\xE5\x86\x9B\xE5\x88\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.008104"], ["updated_at", "2022-09-29 09:09:33.008105"]] TRANSACTION (7.9ms) COMMIT User Load (6.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.069850"], ["updated_at", "2022-09-29 09:09:33.069851"]] TRANSACTION (10.3ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (5.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE4\xB8\x93\xE5\x8D\x96\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.130890"], ["updated_at", "2022-09-29 09:09:33.130893"]] TRANSACTION (5.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE4\xBE\x9B\xE5\xBA\x94"], ["LIMIT", 1]] TRANSACTION (5.4ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE4\xBE\x9B\xE5\xBA\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.170659"], ["updated_at", "2022-09-29 09:09:33.170660"]] TRANSACTION (6.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE5\x86\x9B\xE5\x93\x81\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.220764"], ["updated_at", "2022-09-29 09:09:33.220766"]] TRANSACTION (8.4ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE5\x95\x86\xE5\x9F\x8E"], ["LIMIT", 1]] TRANSACTION (4.8ms) BEGIN User Load (6.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE5\x95\x86\xE5\x9F\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.270108"], ["updated_at", "2022-09-29 09:09:33.270109"]] TRANSACTION (6.7ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE6\x89\xB9\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE6\x89\xB9\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.322032"], ["updated_at", "2022-09-29 09:09:33.322033"]] TRANSACTION (7.0ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.369770"], ["updated_at", "2022-09-29 09:09:33.369770"]] TRANSACTION (7.9ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\x94\xA9\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\x94\xA9\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.415450"], ["updated_at", "2022-09-29 09:09:33.415451"]] TRANSACTION (7.8ms) COMMIT User Load (6.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.467538"], ["updated_at", "2022-09-29 09:09:33.467539"]] TRANSACTION (5.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\x9B\xB4\xE9\x94\x80\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.516924"], ["updated_at", "2022-09-29 09:09:33.516925"]] TRANSACTION (6.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.561839"], ["updated_at", "2022-09-29 09:09:33.561843"]] TRANSACTION (4.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE5\x85\xB7\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.604067"], ["updated_at", "2022-09-29 09:09:33.604068"]] TRANSACTION (6.2ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE9\x93\xBA\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\x88\x80\xE9\x93\xBA\xE5\x86\x9B\xE5\x88\x80\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.643063"], ["updated_at", "2022-09-29 09:09:33.643064"]] TRANSACTION (6.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\xB8\x82\xE5\x88\x80\xE5\x85\xB7\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE5\xB8\x82\xE5\x88\x80\xE5\x85\xB7\xE6\x89\xB9\xE5\x8F\x91\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.690511"], ["updated_at", "2022-09-29 09:09:33.690512"]] TRANSACTION (3.6ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE6\xB1\x9F\xE6\x88\xB7\xE5\xA4\x96\xE5\x88\x80\xE5\x85\xB7\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.719899"], ["updated_at", "2022-09-29 09:09:33.719900"]] TRANSACTION (5.1ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE7\x89\xA9"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE7\x89\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.752767"], ["updated_at", "2022-09-29 09:09:33.752768"]] TRANSACTION (5.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xE7\x97\xBF"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xE7\x97\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.794185"], ["updated_at", "2022-09-29 09:09:33.794186"]] TRANSACTION (4.6ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB3\xEF\xBC\x8C\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB3\xEF\xBC\x8C\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.841466"], ["updated_at", "2022-09-29 09:09:33.841467"]] TRANSACTION (5.7ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4b"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4b"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.887533"], ["updated_at", "2022-09-29 09:09:33.887534"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE5\x94\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE5\x94\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.925031"], ["updated_at", "2022-09-29 09:09:33.925032"]] TRANSACTION (6.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE5\x9B\x8A"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE5\x9B\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:33.962521"], ["updated_at", "2022-09-29 09:09:33.962522"]] TRANSACTION (7.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE5\xB1\x84"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE5\xB1\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.002271"], ["updated_at", "2022-09-29 09:09:34.002272"]] TRANSACTION (4.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE6\x88\xB7"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE6\x88\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.034669"], ["updated_at", "2022-09-29 09:09:34.034670"]] TRANSACTION (5.4ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE6\xA0\xB8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE6\xA0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.076641"], ["updated_at", "2022-09-29 09:09:34.076643"]] TRANSACTION (3.9ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.106462"], ["updated_at", "2022-09-29 09:09:34.106463"]] TRANSACTION (4.6ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.134855"], ["updated_at", "2022-09-29 09:09:34.134856"]] TRANSACTION (6.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.179142"], ["updated_at", "2022-09-29 09:09:34.179143"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE7\xBC\x94"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE7\xBC\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.207394"], ["updated_at", "2022-09-29 09:09:34.207394"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE8\x8C\x8E"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE8\x8C\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.234469"], ["updated_at", "2022-09-29 09:09:34.234470"]] TRANSACTION (5.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE8\x8C\x8E\xE5\x8A\xA9\xE5\x8B\x83"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE8\x8C\x8E\xE5\x8A\xA9\xE5\x8B\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.275856"], ["updated_at", "2022-09-29 09:09:34.275857"]] TRANSACTION (4.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE8\x8C\x8E\xE5\xA2\x9E\xE5\xA4\xA7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE8\x8C\x8E\xE5\xA2\x9E\xE5\xA4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.308512"], ["updated_at", "2022-09-29 09:09:34.308513"]] TRANSACTION (3.9ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE8\x8C\x8E\xE6\x8F\x92\xE5\xB0\x8F\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE8\x8C\x8E\xE6\x8F\x92\xE5\xB0\x8F\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.337116"], ["updated_at", "2022-09-29 09:09:34.337117"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE8\x92\x82"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE8\x92\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.372925"], ["updated_at", "2022-09-29 09:09:34.372926"]] TRANSACTION (4.4ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.402738"], ["updated_at", "2022-09-29 09:09:34.402741"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x81\x93\xE5\x9B\xBE\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x81\x93\xE5\x9B\xBE\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.429136"], ["updated_at", "2022-09-29 09:09:34.429137"]] TRANSACTION (4.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x81\x93\xE6\x80\xA7\xE4\xBA\xA4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x81\x93\xE6\x80\xA7\xE4\xBA\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.460192"], ["updated_at", "2022-09-29 09:09:34.460192"]] TRANSACTION (4.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x81\x93\xE6\x80\xA7\xE4\xBA\xA4\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x81\x93\xE6\x80\xA7\xE4\xBA\xA4\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.497926"], ["updated_at", "2022-09-29 09:09:34.497928"]] TRANSACTION (5.1ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x83\xA8"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (7.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x83\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.539268"], ["updated_at", "2022-09-29 09:09:34.539269"]] TRANSACTION (8.2ms) COMMIT User Load (5.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x83\xA8\xE7\x89\xB9\xE5\x86\x99"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x83\xA8\xE7\x89\xB9\xE5\x86\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.598918"], ["updated_at", "2022-09-29 09:09:34.598919"]] TRANSACTION (6.2ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x97\xA8"], ["LIMIT", 1]] TRANSACTION (7.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x97\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.650692"], ["updated_at", "2022-09-29 09:09:34.650693"]] TRANSACTION (5.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x97\xB4\xE6\x9D\xA5\xE7\x94\xB5"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (8.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x97\xB4\xE6\x9D\xA5\xE7\x94\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.700153"], ["updated_at", "2022-09-29 09:09:34.700154"]] TRANSACTION (4.4ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xB4\xE9\x98\x9C"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xB4\xE9\x98\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.752659"], ["updated_at", "2022-09-29 09:09:34.752661"]] TRANSACTION (12.8ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE5\x85\xB0\xE5\xBE\x97\xE9\xBE\x99\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE5\x85\xB7"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE5\x85\xB0\xE5\xBE\x97\xE9\xBE\x99\xE9\x87\x8E\xE8\x90\xA5\xE5\x88\x80\xE5\x85\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.801734"], ["updated_at", "2022-09-29 09:09:34.801735"]] TRANSACTION (4.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.838679"], ["updated_at", "2022-09-29 09:09:34.838680"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE5\x85\xB5\xE5\x93\xA5\xE8\xA8\x80\xE8\xAF\xAD\xE5\xBD\x95"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE5\x85\xB5\xE5\x93\xA5\xE8\xA8\x80\xE8\xAF\xAD\xE5\xBD\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.877953"], ["updated_at", "2022-09-29 09:09:34.877954"]] TRANSACTION (5.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE5\x87\xA1\xE6\x8F\x90\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE5\x87\xA1\xE6\x8F\x90\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.916054"], ["updated_at", "2022-09-29 09:09:34.916055"]] TRANSACTION (6.1ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE5\xAE\xBE"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE5\xAE\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.952646"], ["updated_at", "2022-09-29 09:09:34.952647"]] TRANSACTION (5.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE6\x89\x81"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE6\x89\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:34.995766"], ["updated_at", "2022-09-29 09:09:34.995767"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE6\x8B\x89\xE4\xBC\xAF"], ["LIMIT", 1]] TRANSACTION (9.1ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE6\x8B\x89\xE4\xBC\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.034245"], ["updated_at", "2022-09-29 09:09:35.034246"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE6\x97\xBA\xE6\x99\x8B\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (7.7ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE6\x97\xBA\xE6\x99\x8B\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.088662"], ["updated_at", "2022-09-29 09:09:35.088663"]] TRANSACTION (4.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE6\x9B\xBC\xE5\x93\x88\xE5\x90\x89"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE6\x9B\xBC\xE5\x93\x88\xE5\x90\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.130456"], ["updated_at", "2022-09-29 09:09:35.130458"]] TRANSACTION (7.4ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE6\xB3\xA2\xE7\xBD\x97\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE6\xB3\xA2\xE7\xBD\x97\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.170781"], ["updated_at", "2022-09-29 09:09:35.170782"]] TRANSACTION (4.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE8\x8A\x99\xE8\x93\x89"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE8\x8A\x99\xE8\x93\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.205500"], ["updated_at", "2022-09-29 09:09:35.205501"]] TRANSACTION (3.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE9\x87\x8C\xE5\xB8\x83\xE8\xBE\xBE\xE5\xB9\xB4\xE4\xBB\xA3"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE9\x87\x8C\xE5\xB8\x83\xE8\xBE\xBE\xE5\xB9\xB4\xE4\xBB\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.233090"], ["updated_at", "2022-09-29 09:09:35.233091"]] TRANSACTION (5.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x98\xBF\xE9\x87\x8C\xE5\xB8\x83\xE8\xBE\xBE\xE5\xB9\xB4\xE4\xBB\xA3\xE8\xAE\xB0"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x98\xBF\xE9\x87\x8C\xE5\xB8\x83\xE8\xBE\xBE\xE5\xB9\xB4\xE4\xBB\xA3\xE8\xAE\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.276684"], ["updated_at", "2022-09-29 09:09:35.276685"]] TRANSACTION (3.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x84\xE9\x80\x81\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x84\xE9\x80\x81\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.313103"], ["updated_at", "2022-09-29 09:09:35.313104"]] TRANSACTION (4.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x86\xE5\x90\x8C\xE4\xBF\xAE"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x86\xE5\x90\x8C\xE4\xBF\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.346145"], ["updated_at", "2022-09-29 09:09:35.346146"]] TRANSACTION (6.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x86\xE5\x9B\x9B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x86\xE5\x9B\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.390967"], ["updated_at", "2022-09-29 09:09:35.390970"]] TRANSACTION (4.2ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x86\xE5\xA7\x94\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (10.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x86\xE5\xA7\x94\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.429159"], ["updated_at", "2022-09-29 09:09:35.429160"]] TRANSACTION (12.7ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x86\xE5\xB0\x81\xE9\x94\x81"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x86\xE5\xB0\x81\xE9\x94\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.486800"], ["updated_at", "2022-09-29 09:09:35.486801"]] TRANSACTION (3.2ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x86\xE8\x82\x86"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x86\xE8\x82\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.522203"], ["updated_at", "2022-09-29 09:09:35.522204"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88s\xE6\x89\x81"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88s\xE6\x89\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.548360"], ["updated_at", "2022-09-29 09:09:35.548361"]] TRANSACTION (5.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE4\xB8\x80\xE5\x92\xA8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE4\xB8\x80\xE5\x92\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.586061"], ["updated_at", "2022-09-29 09:09:35.586061"]] TRANSACTION (3.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE4\xB8\x80\xE8\xB0\x98"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE4\xB8\x80\xE8\xB0\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.615073"], ["updated_at", "2022-09-29 09:09:35.615073"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE4\xBA\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE4\xBA\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.643681"], ["updated_at", "2022-09-29 09:09:35.643682"]] TRANSACTION (6.3ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\x85\xA8\xE5\x9B\xBD"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\x85\xA8\xE5\x9B\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.690499"], ["updated_at", "2022-09-29 09:09:35.690500"]] TRANSACTION (4.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\x85\xB6\xE7\xBE\x8E"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\x85\xB6\xE7\xBE\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.723837"], ["updated_at", "2022-09-29 09:09:35.723838"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\x86\x9B"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\x86\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.759459"], ["updated_at", "2022-09-29 09:09:35.759460"]] TRANSACTION (4.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\x8D\x97\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\x8D\x97\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.800489"], ["updated_at", "2022-09-29 09:09:35.800491"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\x90\x8C\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\x90\x8C\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.826371"], ["updated_at", "2022-09-29 09:09:35.826371"]] TRANSACTION (4.9ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xAE\xA3\xE8\x89\xAF"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xAE\xA3\xE8\x89\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.857491"], ["updated_at", "2022-09-29 09:09:35.857492"]] TRANSACTION (5.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xB0\x8F\xE5\x90\x8C"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xB0\x8F\xE5\x90\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.891646"], ["updated_at", "2022-09-29 09:09:35.891646"]] TRANSACTION (4.2ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xB0\x8F\xE6\xB4\xA5"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xB0\x8F\xE6\xB4\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.920190"], ["updated_at", "2022-09-29 09:09:35.920191"]] TRANSACTION (4.3ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xB0\x91\xE5\x8B\x87"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xB0\x91\xE5\x8B\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.953340"], ["updated_at", "2022-09-29 09:09:35.953341"]] TRANSACTION (7.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xB8\x8C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xB8\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:35.994000"], ["updated_at", "2022-09-29 09:09:35.994001"]] TRANSACTION (3.6ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xB8\x8C\xE5\x90\x8C"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xB8\x8C\xE5\x90\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.022372"], ["updated_at", "2022-09-29 09:09:36.022373"]] TRANSACTION (4.3ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xBC\x8F\xE7\xBA\xAF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xBC\x8F\xE7\xBA\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.052724"], ["updated_at", "2022-09-29 09:09:36.052725"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE5\xBF\xA0"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE5\xBF\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.087191"], ["updated_at", "2022-09-29 09:09:36.087193"]] TRANSACTION (5.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE6\x80\xBB\xE7\xBB\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE6\x80\xBB\xE7\xBB\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.124354"], ["updated_at", "2022-09-29 09:09:36.124355"]] TRANSACTION (3.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE6\x85\x95\xE5\x8D\x8E"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE6\x85\x95\xE5\x8D\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.151453"], ["updated_at", "2022-09-29 09:09:36.151455"]] TRANSACTION (5.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE6\x95\x8F\xE5\xB0\x94"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE6\x95\x8F\xE5\xB0\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.188099"], ["updated_at", "2022-09-29 09:09:36.188100"]] TRANSACTION (3.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE6\x99\x93\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE6\x99\x93\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.215550"], ["updated_at", "2022-09-29 09:09:36.215551"]] TRANSACTION (5.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE6\xB0\xB4\xE6\x89\x81"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE6\xB0\xB4\xE6\x89\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.247636"], ["updated_at", "2022-09-29 09:09:36.247643"]] TRANSACTION (6.2ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE6\xB0\xB4\xE6\x96\x87"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE6\xB0\xB4\xE6\x96\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.285037"], ["updated_at", "2022-09-29 09:09:36.285038"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE6\xB0\xB8\xE8\xB4\xB5"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE6\xB0\xB8\xE8\xB4\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.321547"], ["updated_at", "2022-09-29 09:09:36.321547"]] TRANSACTION (5.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\x82\xB3\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\x82\xB3\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.350639"], ["updated_at", "2022-09-29 09:09:36.350640"]] TRANSACTION (5.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\x8B\xAC\xE7\xA7\x80"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\x8B\xAC\xE7\xA7\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.390152"], ["updated_at", "2022-09-29 09:09:36.390153"]] TRANSACTION (3.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\x8B\xAC\xE7\xA7\x80\xE5\x85\xA8\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\x8B\xAC\xE7\xA7\x80\xE5\x85\xA8\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.428755"], ["updated_at", "2022-09-29 09:09:36.428756"]] TRANSACTION (5.0ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\x9B\xB8\xE8\xB4\xB5"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\x9B\xB8\xE8\xB4\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.462137"], ["updated_at", "2022-09-29 09:09:36.462138"]] TRANSACTION (4.2ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\xA0\xB4\xE7\xA9\xBA"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\xA0\xB4\xE7\xA9\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.503265"], ["updated_at", "2022-09-29 09:09:36.503266"]] TRANSACTION (2.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\xA5\x96\xE6\xB3\xBD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\xA5\x96\xE6\xB3\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.527525"], ["updated_at", "2022-09-29 09:09:36.527526"]] TRANSACTION (4.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\xA5\x96\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\xA5\x96\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.558181"], ["updated_at", "2022-09-29 09:09:36.558182"]] TRANSACTION (5.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\xAB\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\xAB\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.593160"], ["updated_at", "2022-09-29 09:09:36.593161"]] TRANSACTION (5.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\xBB\x8D\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\xBB\x8D\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.619653"], ["updated_at", "2022-09-29 09:09:36.619653"]] TRANSACTION (4.5ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE7\xBB\xB4\xE5\xB8\xAD\xE5\xAE\x89\xE5\xBE\xBD"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE7\xBB\xB4\xE5\xB8\xAD\xE5\xAE\x89\xE5\xBE\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.649494"], ["updated_at", "2022-09-29 09:09:36.649495"]] TRANSACTION (5.7ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE8\x89\xAF\xE5\xAE\x87"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE8\x89\xAF\xE5\xAE\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.690505"], ["updated_at", "2022-09-29 09:09:36.690506"]] TRANSACTION (4.1ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE8\x89\xAF\xE5\xAE\x87\xE7\xBD\xA2\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE8\x89\xAF\xE5\xAE\x87\xE7\xBD\xA2\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.720801"], ["updated_at", "2022-09-29 09:09:36.720801"]] TRANSACTION (6.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE8\x92\x99"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE8\x92\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.753887"], ["updated_at", "2022-09-29 09:09:36.753888"]] TRANSACTION (6.5ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE9\x94\xA1\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE9\x94\xA1\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.801457"], ["updated_at", "2022-09-29 09:09:36.801459"]] TRANSACTION (7.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x88\xE9\x9A\x8F\xE4\xBE\xBF"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x88\xE9\x9A\x8F\xE4\xBE\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.839893"], ["updated_at", "2022-09-29 09:09:36.839894"]] TRANSACTION (6.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x8C\xE4\xB8\x83"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x8C\xE4\xB8\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.884734"], ["updated_at", "2022-09-29 09:09:36.884736"]] TRANSACTION (5.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x8C\xE4\xB8\x8A\xE9\xA6\x99"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x8C\xE4\xB8\x8A\xE9\xA6\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.925338"], ["updated_at", "2022-09-29 09:09:36.925339"]] TRANSACTION (4.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x90\xE5\x88\xB6"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x90\xE5\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.959543"], ["updated_at", "2022-09-29 09:09:36.959544"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x90\xE5\x88\xB6\xE7\xBA\xA7"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x90\xE5\x88\xB6\xE7\xBA\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:36.996977"], ["updated_at", "2022-09-29 09:09:36.996981"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x90\xE5\x88\xB6\xE8\xA8\x80"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x90\xE5\x88\xB6\xE8\xA8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.026060"], ["updated_at", "2022-09-29 09:09:37.026061"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\x90\xE9\x87\x8F"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\x90\xE9\x87\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.054279"], ["updated_at", "2022-09-29 09:09:37.054280"]] TRANSACTION (4.8ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xAA\xE5\x94\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xAA\xE5\x94\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.086601"], ["updated_at", "2022-09-29 09:09:37.086602"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xAA\xE8\x80\x83\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xAA\xE8\x80\x83\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.116107"], ["updated_at", "2022-09-29 09:09:37.116107"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xAA\xE8\x81\x8A"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xAA\xE8\x81\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.140590"], ["updated_at", "2022-09-29 09:09:37.140591"]] TRANSACTION (5.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB0\xE5\x94\x87"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB0\xE5\x94\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.178478"], ["updated_at", "2022-09-29 09:09:37.178479"]] TRANSACTION (4.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB0\xE6\x88\xB6"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB0\xE6\x88\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.211985"], ["updated_at", "2022-09-29 09:09:37.211986"]] TRANSACTION (3.8ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB0\xE7\xA9\xB4\xE6\x96\xB0\xE7\x8E\xA9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB0\xE7\xA9\xB4\xE6\x96\xB0\xE7\x8E\xA9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.239450"], ["updated_at", "2022-09-29 09:09:37.239450"]] TRANSACTION (5.4ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB0\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB0\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.279963"], ["updated_at", "2022-09-29 09:09:37.279964"]] TRANSACTION (3.9ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB6bao"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB6bao"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.317861"], ["updated_at", "2022-09-29 09:09:37.317862"]] TRANSACTION (3.7ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB6\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB6\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.348206"], ["updated_at", "2022-09-29 09:09:37.348208"]] TRANSACTION (5.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB6\xE5\xAF\xB6"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (6.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB6\xE5\xAF\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.386051"], ["updated_at", "2022-09-29 09:09:37.386052"]] TRANSACTION (6.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB7\xE5\xAE\xB3\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB7\xE5\xAE\xB3\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.426519"], ["updated_at", "2022-09-29 09:09:37.426520"]] TRANSACTION (4.9ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x99\xB7\xE5\xAE\xB3\xE7\xBD\xAA"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x99\xB7\xE5\xAE\xB3\xE7\xBD\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.462149"], ["updated_at", "2022-09-29 09:09:37.462150"]] TRANSACTION (4.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x86\xE6\x89\x8B\xE6\x8C\x87"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x86\xE6\x89\x8B\xE6\x8C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.497692"], ["updated_at", "2022-09-29 09:09:37.497695"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE5\xBD\xA2,\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE5\xBD\xA2,\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.529514"], ["updated_at", "2022-09-29 09:09:37.529514"]] TRANSACTION (5.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE5\xBD\xA2,\xE8\x80\xB3\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE5\xBD\xA2,\xE8\x80\xB3\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.569293"], ["updated_at", "2022-09-29 09:09:37.569298"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE5\x96\xB7\xE5\x89\x82"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE5\x96\xB7\xE5\x89\x82"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.608523"], ["updated_at", "2022-09-29 09:09:37.608524"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.643417"], ["updated_at", "2022-09-29 09:09:37.643418"]] TRANSACTION (5.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE8\x80\xB3"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE8\x80\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.679571"], ["updated_at", "2022-09-29 09:09:37.679572"]] TRANSACTION (5.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE8\x80\xB3\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE5\xBD\xA2\xE8\x80\xB3\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.720286"], ["updated_at", "2022-09-29 09:09:37.720287"]] TRANSACTION (8.0ms) COMMIT User Load (10.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE7\x9E\x92\xE5\x9C\xB0\xE9\x9C\x87"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE7\x9E\x92\xE5\x9C\xB0\xE9\x9C\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.768743"], ["updated_at", "2022-09-29 09:09:37.768745"]] TRANSACTION (7.9ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE7\xA7\x81"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE7\xA7\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.812231"], ["updated_at", "2022-09-29 09:09:37.812232"]] TRANSACTION (3.0ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE7\xA7\x98\xE4\xB9\x8B\xE5\xA4\x84"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE7\xA7\x98\xE4\xB9\x8B\xE5\xA4\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.837028"], ["updated_at", "2022-09-29 09:09:37.837028"]] TRANSACTION (4.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9A\x90\xE8\x94\xBD\xE5\xBC\x8F\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9A\x90\xE8\x94\xBD\xE5\xBC\x8F\xE6\x91\x84\xE5\x83\x8F\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.868881"], ["updated_at", "2022-09-29 09:09:37.868882"]] TRANSACTION (5.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x84\xE4\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x84\xE4\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.910466"], ["updated_at", "2022-09-29 09:09:37.910467"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x84\xE7\x83\xAF\xE4\xBA\x8C\xE9\x86\x87"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x84\xE7\x83\xAF\xE4\xBA\x8C\xE9\x86\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.938961"], ["updated_at", "2022-09-29 09:09:37.938961"]] TRANSACTION (6.4ms) COMMIT User Load (5.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE4\xB8\xAD\xE8\x90\xA5"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE4\xB8\xAD\xE8\x90\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:37.975924"], ["updated_at", "2022-09-29 09:09:37.975925"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.006531"], ["updated_at", "2022-09-29 09:09:38.006532"]] TRANSACTION (7.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE6\x89\x93\xE7\xA0\xB8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE6\x89\x93\xE7\xA0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.040016"], ["updated_at", "2022-09-29 09:09:38.040017"]] TRANSACTION (5.8ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE6\x8A\x97\xE8\xAE\xAE"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE6\x8A\x97\xE8\xAE\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.075828"], ["updated_at", "2022-09-29 09:09:38.075830"]] TRANSACTION (3.5ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE6\xB7\xAB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE6\xB7\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.107402"], ["updated_at", "2022-09-29 09:09:38.107405"]] TRANSACTION (3.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE8\x85\x90"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE8\x85\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.132564"], ["updated_at", "2022-09-29 09:09:38.132564"]] TRANSACTION (3.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE8\x87\xAA\xE6\x9D\x80"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE4\xBD\x93\xE8\x87\xAA\xE6\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.163364"], ["updated_at", "2022-09-29 09:09:38.163365"]] TRANSACTION (5.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x86\xE5\x90\x88"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x86\xE5\x90\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.202852"], ["updated_at", "2022-09-29 09:09:38.202852"]] TRANSACTION (2.9ms) COMMIT User Load (1.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x8D\xE6\x88\x98\xE8\x83\x9C"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x8D\xE6\x88\x98\xE8\x83\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.225084"], ["updated_at", "2022-09-29 09:09:38.225085"]] TRANSACTION (3.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x99\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x99\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.251910"], ["updated_at", "2022-09-29 09:09:38.251911"]] TRANSACTION (5.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\x99\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\x99\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.291460"], ["updated_at", "2022-09-29 09:09:38.291461"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xAA\xE5\xB1\xB1\xE7\x8B\xAE\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xAA\xE5\xB1\xB1\xE7\x8B\xAE\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.319143"], ["updated_at", "2022-09-29 09:09:38.319143"]] TRANSACTION (3.0ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xAA\xE5\xB1\xB1\xE7\x8B\xAE\xE5\xAD\x90\xE6\x97\x97"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xAA\xE5\xB1\xB1\xE7\x8B\xAE\xE5\xAD\x90\xE6\x97\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.342365"], ["updated_at", "2022-09-29 09:09:38.342365"]] TRANSACTION (4.3ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xAA\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xAA\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.374350"], ["updated_at", "2022-09-29 09:09:38.374351"]] TRANSACTION (4.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xAA\xE8\x82\x8C\xE5\xA4\x9C\xE5\x8F\x89"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xAA\xE8\x82\x8C\xE5\xA4\x9C\xE5\x8F\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.409809"], ["updated_at", "2022-09-29 09:09:38.409810"]] TRANSACTION (3.4ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xAA\xE8\x85\xBF\xE7\x8E\x89\xE8\x83\xAF"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xAA\xE8\x85\xBF\xE7\x8E\x89\xE8\x83\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.438006"], ["updated_at", "2022-09-29 09:09:38.438007"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xB6\xE4\xB8\x80\xE4\xBA\x8C\xE4\xB8\x89\xE5\x9B\x9B\xE4\xBA\x94\xE5\x85\xAD\xE4\xB8\x83\xE5\x85\xAB\xE4\xB9\x9D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xB6\xE4\xB8\x80\xE4\xBA\x8C\xE4\xB8\x89\xE5\x9B\x9B\xE4\xBA\x94\xE5\x85\xAD\xE4\xB8\x83\xE5\x85\xAB\xE4\xB9\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.468655"], ["updated_at", "2022-09-29 09:09:38.468656"]] TRANSACTION (6.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xB6\xE5\x85\xAB\xE5\xA5\xA5\xE8\xBF\x90\xE8\x89\xB0"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xB6\xE5\x85\xAB\xE5\xA5\xA5\xE8\xBF\x90\xE8\x89\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.502353"], ["updated_at", "2022-09-29 09:09:38.502354"]] TRANSACTION (4.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xB6\xE5\xBA\xA6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (5.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xB6\xE5\xBA\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.540093"], ["updated_at", "2022-09-29 09:09:38.540093"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xB6\xE8\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xB6\xE8\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.576618"], ["updated_at", "2022-09-29 09:09:38.576619"]] TRANSACTION (4.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xB7\xE4\xBA\xBA\xE5\xA5\xB3\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xB7\xE4\xBA\xBA\xE5\xA5\xB3\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.611064"], ["updated_at", "2022-09-29 09:09:38.611065"]] TRANSACTION (3.5ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xB7\xE7\xAE\xA1"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xB7\xE7\xAE\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.636465"], ["updated_at", "2022-09-29 09:09:38.636466"]] TRANSACTION (3.8ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xB7\xE9\x94\x8B"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xB7\xE9\x94\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.667327"], ["updated_at", "2022-09-29 09:09:38.667328"]] TRANSACTION (6.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9B\xBE\xE5\x9E\x8B\xE8\xBF\xB7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9B\xBE\xE5\x9E\x8B\xE8\xBF\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.706234"], ["updated_at", "2022-09-29 09:09:38.706235"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\x87\xE5\x85\xB6\xE5\x9B\xBD\xE5\x9C\x9F"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\x87\xE5\x85\xB6\xE5\x9B\xBD\xE5\x9C\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.733922"], ["updated_at", "2022-09-29 09:09:38.733922"]] TRANSACTION (3.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\x87\xE6\x83\x8A\xE4\xB8\x80\xE4\xB8\xAA\xE6\xB0\x91"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\x87\xE6\x83\x8A\xE4\xB8\x80\xE4\xB8\xAA\xE6\xB0\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.762666"], ["updated_at", "2022-09-29 09:09:38.762667"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB0\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB0\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.801166"], ["updated_at", "2022-09-29 09:09:38.801168"]] TRANSACTION (4.2ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2B"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.829050"], ["updated_at", "2022-09-29 09:09:38.829051"]] TRANSACTION (5.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE4\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE4\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.857295"], ["updated_at", "2022-09-29 09:09:38.857295"]] TRANSACTION (5.5ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE4\xBD\x93"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE4\xBD\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.893952"], ["updated_at", "2022-09-29 09:09:38.893953"]] TRANSACTION (3.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE5\xA4\xA9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE5\xA4\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.924949"], ["updated_at", "2022-09-29 09:09:38.924950"]] TRANSACTION (8.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE5\xA5\xB6"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE5\xA5\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:38.965471"], ["updated_at", "2022-09-29 09:09:38.965472"]] TRANSACTION (4.9ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.001959"], ["updated_at", "2022-09-29 09:09:39.001960"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE6\xB3\xA2"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE6\xB3\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.026842"], ["updated_at", "2022-09-29 09:09:39.026842"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.052420"], ["updated_at", "2022-09-29 09:09:39.052421"]] TRANSACTION (5.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.087778"], ["updated_at", "2022-09-29 09:09:39.087779"]] TRANSACTION (3.1ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE8\x82\xA1\xE6\xB2\x9F"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE8\x82\xA1\xE6\xB2\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.117786"], ["updated_at", "2022-09-29 09:09:39.117786"]] TRANSACTION (3.3ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE8\x83\xB8"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE8\x83\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.141626"], ["updated_at", "2022-09-29 09:09:39.141627"]] TRANSACTION (6.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE8\x87\x80"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE8\x87\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.175117"], ["updated_at", "2022-09-29 09:09:39.175118"]] TRANSACTION (9.2ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.220256"], ["updated_at", "2022-09-29 09:09:39.220257"]] TRANSACTION (3.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB2\xE9\x98\xB4\xE6\xAF\x9B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB2\xE9\x98\xB4\xE6\xAF\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.255286"], ["updated_at", "2022-09-29 09:09:39.255289"]] TRANSACTION (4.7ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB8\xE5\xB7\xA5"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB8\xE5\xB7\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.290429"], ["updated_at", "2022-09-29 09:09:39.290430"]] TRANSACTION (3.5ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB8\xE8\xAF\xBE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB8\xE8\xAF\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.319398"], ["updated_at", "2022-09-29 09:09:39.319399"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9C\xB8\xE9\xA4\x90"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9C\xB8\xE9\xA4\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.344659"], ["updated_at", "2022-09-29 09:09:39.344660"]] TRANSACTION (4.8ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x92\xE5\xA4\xA9\xE7\x99\xBD\xE6\x97\xA5"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x92\xE5\xA4\xA9\xE7\x99\xBD\xE6\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.376374"], ["updated_at", "2022-09-29 09:09:39.376375"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x92\xE5\xA4\xA9\xE7\x99\xBD\xE6\x97\xA5\xE6\x97\x97"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x92\xE5\xA4\xA9\xE7\x99\xBD\xE6\x97\xA5\xE6\x97\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.408548"], ["updated_at", "2022-09-29 09:09:39.408549"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x92\xE6\x98\xA5\xE7\xBE\x8E\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x92\xE6\x98\xA5\xE7\xBE\x8E\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.434483"], ["updated_at", "2022-09-29 09:09:39.434484"]] TRANSACTION (3.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x92\xE6\x98\xA5\xE9\x9D\x93\xE4\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x92\xE6\x98\xA5\xE9\x9D\x93\xE4\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.458855"], ["updated_at", "2022-09-29 09:09:39.458855"]] TRANSACTION (4.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x92\xE6\xA5\xBC"], ["LIMIT", 1]] TRANSACTION (4.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x92\xE6\xA5\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.488846"], ["updated_at", "2022-09-29 09:09:39.488847"]] TRANSACTION (5.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x92\xE6\xB5\xB7\xE6\x97\xA0\xE4\xB8\x8A\xE5\xB8\x88"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x92\xE6\xB5\xB7\xE6\x97\xA0\xE4\xB8\x8A\xE5\xB8\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.526462"], ["updated_at", "2022-09-29 09:09:39.526463"]] TRANSACTION (5.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x93M"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x93M"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.570103"], ["updated_at", "2022-09-29 09:09:39.570104"]] TRANSACTION (5.6ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x93\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x93\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.608294"], ["updated_at", "2022-09-29 09:09:39.608296"]] TRANSACTION (6.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x93\xE5\xA6\xB9\xE4\xBB\xAC\xE9\x99\xAA\xE5\xBA\x8A"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x93\xE5\xA6\xB9\xE4\xBB\xAC\xE9\x99\xAA\xE5\xBA\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.647252"], ["updated_at", "2022-09-29 09:09:39.647254"]] TRANSACTION (3.1ms) COMMIT User Load (1.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x96\xE5\x9B\xBD\xE7\xA5\x9E\xE7\xA4\xBE"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x96\xE5\x9B\xBD\xE7\xA5\x9E\xE7\xA4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.675867"], ["updated_at", "2022-09-29 09:09:39.675868"]] TRANSACTION (4.8ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x99zuo"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x99zuo"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.704651"], ["updated_at", "2022-09-29 09:09:39.704652"]] TRANSACTION (5.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x99\xE5\x9D\x90"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x99\xE5\x9D\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.742324"], ["updated_at", "2022-09-29 09:09:39.742324"]] TRANSACTION (3.4ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x9E \xE8\xAF\x9A \xE5\x8B\xBF \xE6\x89\xB0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x9E \xE8\xAF\x9A \xE5\x8B\xBF \xE6\x89\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.772956"], ["updated_at", "2022-09-29 09:09:39.772957"]] TRANSACTION (2.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\x9E\xE5\xB8\xB8\xE8\xAF\xB1\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\x9E\xE5\xB8\xB8\xE8\xAF\xB1\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.796822"], ["updated_at", "2022-09-29 09:09:39.796824"]] TRANSACTION (5.0ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\xA0\xE4\xBD\xA0\xE5\xA6\x88"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\xA0\xE4\xBD\xA0\xE5\xA6\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.834404"], ["updated_at", "2022-09-29 09:09:39.834405"]] TRANSACTION (5.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9D\xA9\xE5\x91\xBD"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9D\xA9\xE5\x91\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.866805"], ["updated_at", "2022-09-29 09:09:39.866806"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9E\x91\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9E\x91\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.891779"], ["updated_at", "2022-09-29 09:09:39.891780"]] TRANSACTION (4.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9E\xAD\xE6\xBB\xA1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9E\xAD\xE6\xBB\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.933384"], ["updated_at", "2022-09-29 09:09:39.933385"]] TRANSACTION (3.5ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA6\xE5\x9B\xBD\xE6\xB8\x85"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA6\xE5\x9B\xBD\xE6\xB8\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.963305"], ["updated_at", "2022-09-29 09:09:39.963305"]] TRANSACTION (3.7ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA6\xE6\xB3\xBD\xE8\x8A\xB3 \xE6\xB5\xB7\xE5\x8D\x97"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA6\xE6\xB3\xBD\xE8\x8A\xB3 \xE6\xB5\xB7\xE5\x8D\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:39.987878"], ["updated_at", "2022-09-29 09:09:39.987879"]] TRANSACTION (5.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA9\xE4\xB8\x9C\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA9\xE4\xB8\x9C\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.023880"], ["updated_at", "2022-09-29 09:09:40.023881"]] TRANSACTION (3.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA9\xE5\x9B\xBD\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA9\xE5\x9B\xBD\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.052841"], ["updated_at", "2022-09-29 09:09:40.052842"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA9\xE6\xA1\x82\xE8\x8A\x9D"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA9\xE6\xA1\x82\xE8\x8A\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.080858"], ["updated_at", "2022-09-29 09:09:40.080859"]] TRANSACTION (5.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA9\xE6\xAD\xA3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA9\xE6\xAD\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.110608"], ["updated_at", "2022-09-29 09:09:40.110609"]] TRANSACTION (3.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA9\xE6\xAD\xA3\xE4\xB9\xA0\xE8\xBF\x91\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA9\xE6\xAD\xA3\xE4\xB9\xA0\xE8\xBF\x91\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.145730"], ["updated_at", "2022-09-29 09:09:40.145731"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA9\xE7\xA6\x8F\xE6\x89\x8D \xE9\x9D\x92\xE6\xB5\xB7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA9\xE7\xA6\x8F\xE6\x89\x8D \xE9\x9D\x92\xE6\xB5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.169338"], ["updated_at", "2022-09-29 09:09:40.169339"]] TRANSACTION (2.9ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xA9\xE8\x81\x94\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xA9\xE8\x81\x94\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.192126"], ["updated_at", "2022-09-29 09:09:40.192127"]] TRANSACTION (4.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xB5\xE5\xBE\x90\xE5\xA8\x98"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xB5\xE5\xBE\x90\xE5\xA8\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.231301"], ["updated_at", "2022-09-29 09:09:40.231301"]] TRANSACTION (2.8ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xB6\xE5\x85\xB3\xE6\x96\x97"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xB6\xE5\x85\xB3\xE6\x96\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.256823"], ["updated_at", "2022-09-29 09:09:40.256824"]] TRANSACTION (3.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xB6\xE5\x85\xB3\xE6\x97\xAD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (10.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (12.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xB6\xE5\x85\xB3\xE6\x97\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.284850"], ["updated_at", "2022-09-29 09:09:40.284851"]] TRANSACTION (17.0ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\x9F\xB6\xE5\x85\xB3\xE7\x8E\xA9"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\x9F\xB6\xE5\x85\xB3\xE7\x8E\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.350196"], ["updated_at", "2022-09-29 09:09:40.350197"]] TRANSACTION (5.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB6\xE5\x85\xA5"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB6\xE5\x85\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.385779"], ["updated_at", "2022-09-29 09:09:40.385780"]] TRANSACTION (6.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB6\xE5\xB8\x96\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB6\xE5\xB8\x96\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.421000"], ["updated_at", "2022-09-29 09:09:40.421001"]] TRANSACTION (5.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB6\xE7\x82\xB9"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB6\xE7\x82\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.458953"], ["updated_at", "2022-09-29 09:09:40.458954"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB6\xE7\x9D\x80"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB6\xE7\x9D\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.487642"], ["updated_at", "2022-09-29 09:09:40.487643"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB6\xE8\x8A\xB1\xE5\xBF\x83"], ["LIMIT", 1]] TRANSACTION (4.5ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB6\xE8\x8A\xB1\xE5\xBF\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.520049"], ["updated_at", "2022-09-29 09:09:40.520050"]] TRANSACTION (4.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB6\xE8\xB4\xB4\xE6\x9C\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB6\xE8\xB4\xB4\xE6\x9C\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.557715"], ["updated_at", "2022-09-29 09:09:40.557716"]] TRANSACTION (4.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB9\xE5\xB0\x8F\xE5\x90\x89"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB9\xE5\xB0\x8F\xE5\x90\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.584829"], ["updated_at", "2022-09-29 09:09:40.584830"]] TRANSACTION (5.1ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA1\xB9\xE6\x80\x80\xE8\xAF\x9A"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA1\xB9\xE6\x80\x80\xE8\xAF\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.615461"], ["updated_at", "2022-09-29 09:09:40.615461"]] TRANSACTION (8.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\x84\xE5\x91\x8A"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\x84\xE5\x91\x8A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.654529"], ["updated_at", "2022-09-29 09:09:40.654530"]] TRANSACTION (4.2ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\x84\xE6\xB5\x8B\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\x84\xE6\xB5\x8B\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.690874"], ["updated_at", "2022-09-29 09:09:40.690875"]] TRANSACTION (5.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\x86\xE5\x9C\x9F\xE6\x8B\xBF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\x86\xE5\x9C\x9F\xE6\x8B\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.730527"], ["updated_at", "2022-09-29 09:09:40.730528"]] TRANSACTION (5.4ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\x86\xE5\xAF\xBC\xE5\xBF\xBD\xE6\x82\xA0\xE7\x99\xBE\xE5\xA7\x93\xE5\x8F\xAB\xE5\x8F\xB7\xE5\x8F\xAC"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\x86\xE5\xAF\xBC\xE5\xBF\xBD\xE6\x82\xA0\xE7\x99\xBE\xE5\xA7\x93\xE5\x8F\xAB\xE5\x8F\xB7\xE5\x8F\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.767400"], ["updated_at", "2022-09-29 09:09:40.767401"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\x9C\xE5\x9D\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\x9C\xE5\x9D\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.792736"], ["updated_at", "2022-09-29 09:09:40.792738"]] TRANSACTION (4.6ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\x9C\xE5\xB0\x84"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\x9C\xE5\xB0\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.829247"], ["updated_at", "2022-09-29 09:09:40.829248"]] TRANSACTION (5.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\x9C\xE8\x89\xB2\xE9\x9D\xA9\xE5\x91\xBD"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\x9C\xE8\x89\xB2\xE9\x9D\xA9\xE5\x91\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.865971"], ["updated_at", "2022-09-29 09:09:40.865972"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE4\xB8\xAD\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE4\xB8\xAD\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.899499"], ["updated_at", "2022-09-29 09:09:40.899500"]] TRANSACTION (5.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE5\x85\xB1\xE4\xBA\xA7\xE4\xB8\xBB\xE4\xB9\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.942258"], ["updated_at", "2022-09-29 09:09:40.942259"]] TRANSACTION (4.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE5\x85\xB1\xE4\xBA\xA7\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:40.988241"], ["updated_at", "2022-09-29 09:09:40.988242"]] TRANSACTION (4.5ms) COMMIT User Load (6.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE6\x9C\xB1\xE9\x95\x95\xE5\x9F\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.033728"], ["updated_at", "2022-09-29 09:09:41.033728"]] TRANSACTION (4.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE6\xB8\xA9\xE5\xAE\xB6\xE5\xAE\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.073262"], ["updated_at", "2022-09-29 09:09:41.073263"]] TRANSACTION (9.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["LIMIT", 1]] TRANSACTION (5.9ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA0\xE8\xA6\x86,\xE8\x83\xA1\xE9\x94\xA6\xE6\xB6\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.113030"], ["updated_at", "2022-09-29 09:09:41.113031"]] TRANSACTION (5.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA0\xE8\xA6\x86\xE5\x9B\xBD\xE5\xAE\xB6\xE6\x94\xBF\xE6\x9D\x83"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (14.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA0\xE8\xA6\x86\xE5\x9B\xBD\xE5\xAE\xB6\xE6\x94\xBF\xE6\x9D\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.159480"], ["updated_at", "2022-09-29 09:09:41.159481"]] TRANSACTION (4.4ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA2\xA8\xE9\xA8\xB7"], ["LIMIT", 1]] TRANSACTION (4.1ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA2\xA8\xE9\xA8\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.215743"], ["updated_at", "2022-09-29 09:09:41.215744"]] TRANSACTION (5.2ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE5\xB0\x98"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE5\xB0\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.263548"], ["updated_at", "2022-09-29 09:09:41.263553"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE5\xB0\x98\xE5\x8A\xAB"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE5\xB0\x98\xE5\x8A\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.291698"], ["updated_at", "2022-09-29 09:09:41.291699"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.325495"], ["updated_at", "2022-09-29 09:09:41.325497"]] TRANSACTION (3.8ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE6\x83\x85\xE4\xB8\x87\xE7\xA7\x8D\xE7\x9A\x84\xE7\xBE\x8E\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE6\x83\x85\xE4\xB8\x87\xE7\xA7\x8D\xE7\x9A\x84\xE7\xBE\x8E\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.361917"], ["updated_at", "2022-09-29 09:09:41.361917"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE6\x83\x85\xE4\xB8\x87\xE7\xA7\x8D\xE9\x87\x8E\xE7\x8E\xAB\xE7\x91\xB0"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE6\x83\x85\xE4\xB8\x87\xE7\xA7\x8D\xE9\x87\x8E\xE7\x8E\xAB\xE7\x91\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.386294"], ["updated_at", "2022-09-29 09:09:41.386295"]] TRANSACTION (6.6ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE6\x9C\x88\xE5\xA4\xA7\xE9\x99\x86"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE6\x9C\x88\xE5\xA4\xA7\xE9\x99\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.421344"], ["updated_at", "2022-09-29 09:09:41.421345"]] TRANSACTION (4.1ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE6\x9C\x88\xE5\xAE\x9D\xE9\x89\xB4\xE4\xB9\x8B\xE5\x86\xA5\xE5\xBA\x9C\xE6\x98\xA5\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE6\x9C\x88\xE5\xAE\x9D\xE9\x89\xB4\xE4\xB9\x8B\xE5\x86\xA5\xE5\xBA\x9C\xE6\x98\xA5\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.456212"], ["updated_at", "2022-09-29 09:09:41.456213"]] TRANSACTION (3.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE6\xB5\x81\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE6\xB5\x81\xE4\xB8\x80\xE5\xA4\x9C\xE6\x83\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.481210"], ["updated_at", "2022-09-29 09:09:41.481211"]] TRANSACTION (5.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.514572"], ["updated_at", "2022-09-29 09:09:41.514573"]] TRANSACTION (5.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE8\x89\xB3\xE9\x98\x81"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE8\x89\xB3\xE9\x98\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.552771"], ["updated_at", "2022-09-29 09:09:41.552771"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE8\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE8\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.578114"], ["updated_at", "2022-09-29 09:09:41.578115"]] TRANSACTION (4.1ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE9\x9B\xA8\xE7\xA5\x9E\xE5\xB7\x9E"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE9\x9B\xA8\xE7\xA5\x9E\xE5\xB7\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.611966"], ["updated_at", "2022-09-29 09:09:41.611967"]] TRANSACTION (9.5ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE9\x9B\xA8\xE7\xA5\x9E\xE5\xB7\x9E\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE9\x9B\xA8\xE7\xA5\x9E\xE5\xB7\x9E\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.653739"], ["updated_at", "2022-09-29 09:09:41.653740"]] TRANSACTION (5.0ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE9\xAA\x9A"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE9\xAA\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.687105"], ["updated_at", "2022-09-29 09:09:41.687106"]] TRANSACTION (6.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE9\xAA\x9A\xE4\xB9\xB3\xE6\x88\xBF"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE9\xAA\x9A\xE4\xB9\xB3\xE6\x88\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.724482"], ["updated_at", "2022-09-29 09:09:41.724483"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE9\xAA\x9A\xE4\xBE\x8D\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE9\xAA\x9A\xE4\xBE\x8D\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.760751"], ["updated_at", "2022-09-29 09:09:41.760751"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x8E\xE9\xAA\x9A\xE5\xB0\x8F\xE9\x98\xBF\xE5\xA7\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x8E\xE9\xAA\x9A\xE5\xB0\x8F\xE9\x98\xBF\xE5\xA7\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.791093"], ["updated_at", "2022-09-29 09:09:41.791094"]] TRANSACTION (5.2ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x9E\xE5\x87\xA4\xE6\x98\xA5\xE5\xAE\xB5"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x9E\xE5\x87\xA4\xE6\x98\xA5\xE5\xAE\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.826714"], ["updated_at", "2022-09-29 09:09:41.826715"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x9E\xE5\x8D\xA2"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x9E\xE5\x8D\xA2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.864216"], ["updated_at", "2022-09-29 09:09:41.864218"]] TRANSACTION (7.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x9E\xE6\x89\xAC\xE8\xAE\xBA\xE5\x9D\x9B"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x9E\xE6\x89\xAC\xE8\xAE\xBA\xE5\x9D\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.905723"], ["updated_at", "2022-09-29 09:09:41.905724"]] TRANSACTION (8.5ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x9F\xE5\xA0\x82\xE6\xB6\xA8\xE4\xBB\xB7"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x9F\xE5\xA0\x82\xE6\xB6\xA8\xE4\xBB\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.958830"], ["updated_at", "2022-09-29 09:09:41.958831"]] TRANSACTION (6.5ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA3\x9F\xE7\xB2\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA3\x9F\xE7\xB2\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:41.995097"], ["updated_at", "2022-09-29 09:09:41.995098"]] TRANSACTION (3.3ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA5\xAD\xE5\xB2\x9B\xE7\x88\xB1"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA5\xAD\xE5\xB2\x9B\xE7\x88\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.026433"], ["updated_at", "2022-09-29 09:09:42.026434"]] TRANSACTION (4.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA5\xAD\xE8\x8F\x9C\xE6\xB6\xA8\xE4\xBB\xB7"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA5\xAD\xE8\x8F\x9C\xE6\xB6\xA8\xE4\xBB\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.061679"], ["updated_at", "2022-09-29 09:09:42.061680"]] TRANSACTION (4.2ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA5\xB1\xE6\xBB\xA1"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA5\xB1\xE6\xBB\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.085287"], ["updated_at", "2022-09-29 09:09:42.085288"]] TRANSACTION (3.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA5\xB2\xE5\x85\xBB\xE5\x9F\xBA\xE5\x9C\xB0"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA5\xB2\xE5\x85\xBB\xE5\x9F\xBA\xE5\x9C\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.114095"], ["updated_at", "2022-09-29 09:09:42.114096"]] TRANSACTION (4.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x96\xE5\x85\x88\xE4\xBD\xBF\xE7\x94\xA8\xE6\xA0\xB8\xE6\xAD\xA6\xE5\x99\xA8"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x96\xE5\x85\x88\xE4\xBD\xBF\xE7\x94\xA8\xE6\xA0\xB8\xE6\xAD\xA6\xE5\x99\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.147752"], ["updated_at", "2022-09-29 09:09:42.147753"]] TRANSACTION (3.0ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x96\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x96\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.174024"], ["updated_at", "2022-09-29 09:09:42.174025"]] TRANSACTION (2.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x96\xE9\x95\xBF"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x96\xE9\x95\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.207676"], ["updated_at", "2022-09-29 09:09:42.207676"]] TRANSACTION (6.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE5\x8A\x9F"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE5\x8A\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.245915"], ["updated_at", "2022-09-29 09:09:42.245916"]] TRANSACTION (4.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAFGH\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAFGH\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.274004"], ["updated_at", "2022-09-29 09:09:42.274005"]] TRANSACTION (3.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE4\xB8\x80\xE7\xB1\xBB"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE4\xB8\x80\xE7\xB1\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.302766"], ["updated_at", "2022-09-29 09:09:42.302767"]] TRANSACTION (4.9ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE4\xBC\xA6\xE7\x90\x86\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE4\xBC\xA6\xE7\x90\x86\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.341156"], ["updated_at", "2022-09-29 09:09:42.341157"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.370838"], ["updated_at", "2022-09-29 09:09:42.370839"]] TRANSACTION (4.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE6\x80\xBB\xE5\xBD\xA9"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE6\x80\xBB\xE5\xBD\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.395935"], ["updated_at", "2022-09-29 09:09:42.395936"]] TRANSACTION (10.3ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE7\x8B\xAC\xE7\xAB\x8B"], ["LIMIT", 1]] TRANSACTION (6.7ms) BEGIN User Load (6.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE7\x8B\xAC\xE7\xAB\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.446993"], ["updated_at", "2022-09-29 09:09:42.446994"]] TRANSACTION (13.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE8\xB5\x9B\xE9\xA9\xAC\xE4\xBC\x9A\xE5\x85\xAD\xE5\x90\x88\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (8.6ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE8\xB5\x9B\xE9\xA9\xAC\xE4\xBC\x9A\xE5\x85\xAD\xE5\x90\x88\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.505377"], ["updated_at", "2022-09-29 09:09:42.505379"]] TRANSACTION (11.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE8\xB5\x9B\xE9\xA9\xAC\xE4\xBC\x9A\xE5\xA4\xA7\xE5\x9E\x8B\xE5\x85\xAD"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE8\xB5\x9B\xE9\xA9\xAC\xE4\xBC\x9A\xE5\xA4\xA7\xE5\x9E\x8B\xE5\x85\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.572239"], ["updated_at", "2022-09-29 09:09:42.572241"]] TRANSACTION (7.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE9\xA9\xAC\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE6\xB8\xAF\xE9\xA9\xAC\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.614904"], ["updated_at", "2022-09-29 09:09:42.614905"]] TRANSACTION (6.8ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1006.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE7\xBA\xB1"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE7\xBA\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:42.658665"], ["updated_at", "2022-09-29 09:09:42.658666"]] TRANSACTION (6.0ms) COMMIT User Load (5.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE8\x89\xB3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE8\x89\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:43.700043"], ["updated_at", "2022-09-29 09:09:43.700044"]] TRANSACTION (5.4ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\x99\xE9\x86\x87\xE8\xAF\xB1\xE6\x83\x91"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\x99\xE9\x86\x87\xE8\xAF\xB1\xE6\x83\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:43.734495"], ["updated_at", "2022-09-29 09:09:43.734497"]] TRANSACTION (5.1ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA6\xAC\xE5\x8B\x92"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA6\xAC\xE5\x8B\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:43.766647"], ["updated_at", "2022-09-29 09:09:43.766647"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE4\xB8\x89\xE5\xAE\xB6"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE4\xB8\x89\xE5\xAE\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:43.790389"], ["updated_at", "2022-09-29 09:09:43.790390"]] TRANSACTION (3.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE5\x8A\xA0\xE7\x88\xB5"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE5\x8A\xA0\xE7\x88\xB5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:43.820805"], ["updated_at", "2022-09-29 09:09:43.820806"]] TRANSACTION (5.7ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE5\x8B\x92"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE5\x8B\x92"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:43.855288"], ["updated_at", "2022-09-29 09:09:43.855289"]] TRANSACTION (2.8ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE5\x9B\xBD\xE8\xB6\x85"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE5\x9B\xBD\xE8\xB6\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:43.880531"], ["updated_at", "2022-09-29 09:09:43.880532"]] TRANSACTION (3.1ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE5\xA4\xA7\xE7\xBB\xB4"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE5\xA4\xA7\xE7\xBB\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:43.908759"], ["updated_at", "2022-09-29 09:09:43.908760"]] TRANSACTION (4.3ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE6\x97\xB6\xE6\x95\x8F"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE6\x97\xB6\xE6\x95\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:43.940165"], ["updated_at", "2022-09-29 09:09:43.940165"]] TRANSACTION (10.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE7\x83\x88\xE5\xAD\x99\xE5\xAE\x81\xE5\xA4\x8F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE7\x83\x88\xE5\xAD\x99\xE5\xAE\x81\xE5\xA4\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:43.983138"], ["updated_at", "2022-09-29 09:09:43.983139"]] TRANSACTION (3.2ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE7\x8E\x89\xE7\xA5\xA5"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE7\x8E\x89\xE7\xA5\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.008153"], ["updated_at", "2022-09-29 09:09:44.008153"]] TRANSACTION (4.5ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE8\x89\xAF\xE9\xAA\x8F"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE8\x89\xAF\xE9\xAA\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.044187"], ["updated_at", "2022-09-29 09:09:44.044188"]] TRANSACTION (3.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE8\x8B\xB1\xE4\xB9\x9D"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE8\x8B\xB1\xE4\xB9\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.075462"], ["updated_at", "2022-09-29 09:09:44.075463"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE8\x9A\xA4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE8\x9A\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.104042"], ["updated_at", "2022-09-29 09:09:44.104043"]] TRANSACTION (4.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xAC\xE9\xA3\x9A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xAC\xE9\xA3\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.136657"], ["updated_at", "2022-09-29 09:09:44.136657"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xBB\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xBB\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.168540"], ["updated_at", "2022-09-29 09:09:44.168541"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xA9\xBC\xE5\xB3\xB0"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xA9\xBC\xE5\xB3\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.190994"], ["updated_at", "2022-09-29 09:09:44.190994"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x82\xE5\x9B\x9B\xE5\xB7\x9D"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x82\xE5\x9B\x9B\xE5\xB7\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.216579"], ["updated_at", "2022-09-29 09:09:44.216580"]] TRANSACTION (4.7ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x86\xE5\x86\xB0\xE6\xB7\xAB\xE4\xBC\xA0"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x86\xE5\x86\xB0\xE6\xB7\xAB\xE4\xBC\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.255137"], ["updated_at", "2022-09-29 09:09:44.255138"]] TRANSACTION (3.7ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x91\xE5\x8D\x95\xE8\xBD\xA6\xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x91\xE5\x8D\x95\xE8\xBD\xA6\xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.283296"], ["updated_at", "2022-09-29 09:09:44.283297"]] TRANSACTION (4.4ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x97\xE4\xBA\xBA"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x97\xE4\xBA\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.310316"], ["updated_at", "2022-09-29 09:09:44.310317"]] TRANSACTION (4.9ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x97\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x97\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.348025"], ["updated_at", "2022-09-29 09:09:44.348026"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x97\xE5\xB1\x80"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x97\xE5\xB1\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.379801"], ["updated_at", "2022-09-29 09:09:44.379802"]] TRANSACTION (3.9ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\x8A\xA8"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\x8A\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.405771"], ["updated_at", "2022-09-29 09:09:44.405772"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\x98\xB4"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\x98\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.442503"], ["updated_at", "2022-09-29 09:09:44.442503"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.474226"], ["updated_at", "2022-09-29 09:09:44.474227"]] TRANSACTION (3.0ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\xA5\xB3\xE5\x8F\xAB\xE6\x98\xA5"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\xA5\xB3\xE5\x8F\xAB\xE6\x98\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.496057"], ["updated_at", "2022-09-29 09:09:44.496058"]] TRANSACTION (4.6ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\xA6\x87"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\xA6\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.525560"], ["updated_at", "2022-09-29 09:09:44.525561"]] TRANSACTION (5.3ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\xA6\x96"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\xA6\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.563468"], ["updated_at", "2022-09-29 09:09:44.563469"]] TRANSACTION (3.4ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\xA6\xB9"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\xA6\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.588602"], ["updated_at", "2022-09-29 09:09:44.588603"]] TRANSACTION (3.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\xA7\x90\xE5\xA7\x90"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\xA7\x90\xE5\xA7\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.614170"], ["updated_at", "2022-09-29 09:09:44.614171"]] TRANSACTION (5.2ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE5\xB1\x84"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE5\xB1\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.650336"], ["updated_at", "2022-09-29 09:09:44.650337"]] TRANSACTION (3.6ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE6\xAF\x94"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE6\xAF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.681154"], ["updated_at", "2022-09-29 09:09:44.681155"]] TRANSACTION (5.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.708793"], ["updated_at", "2022-09-29 09:09:44.708793"]] TRANSACTION (4.7ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE6\xB4\x9E"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE6\xB4\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.749489"], ["updated_at", "2022-09-29 09:09:44.749490"]] TRANSACTION (5.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE6\xB5\xAA"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE6\xB5\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.790733"], ["updated_at", "2022-09-29 09:09:44.790734"]] TRANSACTION (6.5ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE7\xA9\xB4"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE7\xA9\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.825039"], ["updated_at", "2022-09-29 09:09:44.825040"]] TRANSACTION (5.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE7\xA9\xB4\xE6\x80\x92\xE6\x94\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE7\xA9\xB4\xE6\x80\x92\xE6\x94\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.858407"], ["updated_at", "2022-09-29 09:09:44.858408"]] TRANSACTION (7.0ms) COMMIT User Load (5.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (4.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.901068"], ["updated_at", "2022-09-29 09:09:44.901069"]] TRANSACTION (6.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.947140"], ["updated_at", "2022-09-29 09:09:44.947141"]] TRANSACTION (4.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\x9A\xE9\x80\xBC\xE5\x96\xB7\xE6\xB0\xB4"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\x9A\xE9\x80\xBC\xE5\x96\xB7\xE6\xB0\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:44.980365"], ["updated_at", "2022-09-29 09:09:44.980366"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\xB0\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\xB0\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.013299"], ["updated_at", "2022-09-29 09:09:45.013300"]] TRANSACTION (5.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAA\xB7\xE9\xAB\x85\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAA\xB7\xE9\xAB\x85\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.039986"], ["updated_at", "2022-09-29 09:09:45.039987"]] TRANSACTION (5.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98h"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98h"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.077441"], ["updated_at", "2022-09-29 09:09:45.077442"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xB8\x80"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xB8\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.102310"], ["updated_at", "2022-09-29 09:09:45.102310"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xB8\xA5 \xE5\x9B\xBD\xE5\xAE\xB6\xE7\x94\xB5\xE5\x8A\x9B"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xB8\xA5 \xE5\x9B\xBD\xE5\xAE\xB6\xE7\x94\xB5\xE5\x8A\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.129239"], ["updated_at", "2022-09-29 09:09:45.129240"]] TRANSACTION (6.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xB8\xAD"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xB8\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.179753"], ["updated_at", "2022-09-29 09:09:45.179758"]] TRANSACTION (3.2ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xB8\xBD"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xB8\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.207176"], ["updated_at", "2022-09-29 09:09:45.207177"]] TRANSACTION (3.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xB8\xBD\xE6\xA3\x92\xE5\xAD\x90"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xB8\xBD\xE6\xA3\x92\xE5\xAD\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.233310"], ["updated_at", "2022-09-29 09:09:45.233311"]] TRANSACTION (5.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xBA\x8C"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xBA\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.271646"], ["updated_at", "2022-09-29 09:09:45.271647"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xBA\x91\xE9\xBE\x99"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xBA\x91\xE9\xBE\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.298711"], ["updated_at", "2022-09-29 09:09:45.298711"]] TRANSACTION (3.7ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xBB\xB7\xE8\x82\xBE\xE6\xBA\x90"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xBB\xB7\xE8\x82\xBE\xE6\xBA\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.323304"], ["updated_at", "2022-09-29 09:09:45.323304"]] TRANSACTION (6.4ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE5\xB8\x81\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE5\xB8\x81\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.361208"], ["updated_at", "2022-09-29 09:09:45.361209"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE9\x92\x9E\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE4\xBB\xBF\xE7\x9C\x9F\xE5\x81\x87\xE9\x92\x9E\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.391103"], ["updated_at", "2022-09-29 09:09:45.391103"]] TRANSACTION (7.5ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x88\xA9\xE8\xB4\xB7"], ["LIMIT", 1]] TRANSACTION (5.5ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x88\xA9\xE8\xB4\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.424205"], ["updated_at", "2022-09-29 09:09:45.424207"]] TRANSACTION (5.3ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8B\xA4\xE8\x8D\xA3"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8B\xA4\xE8\x8D\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.471134"], ["updated_at", "2022-09-29 09:09:45.471134"]] TRANSACTION (3.3ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAAqq"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAAqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.501272"], ["updated_at", "2022-09-29 09:09:45.501273"]] TRANSACTION (3.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE5\x87\xBA\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.527934"], ["updated_at", "2022-09-29 09:09:45.527935"]] TRANSACTION (4.0ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB0\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.568259"], ["updated_at", "2022-09-29 09:09:45.568259"]] TRANSACTION (4.6ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (1.5ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE5\x88\xB6\xE9\x80\xA0\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.596366"], ["updated_at", "2022-09-29 09:09:45.596367"]] TRANSACTION (4.1ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["LIMIT", 1]] TRANSACTION (1.4ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE6\x8A\x80\xE6\x9C\xAF\xE8\xBD\xAC\xE8\xAE\xA9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.620182"], ["updated_at", "2022-09-29 09:09:45.620182"]] TRANSACTION (5.2ms) COMMIT User Load (4.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE6\xB0\x94\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE6\xB0\x94\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.653551"], ["updated_at", "2022-09-29 09:09:45.653552"]] TRANSACTION (5.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE7\x8B\x97\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE7\x8B\x97\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.692199"], ["updated_at", "2022-09-29 09:09:45.692199"]] TRANSACTION (4.2ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE7\x94\xB5\xE8\xAF\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.716620"], ["updated_at", "2022-09-29 09:09:45.716621"]] TRANSACTION (4.4ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE6\xB0\x94\xE6\x9E\xAA\xE8\xAE\xA2\xE8\xB4\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.746729"], ["updated_at", "2022-09-29 09:09:45.746730"]] TRANSACTION (5.7ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE7\x8B\x97QQ"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE7\x8B\x97QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.791940"], ["updated_at", "2022-09-29 09:09:45.791941"]] TRANSACTION (4.6ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE8\x8B\xB1\xE5\x9B\xBDPCP\xE9\xAA\x9A\xE6\x9C\xAC\xE5\x87\xBA"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\x8E\x8B\xE8\x8B\xB1\xE5\x9B\xBDPCP\xE9\xAA\x9A\xE6\x9C\xAC\xE5\x87\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.826533"], ["updated_at", "2022-09-29 09:09:45.826534"]] TRANSACTION (7.6ms) COMMIT User Load (5.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xAD\x97\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xAD\x97\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.877229"], ["updated_at", "2022-09-29 09:09:45.877231"]] TRANSACTION (5.9ms) COMMIT User Load (6.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xAD\xA6\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xAD\xA6\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.924669"], ["updated_at", "2022-09-29 09:09:45.924670"]] TRANSACTION (6.4ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (8.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xAE\x98"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xAE\x98"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:45.966794"], ["updated_at", "2022-09-29 09:09:45.966795"]] TRANSACTION (5.6ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xAE\x98\xE4\xBA\x92\xE8\xB0\x83"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xAE\x98\xE4\xBA\x92\xE8\xB0\x83"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.007155"], ["updated_at", "2022-09-29 09:09:46.007155"]] TRANSACTION (3.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xAE\x98\xE5\x90\x8D\xE5\x8D\x95"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xAE\x98\xE5\x90\x8D\xE5\x8D\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.036925"], ["updated_at", "2022-09-29 09:09:46.036926"]] TRANSACTION (6.6ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xAE\x98\xE5\xAD\x90\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xAE\x98\xE5\xAD\x90\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.081396"], ["updated_at", "2022-09-29 09:09:46.081397"]] TRANSACTION (5.5ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xB0\xB1\xE5\x9C\xA8\xE6\x94\xBF"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xB0\xB1\xE5\x9C\xA8\xE6\x94\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.119347"], ["updated_at", "2022-09-29 09:09:46.119348"]] TRANSACTION (6.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xB9\xB2"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xB9\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.157635"], ["updated_at", "2022-09-29 09:09:46.157637"]] TRANSACTION (5.9ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xB9\xB2\xE5\xAD\x90\xE5\xA5\xB3"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xB9\xB2\xE5\xAD\x90\xE5\xA5\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.200679"], ["updated_at", "2022-09-29 09:09:46.200681"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE5\xB9\xB2\xE5\xAD\x90\xE5\xBC\x9F"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE5\xB9\xB2\xE5\xAD\x90\xE5\xBC\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.234844"], ["updated_at", "2022-09-29 09:09:46.234845"]] TRANSACTION (3.5ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\x80\xA7\xE8\x83\xBD\xE7\x88\x86\xE7\x82\xB8\xE7\x89\xA9\xE8\xB4\xA8\xE6\xB7\xB7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\x80\xA7\xE8\x83\xBD\xE7\x88\x86\xE7\x82\xB8\xE7\x89\xA9\xE8\xB4\xA8\xE6\xB7\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.267250"], ["updated_at", "2022-09-29 09:09:46.267251"]] TRANSACTION (7.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\x81\xAF\xE8\xB4\xB7\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\x81\xAF\xE8\xB4\xB7\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.299013"], ["updated_at", "2022-09-29 09:09:46.299014"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\x96\x87\xE8\xB0\xA6"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\x96\x87\xE8\xB0\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.323833"], ["updated_at", "2022-09-29 09:09:46.323834"]] TRANSACTION (4.8ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\x99\xBA\xE6\x99\x9F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\x99\xBA\xE6\x99\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.356528"], ["updated_at", "2022-09-29 09:09:46.356529"]] TRANSACTION (4.7ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE5\x9C\xA8\xE7\xBA\xBF"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE5\x9C\xA8\xE7\xBA\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.387885"], ["updated_at", "2022-09-29 09:09:46.387886"]] TRANSACTION (3.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE6\x99\xB0"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE6\x99\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.416859"], ["updated_at", "2022-09-29 09:09:46.416860"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE6\x99\xB0\xE7\x82\xAE\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE6\x99\xB0\xE7\x82\xAE\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.445337"], ["updated_at", "2022-09-29 09:09:46.445338"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE7\x82\xAE\xE5\x9B\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE7\x82\xAE\xE5\x9B\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.479298"], ["updated_at", "2022-09-29 09:09:46.479299"]] TRANSACTION (3.2ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE7\xBD\x91\xE7\xBB\x9C\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92QQ"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\xB8\x85\xE7\xBD\x91\xE7\xBB\x9C\xE7\x94\xB5\xE8\xA7\x86\xE6\xA3\x92QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.503538"], ["updated_at", "2022-09-29 09:09:46.503539"]] TRANSACTION (3.1ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.526245"], ["updated_at", "2022-09-29 09:09:46.526245"]] TRANSACTION (5.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (4.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.562598"], ["updated_at", "2022-09-29 09:09:46.562599"]] TRANSACTION (4.0ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.598235"], ["updated_at", "2022-09-29 09:09:46.598236"]] TRANSACTION (4.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE5\xBD\x93\xE9\x9D\xA2\xE4\xBA\xA4\xE6\x98\x93"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE5\xBD\x93\xE9\x9D\xA2\xE4\xBA\xA4\xE6\x98\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.627984"], ["updated_at", "2022-09-29 09:09:46.627985"]] TRANSACTION (8.4ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE7\x9C\x8B\xE8\xB4\xA7\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE7\x9C\x8B\xE8\xB4\xA7\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.670806"], ["updated_at", "2022-09-29 09:09:46.670807"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF \xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.704444"], ["updated_at", "2022-09-29 09:09:46.704445"]] TRANSACTION (3.0ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE5\x87\xBA\xE5\x94\xAE QQ"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE5\x87\xBA\xE5\x94\xAE QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.728289"], ["updated_at", "2022-09-29 09:09:46.728290"]] TRANSACTION (9.0ms) COMMIT User Load (5.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.774515"], ["updated_at", "2022-09-29 09:09:46.774516"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.809856"], ["updated_at", "2022-09-29 09:09:46.809857"]] TRANSACTION (4.3ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (6.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.842414"], ["updated_at", "2022-09-29 09:09:46.842415"]] TRANSACTION (6.9ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x85\x8D"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x88\x86\xE7\x82\xB8\xE8\x8D\xAF\xE7\x9A\x84\xE5\x9F\xBA\xE6\x9C\xAC\xE9\x85\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.891605"], ["updated_at", "2022-09-29 09:09:46.891606"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE7\x9E\xBB"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE7\x9E\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.933534"], ["updated_at", "2022-09-29 09:09:46.933535"]] TRANSACTION (6.6ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x80\x83,\xE7\xAD\x94\xE6\xA1\x88"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x80\x83,\xE7\xAD\x94\xE6\xA1\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:46.976180"], ["updated_at", "2022-09-29 09:09:46.976181"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x80\x83\xE7\x94\x9F\xE5\x90\x8D\xE5\x8D\x95\xE5\x87\xBA\xE5\x94\xAEqq"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x80\x83\xE7\x94\x9F\xE5\x90\x8D\xE5\x8D\x95\xE5\x87\xBA\xE5\x94\xAEqq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.006093"], ["updated_at", "2022-09-29 09:09:47.006094"]] TRANSACTION (4.1ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (9.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x80\x83\xE8\x80\x83\xE7\x94\x9F\xE4\xBF\xA1\xE6\x81\xAF\xE5\x87\xBA\xE5\x94\xAEq"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x80\x83\xE8\x80\x83\xE7\x94\x9F\xE4\xBF\xA1\xE6\x81\xAF\xE5\x87\xBA\xE5\x94\xAEq"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.036616"], ["updated_at", "2022-09-29 09:09:47.036617"]] TRANSACTION (4.9ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x80\x83\xE9\xBB\x91"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x80\x83\xE9\xBB\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.085316"], ["updated_at", "2022-09-29 09:09:47.085318"]] TRANSACTION (3.6ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x80\xB8"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x80\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.112978"], ["updated_at", "2022-09-29 09:09:47.112978"]] TRANSACTION (3.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x87\xAA\xE8\x81\x94"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x87\xAA\xE8\x81\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.142709"], ["updated_at", "2022-09-29 09:09:47.142710"]] TRANSACTION (6.0ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x8B\x8F\xE5\xAE\x81"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x8B\x8F\xE5\xAE\x81"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.185610"], ["updated_at", "2022-09-29 09:09:47.185611"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x8E\xBA\xE8\x8E\xBA"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x8E\xBA\xE8\x8E\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.213583"], ["updated_at", "2022-09-29 09:09:47.213585"]] TRANSACTION (5.2ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x96\xAA\xE5\x85\xBB\xE5\xBB\x89"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x96\xAA\xE5\x85\xBB\xE5\xBB\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.246458"], ["updated_at", "2022-09-29 09:09:47.246459"]] TRANSACTION (6.0ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xE8\x96\xAA\xE7\xBD\x91\xE8\xB5\x9A\xE6\x83\xB3\xE5\x81\x9A\xE7\x9A\x84\xE6\x9D\xA5"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xE8\x96\xAA\xE7\xBD\x91\xE8\xB5\x9A\xE6\x83\xB3\xE5\x81\x9A\xE7\x9A\x84\xE6\x9D\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.288554"], ["updated_at", "2022-09-29 09:09:47.288556"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAB\x98\xEF\xBC\x8C\xE6\xBD\xAE"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAB\x98\xEF\xBC\x8C\xE6\xBD\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.316326"], ["updated_at", "2022-09-29 09:09:47.316327"]] TRANSACTION (3.5ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAC\xBC\xE5\x90\x9B"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAC\xBC\xE5\x90\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.344301"], ["updated_at", "2022-09-29 09:09:47.344302"]] TRANSACTION (5.6ms) COMMIT User Load (7.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAC\xBC\xE6\x9D\x91"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAC\xBC\xE6\x9D\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.392548"], ["updated_at", "2022-09-29 09:09:47.392549"]] TRANSACTION (5.3ms) COMMIT User Load (12.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAD\x8F\xE4\xBA\xAC\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAD\x8F\xE4\xBA\xAC\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.444111"], ["updated_at", "2022-09-29 09:09:47.444112"]] TRANSACTION (4.8ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAD\x8F\xE5\x85\xB6\xE8\x99\x8E"], ["LIMIT", 1]] TRANSACTION (3.9ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAD\x8F\xE5\x85\xB6\xE8\x99\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.486928"], ["updated_at", "2022-09-29 09:09:47.486930"]] TRANSACTION (4.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAD\x8F\xE5\x87\xA4\xE5\x92\x8C"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAD\x8F\xE5\x87\xA4\xE5\x92\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.524050"], ["updated_at", "2022-09-29 09:09:47.524051"]] TRANSACTION (3.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAD\x8F\xE6\x96\xB0\xE7\x94\x9F"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAD\x8F\xE6\x96\xB0\xE7\x94\x9F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.552301"], ["updated_at", "2022-09-29 09:09:47.552302"]] TRANSACTION (4.4ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xAD\x94\xE9\x9A\xBE\xE8\xAE\xBA"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xAD\x94\xE9\x9A\xBE\xE8\xAE\xBA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.588516"], ["updated_at", "2022-09-29 09:09:47.588517"]] TRANSACTION (4.8ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB2\x81\xE5\xAE\xB6\xE5\x96\x84 \xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xA4\xE9\x80\x9A"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB2\x81\xE5\xAE\xB6\xE5\x96\x84 \xE4\xB8\xAD\xE5\x9B\xBD\xE4\xBA\xA4\xE9\x80\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.625445"], ["updated_at", "2022-09-29 09:09:47.625446"]] TRANSACTION (22.2ms) COMMIT User Load (18.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB2\x8D\xE5\xBD\xA4"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB2\x8D\xE5\xBD\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.693708"], ["updated_at", "2022-09-29 09:09:47.693709"]] TRANSACTION (4.0ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB2\x8D\xE6\x88\x88"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB2\x8D\xE6\x88\x88"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.727688"], ["updated_at", "2022-09-29 09:09:47.727689"]] TRANSACTION (5.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB2\x8D\xE9\xB1\xBC"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB2\x8D\xE9\xB1\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.757398"], ["updated_at", "2022-09-29 09:09:47.757399"]] TRANSACTION (4.5ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB2\x9C\xE8\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB2\x9C\xE8\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.794426"], ["updated_at", "2022-09-29 09:09:47.794427"]] TRANSACTION (3.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB7\x84\xE5\xB7\xB4"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB7\x84\xE5\xB7\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.818779"], ["updated_at", "2022-09-29 09:09:47.818779"]] TRANSACTION (3.0ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\x9F\xE5\xB7\xA2\xE6\x9C\x80\xE5\xB0\x91\xE6\xAD\xBB"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\x9F\xE5\xB7\xA2\xE6\x9C\x80\xE5\xB0\x91\xE6\xAD\xBB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.844240"], ["updated_at", "2022-09-29 09:09:47.844241"]] TRANSACTION (4.9ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE5\x84\xBF"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE5\x84\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.888419"], ["updated_at", "2022-09-29 09:09:47.888420"]] TRANSACTION (3.8ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE5\x85\xAB"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE5\x85\xAB"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.919721"], ["updated_at", "2022-09-29 09:09:47.919722"]] TRANSACTION (3.5ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE5\x90\xA7"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE5\x90\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.945214"], ["updated_at", "2022-09-29 09:09:47.945215"]] TRANSACTION (4.4ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE5\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE5\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:47.984590"], ["updated_at", "2022-09-29 09:09:47.984591"]] TRANSACTION (3.8ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE5\xB0\xBE\xE9\x85\x92\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE5\xB0\xBE\xE9\x85\x92\xE7\x82\xB8\xE5\xBC\xB9\xE5\x88\xB6\xE4\xBD\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.015183"], ["updated_at", "2022-09-29 09:09:48.015184"]] TRANSACTION (3.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE5\xB7\xB4"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE5\xB7\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.039873"], ["updated_at", "2022-09-29 09:09:48.039876"]] TRANSACTION (5.2ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE5\xB7\xB4\xE6\x9A\xB4\xE8\x83\x80"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE5\xB7\xB4\xE6\x9A\xB4\xE8\x83\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.074228"], ["updated_at", "2022-09-29 09:09:48.074230"]] TRANSACTION (4.0ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE6\xAF\x9B\xE4\xBF\xA1\xE6\x96\x87\xE6\xB1\x87"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE6\xAF\x9B\xE4\xBF\xA1\xE6\x96\x87\xE6\xB1\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.105182"], ["updated_at", "2022-09-29 09:09:48.105182"]] TRANSACTION (4.5ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA1\xE9\xB8\xA1"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (8.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA1\xE9\xB8\xA1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.131635"], ["updated_at", "2022-09-29 09:09:48.131638"]] TRANSACTION (5.0ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA5\xE4\xB9\x8B\xE6\xAD\x8C"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (6.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA5\xE4\xB9\x8B\xE6\xAD\x8C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.168668"], ["updated_at", "2022-09-29 09:09:48.168669"]] TRANSACTION (4.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xA6\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xA6\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.208322"], ["updated_at", "2022-09-29 09:09:48.208323"]] TRANSACTION (3.7ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xB3\xE9\xB8\xAF\xE6\xB4\x97"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xB3\xE9\xB8\xAF\xE6\xB4\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.234604"], ["updated_at", "2022-09-29 09:09:48.234605"]] TRANSACTION (4.9ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xB3\xE9\xB8\xAF\xE6\xB5\xB4"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xB3\xE9\xB8\xAF\xE6\xB5\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.271236"], ["updated_at", "2022-09-29 09:09:48.271238"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xBD\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xBD\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.310651"], ["updated_at", "2022-09-29 09:09:48.310652"]] TRANSACTION (3.7ms) COMMIT User Load (1.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB8\xBF\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB8\xBF\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.336100"], ["updated_at", "2022-09-29 09:09:48.336101"]] TRANSACTION (5.0ms) COMMIT User Load (4.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB9\x81\xE9\xB8\xAA"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB9\x81\xE9\xB8\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.374245"], ["updated_at", "2022-09-29 09:09:48.374245"]] TRANSACTION (5.5ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB9\xB0\xE6\xB4\xBE"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (1.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB9\xB0\xE6\xB4\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.410030"], ["updated_at", "2022-09-29 09:09:48.410031"]] TRANSACTION (3.7ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB9\xBD\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9E\xE8\x83\xBA\xE5\x90\x88\xE6\x88\x90"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB9\xBD\xE9\x85\xB8\xE7\xBE\x9F\xE4\xBA\x9E\xE8\x83\xBA\xE5\x90\x88\xE6\x88\x90"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.433615"], ["updated_at", "2022-09-29 09:09:48.433615"]] TRANSACTION (4.7ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xB9\xBF\xE9\xB9\xBF"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xB9\xBF\xE9\xB9\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.461576"], ["updated_at", "2022-09-29 09:09:48.461577"]] TRANSACTION (7.2ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xA6\xE5\xB4\x87\xE6\xA5\xB7"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xA6\xE5\xB4\x87\xE6\xA5\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.508012"], ["updated_at", "2022-09-29 09:09:48.508013"]] TRANSACTION (3.9ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xA6\xE5\xBD\x93\xE5\x8A\xB3\xE8\xA2\xAB\xE7\xA0\xB8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xA6\xE5\xBD\x93\xE5\x8A\xB3\xE8\xA2\xAB\xE7\xA0\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.536238"], ["updated_at", "2022-09-29 09:09:48.536239"]] TRANSACTION (8.1ms) COMMIT User Load (5.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE5\x8F\xA4"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (9.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE5\x8F\xA4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.579074"], ["updated_at", "2022-09-29 09:09:48.579075"]] TRANSACTION (7.7ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE5\x8F\xA4\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95QQ"], ["LIMIT", 1]] TRANSACTION (7.0ms) BEGIN User Load (8.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE5\x8F\xA4\xE5\x88\xB6\xE4\xBD\x9C\xE6\x96\xB9\xE6\xB3\x95QQ"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.637049"], ["updated_at", "2022-09-29 09:09:48.637050"]] TRANSACTION (6.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE5\x8F\xA4\xE8\xA3\xBD\xE4\xBD\x9C\xE5\xB7\xA5\xE8\x97\x9D"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE5\x8F\xA4\xE8\xA3\xBD\xE4\xBD\x9C\xE5\xB7\xA5\xE8\x97\x9D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.696416"], ["updated_at", "2022-09-29 09:09:48.696420"]] TRANSACTION (5.1ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE5\xB0\x86\xE9\x80\x8F"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (9.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE5\xB0\x86\xE9\x80\x8F"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.732295"], ["updated_at", "2022-09-29 09:09:48.732296"]] TRANSACTION (12.4ms) COMMIT User Load (4.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE6\x9E\x9C\xE4\xB8\xB8"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE6\x9E\x9C\xE4\xB8\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.788353"], ["updated_at", "2022-09-29 09:09:48.788355"]] TRANSACTION (4.6ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE6\x9E\x9C\xE9\x85\x8D"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE6\x9E\x9C\xE9\x85\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.825268"], ["updated_at", "2022-09-29 09:09:48.825269"]] TRANSACTION (3.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE6\x9E\x9C\xE9\x85\x8D\xE6\x96\xB9"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE6\x9E\x9C\xE9\x85\x8D\xE6\x96\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.854297"], ["updated_at", "2022-09-29 09:09:48.854298"]] TRANSACTION (5.2ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE7\x97\xB9"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE7\x97\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.890716"], ["updated_at", "2022-09-29 09:09:48.890717"]] TRANSACTION (3.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE7\x97\xB9\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE7\x97\xB9\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.924922"], ["updated_at", "2022-09-29 09:09:48.924922"]] TRANSACTION (4.0ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE7\x97\xBA\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE7\x97\xBA\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.953706"], ["updated_at", "2022-09-29 09:09:48.953707"]] TRANSACTION (4.1ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89qiang\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89qiang\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:48.988550"], ["updated_at", "2022-09-29 09:09:48.988551"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89qiang\xE9\x8A\xB7\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89qiang\xE9\x8A\xB7\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.020181"], ["updated_at", "2022-09-29 09:09:49.020181"]] TRANSACTION (3.4ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89qiang\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89qiang\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.045942"], ["updated_at", "2022-09-29 09:09:49.045943"]] TRANSACTION (4.2ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE4\xB9\x99\xE9\x86\x9A"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE4\xB9\x99\xE9\x86\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.083273"], ["updated_at", "2022-09-29 09:09:49.083274"]] TRANSACTION (5.3ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\x93\xE5\xBC\xA9\xE4\xB8\x93\xE5\x8D\x96\xE5\xBA\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.120054"], ["updated_at", "2022-09-29 09:09:49.120055"]] TRANSACTION (3.8ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\x93\xE5\xBC\xA9\xE7\xAE\xAD"], ["LIMIT", 1]] TRANSACTION (3.7ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\x93\xE5\xBC\xA9\xE7\xAE\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.145603"], ["updated_at", "2022-09-29 09:09:49.145604"]] TRANSACTION (5.3ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\xB9"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE5\xBC\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.187304"], ["updated_at", "2022-09-29 09:09:49.187305"]] TRANSACTION (4.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.223964"], ["updated_at", "2022-09-29 09:09:49.223965"]] TRANSACTION (3.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x85\x8D\xE5\xAE\x9A\xE9\x87\x91"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x85\x8D\xE5\xAE\x9A\xE9\x87\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.252059"], ["updated_at", "2022-09-29 09:09:49.252060"]] TRANSACTION (5.6ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.289945"], ["updated_at", "2022-09-29 09:09:49.289946"]] TRANSACTION (4.1ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE\xE5\x8F\xAF\xE9\xAA\x8C\xE8\xB4\xA7"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x87\xBA\xE5\x94\xAE\xE5\x8F\xAF\xE9\xAA\x8C\xE8\xB4\xA7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.319899"], ["updated_at", "2022-09-29 09:09:49.319899"]] TRANSACTION (3.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x93\xAA\xE9\x87\x8C\xE6\x9C\x89"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE5\x93\xAA\xE9\x87\x8C\xE6\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.346207"], ["updated_at", "2022-09-29 09:09:49.346208"]] TRANSACTION (5.0ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (7.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE6\x89\x8B\xE6\x9E\xAA\xE6\xB0\x94\xE6\x9E\xAA"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (3.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE6\x89\x8B\xE6\x9E\xAA\xE6\xB0\x94\xE6\x9E\xAA"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.387520"], ["updated_at", "2022-09-29 09:09:49.387522"]] TRANSACTION (4.1ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x86\x9B\xE7\x94\xA8"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE7\x8C\x8E\xE6\x9E\xAA\xE5\x86\x9B\xE7\x94\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.435467"], ["updated_at", "2022-09-29 09:09:49.435468"]] TRANSACTION (5.8ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.471874"], ["updated_at", "2022-09-29 09:09:49.471875"]] TRANSACTION (5.4ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\x9E\xAA\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.513855"], ["updated_at", "2022-09-29 09:09:49.513856"]] TRANSACTION (3.3ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D"], ["LIMIT", 1]] TRANSACTION (3.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.540880"], ["updated_at", "2022-09-29 09:09:49.540881"]] TRANSACTION (4.1ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.576168"], ["updated_at", "2022-09-29 09:09:49.576169"]] TRANSACTION (4.5ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D\xE5\xB0\x88\xE8\xB3\xA3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D\xE5\xB0\x88\xE8\xB3\xA3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.610595"], ["updated_at", "2022-09-29 09:09:49.610596"]] TRANSACTION (3.7ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (1.6ms) BEGIN User Load (1.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE6\xA7\x8D\xE9\x94\x80\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.636591"], ["updated_at", "2022-09-29 09:09:49.636592"]] TRANSACTION (5.2ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\x8B\x97"], ["LIMIT", 1]] TRANSACTION (4.9ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\x8B\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.669302"], ["updated_at", "2022-09-29 09:09:49.669302"]] TRANSACTION (6.9ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE4\xB8\x93\xE5\x8D\x96"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (1.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE4\xB8\x93\xE5\x8D\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.710607"], ["updated_at", "2022-09-29 09:09:49.710607"]] TRANSACTION (4.2ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE5\xBC\x93\xE5\xBC\xA9\xE6\x89\xB9\xE5\x8F\x91"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (4.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE5\xBC\x93\xE5\xBC\xA9\xE6\x89\xB9\xE5\x8F\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.738500"], ["updated_at", "2022-09-29 09:09:49.738501"]] TRANSACTION (8.0ms) COMMIT User Load (6.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["LIMIT", 1]] TRANSACTION (6.2ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE7\xAE\xAD\xE8\xB4\xA7\xE5\x88\xB0\xE4\xBB\x98\xE6\xAC\xBE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.786309"], ["updated_at", "2022-09-29 09:09:49.786311"]] TRANSACTION (8.5ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE8\x8D\xAF"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE8\x8D\xAF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.841701"], ["updated_at", "2022-09-29 09:09:49.841702"]] TRANSACTION (4.5ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE8\x97\xA5"], ["LIMIT", 1]] TRANSACTION (5.3ms) BEGIN User Load (4.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\x86\x89\xE8\x97\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.885239"], ["updated_at", "2022-09-29 09:09:49.885240"]] TRANSACTION (7.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBA\xBB\xE9\xBB\x84\xE8\x8D\x89"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBA\xBB\xE9\xBB\x84\xE8\x8D\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.928317"], ["updated_at", "2022-09-29 09:09:49.928317"]] TRANSACTION (7.1ms) COMMIT User Load (3.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x83\xE6\x9B\xB8"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (4.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x83\xE6\x9B\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:49.963987"], ["updated_at", "2022-09-29 09:09:49.963988"]] TRANSACTION (4.5ms) COMMIT User Load (6.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x83\xE7\xB6\xB2"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x83\xE7\xB6\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.007619"], ["updated_at", "2022-09-29 09:09:50.007620"]] TRANSACTION (4.1ms) COMMIT User Load (8.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x83\xE8\x89\xB2\xE5\xA6\xB9\xE5\xA6\xB9a\xE7\xB4\x9A\xE5\xA4\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x83\xE8\x89\xB2\xE5\xA6\xB9\xE5\xA6\xB9a\xE7\xB4\x9A\xE5\xA4\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.042538"], ["updated_at", "2022-09-29 09:09:50.042539"]] TRANSACTION (3.5ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE5\x86\xB0"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE5\x86\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.075385"], ["updated_at", "2022-09-29 09:09:50.075386"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE5\x9D\xA4\xE6\x98\x8E"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE5\x9D\xA4\xE6\x98\x8E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.104927"], ["updated_at", "2022-09-29 09:09:50.104927"]] TRANSACTION (3.9ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE5\xA5\x87\xE5\xB8\x86"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE5\xA5\x87\xE5\xB8\x86"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.129560"], ["updated_at", "2022-09-29 09:09:50.129561"]] TRANSACTION (5.2ms) COMMIT User Load (4.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE5\xB7\xA8"], ["LIMIT", 1]] TRANSACTION (3.5ms) BEGIN User Load (5.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE5\xB7\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.161920"], ["updated_at", "2022-09-29 09:09:50.161921"]] TRANSACTION (5.1ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE6\x85\x88\xE8\x90\x8D"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE6\x85\x88\xE8\x90\x8D"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.202046"], ["updated_at", "2022-09-29 09:09:50.202048"]] TRANSACTION (4.1ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE6\x99\xB4"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE6\x99\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.229918"], ["updated_at", "2022-09-29 09:09:50.229919"]] TRANSACTION (4.7ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE6\x9A\xB4"], ["LIMIT", 1]] TRANSACTION (4.2ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE6\x9A\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.263624"], ["updated_at", "2022-09-29 09:09:50.263625"]] TRANSACTION (7.7ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE6\x9D\xBE\xE6\x9C\x89"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE6\x9D\xBE\xE6\x9C\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.308264"], ["updated_at", "2022-09-29 09:09:50.308265"]] TRANSACTION (3.8ms) COMMIT User Load (2.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE6\xA2\x85"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (7.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE6\xA2\x85"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.340779"], ["updated_at", "2022-09-29 09:09:50.340781"]] TRANSACTION (4.5ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE6\xAF\x85\xE8\xAF\x9A"], ["LIMIT", 1]] TRANSACTION (2.4ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE6\xAF\x85\xE8\xAF\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.379674"], ["updated_at", "2022-09-29 09:09:50.379676"]] TRANSACTION (5.3ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE6\xB5\xA6"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE6\xB5\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.418068"], ["updated_at", "2022-09-29 09:09:50.418068"]] TRANSACTION (5.5ms) COMMIT User Load (6.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\x86\x99"], ["LIMIT", 1]] TRANSACTION (5.0ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\x86\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.461758"], ["updated_at", "2022-09-29 09:09:50.461759"]] TRANSACTION (5.6ms) COMMIT User Load (4.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.505639"], ["updated_at", "2022-09-29 09:09:50.505641"]] TRANSACTION (4.6ms) COMMIT User Load (3.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\x89\x99\xE7\xAD\xBE\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\x89\x99\xE7\xAD\xBE\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.543636"], ["updated_at", "2022-09-29 09:09:50.543637"]] TRANSACTION (5.0ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\x91\xB6"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\x91\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.579947"], ["updated_at", "2022-09-29 09:09:50.579948"]] TRANSACTION (4.2ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\x93\x9C"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.7ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\x93\x9C"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.616330"], ["updated_at", "2022-09-29 09:09:50.616332"]] TRANSACTION (4.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\xA5\xB8"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\xA5\xB8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.655805"], ["updated_at", "2022-09-29 09:09:50.655806"]] TRANSACTION (6.4ms) COMMIT User Load (6.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\xBA\xAA\xE8\xAF\x9A\xE5\x8C\x97\xE4\xBA\xAC"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\xBA\xAA\xE8\xAF\x9A\xE5\x8C\x97\xE4\xBA\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.704824"], ["updated_at", "2022-09-29 09:09:50.704826"]] TRANSACTION (6.3ms) COMMIT User Load (8.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\xBB\xA7\xE5\x85\x89"], ["LIMIT", 1]] TRANSACTION (3.3ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\xBB\xA7\xE5\x85\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.750289"], ["updated_at", "2022-09-29 09:09:50.750295"]] TRANSACTION (6.4ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\xBD\x91"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\xBD\x91"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.791871"], ["updated_at", "2022-09-29 09:09:50.791872"]] TRANSACTION (3.9ms) COMMIT User Load (2.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE7\xBF\x94"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE7\xBF\x94"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.826977"], ["updated_at", "2022-09-29 09:09:50.826977"]] TRANSACTION (4.9ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2"], ["LIMIT", 1]] TRANSACTION (3.4ms) BEGIN User Load (4.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.858781"], ["updated_at", "2022-09-29 09:09:50.858782"]] TRANSACTION (5.5ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2,\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2,\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.902030"], ["updated_at", "2022-09-29 09:09:50.902032"]] TRANSACTION (3.5ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE5\xA6\xB9\xE5\xA6\xB9a\xE7\xBA\xA7\xE5\xA4\xA7\xE7\x89\x87"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE5\xA6\xB9\xE5\xA6\xB9a\xE7\xBA\xA7\xE5\xA4\xA7\xE7\x89\x87"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.934184"], ["updated_at", "2022-09-29 09:09:50.934185"]] TRANSACTION (5.4ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE5\xB0\x8F\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:50.966612"], ["updated_at", "2022-09-29 09:09:50.966613"]] TRANSACTION (4.7ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE5\xB0\x8F\xE8\xAF\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.003830"], ["updated_at", "2022-09-29 09:09:51.003831"]] TRANSACTION (3.3ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE6\x88\x90\xE4\xBA\xBA\xE7\xBD\x91\xE7\xAB\x99"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE6\x88\x90\xE4\xBA\xBA\xE7\xBD\x91\xE7\xAB\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.033566"], ["updated_at", "2022-09-29 09:09:51.033566"]] TRANSACTION (5.7ms) COMMIT User Load (3.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE7\x82\xB8\xE8\x8D\xAF\xE5\x87\xBA\xE5\x94\xAE"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (3.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE7\x82\xB8\xE8\x8D\xAF\xE5\x87\xBA\xE5\x94\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.067805"], ["updated_at", "2022-09-29 09:09:51.067805"]] TRANSACTION (4.6ms) COMMIT User Load (4.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.106222"], ["updated_at", "2022-09-29 09:09:51.106223"]] TRANSACTION (4.7ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1\xE5\x85\x8D\xE8\xB4\xB9\xE4\xB8\x8B\xE8\xBD\xBD"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (3.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x89\xB2\xE7\x94\xB5\xE5\xBD\xB1\xE5\x85\x8D\xE8\xB4\xB9\xE4\xB8\x8B\xE8\xBD\xBD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.138376"], ["updated_at", "2022-09-29 09:09:51.138376"]] TRANSACTION (4.9ms) COMMIT User Load (2.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x8F\x8A\xE3\x80\x80"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x8F\x8A\xE3\x80\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.173430"], ["updated_at", "2022-09-29 09:09:51.173432"]] TRANSACTION (5.0ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\x8F\x8A\xE9\x81\x97\xE5\xAD\x80"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\x8F\x8A\xE9\x81\x97\xE5\xAD\x80"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.210639"], ["updated_at", "2022-09-29 09:09:51.210639"]] TRANSACTION (3.4ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x84\xE8\xBF\x9C\xE5\xBF\x97"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x84\xE8\xBF\x9C\xE5\xBF\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.239620"], ["updated_at", "2022-09-29 09:09:51.239621"]] TRANSACTION (5.6ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x8E\xE5\xAE\x89\xE5\x8F\x8B"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x8E\xE5\xAE\x89\xE5\x8F\x8B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.269883"], ["updated_at", "2022-09-29 09:09:51.269884"]] TRANSACTION (6.6ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x8E\xE9\x98\xB3\xE5\xB9\xB3"], ["LIMIT", 1]] TRANSACTION (2.5ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x8E\xE9\x98\xB3\xE5\xB9\xB3"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.310833"], ["updated_at", "2022-09-29 09:09:51.310834"]] TRANSACTION (4.7ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE5\xA4\xA9\xE4\xBD\xBF"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE5\xA4\xA9\xE4\xBD\xBF"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.339417"], ["updated_at", "2022-09-29 09:09:51.339418"]] TRANSACTION (7.2ms) COMMIT User Load (3.8ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE5\xB8\xAE"], ["LIMIT", 1]] TRANSACTION (4.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE5\xB8\xAE"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.378293"], ["updated_at", "2022-09-29 09:09:51.378294"]] TRANSACTION (4.0ms) COMMIT User Load (2.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE5\xBA\x84"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE5\xBA\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.415553"], ["updated_at", "2022-09-29 09:09:51.415555"]] TRANSACTION (4.3ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE6\x89\x8B\xE5\x85\x9A"], ["LIMIT", 1]] TRANSACTION (39.1ms) BEGIN User Load (8.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (14.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE6\x89\x8B\xE5\x85\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.440632"], ["updated_at", "2022-09-29 09:09:51.440632"]] TRANSACTION (5.3ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE6\x98\x9F\xE5\xA5\xB3\xE4\xBE\xA0"], ["LIMIT", 1]] TRANSACTION (5.2ms) BEGIN User Load (5.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE6\x98\x9F\xE5\xA5\xB3\xE4\xBE\xA0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.541628"], ["updated_at", "2022-09-29 09:09:51.541629"]] TRANSACTION (12.0ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.6ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE7\x81\xAB\xE8\x8D\xAF\xE7\x9A\x84"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE7\x81\xAB\xE8\x8D\xAF\xE7\x9A\x84"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.597284"], ["updated_at", "2022-09-29 09:09:51.597285"]] TRANSACTION (3.4ms) COMMIT User Load (2.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE7\x82\xB9\xE8\xBF\x9E\xE8\xA1\xA3\xE8\xA3\x99"], ["LIMIT", 1]] TRANSACTION (1.9ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE7\x82\xB9\xE8\xBF\x9E\xE8\xA1\xA3\xE8\xA3\x99"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.626949"], ["updated_at", "2022-09-29 09:09:51.626950"]] TRANSACTION (5.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE7\x9E\x8E\xE5\xAD\x90\xE5\xB2\x9B"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE7\x9E\x8E\xE5\xAD\x90\xE5\xB2\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.657058"], ["updated_at", "2022-09-29 09:09:51.657059"]] TRANSACTION (5.8ms) COMMIT User Load (3.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE7\xA4\xBE\xE4\xBC\x9A"], ["LIMIT", 1]] TRANSACTION (4.3ms) BEGIN User Load (4.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE7\xA4\xBE\xE4\xBC\x9A"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.698563"], ["updated_at", "2022-09-29 09:09:51.698564"]] TRANSACTION (4.3ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (1.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE7\xAA\x91\xE5\xA5\xB4\xE5\xBD\xB9"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE7\xAA\x91\xE5\xA5\xB4\xE5\xBD\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.738445"], ["updated_at", "2022-09-29 09:09:51.738445"]] TRANSACTION (4.1ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE8\xBD\xA6"], ["LIMIT", 1]] TRANSACTION (6.8ms) BEGIN User Load (7.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (6.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE8\xBD\xA6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.769100"], ["updated_at", "2022-09-29 09:09:51.769102"]] TRANSACTION (7.1ms) COMMIT User Load (4.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.5ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE9\x80\xBC"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (2.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE9\x80\xBC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.821852"], ["updated_at", "2022-09-29 09:09:51.821853"]] TRANSACTION (4.9ms) COMMIT User Load (3.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x91\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (3.2ms) BEGIN User Load (12.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (5.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x91\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.858095"], ["updated_at", "2022-09-29 09:09:51.858096"]] TRANSACTION (6.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\x98\xE7\xBD\x95\xE9\xBB\x98\xE5\xBE\xB7"], ["LIMIT", 1]] TRANSACTION (2.6ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.5ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\x98\xE7\xBD\x95\xE9\xBB\x98\xE5\xBE\xB7"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.912366"], ["updated_at", "2022-09-29 09:09:51.912367"]] TRANSACTION (3.8ms) COMMIT User Load (2.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBB\xA8\xE7\x94\xA2\xE5\x85\xB1"], ["LIMIT", 1]] TRANSACTION (5.6ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBB\xA8\xE7\x94\xA2\xE5\x85\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.941646"], ["updated_at", "2022-09-29 09:09:51.941647"]] TRANSACTION (5.7ms) COMMIT User Load (4.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBC\x93\xE5\x8A\xA8\xE4\xB8\x80\xE4\xBA\x9B"], ["LIMIT", 1]] TRANSACTION (2.8ms) BEGIN User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBC\x93\xE5\x8A\xA8\xE4\xB8\x80\xE4\xBA\x9B"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:51.986455"], ["updated_at", "2022-09-29 09:09:51.986456"]] TRANSACTION (3.6ms) COMMIT User Load (2.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBC\x93\xE5\x8A\xB1"], ["LIMIT", 1]] TRANSACTION (2.1ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBC\x93\xE5\x8A\xB1"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.017357"], ["updated_at", "2022-09-29 09:09:52.017358"]] TRANSACTION (4.0ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBD\x90\xE5\xA2\xA8"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBD\x90\xE5\xA2\xA8"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.044597"], ["updated_at", "2022-09-29 09:09:52.044598"]] TRANSACTION (4.1ms) COMMIT User Load (3.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.0ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBD\x90\xE5\xAE\x89\xE5\xAE\x89"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBD\x90\xE5\xAE\x89\xE5\xAE\x89"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.075458"], ["updated_at", "2022-09-29 09:09:52.075458"]] TRANSACTION (5.4ms) COMMIT User Load (3.5ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBD\x90\xE6\xA1\xA5\xE6\xA1\xA5"], ["LIMIT", 1]] TRANSACTION (2.3ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.4ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBD\x90\xE6\xA1\xA5\xE6\xA1\xA5"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.114135"], ["updated_at", "2022-09-29 09:09:52.114136"]] TRANSACTION (4.0ms) COMMIT User Load (2.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x99\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (3.6ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.2ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x99\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.141548"], ["updated_at", "2022-09-29 09:09:52.141548"]] TRANSACTION (10.5ms) COMMIT User Load (5.0ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x99\xE5\xB0\x8F\xE9\x9C\x9E"], ["LIMIT", 1]] TRANSACTION (2.7ms) BEGIN User Load (3.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x99\xE5\xB0\x8F\xE9\x9C\x9E"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.185368"], ["updated_at", "2022-09-29 09:09:52.185369"]] TRANSACTION (6.0ms) COMMIT User Load (4.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (6.8ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x99\xE6\xB9\xBE\xE4\xBA\x8B\xE4\xBB\xB6"], ["LIMIT", 1]] TRANSACTION (2.2ms) BEGIN User Load (2.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x99\xE6\xB9\xBE\xE4\xBA\x8B\xE4\xBB\xB6"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.227639"], ["updated_at", "2022-09-29 09:09:52.227640"]] TRANSACTION (4.4ms) COMMIT User Load (2.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.9ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x99\xE8\x99\x8E\xE6\x96\x97"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x99\xE8\x99\x8E\xE6\x96\x97"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.263565"], ["updated_at", "2022-09-29 09:09:52.263566"]] TRANSACTION (4.8ms) COMMIT User Load (3.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x99\xE8\x99\x8E\xE8\xB1\xB9"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.9ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x99\xE8\x99\x8E\xE8\xB1\xB9"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.301438"], ["updated_at", "2022-09-29 09:09:52.301438"]] TRANSACTION (3.1ms) COMMIT User Load (1.9ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x99\xE9\xA6\x96"], ["LIMIT", 1]] TRANSACTION (1.8ms) BEGIN User Load (1.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.1ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x99\xE9\xA6\x96"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.329963"], ["updated_at", "2022-09-29 09:09:52.329964"]] TRANSACTION (4.0ms) COMMIT User Load (3.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x9C\xE9\xA0\xAD"], ["LIMIT", 1]] TRANSACTION (3.8ms) BEGIN User Load (3.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (3.3ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x9C\xE9\xA0\xAD"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.357356"], ["updated_at", "2022-09-29 09:09:52.357357"]] TRANSACTION (5.8ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (5.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x9F\xE5\x85\xAC"], ["LIMIT", 1]] TRANSACTION (3.0ms) BEGIN User Load (3.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.8ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x9F\xE5\x85\xAC"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.400276"], ["updated_at", "2022-09-29 09:09:52.400280"]] TRANSACTION (3.4ms) COMMIT User Load (2.7ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (2.3ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x9F\xE5\xA4\xB4"], ["LIMIT", 1]] TRANSACTION (1.7ms) BEGIN User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x9F\xE5\xA4\xB4"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.436998"], ["updated_at", "2022-09-29 09:09:52.436998"]] TRANSACTION (3.8ms) COMMIT User Load (1.6ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (4.1ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xE9\xBE\x9F\xE5\xA4\xB4\xE5\xAF\xB9\xE5\x87\x86\xE9\x98\xB4\xE9\x81\x93"], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (4.6ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xE9\xBE\x9F\xE5\xA4\xB4\xE5\xAF\xB9\xE5\x87\x86\xE9\x98\xB4\xE9\x81\x93"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.464308"], ["updated_at", "2022-09-29 09:09:52.464309"]] TRANSACTION (4.2ms) COMMIT User Load (4.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]] CensorBear::StopWord Load (3.4ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."key" = $1 LIMIT $2 [["key", "\xEF\xBC\xB6\xEF\xBC\xA9\xEF\xBC\xB0"], ["LIMIT", 1]] TRANSACTION (2.9ms) BEGIN User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Create (2.0ms) INSERT INTO "censor_bear_stop_words" ("key", "user_id", "ugc", "username", "nickname", "signature", "dialog", "replacement", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING "id" [["key", "\xEF\xBC\xB6\xEF\xBC\xA9\xEF\xBC\xB0"], ["user_id", 1], ["ugc", "review"], ["username", "ignore"], ["nickname", "ignore"], ["signature", "ignore"], ["dialog", "ignore"], ["replacement", "**"], ["created_at", "2022-09-29 09:09:52.504493"], ["updated_at", "2022-09-29 09:09:52.504494"]] TRANSACTION (3.7ms) COMMIT Redirected to http://localhost:3000/censor_bear/stop_words/import_confirm Completed 302 Found in 294028ms (ActiveRecord: 174861.7ms | Allocations: 47379181) Started GET "/censor_bear/stop_words/import_confirm" for 127.0.0.1 at 2022-09-29 17:09:52 +0800 Processing by CensorBear::StopWordsController#show as TURBO_STREAM Parameters: {"id"=>"import_confirm"} User Load (4.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::StopWord Load (16.7ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE "censor_bear_stop_words"."id" = $1 LIMIT $2 [["id", nil], ["LIMIT", 1]] Completed 404 Not Found in 160ms (ActiveRecord: 102.1ms | Allocations: 10524) ActiveRecord::RecordNotFound (Couldn't find CensorBear::StopWord with 'id'=import_confirm): activerecord (6.1.7) lib/active_record/core.rb:346:in `find' /Users/caicheng02/judou/mint-engine/censor_bear/app/controllers/censor_bear/stop_words_controller.rb:123:in `set_stop_word' activesupport (6.1.7) lib/active_support/callbacks.rb:427:in `block in make_lambda' activesupport (6.1.7) lib/active_support/callbacks.rb:179:in `block (2 levels) in halting_and_conditional' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:180:in `block in halting_and_conditional' activesupport (6.1.7) lib/active_support/callbacks.rb:512:in `block in invoke_before' activesupport (6.1.7) lib/active_support/callbacks.rb:512:in `each' activesupport (6.1.7) lib/active_support/callbacks.rb:512:in `invoke_before' activesupport (6.1.7) lib/active_support/callbacks.rb:115:in `block in run_callbacks' actiontext (6.1.7) lib/action_text/rendering.rb:20:in `with_renderer' actiontext (6.1.7) lib/action_text/engine.rb:59:in `block (4 levels) in ' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `instance_exec' activesupport (6.1.7) lib/active_support/callbacks.rb:126:in `block in run_callbacks' activesupport (6.1.7) lib/active_support/callbacks.rb:137:in `run_callbacks' actionpack (6.1.7) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (6.1.7) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `block in instrument' activesupport (6.1.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument' activesupport (6.1.7) lib/active_support/notifications.rb:203:in `instrument' actionpack (6.1.7) lib/action_controller/metal/instrumentation.rb:33:in `process_action' actionpack (6.1.7) lib/action_controller/metal/params_wrapper.rb:249:in `process_action' activerecord (6.1.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action' actionpack (6.1.7) lib/abstract_controller/base.rb:165:in `process' actionview (6.1.7) lib/action_view/rendering.rb:39:in `process' actionpack (6.1.7) lib/action_controller/metal.rb:190:in `dispatch' actionpack (6.1.7) lib/action_controller/metal.rb:254:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:33:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' railties (6.1.7) lib/rails/railtie.rb:207:in `public_send' railties (6.1.7) lib/rails/railtie.rb:207:in `method_missing' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:20:in `block in ' actionpack (6.1.7) lib/action_dispatch/routing/mapper.rb:49:in `serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `each' actionpack (6.1.7) lib/action_dispatch/journey/router.rb:32:in `serve' actionpack (6.1.7) lib/action_dispatch/routing/route_set.rb:842:in `call' warden (1.2.9) lib/warden/manager.rb:36:in `block in call' warden (1.2.9) lib/warden/manager.rb:34:in `catch' warden (1.2.9) lib/warden/manager.rb:34:in `call' rack (2.2.4) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.2.4) lib/rack/etag.rb:27:in `call' rack (2.2.4) lib/rack/conditional_get.rb:27:in `call' rack (2.2.4) lib/rack/head.rb:12:in `call' actionpack (6.1.7) lib/action_dispatch/http/permissions_policy.rb:22:in `call' actionpack (6.1.7) lib/action_dispatch/http/content_security_policy.rb:19:in `call' rack (2.2.4) lib/rack/session/abstract/id.rb:266:in `context' rack (2.2.4) lib/rack/session/abstract/id.rb:260:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/cookies.rb:689:in `call' activerecord (6.1.7) lib/active_record/migration.rb:601:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' activesupport (6.1.7) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (6.1.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (6.1.7) lib/rails/rack/logger.rb:37:in `call_app' railties (6.1.7) lib/rails/rack/logger.rb:26:in `block in call' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `block in tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:37:in `tagged' activesupport (6.1.7) lib/active_support/tagged_logging.rb:99:in `tagged' railties (6.1.7) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.4.2) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/request_id.rb:26:in `call' rack (2.2.4) lib/rack/method_override.rb:24:in `call' rack (2.2.4) lib/rack/runtime.rb:22:in `call' activesupport (6.1.7) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/static.rb:24:in `call' rack (2.2.4) lib/rack/sendfile.rb:110:in `call' actionpack (6.1.7) lib/action_dispatch/middleware/host_authorization.rb:148:in `call' railties (6.1.7) lib/rails/engine.rb:539:in `call' puma (5.6.5) lib/puma/configuration.rb:252:in `call' puma (5.6.5) lib/puma/request.rb:77:in `block in handle_request' puma (5.6.5) lib/puma/thread_pool.rb:340:in `with_force_shutdown' puma (5.6.5) lib/puma/request.rb:76:in `handle_request' puma (5.6.5) lib/puma/server.rb:443:in `process_client' puma (5.6.5) lib/puma/thread_pool.rb:147:in `block in spawn_thread' Started GET "/censor_bear/stop_words/import" for 127.0.0.1 at 2022-09-29 17:09:53 +0800 Processing by CensorBear::StopWordsController#import as HTML User Load (5.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/stop_words/import.html.erb within layouts/censor_bear/application (Duration: 2.6ms | Allocations: 960)  (4.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 41.9ms | Allocations: 12164) Completed 200 OK in 65ms (Views: 31.0ms | ActiveRecord: 18.5ms | Allocations: 14479) Started GET "/" for 127.0.0.1 at 2022-09-29 17:09:56 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (3.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 18.2ms | Allocations: 3744) Rendered layout layouts/application.html.erb (Duration: 21.8ms | Allocations: 5975) Completed 200 OK in 40ms (Views: 17.2ms | ActiveRecord: 13.4ms | Allocations: 7929) Started GET "/" for 127.0.0.1 at 2022-09-29 17:09:56 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (3.6ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 13.0ms | Allocations: 714) Rendered layout layouts/application.html.erb (Duration: 22.9ms | Allocations: 2660) Completed 200 OK in 26ms (Views: 21.4ms | ActiveRecord: 3.6ms | Allocations: 3081) Started GET "/comments/new" for 127.0.0.1 at 2022-09-29 17:09:58 +0800 Processing by CommentsController#new as HTML Rendering layout layouts/application.html.erb Rendering comments/new.html.erb within layouts/application Rendered comments/_form.html.erb (Duration: 2.8ms | Allocations: 1051) Rendered comments/new.html.erb within layouts/application (Duration: 3.3ms | Allocations: 1150) Rendered layout layouts/application.html.erb (Duration: 10.0ms | Allocations: 2795) Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.0ms | Allocations: 3160) Started POST "/comments" for 127.0.0.1 at 2022-09-29 17:10:03 +0800 Processing by CommentsController#create as HTML Parameters: {"authenticity_token"=>"[FILTERED]", "comment"=>{"content"=>"习近平王八蛋。"}, "commit"=>"Create Comment"} CensorBear::StopWord Load (49.2ms) SELECT "censor_bear_stop_words".* FROM "censor_bear_stop_words" WHERE (ugc != 'IGNORE') ↳ app/controllers/comments_controller.rb:25:in `create' User Load (3.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:28:in `create' TRANSACTION (1.8ms) BEGIN ↳ app/controllers/comments_controller.rb:30:in `create' Comment Create (3.6ms) INSERT INTO "comments" ("content", "user_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["content", "习近平王八蛋。"], ["user_id", 1], ["created_at", "2022-09-29 09:10:04.593771"], ["updated_at", "2022-09-29 09:10:04.593771"]] ↳ app/controllers/comments_controller.rb:30:in `create' TRANSACTION (4.2ms) COMMIT ↳ app/controllers/comments_controller.rb:30:in `create' Comment Load (2.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:32:in `create' TRANSACTION (3.0ms) BEGIN ↳ app/controllers/comments_controller.rb:32:in `create' CensorBear::ReviewLogs::Text Create (17.6ms) INSERT INTO "censor_bear_review_logs" ("data_id", "record_id", "record_type", "type", "service", "raw_data", "user_id", "ip_address", "created_at", "updated_at", "aasm_state", "operated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["data_id", "Comment-2-1-127.0.0.1"], ["record_id", 2], ["record_type", "Comment"], ["type", "CensorBear::ReviewLogs::Text"], ["service", "aliyun"], ["raw_data", "{\"code\":200,\"data\":[{\"code\":200,\"content\":\"习近平王八蛋。\",\"dataId\":\"Comment-2-1-127.0.0.1\",\"filteredContent\":\"*****蛋。\",\"msg\":\"OK\",\"results\":[{\"details\":[{\"contexts\":[{\"context\":\"习近平\",\"positions\":[{\"endPos\":3,\"startPos\":0}]}],\"label\":\"politics\"},{\"contexts\":[{\"context\":\"王八\",\"positions\":[{\"endPos\":5,\"startPos\":3}]}],\"label\":\"abuse\"}],\"label\":\"politics\",\"rate\":99.91,\"scene\":\"antispam\",\"suggestion\":\"block\"}],\"taskId\":\"txt6goYstzGQMg53WLQ@ePqlI-1wUy2H\"}],\"msg\":\"OK\",\"requestId\":\"6D1E7249-7B30-5961-AD0A-90412438EDF8\"}"], ["user_id", 1], ["ip_address", "127.0.0.1"], ["created_at", "2022-09-29 09:10:04.905831"], ["updated_at", "2022-09-29 09:10:04.905831"], ["aasm_state", "pending"], ["operated_at", "2022-09-29 09:10:04.905741"]] ↳ app/controllers/comments_controller.rb:32:in `create' TRANSACTION (2.8ms) COMMIT ↳ app/controllers/comments_controller.rb:32:in `create' Comment Update (4.0ms) UPDATE "comments" SET "is_approved" = $1 WHERE "comments"."id" = $2 [["is_approved", false], ["id", 2]] ↳ app/controllers/comments_controller.rb:35:in `create' Redirected to http://localhost:3000/comments/2 Completed 302 Found in 936ms (ActiveRecord: 98.2ms | Allocations: 243916) Started GET "/comments/2" for 127.0.0.1 at 2022-09-29 17:10:04 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"2"} Comment Load (3.6ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 1.6ms | Allocations: 615) Rendered layout layouts/application.html.erb (Duration: 5.0ms | Allocations: 2389) Completed 200 OK in 16ms (Views: 5.8ms | ActiveRecord: 3.6ms | Allocations: 3539) Started GET "/comments/2" for 127.0.0.1 at 2022-09-29 17:10:46 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"2"} Comment Load (2.8ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 1.1ms | Allocations: 297) Rendered layout layouts/application.html.erb (Duration: 7.6ms | Allocations: 2706) Completed 200 OK in 40ms (Views: 11.9ms | ActiveRecord: 11.2ms | Allocations: 8848) Started GET "/comments/2" for 127.0.0.1 at 2022-09-29 17:11:36 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"2"} Comment Load (2.8ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 0.6ms | Allocations: 314) Rendered layout layouts/application.html.erb (Duration: 3.6ms | Allocations: 2718) Completed 200 OK in 14ms (Views: 5.8ms | ActiveRecord: 2.8ms | Allocations: 4664) Started GET "/comments/2" for 127.0.0.1 at 2022-09-29 17:11:43 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"2"} Comment Load (3.3ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 1.2ms | Allocations: 310) Rendered layout layouts/application.html.erb (Duration: 5.4ms | Allocations: 2722) Completed 200 OK in 20ms (Views: 8.8ms | ActiveRecord: 3.3ms | Allocations: 4669) Started GET "/comments/2" for 127.0.0.1 at 2022-09-29 17:11:50 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"2"} Comment Load (2.4ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 0.8ms | Allocations: 311) Rendered layout layouts/application.html.erb (Duration: 4.7ms | Allocations: 2721) Completed 200 OK in 16ms (Views: 7.6ms | ActiveRecord: 2.4ms | Allocations: 4668) Started GET "/comments/2" for 127.0.0.1 at 2022-09-29 17:12:01 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"2"} Comment Load (3.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 1.0ms | Allocations: 311) Rendered layout layouts/application.html.erb (Duration: 6.2ms | Allocations: 2710) Completed 200 OK in 19ms (Views: 10.1ms | ActiveRecord: 3.2ms | Allocations: 4657) Started GET "/comments/2" for 127.0.0.1 at 2022-09-29 17:12:10 +0800 Processing by CommentsController#show as HTML Parameters: {"id"=>"2"} Comment Load (2.6ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] ↳ app/controllers/comments_controller.rb:65:in `set_comment' Rendering layout layouts/application.html.erb Rendering comments/show.html.erb within layouts/application Rendered comments/show.html.erb within layouts/application (Duration: 0.7ms | Allocations: 309) Rendered layout layouts/application.html.erb (Duration: 5.9ms | Allocations: 2719) Completed 200 OK in 17ms (Views: 8.4ms | ActiveRecord: 2.6ms | Allocations: 4666) Started GET "/comments" for 127.0.0.1 at 2022-09-29 17:12:13 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (3.9ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 13.1ms | Allocations: 1133) Rendered layout layouts/application.html.erb (Duration: 17.7ms | Allocations: 3069) Completed 200 OK in 20ms (Views: 14.4ms | ActiveRecord: 3.9ms | Allocations: 3657) Started GET "/comments" for 127.0.0.1 at 2022-09-29 17:12:15 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (3.3ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 9.3ms | Allocations: 713) Rendered layout layouts/application.html.erb (Duration: 14.8ms | Allocations: 2659) Completed 200 OK in 17ms (Views: 12.3ms | ActiveRecord: 3.3ms | Allocations: 3045) Started GET "/comments" for 127.0.0.1 at 2022-09-29 17:12:16 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (2.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 7.1ms | Allocations: 713) Rendered layout layouts/application.html.erb (Duration: 10.8ms | Allocations: 2657) Completed 200 OK in 13ms (Views: 9.6ms | ActiveRecord: 2.2ms | Allocations: 3040) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-29 17:12:23 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (3.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (10.1ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 5.6ms | Allocations: 2618) CensorBear::ReviewLog Load (2.3ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Comment Load (5.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 1.6ms | Allocations: 179) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 6.1ms | Allocations: 1889) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 22.9ms | Allocations: 5033) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 80.9ms | Allocations: 26049) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 129.3ms | Allocations: 41043) Completed 200 OK in 198ms (Views: 122.0ms | ActiveRecord: 44.5ms | Allocations: 54375) Started PUT "/censor_bear/review_logs/1/approve" for 127.0.0.1 at 2022-09-29 17:12:54 +0800 Processing by CensorBear::ReviewLogsController#approve as TURBO_STREAM Parameters: {"authenticity_token"=>"[FILTERED]", "id"=>"1"} User Load (2.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]] CensorBear::ReviewLog Load (2.1ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" WHERE "censor_bear_review_logs"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] TRANSACTION (2.0ms) BEGIN Comment Load (1.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] Comment Update (1.9ms) UPDATE "comments" SET "is_approved" = $1 WHERE "comments"."id" = $2 [["is_approved", true], ["id", 2]] ↳ app/models/comment.rb:41:in `censor_approve' CensorBear::ReviewLogs::Text Update (2.3ms) UPDATE "censor_bear_review_logs" SET "operator_id" = $1, "updated_at" = $2 WHERE "censor_bear_review_logs"."id" = $3 [["operator_id", 1], ["updated_at", "2022-09-29 09:12:54.257024"], ["id", 1]] CensorBear::ReviewLogs::Text Update (2.7ms) UPDATE "censor_bear_review_logs" SET "updated_at" = $1, "aasm_state" = $2, "operated_at" = $3 WHERE "censor_bear_review_logs"."id" = $4 [["updated_at", "2022-09-29 09:12:54.262508"], ["aasm_state", "passed"], ["operated_at", "2022-09-29 09:12:54.262401"], ["id", 1]] TRANSACTION (3.9ms) COMMIT Rendered comments/_text_censor.html.erb (Duration: 0.1ms | Allocations: 26) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 1.5ms | Allocations: 1056) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 2.6ms | Allocations: 1442) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_row.html.erb (Duration: 3.4ms | Allocations: 1626) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/shared/_message.html.erb (Duration: 0.5ms | Allocations: 119) Completed 200 OK in 51ms (Views: 0.2ms | ActiveRecord: 19.1ms | Allocations: 13093) Started GET "/censor_bear/" for 127.0.0.1 at 2022-09-29 17:12:57 +0800 Processing by CensorBear::ReviewLogsController#index as HTML User Load (3.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]  (4.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendering layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml Rendering /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_search_form.html.erb (Duration: 3.1ms | Allocations: 1749) CensorBear::ReviewLog Load (3.3ms) SELECT "censor_bear_review_logs".* FROM "censor_bear_review_logs" ORDER BY "censor_bear_review_logs"."created_at" DESC LIMIT $1 OFFSET $2 [["LIMIT", 20], ["OFFSET", 0]] Comment Load (2.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."id" = $1 LIMIT $2 [["id", 2], ["LIMIT", 1]] User Load (2.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] Rendered comments/_text_censor.html.erb (Duration: 0.1ms | Allocations: 25) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_buttons.html.erb (Duration: 1.3ms | Allocations: 1027) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/_text_review_log_row.html.erb (Duration: 14.0ms | Allocations: 3994) Rendered /Users/caicheng02/judou/mint-engine/censor_bear/app/views/censor_bear/review_logs/index.html.erb within layouts/censor_bear/application (Duration: 25.2ms | Allocations: 7014) CACHE (0.0ms) SELECT COUNT(*) FROM "censor_bear_review_logs" Rendered layout /Users/caicheng02/judou/mint-engine/censor_bear/app/views/layouts/censor_bear/application.html.haml (Duration: 33.7ms | Allocations: 14091) Completed 200 OK in 55ms (Views: 26.6ms | ActiveRecord: 15.6ms | Allocations: 16678) Started GET "/" for 127.0.0.1 at 2022-09-29 17:13:01 +0800 Processing by CommentsController#index as HTML Rendering layout layouts/application.html.erb Rendering comments/index.html.erb within layouts/application Comment Load (3.9ms) SELECT "comments".* FROM "comments" WHERE "comments"."is_approved" = $1 [["is_approved", true]] ↳ app/views/comments/index.html.erb:12 Rendered comments/index.html.erb within layouts/application (Duration: 10.2ms | Allocations: 875) Rendered layout layouts/application.html.erb (Duration: 14.8ms | Allocations: 2829) Completed 200 OK in 16ms (Views: 11.7ms | ActiveRecord: 3.9ms | Allocations: 3214) Started GET "/comments/new" for 127.0.0.1 at 2022-09-29 17:13:04 +0800 Processing by CommentsController#new as HTML Rendering layout layouts/application.html.erb Rendering comments/new.html.erb within layouts/application Rendered comments/_form.html.erb (Duration: 2.1ms | Allocations: 1272) Rendered comments/new.html.erb within layouts/application (Duration: 3.2ms | Allocations: 1599) Rendered layout layouts/application.html.erb (Duration: 5.9ms | Allocations: 3244) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms | Allocations: 3733)